ChangeLog-2004
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:767k
源码类别:
midi
开发平台:
Unix_Linux
- commit fb7ad3201961499278138cd9e8ee89bf45680521
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Apr 7 23:13:03 2004 +0000
- * input/input_dec.c: we automaticaly switch to minimize thread mode
- when streaming (it's better because of the way sout works).
- * stream_output/stream_output.c: when removing a stream, stop waiting
- and start muxing if data are already here (needed for sout with pace
- control).
- Both will help to allow muxing (nearly?) all frames, even the last ones.
- commit c8530848887de4feeacac1262f70d4bf44880d55
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Apr 7 22:57:08 2004 +0000
- * modules/mux/*: fixed block_Realloc() typo.
- commit 8831fe331905e7db41561326ce9404520b3939d0
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Apr 7 22:49:13 2004 +0000
- * modules/access_out/file.c: added "stream" shortcut for when one doesn't want pace control.
- commit ac6c7eabe2315e0a62bece7f2ac71b46cfafaced
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Apr 7 22:41:57 2004 +0000
- * modules/mug/ogg.c: fixed recent breakage.
- commit 068443958da89044c1a9b30beef42afc0ec9542a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Apr 7 21:13:35 2004 +0000
- * ALL: use p_block->i_length for text subtitles duration (instead of the i_dts hack).
- commit 9c615be0e14f7b30f426812746bda452d9e09ffb
- Author: Mohammed Adnène Trojette <adn@videolan.org>
- Date: Wed Apr 7 20:10:16 2004 +0000
- crotte !
- commit 2b9a06ca1c19d8049457c78fe915ba8baa23e135
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Apr 7 19:48:38 2004 +0000
- * modules/gui/wxwindows/*: modified the auto-generated menus routines to not
- delete/re-create parent menus. That makes wxWindows a lot happier.
- commit 68904f4040d75933e8c64a1059e87294e47a6565
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Apr 7 19:09:38 2004 +0000
- * configure.ac: disable SSE on solaris.
- commit 5b7346fc1ba6108509161f27116c8f9566876cbd
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Apr 7 18:36:00 2004 +0000
- * Use newer speex in OSX. apparently 0.7.1a is broken in this respect.
- commit adcebbaec927fc3ad7aba923e637fd3827990158
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Apr 7 17:47:07 2004 +0000
- * asf: added limited support of concatenated files for web radios (only
- files without index, seek isn't supported for such stream)
- commit f6ac7b66311267b0e5bf85e9bd58355007a10811
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Apr 7 17:41:14 2004 +0000
- * mmsh: added support of multiple files streamed with the same url (a
- few web radios use that)
- commit 90917b82550c737c1f3b59c27454c0fa66dfd524
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Wed Apr 7 11:50:13 2004 +0000
- * modules/gui/pda/pda_interface.c: Removed translation of protocol-strings like "rtp://" and paths like "/dev/video"
- * po/de.po: Updated german translation
- commit d0fe856587deda62eb4c9890c1321a3614c0685a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 6 23:54:49 2004 +0000
- * modules/visualization/goom.c:
- + big rewrite.
- + frame dropping.
- + new --goom-speed option.
- commit bb998bd7da69241213e07f84de462a9c7a882a7e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Apr 6 23:14:44 2004 +0000
- * Spelling fix
- commit 38af69975d8a186f4d95447f0d5586e843cffce6
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue Apr 6 22:04:33 2004 +0000
- Update of the Brazilian Portuguese translation by Andre de Barros Martins Ribeiro
- commit 65213a053372a8312c0fffe09a30217d0c9271bd
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Tue Apr 6 20:38:10 2004 +0000
- * x11_graphics: check if the width and height are not null, to avoid
- a X11 Bad Value error
- commit b442a2d053b40abbe70ad942c4870c33f502659e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 6 20:01:28 2004 +0000
- * modules/visualizations/goom.c: added --goom-width/height config variables.
- commit ce32ffa36e5bc66b2eae09909e3d624ed0403b43
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue Apr 6 19:56:57 2004 +0000
- * skins2/src/theme_loader.cpp: .vlt files can now contain directories
- and subdirectories. When loading a skin, the "theme.xml" file will be
- searched recursively, and the first one to be found is used.
- * skins2/*: Do not 'cd' anymore to the temporary directory where the
- .vlt is extracted (instead, we transform the relative paths specified
- in the XML file into absolute paths).
- commit a44edfa9a88253d75a55d59b5883f736593dd917
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Apr 6 17:32:09 2004 +0000
- * mmsh: fixed first packet handling.
- commit d6f72ea5a9eedb76d0270fa7510c8b5ca3a8f736
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Apr 6 16:04:03 2004 +0000
- * Added subviewer and subviewer v2 support
- commit f904a9f8c042e659d815fdc22963e9bbe185730c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 6 14:16:49 2004 +0000
- * modules/gui/wxwindows/wxwindows.h: forgot to remove useless variable.
- commit 69d664719a7b43fa3506e9381eebe8d9fbfea24f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 6 14:15:38 2004 +0000
- * modules/gui/wxwindows/*: changed slider aspect and moved the time display into the statusbar.
- commit b0e050e497cff4a73abcecd293c080fb01b7deeb
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 6 10:58:41 2004 +0000
- * modules/gui/wxwindows/*: some code cleanup for the bookmarks dialog.
- * AUTHORS: updated my entry.
- commit 81d2d57eb460d2321882b26484967f447c861e0c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 6 10:33:48 2004 +0000
- * modules/gui/wxwindows/preferences.cpp: small cosmetic change for win32.
- commit 4e9d548b96af776a369e84fb5c1c027af4345d53
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 6 10:27:14 2004 +0000
- * modules/access/file.c: fixed bug in concat mode when seeking.
- commit 62d82a4baaf0816eb90b7e908bbc1fbce3421c15
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 6 09:51:20 2004 +0000
- * modules/gui/wxwindows/interface.cpp: use wxBORDER_NONE for the volume control.
- commit 4b45cfa28ff3a458cc4c6bcb62d3a52939ecbfac
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 6 09:00:42 2004 +0000
- * modules/gui/wxwindows/interface.cpp: display default volume level on start.
- commit aca4db4e4f0aaf736374f22b3192a2da3a4417d1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 6 00:03:20 2004 +0000
- * modules/gui/wxwindows/*: integrate the volume control in the toolbar.
- commit 888b49dfa60571c3f29d722d47f51d8e881200d0
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 5 18:26:34 2004 +0000
- * x11_loop.cpp: check if there is a theme before getting the window manager!
- (avoid a segfault when there is no theme at the beginning)
- commit d1c5e7605375321697e411696a113c467bd279aa
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Apr 5 16:09:17 2004 +0000
- * modules/stream_out/transcode.c: hack to work around ffmpeg encoding which doesn't like frames with identical pts.
- * modules/codec/ffmpeg/encoder.c: one missing AV_NOPTS_VALUE.
- commit 8bc622656f2cbb85548fa8a9a6be732544635376
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Apr 5 16:00:54 2004 +0000
- * modules/gui/wxwindows/bookmarks.cpp: fixes.
- commit 795654cd824694315bf8da32a16ebde1eb9bd781
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 4 18:26:20 2004 +0000
- * modules/gui/skins2/src/dialogs.cpp: the dialogs provider needs to be of VLC_OBJECT_DIALOGS type.
- * modules/gui/skins2/src/vlcproc.cpp: honour p_intf->b_die.
- commit 8c4fc7015595bc289c8cd7f1f80a73370ee7ec6d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Apr 4 14:50:21 2004 +0000
- * mms: fixed 'Read' function when the header is bigger than the packet
- size.
- commit ae074ecfcfec246fa11e330089fe84594968e83c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Apr 4 14:34:36 2004 +0000
- * input: if we failed to open the file, and the name has a '%', we
- decode it as a url encoded one and we retry.
- (Btw, this will break playing of paths that have '%' and ':' )
- commit 5bbca7b8ff11028049b031c484b921fe755ba2f6
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Apr 4 10:48:04 2004 +0000
- * skins2: Do not try anymore to display images whose width is 0.
- This avoids warnings at run-time on Windows.
- commit e6b40c6c48923ae512d0a9a7a65e9bf1ec7e8faf
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Sun Apr 4 08:17:27 2004 +0000
- Add "enable/disable all group items" functions in playlist context menu
- commit d2270bdb201cb2d4eccd317b2cf164f94e45c472
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Sun Apr 4 00:30:11 2004 +0000
- Adds "Enable/disable item" menu item in playlist contextual menu.
- commit 3cad60cecab4be82b6f62f82e9ef6178e47d99ab
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 3 23:21:47 2004 +0000
- * src/window_manager.cpp: added a synchVisibility() method to show the
- visible windows (because they may have be hidden by the window manager)
- * all: removed the dirty hacks from the previous commit ;)
- commit cc1f85bd427f97c29427880551d865f3a4530996
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 3 22:18:23 2004 +0000
- * x11/x11_display.cpp: the "parent" window now receive structure
- notify events
- * x11/x11_window.cpp: same thing for the other windows
- * x11/x11_loop.cpp: when the "parent" window receives a map notify event,
- we show all the windows because it doesn't seem to be automatic.
- To have this working, we must update the visibility variable of the
- windows when they are hidden by the window manager
- commit 9e42c86953025abdea05951dbff19b8bfbb12bf3
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Sat Apr 3 20:58:32 2004 +0000
- Group selection combo box in stream proprieties dialog. Also allows to create new groups.
- commit 7ce614bd88d7d63e13b2acaa52059b6b3f3d94c3
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sat Apr 3 20:17:06 2004 +0000
- * skins2: when the user click on a window, raise onl this window.
- This avoids a flickering when 2 windows are overlapping.
- commit 1200a79d3177063cedcc7466457cc425aaea1fbb
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sat Apr 3 18:47:12 2004 +0000
- * skins2: do not save the config when changing the skin
- commit 6bf0c3d19cb657717f5de9fc0030d2bd14b9aef2
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 3 18:16:34 2004 +0000
- * x11/x11_window.cpp: reset the "drawable" variable to 0 before the vout child
- window is destroyed (it is not enough i guess...)
- * utils/var_text.cpp: unregister the observer to the Stream variable
- in the destructor ! (fix a crash when changing skin)
- commit 394910991eedabc5d3921fd18c39512e44498e03
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 3 17:02:59 2004 +0000
- * x11_display.cpp: create a dummy "parent" window for the task bar
- * x11_window.cpp: use XSetTransientForHint() to associate the windows
- to the "parent" window -> single window in the task bar
- commit dacc4c15cde6a964854f2f017547a9fae1db6888
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 3 15:30:47 2004 +0000
- * ctrl_text.cpp: check if the scrolling is still necessary when the
- text is updated (avoid many crashes)
- commit fb4b90713f7b4a43f0fadf0c5b7d5111f4648f30
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 3 14:59:15 2004 +0000
- * playlist.c: better random algorithm: do not play an item if it has
- already been played (check the i_nb_played variable)
- * item.c: initialize i_nb_played to 0
- commit d36327ccf7639fcc3c7fd43a53845a10381ae2c2
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 3 13:57:46 2004 +0000
- * src/vlcproc.cpp: DO NOT update the GUI directly from the vlc callbacks,
- skins are not reentrant (at least with x11). Put commands in the queue
- instead.
- * commands/cmd_vars: commands to change variables
- * controls/ctrl_list.cpp: automatic scroll when the stream changes
- * src/bitmap.cpp: removed the scandinavian characters from the
- text font, they don't belong to ASCII (caused a stack corruption)
- commit 99c11d8ea5948b32b3cccdffa38bb7170676019e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Apr 3 13:33:38 2004 +0000
- *audio.c: aout really doesn't like big audio chunks, so split them.
- (it helps a lot with wma).
- commit 4e3c8943f6ebab9a1963887bf339e5675abb3488
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sat Apr 3 11:30:26 2004 +0000
- * skins2: Added friend classes where appropriate, to reduce the scope of
- some methods.
- commit c0c09ac8b18a46494ee38d277cb50117a5c37ee7
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 3 10:55:51 2004 +0000
- * ustring.cpp: fixed the operator= (the trailing ' ' was not copied,
- leading to invalid memory reads)
- commit 0876b490c4b19828e7edd62939d991168779b0c5
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 3 09:21:12 2004 +0000
- * all: support of shuffle from the skins2 interface:
- - created a bool variable "playlist.isRandom" and 2 commands
- "playlist.setRandom(true)" and "playlist.setRandom(false)"
- - known bug: the playlist doesn't scroll automatically when the
- stream changes
- commit e8be53deb1365c4882dccbf00b60425577d69a4e
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 3 08:16:49 2004 +0000
- * bitmap_font.cpp: fixed the white space character for "text" font
- commit 2a0c82e4dd334c30f75e6e0476f3169755c1156d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Apr 3 01:36:04 2004 +0000
- * mp4*: demux -> demux2.
- commit c0b276aee185f493bf5384be036c72a79274b32b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Apr 3 01:14:23 2004 +0000
- * avi: demux -> demux2.
- commit fcfa54ca7f346ca44f110442924d42866aeb3c18
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Apr 3 01:02:02 2004 +0000
- * all: do not use input_Clock* anymore (use ES_OUT_SET_PCR instead).
- (text subs with mpg aren't working anymore unless using ps2)
- commit 2c878b9a594499190e9bd49d4fce048e6634f954
- Author: Carlo Calabrò <murray@videolan.org>
- Date: Fri Apr 2 21:19:43 2004 +0000
- Explicit reference to libpng in the missing XmlTextReader error.
- Special thanks to Groniche and Google.
- commit d3f1708fc3717e2214d3cf1860a99b6e2cfc52f4
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Fri Apr 2 21:00:15 2004 +0000
- * modules/gui/wxwindows/interface.cpp: small fix for the size of the windows
- commit 59b0ce48881b15e8dcacc9fd5f8b37fef568c112
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Apr 2 18:54:39 2004 +0000
- * modules/gui/wxwindows/wxwindows.h: use a namespace to avoid symbol conflicts.
- commit 65b525b13f8dbe462692d41923bbed0f2d72e599
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Apr 2 18:32:01 2004 +0000
- * modules/video_output/directx/events.c: compilation fix.
- commit 15f4bc42cd5e775e5f75806c23075b304ca5d88d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 2 18:26:35 2004 +0000
- * demux2: added ogg.
- commit dcfaf06f12cb79be7f0d826e78d62de1389e6f19
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 2 17:56:14 2004 +0000
- * subsdec.c: use es_forma_t.subs.psz_encoding if present.
- commit 1ecb514955e4ac9796cc9e3a6a52d1b23690c06b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 2 17:23:22 2004 +0000
- * stream: fixed cast of lvalue.
- * input: fixed "position" value as soon as possible after a see, this
- way the intf doesn't show strange seek bar behavour.
- commit 26e9ba8a8c7ac8285aacde3c76ac9b3c4bf0a845
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 2 16:40:54 2004 +0000
- * ogg : demux -> demux2. It needs more testings.
- commit 07c2bef65b14a837755f3f17d4ac0c2250d8f590
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 2 16:17:15 2004 +0000
- * ogg: cosmetics + converted PCR to micro-second unit. (I may
- introduced bugs).
- commit d8f54d49fb3254183481e62918deedbbfa3dcee7
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Apr 2 16:08:29 2004 +0000
- * src/video_output/vout_intf.c: new vout_ControlWindow() function.
- * modules/gui/wxwindows/video.cpp: implement vout_ControlWindow().
- * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
- + call vout_ControlWindow() when resizing in embedded mode.
- + implemented a VOUT_REPARENT/CLOSE mode in Control() so the interface can signal that it closes its video window.
- commit c541cec640a44b734a848353940dbf76ac7505ac
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Apr 2 14:08:34 2004 +0000
- * modules/gui/wxwindows/*: simplified the look&feel of the main interface.
- commit 01dfb2d8e969cf8066ac6a63e4c20a73f9f4d5b3
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 2 13:24:54 2004 +0000
- * demux2: added mpgv and rawdv.
- commit e695e7d80ebe2420542e14dfd7894222e449d88b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 2 13:18:32 2004 +0000
- * rawdv.c: demux -> demux2. (Untested so may be broken)
- commit d9259f2f2e86a0338c91c31d35fc0ad6983ca724
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 2 03:24:53 2004 +0000
- * m4v: pts/dts fixes.
- * mpgv: demux -> demux2.
- commit b04e87d048d0939b7579bf7fbb72195baa7a5b52
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 2 00:48:29 2004 +0000
- * m4v: demux -> demux2.
- commit 0b4ff2a326e03ddda2f6d5c64eaebf69ca0968b7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 2 00:38:31 2004 +0000
- * modules.h: increased MODULE_SHORTCUT_MAX to 50. (It's needed because of
- demux2, and will be decreased as soon as demux -> demux2 is finished).
- commit 8caa8ca8f602f477e3c7f37f91166637c7333ac8
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 2 00:28:09 2004 +0000
- * asf: no DEMUX_SET_TIME...
- commit d9fa61b14ec0b3c1d3ed31a12a517eaa2eb9be4f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 2 00:26:02 2004 +0000
- * mkv: demux -> demux2.
- commit d90fad27039288af72399c95a302ce1cfc843bb2
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 2 00:06:09 2004 +0000
- * vlc_es.h: AAAHHH I HATE C++, else said: I need to cast malloc.
- commit 4359eb91409623302329068852b88898a975943d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 2 00:00:08 2004 +0000
- * vlc_es: fixed es_format_Copy. (Duplicate psz_encoding and p_palette).
- commit 57832ef37362bf7cdcbacde737f5f6c8da0c968f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Apr 1 23:21:13 2004 +0000
- * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME should be
- implemented _only_ when it has a high precision.
- commit 6e2ae6f2ea83b18bf997b748f906d3ab98b19316
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Apr 1 23:19:30 2004 +0000
- * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME. should be
- implemented _only_ when it has a high precision.
- commit 07bc2fbdf36242cdbe4275db0ad01641b2cc8839
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Apr 1 21:38:21 2004 +0000
- * demux2: added live.
- commit 61c8068c7f96b0c7772543d702704140d5707d97
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Apr 1 21:37:06 2004 +0000
- * livedotcom.cpp: demux -> demux2. (Precision in seek will probably be
- worst until we completly switch to demux2...)
- commit 6f36d8b18e085b13094ef448c6f58affda285882
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Thu Apr 1 21:04:43 2004 +0000
- * skins2: Anchors are now stored in the layouts, not in the windows.
- If you change the layout all anchorings are lost, except for anchors that
- are in the same position in the old and the new layouts.
- Adding more 'persistent' anchorings should not be very difficult.
- commit 732be244f6e115f445de55cdebdb5c0129faea75
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Apr 1 19:20:21 2004 +0000
- * modules/gui/kde/info.cpp: info_category_t compilation fix.
- commit 07729565653c5d3d0f6f95a9b70085c1acd3f604
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Apr 1 18:53:11 2004 +0000
- * missed a object_release
- commit 15206e7590e576bc0d9e6a4867f459719ec78318
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Apr 1 18:21:56 2004 +0000
- * Fix p_item etc breakages. Question.. is the seperate fileinfo dialog still useful?
- commit e2bbf5ca6416e62909bdef0528204da1b7a7b52d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Apr 1 17:12:36 2004 +0000
- * ts: better handling on PAT version changes.
- commit 65b5865c605f87cff8823796cc1988410c1512c5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Apr 1 15:50:35 2004 +0000
- * modules/gui/wxwindows/*: bookmarks improvements.
- commit 89f8daf23b0f6c55fb07931e8fc50d06bdbcb05b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Apr 1 14:47:45 2004 +0000
- * modules/video_output/x11/xcommon.c: compilation fixes.
- commit c2633d59c55c65107505aef43331ca0caed76b83
- Author: Eric Petit <titer@videolan.org>
- Date: Thu Apr 1 12:30:07 2004 +0000
- i420_yuy2.c: fixed AltiVec conversion for unusual image sizes
- commit bc138de9f090772a5bf99d93914684e3db151fa6
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Apr 1 11:16:10 2004 +0000
- * src/libvlc.h, modules/video_output/directx/events.c:
- + added a --video-title option, courtesy of Hornsby Adrian.
- * modules/video_output/directx/directx.c: minor changes.
- commit eb22c2983bf039a74f9f6143a640438c8a16819d
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Thu Apr 1 10:01:48 2004 +0000
- Cancel
- commit 86e5f20a0e710e11cbc1305bc911e75ba78bc912
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Thu Apr 1 09:20:00 2004 +0000
- * modules/demux/playlist : native playlist import
- * modules/misc/playlist : native playlist export
- * configure.ac : playlist and export need libxml2
- commit e94ac636c70eae197864ea3ff4983662fbe6c011
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Apr 1 09:07:37 2004 +0000
- * configure.ac, modules/gui/skins2/utils/bezier.cpp:
- + check for lrintf() and fallback on rint().
- commit 9af9c30640e77ccba94f6521b82d76b7edc25b87
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Thu Apr 1 08:05:52 2004 +0000
- vcdplayer_selection2lid not here anymore. It comes from libvcdinfo.
- commit 16395c1ad2758aec7aabd7fda70b5dbca232a36e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Apr 1 07:21:19 2004 +0000
- * modules/access/vcdx/access.c: use input_Control(INPUT_ADD_INFO).
- commit 556b8276d65efafedb61fd02f17806c83c023741
- Author: Anil Daoud <anil@videolan.org>
- Date: Wed Mar 31 23:52:48 2004 +0000
- compilation fix
- commit 3dcdd8d70c9c36af4f4b94d019ffb7603f3607dc
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Mar 31 23:09:53 2004 +0000
- * src/input/control.c: INPUT_ADD/DEL_BOOKMARK also modifies the "bookmarks" input option so the bookmarks are kept even when the input is stopped.
- commit d93ca7c44af4c5449cc92be470b483f1de39d620
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Mar 31 22:55:48 2004 +0000
- * modules/gui/*: compilation fixes for the new input_item_t change.
- commit e3b7e2fe1929b08cf2088644cadaa085e6eeccde
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Mar 31 22:04:54 2004 +0000
- * src/misc/win32_specific.c: compilation fix.
- commit 6d170e5fd5fd4993e10ba8635488f6229bc33575
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Mar 31 21:17:22 2004 +0000
- * modules/access/dshow/dshow.cpp: compilation fix.
- commit 562ab59b24114e526144b59b5967224de432412a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Mar 31 20:52:31 2004 +0000
- * src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_NAME to input_Control().
- * src/input/input.c:
- + introduced input_item_t that is shared between the playlist/vlm and the input thread (contains input name, options, infos, etc...).
- + changed prototype of input_CreateThread() to input_thread_t *input_CreateThread( vlc_object_t *, input_item_t * ).
- * ALL: use input_item_t and INPUT_ADD_INFO when necessary.
- commit d79a68397146126b899966f9e7816e063ec270c1
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Wed Mar 31 17:23:11 2004 +0000
- Install new required files for skins2 on make install
- commit d20f99894dcb591710906581b153a811edf238b0
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Wed Mar 31 15:45:02 2004 +0000
- * All: Compilation fixes for Solaris 9, courtesy of Mats Rojestal
- commit 0702887b0a776ee3f6625f30eed982656ccb49b8
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Wed Mar 31 11:24:43 2004 +0000
- * skins2 DTD: Removed unused attributes of the Font
- commit b2be182bb2cfc3ccc36a4c06c0b6b533f8cc8d25
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Wed Mar 31 08:05:59 2004 +0000
- Oups, these ones are for later
- commit 698c5d06165aeaaec0d918e13ce83eed54858e91
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Wed Mar 31 08:00:27 2004 +0000
- Also fallis back to C string if UTF8 string fails in proprieties window.
- commit 60421fb8e4bd85e36c4865c2a82216cebb328069
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Mar 31 00:24:22 2004 +0000
- Fall back to plain C with default C character encoding when UTF8 fails.
- now you can see at least something with those SAP announces with Latin char encoding.
- commit df00502faf99dcb0c92f89bd83155e3d25bd2a52
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Tue Mar 30 20:56:13 2004 +0000
- Works around an issue with some playlist items added by the sap interface : since they aren't coded in UTF8, a blank string is printed.
- This doesn't correct this issue, but at least, it doesn't prevent the item proprieties window from opening anymore.
- commit ef5210f89137ff48891404fd80bef9b5e59e99cf
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Tue Mar 30 19:38:46 2004 +0000
- Implements info treeview in the playlist proprieties window
- commit 36af0dc742680194e8a69596454b4f5f2153c9f3
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue Mar 30 17:43:56 2004 +0000
- Do not delay subtitles twice + Sanity check
- commit 05654db3d478e29efc0e26ba44ac2407f2e0a575
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue Mar 30 17:18:48 2004 +0000
- Fix 64-bit bug with bookmarks from command line
- commit fb105c196fb53d0c134fc4c0c6570ea781ccbe11
- Author: Mohammed Adnène Trojette <adn@videolan.org>
- Date: Tue Mar 30 10:37:44 2004 +0000
- Modified a little default skin
- -> hiding video window
- commit bd0bfdc0565ccc29d336c39885684ea3f6bbab13
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 29 21:34:27 2004 +0000
- * livedotcom.cpp: lalala.... (compilation fixes).
- commit dc8a7d670f1803f082b594993964b99da2591094
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 29 21:29:31 2004 +0000
- * all: cast of lvalues ...
- commit 49925980ceee6653721a048b823a7b331a3c6522
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 29 21:26:54 2004 +0000
- * ogg: cast of lvalue ... gibalou could you test this patch ?
- (I have changed a ((uint8_t *)op.bytes) -= 4; and I'm not sure what it
- was meant to do as op.bytes is a "long")
- commit a4923d5d7294f45979a3b6a6bfadf56abdd0e634
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 29 19:57:07 2004 +0000
- * *.h: shut up gcc (cast of lvalue).
- commit e89d6931da2ef0ced9818e8cea5d9d18095b1f30
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 29 18:59:51 2004 +0000
- * avi: fixed a cast of lvalue.
- * livedotcom, mkv: removed all TAB_*.
- commit 0101fe518bd2d8378ccb8497b21fb70d8903a067
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 29 18:58:28 2004 +0000
- * vlc_common.h: removed all cast in TAB_*. GCC doesn't like anymore
- cast of lvalue. -> Don't use them anymore in C++ code.
- ( Don't use *(void**)&p, it won't work because of aliasing problem).
- * vlc_meta.h: don't use TAB_* as this file is included in C++ code.
- commit 4e0e52a375f98a06ae9ba8f6fe58b7c1a666611b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 29 15:10:36 2004 +0000
- control: invalid cast in GET_SUBDELAY
- input: fixed uninitialised variable (i_microsecondperframe for subs)
- commit 15fb44901c4206811032524457350cc2321f12e7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 29 14:28:00 2004 +0000
- * livedotcom.cpp: use stream_Demux* to support muxed stream. It's far
- from stable, but begin to work. (Tested only with TS).
- Limitation: no synchro with others stream if any (anyway, it would be
- a bit stupid to have such stream).
- commit 5274b3d1d38e6f020a1b9011cdc0ec8c8a0f9b5d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 29 14:25:25 2004 +0000
- * stream: added stream_DemuxNew, stream_DemuxSend, stream_DemuxDelete
- to chain demuxer.
- - stream_DemuxNew: create a special stream_t, launch a thread that
- will open a demuxer, and call p_demux->pf_demux until asked to die.
- - stream_DemuxSend: append a block to be used by the new demuxer.
- - stream_DemuxDelete : free all data...
- commit f1c9b20a620b2622ebd187e08ef856a7a93f11e5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 29 14:21:47 2004 +0000
- * mpeg_audio: fixed input infos update, and removed all tabs.
- (each vlc_object_find has to be followed by a vlc_object_release once
- the object isn't needed anymore)
- Btw, I think we should better do that update in src/input/input_dec.c,
- this way it will work with every decoder AND a decoder should not touch
- p_input (decoders will be used by transcode for instance ...)
- commit 655e585f749c2969976270d76cef66ae51d56715
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 29 14:17:25 2004 +0000
- * rtp: fixed segfault with mux=
- commit c6413af17de9d05232d54ff760a73d28246409ba
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Mon Mar 29 11:15:04 2004 +0000
- fixed "slower" hotkey.
- commit 17d78502f8f915fa105f08e07063ca5dbb2ec19a
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Mar 29 07:28:45 2004 +0000
- * Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
- * Allow to modify subtitle delay on the fly and implement hotkeys
- (h and j)
- * When framerate is available with subrip, use sub-fps to make corrections
- (sub-fps default value is now 0, if left to this value, 25fps will be
- assumed in microdvd mode and no correction will be applied in subrip)
- Main problem is that when seeking in the subtitles, you easily get
- several of them displayed. Maybe we could add a flag to subpicture_t,
- like SUBTITLE_PICTURE to say that only one of them must be displayed at
- a time, but that other subpictures (OSD, ...) can remain present on the
- screen at the same time.
- commit 200a3bc012670b9fc8f2df1d966d05ed38cc96d1
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Mon Mar 29 02:10:04 2004 +0000
- Populate stream information.
- commit 1e0610a4ab98bc63e45045a9dabe05fe2b959dab
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Mon Mar 29 00:45:53 2004 +0000
- Populate "Stream and Media Info"
- commit 6cbedca649ebd2a5ae46608ca7c5b91ee365b0e5
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Mon Mar 29 00:42:35 2004 +0000
- Small cosmetic changes
- commit 4abcb2192864f83b75a42cde7182b97fbe1491e2
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Mar 28 20:25:53 2004 +0000
- Small update to ARM cross-compile howto
- commit 5fd57071bda1c5b407bc8c28d4123883143690af
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Sun Mar 28 20:17:49 2004 +0000
- Correct multi-default selection. But we need vcdimager 0.71 CVS for
- this. (But most poeple won't notice the improvement since video
- switching is broken.)
- commit b60f0307fa794029474a9c080f3aee3bde6ef71e
- Author: Xavier Martin <titus@videolan.org>
- Date: Sun Mar 28 14:39:03 2004 +0000
- correction of a small bug in the function move
- commit 27c5a8dd1c6be5a2bc71fa09b94951643e373a0e
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Sun Mar 28 12:29:42 2004 +0000
- Reverses previous patch, which added 1min/5min forward / backward functions, as it made the interface too unclear. We need to find another way to use hotkeys on the main interface...
- commit 534553c60c314d35dc6c7cb1796553914931d578
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Mar 28 03:16:05 2004 +0000
- * src/input/stream.c
- - disable stream_ReadLine debug.
- * ALL:
- - added a new demux2 module to handle Kasenna MediaBase
- metadata files. These are application/x-sgimb masked
- 'mpeg' files on the web. They are in reality mostly constructors
- for rtsp links. The reference to SGI is because the MediaBase
- solutions originate from SGI.
- commit 78726fda337a18ef8359e3ea4954091932988687
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Mar 27 18:04:36 2004 +0000
- * bitmap_font.cpp: full support of text bitmap font
- commit d5c4e1bf28c22092fe75c82b79dd025b1f3e2719
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Mar 27 17:36:46 2004 +0000
- * src/interface/interface.c
- - spelling fix
- - added telnet intf to 'Add Interface'
- * modules/misc/logger.c:
- - on Mac OS X, use ~/Library/Logs to write logger intf output.
- * ALL
- - Added 'Add Interface' to Mac OS X build. Now you can finaly quicklaunch
- the SAP intf.
- commit ab603b474e5f7dc889b5303005198efa5960d73d
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Mar 27 11:24:24 2004 +0000
- * all: beginning of "text" bitmap font support. The text bitmap must have
- the following layout: [cf xmms skins ;)]
- commit 00aa16f116339812bc391fb2cebfc0553e78a6b6
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Mar 27 00:21:13 2004 +0000
- * all: beginning of bitmap font support. At the moment only the digits
- font for xmms/winamp2 skins is supported (the bitmap must have the
- following layout: [0123456789 -] with letters of size 9x13).
- Non-digit characters are just skipped, with a hardcoded advance of 6
- (it allows correct display of time in xmms skins; the ':' are skipped)
- Small example at http://people.via.ecp.fr/~asmax/chaos.vlt (uncomplete skin)
- * vars/time.cpp: notify the observers also when the input is stopped
- * controls/ctrl_text.cpp: do not reset the FSM state and timer when the
- text is displayed (was causing bugs in time display)
- commit 77e1a4c6f15e8f48a39b3b2d832bfc7108db70ef
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Mar 26 13:20:57 2004 +0000
- Spectrum is default enabled
- commit aa41414dc52cedb89876e475ef6e9bdadef7a7ed
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Mar 26 09:35:10 2004 +0000
- * src/input/control.c: fixed INPUT_DEL_BOOKMARK.
- commit 0880ea2e685b7d3140c932925b9878121ab7c490
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Mar 25 23:07:19 2004 +0000
- * video: disable direct rendering for h264.
- commit 52a7d38eb2637a77359a5e02e225f905d833682f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Mar 25 22:45:59 2004 +0000
- * bootstrap:
- + Work around a Solaris sh issue preventing ${foo%%bar} constructs.
- commit 8b501c492a931e8c68e7ca9fda65abd23290f982
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Mar 25 20:25:04 2004 +0000
- * VLC couldn't handle external links since the playlist API changes. FIXED
- commit 6b47884bab594147c53c2510c0883649b23ab79e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Mar 25 14:00:33 2004 +0000
- * codecs.h : added WAVE_FORMAT_DIVIO_AAC.
- commit ad72f5a2b38bbc9dbc8d7c307e86dbbe2b1cbe03
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Mar 25 13:48:51 2004 +0000
- * mpeg4video.c: added m4cc/M4CC.
- commit 747156db99654dadd4b0f6cd751625d7e4f0d263
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Mar 25 11:51:24 2004 +0000
- * modules/video_output/directx/*:
- + Added calls to vout_RequestWindow()/vout_ReleaseWindow()
- + Implemented vout_Control()
- + Fixed potential division by 0
- commit 9ee8da32c2183b0a83215d4b2990419c418323f1
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Thu Mar 25 11:50:33 2004 +0000
- Don't save an empty playlist
- Fix refcount problem
- commit 491b9e7019e1db750b36298b4901bd115d213efc
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Mar 25 09:47:19 2004 +0000
- * po/POTFILES.in: updated.
- commit 009a1e8d2eca3a813d66aa1d067dd6def9eefd26
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Mar 25 01:01:58 2004 +0000
- * real: added support for aac codec.
- commit 1f878728d314a9028a3a584b5b26a80e45a11b81
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Mar 25 00:18:51 2004 +0000
- * modules/gui/wxwindows/video.cpp: fix for wxGtk built with GTK1.
- commit bfcaf24f89a46398a95fdef059ca533652ef8744
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Mar 24 22:53:36 2004 +0000
- * src/video_output/vout_intf.c: vout_IntfInit() for some interface/control related initializations.
- * src/video_output/video_output.c: moved some stuff to vout_IntfInit().
- * include/video_output.h: vout_vaControl()/vout_Control() prototypes.
- * modules/video_output/x11/xcommon.c: implemented a vout_Control() (only VOUT_SET_ZOOM for now).
- * modules/gui/wxwindows/menus.cpp: handle float object vars, added "zoom" to the menus.
- commit 73d587a5c2ca2873636c6cc79670bb9acfb974e1
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Wed Mar 24 22:10:56 2004 +0000
- * skins2/parser/builder*: All the controls now have a 'visible' attribute
- * share/skins2/default/skin.dtd: Changed a few details here and there
- commit 39b7e4b61979fef8930123b7979c2ecb7ec689e6
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Wed Mar 24 11:24:46 2004 +0000
- Compilation fix
- commit 390b1b5e4916052bb98e1a806e3803e42369e6f4
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Mar 24 10:18:34 2004 +0000
- * ts muxer: added a no-crypt-audio option for people who do not want to crypt
- audio PIDs
- commit 28d547fc11117f0b9f7012743fafc13c88f8aa94
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Mar 24 10:17:50 2004 +0000
- * csa.c: Fixed an encryption bug with packets smaller than 8 bytes.
- commit b09db1116d7e44c8bb086c369ebd947cc4bf1206
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Mar 23 23:52:04 2004 +0000
- * modules/gui/wxwindows/*:
- + bookmarks menu.
- + started work on bookmarks dialog.
- + started support for embeddable vout (via vout_RequestWindow()/vout_ReleaseWindow()).
- + new --wxwin-bookmarks and --wxwin-embed config options.
- commit e6b4ae3e2602ecfdc63b1c6c55257fac88eb1bd5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Mar 23 23:46:26 2004 +0000
- * modules/video_output/x11/xcommon.c: use vout_RequestWindow()/vout_ReleaseWindow().
- commit 36b86f5b99933b478403e8231325e2392178a1f5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Mar 23 23:44:49 2004 +0000
- * src/input/*:
- + new input_Control() function (doesn't do much for now).
- + started bookmarks support through input_Control().
- + new --bookmarks={name=foo,bytes=foo,time=foo},{...} config option.
- * src/video_output/*:
- + started support for embeddable vouts (vout_RequestWindow()/vout_ReleaseWindow())
- + new --video-x/y config options
- commit 75e43e2bb21d65c7bb965c0d1332177a2dd8aecd
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Mar 23 23:30:49 2004 +0000
- * src/misc/variables: fixed mem-leak for VLC_VAR_CLEARCHOICES.
- commit 8ce8649561af58a3ad960f48109e55a3962b5833
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Mar 23 23:28:02 2004 +0000
- * modules/codec/ffmpeg/encoder.c: removed unused stuff.
- commit 1f51e300c17caaefa5c4526b533d189c1ceac476
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Mar 23 23:26:36 2004 +0000
- * modules/demux/dvdnav.c: cosmetic changes + fixed small mem-leaks.
- commit e72c13db72707a3e09e5b3d9c0ef966aac670136
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue Mar 23 21:03:20 2004 +0000
- * skins2: Fixed broken DTD
- commit 89b2be831581b1af307184aa99370c9a733c29ff
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Mar 23 20:47:06 2004 +0000
- * Check if dvbpsi_DecodeISO639Dr fails.
- Fixes #1104
- commit 295240a14b095b8f7e881b4f830e59ce9ad67a40
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Mar 23 11:02:48 2004 +0000
- * duplicate: fixed a bug with noes.
- commit 19b851c5ea79f70cbc47dad38db9f44e5a666aa3
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Mar 23 09:44:44 2004 +0000
- * share/Makefile.am: added default skins2 theme and vlm http files.
- * modules/gui/skins2/Modules.am: removed old skins2 theme.
- commit 5aedd62056c9cbadfd9e4b7c0f97857b5f0fa685
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Mon Mar 22 22:53:11 2004 +0000
- * ALL: compile fixes.
- commit 48856e6e6fef34e5f70c749e177882f3a368d02e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 22 22:14:27 2004 +0000
- * vlm/* : begining of vlm http interface pages.
- commit 9e2e768f8a9e39859e71242be4a70bf097d7a001
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Mar 22 21:18:12 2004 +0000
- * skins2/win32/win32_loop.cpp: Refresh the needed rectangle only.
- This doesn't fix totally the refresh problems on the skinned vout,
- but it improves the situation a lot.
- commit bbb792841fa840a24740d2ffb2ebf817c2f9abb0
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Mar 22 20:54:35 2004 +0000
- * Makefile.am: Fixed the win32 packaging of the default skin2
- commit a8283ef69a99c7786f303a8df5ce580ce395713b
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Mar 22 20:38:15 2004 +0000
- * all : skeleton of a future bitmap font support
- * skin.dtd : new BitmapFont element
- commit 7965c4ddc2498c455140254e230e7af1c2c623ad
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 22 17:58:24 2004 +0000
- * http: implemented vlm_save/load.
- commit ee90a81d1efce591e985ca0db1901b85524c605b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 22 17:56:54 2004 +0000
- * vlm: fixed some segfaults.
- commit 47af7949f1b5d1d28426b65abcc31816c8930496
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Mar 22 15:19:12 2004 +0000
- * modules/codec/libmpeg2.c: modified last change to use a 4:3 aspect ratio when libmpeg2 gives us an invalid one.
- (if this happens, it is a bug in libmpeg2 anyway so we just try to fallback to the most usual value).
- commit 7db4c54cc557b25da5b24e4d625f2842e9fa69ad
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 22 12:33:29 2004 +0000
- * all: forgot to commit theses files.
- commit 8d5a171ae7787cfb2d936f2d98d2001c26d1b937
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Mar 22 12:12:02 2004 +0000
- * modules/control/Modules.am: added telnet module.
- commit df8f23fc17b0f05dc7bd131b4d4c26430655145c
- Author: Simon Latapie <garf@videolan.org>
- Date: Mon Mar 22 12:04:03 2004 +0000
- * http.c: vlm_error
- commit 8e2f50d2048a2df60ec51ebcf48d13d97601195a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Mar 22 10:18:22 2004 +0000
- * src/misc/modules.c: compilation fix.
- commit 91576fb0a6ff83f99719890aaceef573e5a66ac1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 22 03:08:27 2004 +0000
- * vlm: better vlm_Show.
- commit a2001a3aba2f3275ba1bd78ba925a7dc0de462fb
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Mar 22 02:58:57 2004 +0000
- * http.c: fixes about vlm.
- commit 017996d961fb55b9d04a748a1f94d9c9b4b98126
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Mar 21 22:53:18 2004 +0000
- * fix avi dts support
- commit a3b0403c58098d842f8127615b74e4b6f4b77a90
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Mar 21 22:35:58 2004 +0000
- * libmpeg2: handle invalid aspect as square one.
- commit 54521e0a2303add8444efec21de50d571104d538
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Mar 21 22:03:42 2004 +0000
- * rtp: sdp=rtsp:// urls begin to work (multicast+unicast).
- (There is still the problem of timeout, and a lot of checks aren't done).
- commit 0c81e3b4521f75106b5c8694cf798dda74b15256
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Mar 21 20:39:43 2004 +0000
- * moved the default font in share/skins2/fonts
- * parser/builder.cpp: a font with ID "defaultfont" is loaded from
- the common font directory
- commit 8c85b4147444035be69750cdbe08a804743277f1
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Mar 21 20:19:18 2004 +0000
- * added a fonts directory
- commit eda02c946564059b45d2dbd817eadf2acc0160f8
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Mar 21 20:01:24 2004 +0000
- * moved the default skins2 theme in share/skins2/default/
- * all: added a "tooltipfont" element in the <Theme> tag (unused at the
- moment)
- commit 5db2254195377784491969d202ee82e8a5877d21
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Mar 21 19:45:42 2004 +0000
- Two description strings corrected
- commit 25391c02b92dcbd1bc85f301d62d18a4b2d16601
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Mar 21 19:36:47 2004 +0000
- * Spelling correction
- commit d70854de075fc2dc6e1e078f46bdc46888b4acfa
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Mar 21 15:09:21 2004 +0000
- * Makefile.am: compile vlm.c ...
- commit 68d49b0124ff95a2b972434ae7275f25f8ce2ba4
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Mar 21 12:50:14 2004 +0000
- * modules/demux/mkv.cpp: Fixed Darwin port for Mac OS X 10.1
- commit 1d483f63c16c1fe3e0889dc36cdb149c605173e5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Mar 21 12:29:31 2004 +0000
- * all: changes for vlm move.
- commit 756605b711ca9d8c46ed005310aa8602f8d922d1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Mar 21 12:26:20 2004 +0000
- * vlm.*: move vlm to the core (now, vlm_New create only one instance)
- * http.c: begin support of vlm interraction (not yet documented).
- commit c56ae63ce56fc905d1e204ecc98ff80455f0cdf6
- Author: Simon Latapie <garf@videolan.org>
- Date: Sat Mar 20 13:19:58 2004 +0000
- * vlm.c: little bug fix for stop command
- commit ca30e8dadd29125bc3d1337c3c7ed99d0548adf0
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Mar 19 16:33:55 2004 +0000
- * ts.c: do not use packetizer for ms-codec streams.
- commit 15a9e81cd2062075e1136a54aa79a2e045c1d5ad
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Mar 19 16:33:11 2004 +0000
- * nsv: fixed unused variable warnings.
- commit a54eb77f5ed0a15e30a34fb4750d0225a51b58f4
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Mar 19 16:32:06 2004 +0000
- * real: fixed unused variable warnings.
- commit 40310f0263534ac7faa88c7968cf1de1f0c866c1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Mar 19 16:31:13 2004 +0000
- * asf :demux -> demux2.
- commit 8ac0fe3854862c2c5d0d63e117b6fb54e8267e47
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Mar 19 16:30:09 2004 +0000
- * Modules: removed avi.h
- commit e5612c774a4134fe4865796cdd76629144665bda
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Mar 19 16:29:39 2004 +0000
- * avi: cosmetics.
- commit 3ac57ab00385aeb2fa5304f3bee953520002c0f2
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Mar 19 16:27:52 2004 +0000
- * demux: demux2_New -> try to start faster selecting the right demuxer
- based to extension (others demuxers will still be probed if needed).
- commit b8b1c8a5d75f5287e7ac1584b228be4099bb1b6c
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Mar 19 00:52:33 2004 +0000
- * fix d_namlen bug
- commit a09823ca86d1be582a04112e9f6117b596b20658
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Mar 19 00:35:21 2004 +0000
- * the directory plugin no longer uses the m3u demux
- - it now does the playlist_Add itself.
- - it sets the filename instead of the path as the item name
- - it uses dummy demux to fool vlc.
- - it's almost twice as fast now.
- commit d601108c6c1f4a19fba407f5ea28bcf6452a5212
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Mar 18 21:48:36 2004 +0000
- * prefer S_ISDIR over DT_DIR since it is more reliable.
- Should fix collapse/expand/ignore of dirs on OS X.
- * better short title for this config option
- commit 17a89393643e95a8087870502c559989117181ff
- Author: Simon Latapie <garf@videolan.org>
- Date: Thu Mar 18 18:29:36 2004 +0000
- * vlm.c,vlm.h, telnet.c: new vlm message system, independant from
- telnet interface (will be useful for http vlm interface).
- commit d756feeb2d53ca8dbb7753126a94f72aad389774
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Thu Mar 18 16:53:56 2004 +0000
- * hd1000a: channel reordering
- commit 5e9bbe3af577f963a5b3e8d6c65da460536cb3a2
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Thu Mar 18 15:42:20 2004 +0000
- * Roku HD1000 audio output.
- commit 37c01b3c9222f123c224a20251e1d9086d28f531
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Thu Mar 18 02:12:08 2004 +0000
- Correct MRL syntax.
- commit 970fb944f600f1f1f13056b483d230036bd5a57e
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Thu Mar 18 02:08:12 2004 +0000
- Allow setting the subtitle track from the VCD tab (by usurping the
- "Chapter" entry).
- commit e5a7499f335540f18865aabeb8dcc34c2fa99520
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Mar 17 20:13:54 2004 +0000
- * modules/video_output/directx/events.c:
- + use SetWindowLongPtr() instead of SetWindowLong() whenever required.
- + reset GWLP_USERDATA when calling the parent window windowproc.
- commit 6607097f75eea20eac8df2894d1094f77ba97bc0
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Wed Mar 17 04:05:25 2004 +0000
- Menu selection of subtitles for CVD and OGT handled properly.
- system.c: enters the correct subtitle numbers into spu-es. OGT now
- has the correct number of subtitles (with each having the correct
- number).
- ogt.c: Allow for dynamic switching/selection of subtitles.
- commit 3f465da7e925a3bb955c03232d15e1fc7352e2a9
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Mar 17 01:54:00 2004 +0000
- * small fixes
- commit a473bb94c5e311122706ca5e6950b01d1a69ece4
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Mar 17 01:33:34 2004 +0000
- * Updated the ebuild.
- - supports dts
- - uses the new ffmpeg + postproc installation fixed ebuild
- - uses live.com from portage instead of local
- - added libdvdnav
- - added pvr and satellite keywords
- - other stuff i don't remember atm.
- commit aef6a32b5848da2c7f77adfae15d9430cc4c37bc
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Mar 16 22:41:52 2004 +0000
- * configure.ac: fixed libdts detection (libm linking problem) and dtsdec url.
- commit aaa8fe4cacbad3a084cb2165661071d15b82f5a5
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue Mar 16 21:04:18 2004 +0000
- *Fixed a spelling mistake and added some button-shortcuts
- commit 98ed63704bcac8185d71bf05407a8b104343785e
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue Mar 16 20:19:42 2004 +0000
- * skins2/win32/win32_graphics.cpp: fixed a bunch of memory leaks and
- fixed a bug in drawRect()
- commit 119858b2cef1088150b399a4e09628ffce21d974
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Mar 16 20:06:44 2004 +0000
- * Fixed a crash with blank opengl effect paramerter
- commit 62b7055775bc050fbcbb51abe113bbe4f51f2924
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Mar 16 18:46:40 2004 +0000
- * mkv.cpp: one more fix for playback of broken file.
- commit a21e15e87b2d9a76dfd021c7c201330c732d4217
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Mar 16 18:45:26 2004 +0000
- * mkv.cpp: fixed playback of broken file.
- commit d06bfc8aadebbd5e79d183a98095fe227964abef
- Author: Xavier Martin <titus@videolan.org>
- Date: Tue Mar 16 10:55:02 2004 +0000
- Move playlist item in the interface http
- commit 77fa4675bbf19c7d11906b84183907bdc6fac130
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Tue Mar 16 07:33:08 2004 +0000
- Oups, sorry
- commit d48f97db9c620418063cdb22a6083f91d59e2d6c
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Mon Mar 15 23:15:48 2004 +0000
- Applies part of patch from Tom Maguire. Adds controls for 1min/5min forward / backward, and add menu items for them in the control menu. It might make it a bit uinclear. Please make any comment.
- commit 136957ea779cccb6afe1debadb6985b3080c07e8
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Mon Mar 15 19:33:18 2004 +0000
- Make the playlist info window a new object
- commit dcaa5aab85c29550b7fad4efd920f63f3046de92
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Mar 15 17:06:17 2004 +0000
- Add description for demux2 (Closes:#1780)
- commit 3c30dccf9146f19b860b821edc00accb03b06c61
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Mar 15 09:33:57 2004 +0000
- * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
- commit 4cf8c490faa4f86e405de75982939aaaacbef437
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Mon Mar 15 04:22:39 2004 +0000
- CVD subtitle selection works via front-end spu-es variable changes.
- SVCD subtitles still can only be changed via --spu-channel.
- The video subtitle menu titles for both is a bit whacked out.
- commit 406b88740538eaa5792d369615c376d147a2e283
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Mon Mar 15 03:21:57 2004 +0000
- Not sure why (or if) this cvd subtitle selecting code is needed, but I
- suppose it should look like the others. So they'll all be wrong
- together.
- commit 33b7101c5c9dca24146742a7437cda34c2b1b060
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Mon Mar 15 00:03:56 2004 +0000
- Fill out VCD information Media Info section when playing an entire VCD
- or PBC is on.
- commit 87dcebb93801e6712a37cbc55211079f585c36ec
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Sun Mar 14 23:42:41 2004 +0000
- Allow extended data in customized formats too.
- commit 28e2ca988879175af1d6e62fadd614d78360f9ed
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Sun Mar 14 23:25:48 2004 +0000
- Better about adding track author and title in track info
- section. Also add the extended data.
- commit c66e5c08637287676e984b1f9a26c269cf3fdf59
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Mar 14 20:33:24 2004 +0000
- Added a section about Opie SDK kit.
- commit d8c509a867e427b86a70b85fdc82dc29ad8dc745
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Mar 14 20:18:21 2004 +0000
- Fix deadlocks in playlist
- commit 87eb9dcdb651078e09ceb952e2b4d86e271e457d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Mar 14 19:02:41 2004 +0000
- * modules/video_output/x11/*: fixed video resizing when using an external parent window.
- commit 613d29c6920c15d2dc0c4d1964a8e0b32d1c8de8
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Mar 14 17:15:43 2004 +0000
- * modules/access/file.c: more fixes ( thanks fenrir :) ).
- commit ff451709d335176ce925c164a9757f735c1149bb
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Mar 14 16:54:55 2004 +0000
- * modules/access/file.c: couple of fixes for the file-cat mode.
- commit d1c5652ec6b7e0626c18315145322dbd18b69543
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Sun Mar 14 16:32:32 2004 +0000
- PBC is probably not an advanced option.
- commit 6d9eed1e091bb77c7db9909c1a29b0980caf8fbe
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Mar 14 16:16:38 2004 +0000
- * AUTHORS: skins and skins2 authors
- commit 40946d1a99505655473eb4568136377666aa9019
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Mar 14 16:10:07 2004 +0000
- * wxwindows/preferences_widgets.*: do not duplicate hot keys list in
- the wxwindows plugin
- commit 9e0417527786ca9751c84490adf0beaccb16e246
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Mar 14 14:58:11 2004 +0000
- * all: the vout window now processes refresh events.
- It only displays a black rectangle at the moment but it could be
- any bitmap
- commit 1e34cf517bdd2829bbcf68220e91cd784708051f
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Mar 14 14:33:12 2004 +0000
- * all: split GenericWindow into GenericWindow (general interface for
- windows) and TopWindow (implementation for top-level windows)
- commit a5ca00dc64982bd889bc49d989a50dd185afde22
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Mar 14 11:37:13 2004 +0000
- * all: the vout window is now managed by a resizable control
- (on-the-fly resize still doesn't work; the vout has to be re-opened)
- commit 02e2368fb29664f42986a39c03db3e1b94bdc8f8
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Mar 14 10:49:51 2004 +0000
- * skins2/win32/*: Embedded vout works on Windows too. It still
- segfaults when the mouse is moved above the video...
- commit 8c9cd3a2969385bfcd9395a4996be7f453598c6b
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Sun Mar 14 02:44:06 2004 +0000
- Syntax error for WIN32
- commit 23f20d9998d64c3870cb736fbb9ca4c5ae759183
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sat Mar 13 23:21:35 2004 +0000
- * skins2/win32/win32_factory.cpp: compilation fix
- commit 6351e9c923abd0bf9aae120ba1789a0ced9443c6
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Mar 13 22:11:28 2004 +0000
- * all: first implementation of skinnable vouts (X11 only)
- - new "Video" element in the XML
- - of course it doesn't work if the vout is launched before
- the interface
- - known bugs:
- - no refresh of the area when there is no vout
- - BadDrawable X11 error at exit because the vout still uses
- a destroyed window
- - hardcoded size
- commit 1e81c8f9b721578dffdb01f8bbaf1b8cf01595b4
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Mar 13 20:39:03 2004 +0000
- * Added Andre Pong to THANKS
- commit 4f7285b14569654fb882ed61a736b857e9fc5032
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Mar 13 20:29:25 2004 +0000
- * modules/demux/ogg.c: Added Annodex support (www.annodex.net). Patch courtesy of Andre Pang.
- commit d537e26b244cb7bc703b6a4053505f1e065eff13
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Mar 13 20:27:36 2004 +0000
- * Fixed a slew of missing people in THANKS
- (Thank god for email archives)
- commit f3488abfeccaa4b56cef12abf31079f86a9128ce
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 13 19:31:35 2004 +0000
- * mpeg4video.c: better pts...
- commit d87a02e5ea7f478ba7ac71da9305e83bcfba4c21
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Mar 13 19:05:17 2004 +0000
- removed unused variables
- commit 2f676d810895e1b3dac8a92dea478fcf2c343666
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 13 18:52:55 2004 +0000
- * mpeg4video: more cludges (it should be rewritten to calculate true
- dts/pts ...)
- commit 3de8decdade1b366148b77a875b3c05480fdef94
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Mar 13 17:05:29 2004 +0000
- * modules/control/telnet/telnet.c:
- - announce the port used by telnet in the messages
- commit f0156a2880d68c47093b3cdce1ef6f2f9df84d07
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 13 16:56:31 2004 +0000
- * mmsh: more fixes.
- commit d9043cc6198ca8063564c8e925876b03035344c2
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Mar 13 15:37:48 2004 +0000
- Removed some dead wood.
- commit 4cf2f458036f18bcbf883d650f9e1af88a0c724d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 13 05:09:51 2004 +0000
- * asf: fixed unintialised variable, cleaned up some stuffs.
- * mmsh: big rework of the mmsh module.
- commit a9ddba271304eddc5673486d00d9009e5c2ba983
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 13 03:37:07 2004 +0000
- * ts: for MSCODEC in TS, set pts == dts when pts <= 0.
- (The problem is that if pts is always 0, no time information
- will be written, making stream unplayable).
- * pes: cosmetics.
- commit 75db1bab04562033b4f1d86b23713d01302e2fa6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 13 03:33:10 2004 +0000
- * block.c: fixed block realloc.
- commit 3aafe2626fd415b36479de2a246e7b002991772a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Mar 12 15:01:36 2004 +0000
- * src/playlist/item-ext.c: playlist_AddExt() needs to duplicate the input options array.
- commit b1ca3eab4f2c57a4288d54aa13a2144a627be09e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Mar 12 13:42:55 2004 +0000
- * modules/video_output/directx/events.c:
- + patch to forward unhandled messages to owner window (Courtesy of Markus Kern).
- + modification to the patch to play well with the mozilla plugin.
- commit 8c298771c44d2d3aed2b23e2595a4bb92843592f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Mar 12 11:13:57 2004 +0000
- * modules/demux/mp4/mp4.c: work-around buggy muxers which don't set properly the display size in the mov/mp4 container.
- commit a572c3a3cd26e8a91907b535c1ce87e32fd3d197
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Mar 12 07:58:29 2004 +0000
- Cleanup old scripts
- commit fb9c17a94f76c2cd79cfb1ba9637d9e728cdb406
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Fri Mar 12 02:52:27 2004 +0000
- One less change to make this work on Darwin.
- commit 8def66dbbf53ecd1a7e227d106be9ddaf9308024
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Fri Mar 12 02:51:20 2004 +0000
- more WIN32 changes.
- commit 8bc1b7ed506faae4c227b46539962fb9aec2530b
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Thu Mar 11 19:41:51 2004 +0000
- * include/vlc_keys.h: mouse wheel events now considered as hotkeys
- * modules/video_output/directx/events.c: mouse wheel support
- * modules/gui/skins2/src/generic_window.cpp: mouse wheel events are
- treated as hotkeys, but only if they are not intercepted by a control
- (such as a slider)
- commit a3a165edc5ef56dc862c932ff1b78ec98c6ed16d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Mar 11 17:38:36 2004 +0000
- * block: a little pre header + padding.
- commit 085985d56d23695e137dbb04228fddde7a74c072
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Mar 11 17:37:50 2004 +0000
- * mux: sout_buffer_t -> block_t.
- commit 8547ffaaeb80e961f0d5a415e863f9f2226629a4
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Mar 11 17:36:43 2004 +0000
- * stream_out: sout_buffer_t -> block_t.
- commit 298f0e468edf5cbbf05d852bb58c7ef762a6a571
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Mar 11 17:35:28 2004 +0000
- * access_output: sout_buffer_t -> block_t.
- commit 1007fd93863262b3df3a066928ca7137fae9c46b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Mar 11 17:34:25 2004 +0000
- * stream_output: sout_buffer_t -> block_t.
- commit f31861b0f94e07b217074681a9a91ce70ab9466d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Mar 11 17:33:39 2004 +0000
- * input_dec: sout uses block_t.
- commit 3a967bf6dde5a9591b83b45644c0a482bb1bad12
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Mar 11 17:32:29 2004 +0000
- * stream_output.h: removed sout_buffer_t and use block_t instead.
- commit 040267e395d3d8a5387202797fdcb0998dcc0fac
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Mar 11 16:48:27 2004 +0000
- * input/input_ext-plugins.c:
- + access plugins are allowed to return less data than requested (mtu size) so we need to make sure input_Peek()/input_SplitBuffer() will still return the required amount of data.
- * input/stream.c:
- + optimized stream_Read().
- commit ab94829b29b7c817bec5ff29190e6dfccff73824
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Mar 11 12:33:16 2004 +0000
- * src/libvlc.h, src/input/input.c:
- + added --meta-title/author/artist/genre/copyright/description/date/url config options.
- This allows the user to specify/override metadata information for an input.
- * include/vlc_meta.h:
- + vlc_meta_Merge( dest, src ) helper function.
- * modules/demux/mp4/*:
- + Fixed a couple of mem-leaks.
- + Support for "description" metadata.
- commit d0e495fb3b4543a9167c4fd2154d14982084c044
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Thu Mar 11 09:16:18 2004 +0000
- -lwinmm is needed for -mno-cygwin and cddax vcdx. I believe this is
- the right way to add. Someone understanding configure.ac (and cygwin)
- should doublecheck.
- commit 778a1d09df8701f99b55654a6771992db61c965f
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Thu Mar 11 08:28:21 2004 +0000
- libcdio and libvcdinfo can use stdbool.h
- commit 36e99b03208623c3655528a4595383d51fc707a4
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Thu Mar 11 08:22:25 2004 +0000
- Change to facilitate compiling -mno-cygwin on cygwin and possibly other
- OS builds.
- commit 46a407292cf6c09a5d94487b07c46f167ee0ebb5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Mar 11 08:06:31 2004 +0000
- * modules/access/cdda: proper svn:ignore
- commit 46d298846cd1cc877a65ed72b7b4258f6ec26cdb
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Thu Mar 11 08:02:55 2004 +0000
- Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
- commit 8c652217db6dcf8de585d2d06c08e6ddb064c772
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Thu Mar 11 08:00:34 2004 +0000
- Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
- commit acfdbe5dbce510f8c0afd685eb6f3c42a6bc7a50
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Mar 11 07:59:05 2004 +0000
- * modules/mux/mp4.c: support for a few more user data atoms.
- commit ae51f3799676d479dad219d81da59e1e951363a0
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Mar 11 07:54:56 2004 +0000
- modules/control/telnet/Modules.am:
- * added vlm.h to sources. Should put it in the daily snapshots.
- commit f774e68dd2c7bff8c8b5625d99b0b8c62ba97940
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Mar 10 23:49:01 2004 +0000
- * mp4.c: more udta informations (title, author, artists).
- commit 5c2b06f2707680a1c5d5388e906c6afb953381d8
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Mar 10 23:41:36 2004 +0000
- * stream_output.c: delete meta informations after the stream out chain.
- commit d88930e73070ac6a2c83c26ca2b92148cd80ebf6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Mar 10 23:20:54 2004 +0000
- * mp4: added partial support for udta meta data.
- commit 09ba73c7643dd96696aeaa82bc116b2b5d5b5573
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Mar 10 21:55:25 2004 +0000
- * input, stream_output: handle sout_instance_t->p_meta.
- commit 0afa4317178d8585ea7ee74bfc8c17b0dd7fddbb
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Mar 10 21:54:28 2004 +0000
- * stream_output.h: added a vlc_meta_t field to sout_instance_t,
- this way meta data will be available for stream_outs and muxers.
- The only 'problem' is that it will be available for sure only after
- that the first data packet is received by the stream output.
- commit 90fdcf71769f4f1abf8896e0d44e07e05afc0a9c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Mar 10 17:23:16 2004 +0000
- * httpd: fixed a big mem leak for http streaming.
- commit 144bd771d6ccb981b245942cae439f942f54fe31
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Mar 10 17:10:40 2004 +0000
- * modules/access/file.c:
- + implemented a --file-cat config option that accepts a coma separated list of file names.
- This option allows opening splitted files as a single (concatenated) input.
- commit f50eee0d06b197f99fc9f3bec869fbbe2f4e3ebf
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Mar 10 13:28:07 2004 +0000
- * INSTALL.win32: added a section about the "make package-win32" rules.
- commit 5d0cd08833ac4ab692b2091f7e2b67c362f0268f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Mar 10 12:02:58 2004 +0000
- * include/input_ext-plugins.h: exported input_RunDecoder/input_EndDecoder.
- * modules/stream_out/display.c: use input_RunDecoder/input_EndDecoder
- (fixed dead lock and no more duplicated stream in audio/video menu).
- commit 4c29602d3802b5d72143b5093036a4e347b8c96a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Mar 9 20:46:43 2004 +0000
- * include/vlc_common.h: free tab if empty in TAB_REMOVE().
- * src/misc/httpd.c: fixed a few memory leaks and coding style changes.
- * modules/access_output/http.c: a few coding style changes.
- commit 59e170a65e376b3af0958f97aef8210cc81e6c14
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Mar 9 20:32:49 2004 +0000
- Renaming rules to rules.gpe
- commit 6350b08982cf30a3b63a4780382c88c3a3d148ce
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Mar 9 20:32:17 2004 +0000
- Removing old cruft.
- commit b4b78fb654267cef2437c0577cbdf0d1ab050c2d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Mar 9 15:26:17 2004 +0000
- * configure.ac: the telnet module needs -lws2_32 on win32.
- * modules/control/telnet/vlm.c: include <time.h>.
- commit e04ea11167ea12c36841f56c10ecbc6321c5ed01
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Mar 9 14:50:46 2004 +0000
- * modules/video_output/directx/*: take care of hardware overlay alignment constraints.
- commit b6769673c62b33da3724a1fa89b052416b39adb1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Mar 8 17:08:46 2004 +0000
- * src/misc/net.c: fixes a few corner cases.
- commit d504b4580709d51b64c03c8ecfead8d7d10462fb
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Mar 8 15:55:49 2004 +0000
- * src/misc/httpd.c: don't read past the end of our circular buffer in httpd_StreamCallBack().
- commit 397bfc46894c585275418684ee44dd368c05de27
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Mon Mar 8 15:22:58 2004 +0000
- - *.nib, playlist.*
- begining of playlist item propieties box (only modification of uro, name and autt
- hor at this time)
- - vout.m : remove an unused variable
- commit 33bf3f9a1d3a0a112c2244a4cd73a09df698ec8f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Mar 8 13:54:49 2004 +0000
- * ffmpeg/video.c: got rid of the --ffmpeg-truncated option.
- commit 380bb4bedef485a54cbcda6cc7f52fc1be9a44ed
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Mar 8 11:00:26 2004 +0000
- * configure.ac: check for localtime_r().
- * modules/control/telnet/vlm.c: portability fixes.
- commit 4a1949b93288b734115a92167fafa2043422c25d
- Author: Simon Latapie <garf@videolan.org>
- Date: Mon Mar 8 10:22:13 2004 +0000
- * a little VLM documentation. It may be hard to understand, so I'm
- waiting for suggestions.
- commit a63d4ea12f95c50e8c2934d0ec266ee8dc8d9866
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Mar 8 10:21:34 2004 +0000
- * Added '*.a' to the svn:ignore properties.
- commit 7ed96a51a54f716aadf53c6bf367de2acdfb3dfa
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Mon Mar 8 03:20:19 2004 +0000
- Yet another spelling correction
- commit 48ba13ced1bd1000c4a50e807ba62112652b6b0b
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Mon Mar 8 02:39:04 2004 +0000
- Update MinGW release number
- commit 3e8db97410394c79bd851db80f2a0a345890f425
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Mon Mar 8 02:08:41 2004 +0000
- Some small spelling errors and clarification based on recent events.
- commit 779340cfa2ce06d7226e037765807edd24942885
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Mar 7 22:34:22 2004 +0000
- * include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if the input elementary stream will be fed in complete frames.
- * include/vlc_codec.h: added a b_need_packetized field to decoder_t that is used by a decoder to tell if it wants to be fed complete frames.
- * modules/demux/ts.c, modules/demux/ps.h, src/input/input_programs.c: b_packetized = VLC_FALSE.
- * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad.c: b_need_packetized = VLC_TRUE;
- * src/input/input_dec.c: if (b_need_packetized & !b_packetized) then kick off a packetizer that we'll use to feed the decoder.
- * src/input/es_out.c: removed useless stuff.
- commit 5c5ee97934a5f33c53aa5f2f83f2d984aa638d81
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Mar 7 19:03:23 2004 +0000
- * mp4.c: added support for SVQ1.
- commit 4e5473acd2b398505dee669fdda589d4f6c89383
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Mar 7 18:49:37 2004 +0000
- * skins/vars/stream.cpp: support $N (stream name) and $F (full stream name)
- commit 445d17b2d540f8411b9f09758afafe87a61cd110
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Mar 7 17:26:50 2004 +0000
- * toolbox:
- + Removed --changelog from the help message.
- + Output a warning asking to use "svn log" when --changelog is called.
- * Regenerated SVN changelogs.
- commit 58eeab0ea748845528ad2372df22aaafd601a2c1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Mar 7 16:26:48 2004 +0000
- * mp4.c: - accept adding ES at any time
- - proper implementation of starting time (edts/elst).
- commit c40cb8b83420574f0ce26d72f1761ae9775773c8
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Sun Mar 7 16:03:25 2004 +0000
- More printf lint for cygwin (and possibly others)
- commit 8a55377fc0a49a71c5baf1095215abf509f8750e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Mar 7 15:58:21 2004 +0000
- * transcode: downmixing to 1 and 2 channels now really mixes the input
- channels. (Badly done but it gives some results ;)
- commit 3acd8838fd0a9936aa568d463d2cb2ff42c23906
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Mar 7 15:12:45 2004 +0000
- * transcode: report the right number of channels (a52 -> mpga).
- commit deb75d7136aa28ea7c2653442fa3676afe6def57
- Author: Xavier Martin <titus@videolan.org>
- Date: Sun Mar 7 15:04:26 2004 +0000
- commit 9474462d342a51a57ff8ba005ee60c845d3abebf
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Sun Mar 7 14:46:55 2004 +0000
- printf lint changes for cygwin.
- commit c05d3353a3b2b84c38f7e9914edbd15540a79bba
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Mar 7 14:25:08 2004 +0000
- * ctrl_list.cpp: insert a 1-pixel line between two items in the playlist
- commit d8158122daf1d7ecee3b864b71640ece708a53e7
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Mar 7 12:55:32 2004 +0000
- * skins2/parser/builder.cpp: check Font::init()'s return value
- * skins/utils/var_text.cpp: added $D (duration) and $L (time left) variables
- commit af178856690b1818bb7d5d634ee80300f4713e96
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Mar 7 12:42:39 2004 +0000
- * all: the tooltip window is now managed by the window manager, not
- by the generic windows
- commit bf0685f871f204ad763d8640b076727a43b017c1
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Mar 7 11:47:50 2004 +0000
- * src/ft2_font.cpp: initialize some members to avoid a segfault in the
- destructor when the font cannot be opened. drawString() now returns
- NULL if the initialization failed.
- * all: check if drawString() returns NULL
- commit 2de4918c674ef9c3365008a70511aeb5e857c39b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Mar 7 01:52:52 2004 +0000
- * mp4.c: * follow guidelines for box order in stbl.
- * set language if present.
- commit c31c867bc54b357f35bbb95c17b70fadbddde5e3
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Mar 7 00:46:13 2004 +0000
- * mp4: really fixed stts table (and no more drift), added stss table
- (key frames).
- commit a9b951488d07771e8854412ec7ccb84db5103cb3
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Mar 7 00:21:48 2004 +0000
- * skins2/*: - show/hide do not bypass the window manager anymore
- - transformed some pointers into references
- commit 1fd23e2c7d1fdd1239dcf72e90633d820d47af3b
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Mar 6 23:52:16 2004 +0000
- * png_bitmap.cpp: fixed the transparency
- commit f44877913b11be58992db4d02bc52670890f45c8
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 6 21:25:45 2004 +0000
- * avi.c: set frame type.
- commit c49b2f12a32cbb9468814745d34ec9be280cad0b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 6 21:09:53 2004 +0000
- * mpeg4video: set frame type (I,P,B).
- commit 3004588dc48091e54b6c8a570ea96fcb4b22aff5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 6 20:57:05 2004 +0000
- * mp4.c: fixed audio/video synchro. Better length table calculation (I
- hope).
- commit c1aad580be29f67b498e18d1f30645c698433fdb
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Mar 6 20:49:10 2004 +0000
- * transcode.c: another fix to avoid 1st frame without pts.
- commit b30fa861d2c00940d3e7e6e54f20652ec8a18741
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Mar 6 20:16:04 2004 +0000
- * transcode.c: fix for when 1st frame of non-low-delay streams only has a dts.
- commit 87917c6a0cfb60cd5764f385d4debc5dc1ba80ad
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sat Mar 6 19:46:26 2004 +0000
- * skins2/src/os_window.hpp: added some 'const' keywords
- * skins2/src/theme_loader.cpp: do not anchor windows _before_ restoring their
- previous configuration...
- * skins2/src/window_manager.cpp: fix for non-anchoring of invisible windows
- commit 6c955787f04e378771f64a66332218c522e7810e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Mar 6 19:30:19 2004 +0000
- * src/input/input_dec.c: fix for input_EndDecoder() when using the async mode.
- * modules/packetizer/copy.c: better not send pts instead of invalid ones.
- * modules/stream_out/transcode.c: when no pts, use dts wherever possible (low delay / b frame).
- commit 116b248f45c865379ea479e3b7eaae038795200f
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Mar 6 19:22:47 2004 +0000
- * src/png_bitmap.cpp: support for transparent PNGs
- commit 966106959688f74ec7099d1cd28747112942571b
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Mar 6 16:58:11 2004 +0000
- Fix include path
- commit 70b1f9b919d3cd199d1cb0b98bae18ba6d43f8db
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 6 16:38:29 2004 +0000
- * rtp, display: update p_sout->i_out_pace_nocontrol.
- commit 53ccc56f2a77f345abcad4a2a987c2922e621d49
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 6 16:37:54 2004 +0000
- * http, udp: update p_sout->i_out_pace_nocontrol.
- commit 1d7b91d6a91f864ac7fb1155db540d83beb9bfe1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 6 16:36:37 2004 +0000
- * all: implemented sout asynch support. (ie sout will try to work at
- the maximum speed if the output can control the pace)
- commit cb50d64adee6aa9f602dc8d923a88516cc615514
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 6 16:35:03 2004 +0000
- * all: added two variables needed for asynch sout.
- commit aa1d6fe8378b4a13d02f844f5bbe98bc6983bd03
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sat Mar 6 16:25:46 2004 +0000
- * skins2/src/generic_window.cpp: avoid crashing on Ctrl+S when there
- is no dialog provider
- * skins/*: renamed 'onclick' attribute to 'action', to be coherent with
- other controls
- commit 42113b343f5d1171d680e9f3708416fe1a4f7fe5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Mar 6 15:44:46 2004 +0000
- * modules/codec/ffmpeg/encoder.c:
- + libavcodec now interpolates the pts if you feed it with a frame with AV_NOPTS_VALUE. Make sure we handle that correctly.
- commit 6265a3ae74280c07ef144f8fc1ec4d75a3e6d6af
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Mar 6 15:24:37 2004 +0000
- * Remove directories with only one source file inside
- * Drop the old scope plugin (not ported to aout3)
- commit 1778b48e939536eb8f8a642c18a870acc2969ef9
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 6 13:37:44 2004 +0000
- * mp4: fixed SVQ3 in .mov
- commit 3507f5bf74ba31b6ab315b76e5c9875f91ef0a8e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Mar 6 12:22:56 2004 +0000
- * modules/control/telnet: added missing svn:ignore property.
- commit 0c6141b53f3c27c8bcf1077c19cc0f91db79b2f5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 6 05:49:08 2004 +0000
- * mp4.c: for mp3 in mp4a we need an ESDS.
- commit ca7c328769cc31da8bb83173c2ccd752233b9cb8
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 6 05:47:59 2004 +0000
- * transcode.c: fixed SVQ3 transcoding.
- commit d5eebbe1cf32dcf0bfab8f87da00d820e660294c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Mar 6 01:14:28 2004 +0000
- * httpd: fixed handling of 'Connection: '.
- commit a17b39049c43d7a7677d52d24a798a4b8fc122d4
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Mar 5 23:26:36 2004 +0000
- * input/input.c, libvlc.h: implemented new way to break vlc preferences :
- start-time and stop-time (both given in second) ;)
- Becarefull that it won't work with all files because of missing/wrong
- media length (ex: ts, broken avi, ...) or the fact that the headers
- will not be read (ex: mpeg1 ps, perhaps ogg, ...)
- commit 81c55e658caea9f21575da69ddbfc203f14f96b5
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Fri Mar 5 20:56:39 2004 +0000
- * skins2/*: Change mouse cursor above a Resize control (win32 only)
- commit 44bc88f363c914cad96faeeb987d30b1ad64671a
- Author: Carlo Calabrò <murray@videolan.org>
- Date: Fri Mar 5 19:24:14 2004 +0000
- String review, as promised :)
- Found and fixed:
- - some untranslated macros
- - some acronyms which were not in capital letters
- - a couple of VLC Media Player (_m_edia _p_layer, now)
- - typos here and there
- - dots missing in some of the long texts
- - spaces before ? and :, which is correct in french but not in english :)
- - NT services are now called Windows Services
- commit 7e6c0e335bf97d58c806746e7c0becf6b1c1b49d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Mar 5 18:30:50 2004 +0000
- * include/modules.h: increased numbers of shorcuts
- * modules/demux/demux2.c: added all audio demuxer shortcuts.
- commit 45adedc913a84e90c60d920f20230aee5d430cdc
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Mar 5 17:34:23 2004 +0000
- * Added "Id" svn:keywords property to all files containing "$Id:".
- * Removed .cvsignore files and added proper svn:ignore properties.
- commit 5dc138d758b84e847bf434017503fd75b0036c98
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Fri Mar 5 17:18:42 2004 +0000
- modules/gui/wxwindows/iteminfo.cpp:
- * select the right value in the group-combobox in the iteminfo dialog
- commit dd443c16f4935a4a5484bd59be50a42a3be4aa59
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Mar 5 16:45:32 2004 +0000
- * toolbox:
- + Do not remove svn directories in autotools/ when using --distclean.
- commit 4e84ec7af9f5d77a855bb59aad9defa367a1ffcf
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Mar 5 16:07:35 2004 +0000
- * mozilla/vlcplugin.h:
- + Added the 'video/x-ms-asf' MIME type to the plugin (Closes Debian
- bug #232690).
- This commit is also a blatant test of the SVN->CVS mirroring scripts. If
- it does not work, we're screwed :-)
- commit 59ab757379fff14268467e1a2ed484c97f2c04f6
- Author: Simon Latapie <garf@videolan.org>
- Date: Fri Mar 5 14:03:20 2004 +0000
- * telnet interface and VLM ( VideoLAN (media) manager):
- VLM is a little media manager. It is designed to launch several souts
- with a unique VLC. It is a kind of "server playlist". For now, it is
- only usable with the little telnet interface I wrote. The features are:
- - complete and barely coherent command line set for media setup and
- control
- - multiple input list by media (like a playlist)
- - loop by media
- - load/save config file (human readable)
- - script implementation (for scheduling, for example)
- If you want to test it, launch VLC with -I telnet, and type "help".
- Beware of the type of the media: vod or broadcast. vod will be used
- later.
- TODO:
- - rewrite the telnet interface (beurk)
- - change error message system and create a http interface for VLM
- - implement RTSP clients administration (with vod medias)
- - write a complete documentation...
- commit b663be1db648040604c3531c4dd5235b02c80e39
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Mar 5 00:14:19 2004 +0000
- * udp: added a 'late' option in milli-second.
- Too late packets according to this value are trashed. By default it is
- 0 ie don't trash any packets. (I think it's safer, else we may have too
- much people complaining about broken picture or CSA not working anymore ;)
- The drawback is potential floods of clients...
- commit 2d87367f92711a57861d40f75a4a6d075573c9bf
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Mar 4 23:59:16 2004 +0000
- * modules.c: fixed module_Need. (but I'm not sure of what to do with
- shortcuts,any and 0 scored modules).
- commit e3455523c39879535fc60113ccdd447dd1b5bd5c
- Author: Benjamin Pracht <bigben@videolan.org>
- Date: Thu Mar 4 22:52:43 2004 +0000
- Set intf-change to TRUE when toggling fullscreen with opengl vout, so that the sate of the fullscreen button gets updated. (Hope I've done it in the right place).
- commit 08e84310c312990387f3cfebdf05bb420a66b0ad
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Mar 4 22:47:42 2004 +0000
- modules/video_filter/deinterlace/deinterlace.c:
- * Fixed a sse2 crash related to a non-16byte aligned pointer
- commit b62e621e701b26b0f3843d08b18ef717d8cce387
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Wed Mar 3 22:57:15 2004 +0000
- * utils/bezier.cpp: use lrint() to avoid rounding issues
- * theme/skin.dtd: "" instead of "