ChangeLog-2003
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:801k
源码类别:
midi
开发平台:
Unix_Linux
- * modules/codec/quicktime.c: cleaning up of the code. mostly cosmetic.
- * modules/demux/mp4/mp4.c: added SVQ1 for the quicktime decoder.
- * modules/gui/macosx/macosx.m: typo
- * modules/gui/macosx/prefs.m: fix of the module selectors.
- * po/nl.po: i've taken a head start on the translations.
- * src/libvlc.h: removed unused string RT_PRIORITY_TEXT
- commit 1163f4321e2d3a803130bb69cd8e0d5301f5db3f
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Fri May 23 23:53:53 2003 +0000
- the http interface should now output valid xhtml 1.0.
- commit 024b9debee77c8bc96c5a9c80d0c24a1c7c4ab8f
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri May 23 13:02:53 2003 +0000
- * Updated the informal message to report the ip and port the http intf was
- started on. This will help ppl to actually use the thing ;)
- commit 71bca56a5a13016ef823654c40a269e18b105252
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri May 23 11:41:17 2003 +0000
- * Built-in modules were linked twice in the mozilla plugin; removed the
- non-PIC ones (Closes Debian bug #194384).
- commit f070592bf7d321fb9a1f789d0857d83b634cd265
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri May 23 00:00:48 2003 +0000
- * vlc.ebuild: fixed the ebuild. Now i know it should work with a test2 ;)
- * modules/gui/macosx/vout.m: removed some code that was preventing us from
- using chroma converters.
- * modules/codec/quicktime.c:
- - added the video decoder. only works with SVQ3 atm, returns Invalid
- BITMAPHEADER for some reason in all other cases.
- - did some cleaning up. this might just work under Win32 now aswell,
- gibalou will do some testing tomorrow ;)
- - SVQ3 QT degrades faster then the ffmpeg version, but also recovers
- faster. I'm not yet sure which one i prefer.
- commit af520d36c70ac505417dabadabb4cadcde7f6a9e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 22 22:24:34 2003 +0000
- * modules/gui/wxwindows/streamout.cpp: fixed typo.
- commit 8b90225cdca1865015170229bff83e9215237f3f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 22 21:42:44 2003 +0000
- * src/libvlc.h: fixed spelling mistake.
- * modules/gui/wxwindows/preferences.cpp: allow negative numbers in spinctrls.
- * modules/demux/asf,avi,mp4: use p_input->stream.control.b_mute.
- commit ac309ac8461d970520328b520c596f52e62eb4d6
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu May 22 20:56:07 2003 +0000
- * spelling error in description string
- commit 0df3e84210ee2f4a5e3e34d73df9723954cdaf8c
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu May 22 20:45:25 2003 +0000
- * added an ifdef for SVQ3
- commit 47fb0a1baec050b2a66ea831b198b424d26a15e9
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Thu May 22 20:06:19 2003 +0000
- * at last the python module works again !
- (so stupid: the flag -lavcodec had to be at the *end* of the line !)
- commit 2c2871fb1fa755ae1d8dd4603546857335e14614
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Thu May 22 18:30:33 2003 +0000
- * started to repair build of python module
- commit d3db36405ed42a1175082920766f3bf090c5876b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 22 16:01:02 2003 +0000
- * src/audio_output/*, src/input/*: fixed the audio desync option. You can use positive as well as negative values.
- commit 8b5235d6e56acb7f767087bce5c92fc1d4905449
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu May 22 15:34:02 2003 +0000
- * modules/control/http.c: strings for the address and the port variable were switched.
- commit 14330d8a30064cad8e3ad536e8eb31595bd6bc6e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu May 22 14:40:07 2003 +0000
- * fixed a localization issue
- commit 6cb3690ff6c3c1cea96017b25b428f8b6e4cde3f
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu May 22 14:25:34 2003 +0000
- * modules/gui/macosx/playlist.m: fixed my fix
- * modules/gui/macosx/output.m: removed a debug statement
- * modules/gui/macosx/prefs.m: fixed localizations of the prefs panel.
- commit 5a4c870baeeeb993dbc2b2aa4af3647a9587e82e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu May 22 13:40:13 2003 +0000
- * Fixed an issue that was preventing the use of the playlist in Mac OS 10.1
- commit 8aa24cfe361b893a626016211e05f41c544f5c1b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 22 12:00:57 2003 +0000
- * INSTALL.win32: added a small note about running vlc under the msvc debugger.
- * modules/gui/wxwindows/*: small fixes.
- * modules/access/vcd/*, modules/access/cdda.c: re-activated autodetection of vcd and cdda on win32.
- * src/misc/cpu.c, src/stream_output/announce.c: msvc fixes.
- commit ac121d997285ab4a36ad1c88941d9a191c9a2275
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed May 21 21:30:30 2003 +0000
- * modules/gui/macosx/output.m: fixed the stream/transcode dialog. test1
- version was broken.
- * extras/MacOSX/vlc.pbproj/project.pbxproj: darn, absolute paths.
- commit 1c3f5cd3270d26b1ef49834c4a0daa260ced4a75
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed May 21 19:55:25 2003 +0000
- * vlc.ebuild: This ebuild should work if we release a test2.
- * modules/codec/quicktime.c: I added all the audio formats I know QT can handle.
- except for mp3 ;)
- * modules/codec/ffmpeg: added asv1 (disabled), and enabled IV31 on little endian,
- since the problems with this decoder are endian specific according to it's creator.
- commit ddccb23f6c23381f10649b1a62a50cc31bd539a0
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 21 18:09:31 2003 +0000
- Reverting previous --with-libmpeg2-prefix commit. Thanks Gildas for reminding me!
- commit 19d4d9b10e6b1669ac8a48419ff1cd87e5199d54
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 21 18:04:08 2003 +0000
- More buildscript fixes.
- commit 3992570deb7a1ab31837a9b460a145c5030fc8e1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed May 21 15:54:08 2003 +0000
- * modules/audio_output/directx.c, modules/audio_output/waveout.c: we destroy the audio-device variable if the probing has failed.
- commit d90e04a702ddc3aabcf6af746d0a4fd796881ab7
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed May 21 15:40:03 2003 +0000
- * include/main.h
- src/libvlc.c: Added a quicktime_lock on SYS_DARWIN
- * ALL: QT on OSX is not threadsafe in certain areas. i have found the proces
- of identifying the right Codec to use for decoding to be one of these areas.
- So when we do this, only one thread at a time can use QT.
- Watching QT trailers is doable now, as soon as ffmpeg fix their altivec optimizations again ;)
- commit c80aee1369802f1730fcc66555a211d811a66eb5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed May 21 13:27:25 2003 +0000
- * modules/gui/skins/src/vlcproc.cpp: fixed yesterday's breakage.
- * modules/gui/wxwindows/menus.cpp: fixes for menu auto-generation.
- * src/video_output/video_output.c: added a "fullscreen" object variable.
- * modules/video_output/directx/*: added an always-on-top object variable and modified to take into account the fullscreen object variable.
- commit 1d4447643c939418fc778279061a2e65878edbaf
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Wed May 21 13:19:32 2003 +0000
- removed the desctiption texts of a nonexisting config option
- commit 5b476cdedfba4b708c534c78b3884319c382c7b4
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Wed May 21 13:10:05 2003 +0000
- removed the --playlist option as it doesn't seem to be used
- commit e633d2a5b9d642911288d9cb2c325e950f30ccb0
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed May 21 10:02:55 2003 +0000
- * wav: fix a parsing bug.
- commit 5cd4178ed840ba02b8d7d8acd198e833beed827c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue May 20 23:17:59 2003 +0000
- * modules/gui/wxwindows/*, modules/gui/skins/src/vlcproc.cpp: The open dialog box now handles multiple files selection.
- commit f383fb399bdf5d22f6624c278810ea5828caa284
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue May 20 21:35:52 2003 +0000
- * ALL: added a quicktime module.
- - This module provides QDM2 and QDMC sound support on OSX by linking to
- the native QT libraries. We now have FULL QT trailer support on OSX.
- - The video part of this decoder is not yet working on OSX.
- - This can be used for a future win32dll loader system as well.
- commit 5932b0adfebc23da5cd10221e87276eb155b5a27
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue May 20 20:09:19 2003 +0000
- Modified build scripts
- commit fa95d6e996e1913209a6e0a01aacc384285c64b8
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue May 20 18:53:03 2003 +0000
- * NEWS: updated some OSX info
- * ALL:
- - added CDDA support
- - added a "Online Documentation" item to the Help menu
- - removed some debugging strings
- commit b8443a2c7039b3fd51a644ae040b49946d7e173a
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue May 20 16:20:33 2003 +0000
- All: Support for SAP advertising in stream output
- add sap, or sap="Name" in the stream output options
- commit 37d5d8c662896103a2ecf039adff2d67298cd359
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue May 20 16:08:59 2003 +0000
- kde.cpp: explicitly tell kde with icons to use. Should fix a crash that
- caused AIGALRM.
- kde.cpp, interface.cpp: turn --kdeuirc into --kde-uirc to comply with naming
- conventions
- commit 39b6b9744c6a49091032802873d611aa37456838
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue May 20 15:51:03 2003 +0000
- * THANKS: Added Davor Orel who created the OS X icons.
- * modules/gui/macosx/macosx.m: changed a float into a float with range
- commit 75e0ab4dcad2c15c34882ba2b37d56385f1fd5b0
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue May 20 15:23:25 2003 +0000
- * Added a Reset prefs option
- * New prefs dialog much like the wxWindows and BeOS one.
- - translated instances might be broken.
- - still need sliders for min/max values
- - improved sizing should be done.
- commit 765454f1e044124489493238d7c426957778326e
- Author: Eric Petit <titer@videolan.org>
- Date: Tue May 20 11:44:18 2003 +0000
- modules/gui/beos/PreferencesWindow.* : cleaning
- commit d4667ed20e1ab269558de7c4867dd9f550873870
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 19 23:36:44 2003 +0000
- * modules/audio_output/alsa.c: fixed a breakage I introduced a couple of weeks ago.
- commit f0208594b2db3489b212e991528d2c618497d009
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon May 19 21:39:34 2003 +0000
- * a lot of cleaning in X11 skins, but some problems remain with
- event handling :(
- commit 52783dae44440fff638066eddaf84c28842e75d7
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 19 21:04:52 2003 +0000
- * modules/gui/wxwindows/Modules.am: included the 2 new bitmaps.
- * po/*: updated the po files.
- commit 467f7bc631feb3d5f3b40d1d4445f08ecf37dc0e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 19 20:47:16 2003 +0000
- * Bumped version to 0.6.0-test1
- * modules/access/cdda.c: decreased the priority of the cdda plugin.
- commit b1717cddc51ddf56e89a5a2810eb68586bfb2d29
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 19 11:38:05 2003 +0000
- * src/stream_output/stream_output.c, modules/stream_out/duplicate.c: bug fixes for when the stream output duplication fails for whatever reasons.
- commit 4cfed36ba58877c2f1878b089845420e5f17ca41
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 19 09:57:55 2003 +0000
- * modules/gui/wxwindows/bitmaps/*: forgot to add 2 files in my last commit.
- commit 3f65460cad2169e2dc06e7961288d80b47b91681
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun May 18 23:16:57 2003 +0000
- * input_program.c: input_DelES destroyed the decoder (if any) without
- removing this ES from the list of selected ES. So, instead we call
- input_UnselectES.
- commit b33847eca09725ee10fec63cc6129a990320859d
- Author: Eric Petit <titer@videolan.org>
- Date: Sun May 18 22:30:33 2003 +0000
- modules/gui/beos/MessagesWindow.cpp : fixed a minor scrolling issue
- commit b7a07a65e28c36a644fb8252742a7a1c332f32c8
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun May 18 20:54:43 2003 +0000
- Updated release numbering of packages.
- commit b4930d510b2712e0709f0a7d049b7f15dd8908bf
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 18 19:46:35 2003 +0000
- * modules/gui/wxwindows/*: removed the text from the toolbar. Added play slower and play faster buttons.
- PS: We really need nicer toolbar icons for the wxWindows interface. Anybody would like to design some ?
- commit 76c5819d7082b423ce0af94d8c68f7cb59e05ba5
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun May 18 18:56:57 2003 +0000
- * fixed a few spelling errors, and added a note about QDM2 sound which is still unsupported
- commit 651be31cfb79259a34395ce41cc080cd9f62f66b
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun May 18 17:48:05 2003 +0000
- * added transparency in X11 skins
- commit 035bbae4e2de9cb864b0e9fe92667f8e08386c5e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 18 16:27:18 2003 +0000
- * modules/gui/wxwindows/*: the open dialog box is created only once and reused when needed. This allows to have the previous settings displayed when you re-open the dialog.
- commit dceb5b627fcc03b105b3372401fba879df3f3a8f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 18 15:44:03 2003 +0000
- * modules/access/vcd/*, modules/access/cdda.c: changed ioctl_ReadSector() into ioctl_ReadSectors(), a function that can read multiple sectors at a time.
- Modified the cdda plugin to read 20 sectors at a time. This was necessary because it was overkill to read the data sectors by sectors and was creating problems under Windows.
- commit 9349da54ef8a2220a168d1a4427ad0d4e3046b2d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 18 12:18:46 2003 +0000
- * modules/gui/wxwindows/open.cpp: small fixes.
- * modules/access/vcd/cdrom.c: win32 fix for cue file parsing.
- * modules/video_filter/osd_text.c: small win32 fix.
- commit 567894b07eb2aef8fee632226454d61c564f06f2
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun May 18 11:25:00 2003 +0000
- * first BMP loader for X11 skins : it can only handle 24bbp uncompressed
- images, but it works !
- commit 3a0e5d284f8acec11ef14f45c1a45cbc28be14c3
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 17 23:57:35 2003 +0000
- * INSTALL.win32: finally updated the instructions on how to build vlc for win32 :)
- * install-win32, Makefile.am: updates for the win32 package.
- * NEWS: added a few missing things.
- commit bc0d451c4b6a4f80b9b870324cd51d7dc59c2991
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 17 22:48:09 2003 +0000
- * modules/gui/wxwindows/menus.cpp: don't display choices menu when there is only 1 choice available.
- * modules/gui/wxwindows/streamout.cpp: small cosmetic changes.
- * modules/gui/wxwindows/open.cpp: added a CD Audio entry.
- commit 8b62cc3c029261b082eb0a359ed812d709b1d098
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 17 22:00:00 2003 +0000
- * include/input_ext-intf.h: forgot this file in my last commit.
- * src/input/input_programs.c: prev/next-chapter and prev/next-title navigation variables are created only when necessary.
- commit 35a3ceeb38571b5799fed8b56683640febb4b78d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 17 20:30:31 2003 +0000
- * modules/access/cdda.c, modules/access/vcd/*: New CD digital audio module (by me and fenrir).
- You can now listen to your favorite CDDAs with vlc, or even stream them :)
- (Their is not yet any support for jitter correction).
- * modules/codec/araw.c: small clean-up.
- commit 4a7b163500b0ddda7eba633bf216402987b09037
- Author: Eric Petit <titer@videolan.org>
- Date: Sat May 17 18:30:41 2003 +0000
- * modules/gui/beos/MessagesWindow.* : cleaning
- * modules/gui/beos/PreferencesWindow.* : split the main modules into
- its categories
- commit 8885548ee3616238f313c8b1f334469ee75a39e3
- Author: Eric Petit <titer@videolan.org>
- Date: Sat May 17 15:20:46 2003 +0000
- modules/gui/beos/* : cosmetic
- commit 36062de242c90dfb8c480f4627cf06d4d3bd7dca
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 17 14:36:19 2003 +0000
- * modules/video_output/directx/events.c: implemented the same shortcuts as in the x11/xvideo output.
- commit 4525fffaf01a35712399e5d26a7ffa337bcdc382
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 17 11:35:14 2003 +0000
- * configure.ac.in: removed the encoders from the list of plugins as they are not used currently.
- * src/libvlc.h, modules/audio_filter/resampler/bandlimited.c: added an hq-resampling option to enable/disable the high quality resampling.
- commit bd7ed3cead45be14d9b435cbfddd5a7745c97a64
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri May 16 23:02:37 2003 +0000
- * modules/packetizer/copy.c, modules/stream_out/transcode.c: added SVQ3 fourcc so we can transcode SVQ3. Small bug fix as well.
- commit 5afb7baa193d1b66a222ddc9313701c3311d90d6
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 15 23:05:59 2003 +0000
- * src/input/input_programs.c: a few fixes to the navigation object variable.
- commit d5791c9cc185e755f3bace9dced5d07cd9fefa88
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu May 15 22:27:38 2003 +0000
- * now 0.6.0-cvs
- * ALL: Capitalize all preferences text strings
- commit 90296a253afa1b3532aef4b601cc0f908bd3bdb3
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 15 21:31:53 2003 +0000
- * src/input/input_programs.c: implemented prev-title, next-title, prev-chapter and next-chapter object variables.
- * modules/gui/wxwindows/menus.cpp: put the above variables into the Navigation menu.
- commit 0cb2f24fe084544c27801b692f210d9db73fcf95
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu May 15 20:45:08 2003 +0000
- Added --with-libmpeg2-prefix= option to support cross-compiling for arm-target.
- commit 0716e0d647956139a9ed69221d6d66bcacd62430
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu May 15 20:28:00 2003 +0000
- Updating version to 0.5.4.
- Enable building with libmpeg2.
- commit 5ec858c489e14207500bc157d4e7c49fd4b73a1e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu May 15 16:02:26 2003 +0000
- * ./Makefile.am: fixed LDFLAGS when using --enable-gprof.
- commit 2fedaa09703e9034d9f327968b793d58e87644a6
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 15 15:59:35 2003 +0000
- * modules/gui/wxwindows/*: small fixes and improvements.
- commit 55bfbe3c713eacc97077fde348ecb0e169666855
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu May 15 15:50:23 2003 +0000
- * ./toolbox: toolbox --update.po now updates po/POTFILES.in as well.
- commit 83e8c2cc006a929ce99806675ef918ca9a26d7ba
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu May 15 15:35:55 2003 +0000
- * Makefile.am: on make dist move vlc.ebuild
- * vlc.ebuild: small spelling correction
- commit 1d67494d49cd7241bad0fb1bc5ecd7d80c956751
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu May 15 02:02:13 2003 +0000
- * Went trough my maillogs and filled out large parts of the NEWS file.
- please check and add your own. (i was bored ;)
- * Updated the README.MacOSX.rtf with some more pointers and changed version
- to 0.6.0
- commit 5851d9ababe03cd36bfd70babd313edd1b96b01c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 15 01:33:53 2003 +0000
- * modules/gui/wxwindows/streamout.cpp: updated the stream output dialog to use the new stream output syntax and features.
- commit f6614cc47e8e433cde7d8e6930f50c939ec4c125
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu May 15 01:23:05 2003 +0000
- * variable callback for the playlist. the input, audio and video still need
- to be done, waiting for gibalou to work his magic on that ;)
- cvs: ----------------------------------------------------------------------
- commit ffbda9c9a7ddcdb1cbdb55ac64d1713a6ecb26d1
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu May 15 00:46:23 2003 +0000
- * added vlc.ebuild, vlc.spec.redhat to dist.
- * added all the new icons to the dist.
- * on make dist i would like to do
- mv vlc.ebuild vlc-${VERSION}.ebuild
- I don't know how to do this. Who does?
- commit 5ebed5dccb12b70f47345fa5ebe70830ed075f7a
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu May 15 00:32:28 2003 +0000
- * ./vlc.ebuild: a ebuild for the Gentoo Linux distribution.
- Because of the cvs snapshots of libmpeg2 and ffmpeg, this ebuild will
- need to be updated before release, to point out the correct links to
- these libraries.
- commit 668ce22d26a92fe6c93901a0426526c76287359e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed May 14 21:29:43 2003 +0000
- * aac: compilation fix.
- * libvlc.h : set correct value for sout-a/vcodec
- commit 8c59018c87eb885b1d8e1ce3a5417172489ab534
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed May 14 19:47:24 2003 +0000
- * Resized some elements to allow for better translations.
- commit 9f599809ae87f763e050e2d268abe0507146041a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 14 17:17:30 2003 +0000
- * ./debian/control: Debian packages now build with an mpeg2dec CVS tree in
- the extras/ directory.
- commit 19cde6674146cf807d117dc51c37afed1f00bc44
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed May 14 14:58:35 2003 +0000
- * aac: use extention based detection.
- commit bbd578e3e9c6521bfe4f6f0101d64cc812e14028
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed May 14 14:57:42 2003 +0000
- * Forgot one
- commit 0cfdbaaa91799c07a45bebbfadd497e27c3b13ae
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed May 14 14:56:26 2003 +0000
- ALL: Davor won the vote, New icons in place.
- commit c856ad7fb16256db2f71217390a49921d6e4e0f0
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed May 14 11:15:50 2003 +0000
- * ts: do not use DVB reserved pid(s) (thanks Miguel Barreiro Paz)
- commit c2c6442c630b6194cd1a98e776650fbedddb3e1a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed May 14 09:00:10 2003 +0000
- * modules/gui/skins/Modules.am: include module/gui/wxwindows/subtitles.cpp.
- commit e85803a0e1bbbb08c19550730ef8a62cb63c054f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue May 13 23:41:17 2003 +0000
- * modules/gui/wxwindows/menus.cpp: forgot a vlc_object_release(). The popup menu is now created on the stack.
- commit 1d4c684a51acd0051e9a7d14491b2676233cfdbe
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue May 13 22:59:16 2003 +0000
- * modules/gui/wxwindows/*: added a navigation menu in the interface menubar.
- * modules/gui/wxwindows/subtitles.cpp: forgot this one in my last commit.
- commit 409095fb1ae797595ca8aedf80e8d5d18aeb4f0b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue May 13 22:33:33 2003 +0000
- * modules/gui/wxwindows/*: new subtitles file dialog box.
- * modules/demux/util/sub.c: fixed a few description strings.
- * Makefile.am: small cosmetic change to package-win32 target.
- commit d47392b87519a37950361b395b7d3b6a5dc28985
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Tue May 13 20:36:29 2003 +0000
- * beginning of event processing in X11 skins
- * graphics should work, but....
- commit 4e2943d81e08b7ebfd244d11e4a1ed3e98e386bf
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Tue May 13 19:25:59 2003 +0000
- * changed OSGraphics constructor (needed for X11)
- commit 3dae445411f5b47c6f71279bb2731bbe84a41014
- Author: Eric Petit <titer@videolan.org>
- Date: Tue May 13 14:11:33 2003 +0000
- modules/gui/beos/PreferencesWindow.*:
- - use BMenuFields for string_from_list config items
- - cleaning
- commit 7ba77f51a7f5f8d75f0d61c76c136ac1603bc340
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue May 13 12:09:29 2003 +0000
- * modules/control/rc/rc.c: win32 fixes for the handling of special control keys.
- commit c618906c07be2eedb1a5ce8b14e3097561a4f28e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue May 13 11:44:53 2003 +0000
- * modules/gui/wxwindows/preferences.cpp: small fixes.
- commit 33aec41207c2f5d8c1cad1f63aba1ff8b32e3d70
- Author: Eric Petit <titer@videolan.org>
- Date: Tue May 13 11:18:25 2003 +0000
- modules/gui/beos/PreferencesWindow.*: use config_ResetAll()
- commit 86e2b37df571aab09b4634fa964d50fb9311d038
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 12 21:55:01 2003 +0000
- * modules/gui/wxwindows/preferences.cpp: the config panels are now generated on demand instead of generating everything at the beginning. ResetAll now also takes care of resetting the values shown in the config panels.
- * modules/gui/wxwindows/open.cpp: small cosmetic changes.
- commit a476938b1125f6b511cd403d55859a2a70c34511
- Author: Eric Petit <titer@videolan.org>
- Date: Mon May 12 19:59:48 2003 +0000
- modules/gui/beos/VlcWrapper.h: compile fix
- commit cca686f84ee590cb449be41f6d3eccba46573267
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 12 19:11:53 2003 +0000
- * include/vlc_common.h: small change to shut-up some memory checkers.
- commit 0e7b380a8ebaae52767d5d64ea4e7bf927c62bee
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 12 17:33:20 2003 +0000
- * modules/gui/skins/*: got rid of wxdialogs.h, the skins plugin is now sharing wxwindows.h with the wxwindows plugin.
- * modules/video_output/directx/events.c: fixed non-initialized variable.
- * modules/gui/wxwindows/*: misc improvements to the playlist window (added an "Open MRL" menu as well as menus to load and save a playlist, we also make use of the "intf-change" playlist object variable now).
- * src/playlist/playlist.c: the playlist file is opened in text mode, no win32 eol hack is needed.
- * src/misc/configuration.c, include/configuration.h: new config_ResetAll() function to reset all config options to their original values (you still need to config_SaveConfigFile()).
- * modules/gui/wxwindows/preferences.cpp: new "Reset All" button in the preferences panel.
- commit 9d8a2d05f9d47205bd4e4670e599fb6a5a2ad94d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon May 12 01:17:10 2003 +0000
- * First set config variable, then add the files (and therefore potentially
- play them) in the playlist. Otherwise we can be too late.
- commit cfbae21409153ff568876701d53275eaefe1f40e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun May 11 23:17:31 2003 +0000
- * extras/MacOSX/vlc.pbproj/project.pbxproj:
- - Add the THANKS file to the Mac OS X application
- * modules/gui/macosx/about.?:
- - Use c-style comments instead of //
- - Open the AUTHORS file with the correct Encoding
- - Display the THANKS file as well
- - Rotate the scrolling when at the end
- * modules/gui/macosx/intf.m:
- - put Cocoa into multithreaded mode as soon as possible. Not really
- causing any problems now, but is cleaner.
- * modules/gui/macosx/prefs.m:
- - Select the current setting when we create a combobox.
- commit b4080ac4fabf7c04ed706a55ed6a9f61404c1a5d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun May 11 19:09:51 2003 +0000
- * ALL:
- - removed a bit too much code from the interface files previous commit.
- Menu's were enabled if there was no input.
- - removed a NSLog which was used for bugtracking
- commit 38cf397da04a96ddb8892e627780553c538dd6ed
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun May 11 18:49:15 2003 +0000
- * modules/po/.cvsignore: i guess the following doesn't belong in CVS, so i want
- cvs to stop bugging me about it ;)
- *.sed
- *.sin
- *.header
- Rules-quot
- commit f7cc7ca2caf5e5b993f48e061d93d9b86c9e67c3
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 11 18:43:19 2003 +0000
- * src/input/input_programs.c: small bug fix.
- * src/misc/variables.c: compilation fix for MSVC.
- commit 4ce136b2ce2d2909d56bc8ead06cc942a60f0a09
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun May 11 18:41:27 2003 +0000
- * forgot one file. see previous intf.m commit for details.
- commit 934308bbc38c53b10e57e54dafe42e8656c0bd75
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun May 11 18:40:11 2003 +0000
- * src/input/input_programs.c: Added a 'intf-changed' variable as vout, aout
- and playlist already have, to be notified of menu changes.
- * src/video_output/video_output.c: Changed a 1 to a VLC_TRUE
- * modules/gui/macosx/intf.?: Interface listens for changes in the input
- menu's now.
- commit ef46a3ffb16badd190e6884092669c4c3ffd957c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 11 15:55:51 2003 +0000
- * modules/gui/wxwindows/interface.cpp: work-around a bug in wxWindows for menus auto-generation.
- commit 3a52126178c04e2cd97b48551e114dc34189299d
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun May 11 14:33:32 2003 +0000
- Added code to render subtitles with the freetype module (disabled by default).
- To test it out define USE_FREETYPE in the top of modules/demux/util/sub.c
- and modules/codec/spudec/text.c and run with --filter osdtext
- commit b285f620cada48bdeebc9cbb6a66837e64ff0aa5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 11 13:45:21 2003 +0000
- * configure.ac.in: fixed the wx-config detection by the skins plugin.
- * modules/gui/wxwindows/*: fixed a couple of breakage.
- commit 0bb214dcab53a1799e39f7af2b8e772ffe360dfd
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 11 13:22:23 2003 +0000
- * modules/gui/wxwindows/*: the wxWindows plugin is now UNICODE happy.
- commit 9d32c978e7ff41a326d23237c050a7b9cb47c7c2
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun May 11 13:14:04 2003 +0000
- use c comment, and not c++
- commit b8c1ac48541f5400afcd716ba99df5c31ca5aec3
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun May 11 08:42:59 2003 +0000
- * osd_test.c: better size calculations. Use VLC_VAR_TIME for precise timing
- (doesn't seem to work)
- commit 84eeae3057a5080bd7f8141c063018f733b1fa30
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 11 01:00:26 2003 +0000
- * modules/audio_filter/resampler/coreaudio.c: more accurate frame length
- calculation
- * modules/audio_output/coreaudio.c: apparently the audio card clock can
- be screwed, so probe it at every buffer
- * src/audio_output/output.c: Thou shalt not drop buffers
- commit fe93476f244f91f79106083defab2b0d2334dada
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat May 10 20:49:07 2003 +0000
- * fix titer's language commit. The list needs to end with a NULL, or VLC will
- no longer start. (it fails on the duplication of the config of this variable)
- commit 5251f813d68bf6432b98143f772bb81359d7ca0c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat May 10 18:16:44 2003 +0000
- * ffmpeg : fix for svq3.
- commit 1ad8d69710db6f037c73c052a2a19cdf54779676
- Author: Eric Petit <titer@videolan.org>
- Date: Sat May 10 13:52:03 2003 +0000
- POTFILES.in: forgot a file yesterday...
- commit 231797fcda74e847c6609e48d138f2c5c533cf85
- Author: Eric Petit <titer@videolan.org>
- Date: Sat May 10 13:40:37 2003 +0000
- * src/libvlc.[ch]: removed --translation to avoid breaking compatibility
- with old config files; --language is now a string_from_list you can use
- to specify the language (default is auto-detection).
- commit 55365965033d43c4b66439516eae5abf42055c3b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 10 11:08:07 2003 +0000
- * src/input/input_programs.c: misc fixes/improvements to the video-es/audio-es/spu-es object variables.
- commit 50cabe81a09c38ac91014e20fdace0b7821e5c1a
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat May 10 11:05:52 2003 +0000
- * added VP31 fourcc's.
- * disabled the vp31 and iv31 iv32. In it's current state it is too ugly too
- actually use it. It would generate too many bugreports.
- commit ac265bcd73afae85aa1f71fd50ab1547ab09e530
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat May 10 10:32:29 2003 +0000
- * Finished the sout dialog on OSX.
- commit 71baa3cdba165731b9ae92d08401f2675c46fea8
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 9 23:23:45 2003 +0000
- * ffmpeg: now ffmpeg has a SVQ3 decoder, so use it :)
- commit d40a19617c5414d94c40633ea80a0740ab49bbed
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Fri May 9 22:03:06 2003 +0000
- oss.c: give a warning if --spdif is set but the sourndcard don't support it.
- commit dbdbc7822bc3ec50059ede9ad9b4fc9f36c54a74
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri May 9 20:30:29 2003 +0000
- France 1 - Italy 0
- commit 4c3fa5a94037b6db445d54b0652040f3bb70dad4
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 9 19:53:51 2003 +0000
- * faad: better support of AAC without ESDS.
- commit 5b0429b3c9a52b88319b75bcc9acd1bf95340b48
- Author: Eric Petit <titer@videolan.org>
- Date: Fri May 9 19:30:42 2003 +0000
- Updated POTFILES.in for BeOS' i18n
- commit 4775a1dd712c836f09b24089d4f8bc50a2e1f4b3
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 9 19:29:57 2003 +0000
- * mp4: fixed mace3/6 decoding. Only mono audio is working on the sample I
- have found.
- commit 4d4cc838688bdab01a9f1a64f9af6178b33d8f08
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri May 9 16:01:17 2003 +0000
- * modules/misc/httpd.c: win32 fixes.
- * modules/control/http.c: fixed a problem with IE that sends POST requests instead of GET ones.
- commit c633f94223cadf2e4210184c54489b6bee3d3a5d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 9 02:39:21 2003 +0000
- * mmstu: fixed a lookup.
- commit d1c3c6fa287a1c21bddaa8eb988bef4de9abed82
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri May 9 01:19:43 2003 +0000
- * modules/gui/macosx/prefs.m:
- - possibly fixed a crash situation when clicking the OK button (not sure though)
- * modules/gui/macosx/macosx.m:
- - made the transparency option an advanced option.
- commit 9778fc2f81cdf8c4a81ec2aa1a4bef1b94ca5ab1
- Author: Eric Petit <titer@videolan.org>
- Date: Fri May 9 00:58:25 2003 +0000
- * src/misc/messages.c: forget a defined(SYS_BEOS) in my last commit
- * src/misc/configuration.c: config_PutPsz now sets the variable to NULL
- if the string is empty
- * modules/gui/macosx/prefs.m: remove duplicate (now) code with config_PutPsz
- commit a4fc3454cf030225eab233b30eee3667c451ad52
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri May 9 00:41:11 2003 +0000
- * modules/gui/macosx/prefs.?:
- - made the advanced button better.
- - added missing CONFIG_ITEM_DIRECTORY support
- * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
- - added the semi 'apple' default of com-, as a hotkey for the prefs.
- commit b4b40a47be753ac0fed3ed21cc9ce86330b08f91
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu May 8 23:11:28 2003 +0000
- modules/gui/macosx/intf.m: We shouldn't save the config file when the interface closes. This explains a lot of bugreports ;)
- commit 60ccf823725ebda56240cda7533b4be4f2ed9902
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu May 8 19:51:38 2003 +0000
- * ftp : updated copyright info.
- commit 0c11d4b394dca2445475f6ff596b73dbbabaf868
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu May 8 19:26:59 2003 +0000
- * v4l: clean up.
- commit aaa608bd2d4d600250c750d40ef737e9d2e37774
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu May 8 19:21:39 2003 +0000
- * v4l: remove __V4L_AUDIO_ (useless)
- commit 28f793de74e3d1e3e2d5a1993fa6b713139b572b
- Author: Eric Petit <titer@videolan.org>
- Date: Thu May 8 19:06:47 2003 +0000
- ALL: fixed BeOS-specific warnings (ssize_t is not a int but a long,
- vasprintf if defined but not declared in the system headers...)
- commit 9e3078aea39a221f053cdefe84ae12a1d2296273
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu May 8 17:13:23 2003 +0000
- * modules/gui/macosx: Fixed crashes with the new submenus when used on a
- localized system
- * Removed the "EXPERIMENTAL" in "DVD menus (EXPERIMENTAL)", and enabled
- the DVD menus by default.
- commit 4ee99a96021a3116d1072d95f1262dca04782a0d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 8 15:58:56 2003 +0000
- * modules/access/file.c: fixed large file support on win32.
- * src/libvlc.[ch]: made the description of the translation option more explicit.
- commit ce825efe583751a3e2808452d515558ceddebae0
- Author: Eric Petit <titer@videolan.org>
- Date: Thu May 8 14:15:36 2003 +0000
- src/libvlc.*: --translation is now a string. Usefull if want to specify
- a different language than your OS, or if your OS is not localized...
- commit 90b5e995d5fa8eb786daee089a679e8ff862ca58
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 8 12:09:59 2003 +0000
- * modules/gui/wxwindows/menus.cpp: misc small fixes.
- commit 9a0e7d83f222665ac8c4c8abd24f0b15ba11513b
- Author: Eric Petit <titer@videolan.org>
- Date: Thu May 8 10:45:50 2003 +0000
- modules/gui/beos/PreferencesWindow.cpp: cosmetic
- commit 6e38b407e236be0c3db2a8029377ff22636cff57
- Author: Eric Petit <titer@videolan.org>
- Date: Thu May 8 10:40:31 2003 +0000
- * modules/gui/beos/AudioOutput.cpp: more cleaning
- * modules/gui/beos/VideoOutput.cpp: in fullscreen, add an item "Show
- Interface" to the popup
- commit 4f6155f2d3bc87ede38e95ad7e093aac3f7914f0
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu May 8 01:16:57 2003 +0000
- ALL: autogenerated menu's for chapter,title,program,audio-es,spu-es and video-es.
- - video-es seems broken. it always starts with -1 (Disabled) selected.
- - moved some menuitems to other menu's for gui interface consistency with
- other gui's.
- - added a "fit to screen" menuitem.
- commit 4effacde134d7d0d5edd12b43dd352eedda7edc7
- Author: Eric Petit <titer@videolan.org>
- Date: Thu May 8 01:05:14 2003 +0000
- src/misc/beos_specific.cpp:
- Fixed a very old bug: if the user hit Alt+Q, don't let the be_app
- exit without any cleaning (that made VLC crash badly)
- commit 039d36f2ecc9699bae5f8c378ce5cd730d4c3881
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed May 7 23:13:07 2003 +0000
- * changed "Gayscale video output" option back into "Grayscale video output"
- commit e5d8f0b412f2557ee4070206bbb2bb81922df43e
- Author: Alexis de Lattre <alexis@videolan.org>
- Date: Wed May 7 23:07:34 2003 +0000
- Makefile : Minor changes.
- commit 06895b5b8068b696626053ff9a3f3a5bb2d6fdd3
- Author: Eric Petit <titer@videolan.org>
- Date: Wed May 7 19:20:23 2003 +0000
- modules/gui/beos/AudioOutput.cpp: cleaning
- commit a07642791e0b772455e0034e3365d1dc73db679d
- Author: Eric Petit <titer@videolan.org>
- Date: Wed May 7 17:27:30 2003 +0000
- * modules/gui/beos/MessagesWindow.cpp: fixed a nasty bug
- * modules/gui/beos/PreferencesWindow.*: now you can save preferences
- commit 2aa9dde7faac5bbb921558f9db026b26d860820b
- Author: Eric Petit <titer@videolan.org>
- Date: Wed May 7 16:47:10 2003 +0000
- modules/gui/beos/PreferencesWindow.cpp:
- Misc enhancements
- commit 41409dfce07aed92ff59cdb976387fb0c3ea1346
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed May 7 15:54:49 2003 +0000
- * modules/gui/wxwindows/*: Fix (use different id numbers for each menus).
- commit 666800bc4617dfef6d467c1edbf3e695be12dbba
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed May 7 15:44:59 2003 +0000
- * ffmpeg: --ffmpeg-truncated is now an int :
- * -1 -> CODEC_FLAG_TRUNCATED is set only if width == height == 0 (only TS should produce this)
- * 0 -> disable CODEC_FLAG_TRUNCATED
- * 1 -> force CODEC_FLAG_TRUNCATED
- commit ec48ad6cc8facaa1986dd58fefbf6326caf3bfce
- Author: Eric Petit <titer@videolan.org>
- Date: Wed May 7 14:49:19 2003 +0000
- modules/gui/beos/*: fixed a few things I broke recently (dvd menus,
- screenshots...)
- commit afb1dbb650e4f523e44e73cebaf1ec64734aefe8
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed May 7 12:23:06 2003 +0000
- * modules/gui/wxwindows/*: misc fixes.
- commit b5a213db24b2ea69eacd84822991236fed8938c4
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed May 7 02:31:20 2003 +0000
- * mp4: raaaah, sometime moov box are masqueraded by a free box, so I look
- at free box content to see if it could be moov box, I hope there won't be
- any misdetection. (Even when there is a spec, nobody follows it :((
- commit cec1f957e58dc10e36e0a966dca4bd7d2fa20eb3
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed May 7 00:28:38 2003 +0000
- * ffmpeg: do not use CODEC_FLAG_TRUNCATED by default as it seems buggy
- with valid files. You have to use --ffmpeg-truncated to force it.
- MPEG-4 in TS won't work unless you use --ffmpeg-truncated :((
- commit 4ed6ce2597e5f5e4d624c950aa98c93daa5f0a2f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed May 7 00:18:39 2003 +0000
- * modules/gui/wxwindows/open.cpp: removed the channels server entry.
- commit 91fb2fdd4fd4fd0ead8b721a8074e948cafd8de6
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue May 6 21:01:58 2003 +0000
- * modules/demux/mpeg/ts.c: fixed my last f*ckage + a bit of clean-up.
- commit 9adb4abdcb43f433db00dc2abd33c0ff7ba04750
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue May 6 20:12:28 2003 +0000
- * ALL: there were reports of crashes in the menucode. i think it was that
- the VLCWindow could suddenly disappear (the vout closed) and therefore we
- could no longer reference it. This should fix that. Also made this code
- more generic to avoid code duplication.
- commit 84cb5c55f40921395aaa5103d9738d28c9e50175
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue May 6 16:05:10 2003 +0000
- * mp4: fix a segfault and play .3gp with h263 video track.
- commit 9ff0782a4671af72e0e77b6dd56f334d65e15df6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue May 6 14:19:29 2003 +0000
- * http: redirect to main page each time we pass arguments. (it's done by
- an html header and not by the http protocol. I know it's bad but it's a
- lot easier ;)
- commit 14ad3ab7dfa780a9dd3b1ab27ba2f98b7a0a46cc
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue May 6 12:57:48 2003 +0000
- * http: fix 'add mrl'.
- commit a74943943efe30eaf206ac4a11448567fa8a309a
- Author: Eric Petit <titer@videolan.org>
- Date: Tue May 6 02:17:11 2003 +0000
- Makefile.am: fixed BeOS package generation when all modules are built-in
- commit 21c7ad61e948e7138a564a99faad259cf966d451
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue May 6 02:01:35 2003 +0000
- * mms: fix for builtin compilation.
- commit 83a272882ccd858e2ecdc64c3c6357cf3feb565f
- Author: Eric Petit <titer@videolan.org>
- Date: Tue May 6 01:15:24 2003 +0000
- configure.ac.in: fixed static linking with libintl and libiconv
- commit d8e92b78f09a58d76f474f7f7d69821cc2ee856f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 5 22:48:23 2003 +0000
- * modules/demux/mpeg/ts.c: compiler warning fix.
- * src/input/input_programs.c: a "Disable" choice is added by default to "audio-es", "video-es" and "spu-es".
- commit 95b4a56a03d74780366bbf13cf12e834f84e3a2c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 5 22:23:42 2003 +0000
- * ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams.
- * modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
- commit 45d50b961c0dd4e62125fa3aadf3aba21cc03abb
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon May 5 22:04:11 2003 +0000
- * fixed the autogenerated menu's.
- commit d5a0f84818139006e634ac43b6a21a06fde04a19
- Author: Eric Petit <titer@videolan.org>
- Date: Mon May 5 21:35:37 2003 +0000
- configure.ac.in: fixed libdvbpsi detection for people who don't have
- stdint.h but inttypes.h
- commit 3c587bc8cd4083a867eaf26a59cafb4f1819abaf
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 5 16:29:57 2003 +0000
- * modules/gui/skins/src/*: forgot a few references to the channels server.
- commit cf3c9805ef35c19dcc799de1ea7177283c866565
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 5 16:09:41 2003 +0000
- * ALL: removed the old channels server stuff (was deprecated).
- commit ad3713cbc3aaa8f4ddbc618eb92c79f49f2aed84
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon May 5 15:52:13 2003 +0000
- * bits.h: clean up
- commit 8d98b9f51b711f2cb45c13f4d2688bdb62522881
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Mon May 5 15:21:28 2003 +0000
- implemented VLC_VAR_TIME using two ints
- commit 269a9ae6012319cd13321eb87b7ae867e16bca58
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Mon May 5 14:58:45 2003 +0000
- Implemented support for CONFIG_ITEM_DIRECTORY
- commit 5596bb7bf9757c4129ad6e69a5d805818acc833d
- Author: Eric Petit <titer@videolan.org>
- Date: Mon May 5 13:15:06 2003 +0000
- Updated NEWS for 0.5.4 release
- commit 9ee5c17061dbdb06d25dd7214a75bf6f77b0cb4f
- Author: Eric Petit <titer@videolan.org>
- Date: Mon May 5 13:06:02 2003 +0000
- modules/gui/beos/*: Partial fix for Preferences resizing
- commit fee6852ad2655eaa51cae4f76ca5845a1c4b1d3d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon May 5 13:03:23 2003 +0000
- NEWS: preparing for 0.5.4 release. Please update the NEWS file everyone.
- README.MacOSX.rtf: clarified some things.
- commit bab2211142d9daaf3bd7130ffbea69a9ad8c04b2
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 5 12:15:25 2003 +0000
- * modules/gui/skins/src/*: compilation fixes under win32.
- commit bb5c0f976a1a7414b83be972e72bee23380f023d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 5 11:49:50 2003 +0000
- * ./src/video_output/video_output.c: fixed a crash that occurs when the
- width and height variables are set to their default values.
- commit cc0c54f9c0aa62f2334e7a73c83df1ae930d7609
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 4 23:39:02 2003 +0000
- * src/audio_output/output.c: fixed warning.
- commit 5080ba2625e42afb3c390e32c15732842f128e1f
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 4 23:38:06 2003 +0000
- * First round of capitalization of description strings.
- commit 36b12ceb286324051bc545d02330cf707d3949c1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 4 23:03:00 2003 +0000
- * po/POTFILES.in: added the new modules since 0.5.3
- commit 30336bba3f772a1b20a1c5a0663635b1bffc6c68
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 4 22:42:18 2003 +0000
- * src/misc/variables.c, ALL: improvements to the object variables api.
- - added another argument to var_Change().
- - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change()
- that are used to set/get a friendly name to an object variable.
- - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve
- the number of availabel choices without having to get their value
- as well.
- - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign
- a friendly name to the choice value.
- - VLC_VAR_GETCHOICES retrieves the choices values and their friendly
- names.
- * modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface.
- commit baa735b3ee1d0136c5776e4bcf0f339641b626f5
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 4 22:33:35 2003 +0000
- * modules/codec/libmpeg2.c: fixed the "main: cannot delete object with
- children" bug.
- commit 4e86c7a6201b953bdc2710699efe11043a919b60
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun May 4 18:51:34 2003 +0000
- * transcode: follow the same logic for ab than vb. (ie for a small value
- it's used as kb/s for higher ones it's b/s).
- Just a remember, transcode options are:
- acodec= mpga,a52
- ab (kb/s)
- vcodec= mpgv,mp4v,h263,DIV1,DIV2,DIV3,I420,I422,I444,RV24,YUY2
- width
- height
- vb (kb/s)
- vt (b/s)
- deinterlace
- croptop
- cropbottom
- cropleft
- cropright
- keyint
- hq
- qmin (between 1 and 32)
- qmax (between 1 and 32)
- only acodec and/or vcodec are mandatories (and it's a good idea to always
- define vb,vt, and/or ab)
- commit cdd8ef24209081604ee0949b40203646cb5a549c
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 4 15:02:42 2003 +0000
- * modules/audio_output/coreaudio.c: worked around a CoreAudio bug (should
- fix the "sound drops after half an hour" bug)
- * modules/audio_filter/resampler/coreaudio.c: reenabled the coreaudio
- resampler which works perfectly fine here
- Please test that I didn't break S/PDIF output on OS X.
- commit 998798c4c77eae137b6169a0fd33978cc6d14434
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun May 4 12:40:58 2003 +0000
- * ./modules/video_output/sdl.c: avoid crashes at exit due to SDL being
- linked with svgalib and svgalib using atexit().
- commit c19154da5ff3cbba7809e839a2a58651cf7addea
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun May 4 10:46:28 2003 +0000
- * mpga_audio: should fix an infinite loop when miss-detected free
- bitrate stream.
- commit 735fedde2df3dd5e447ce44b0cc84bf38c28c6e6
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 4 01:36:20 2003 +0000
- More cleaning of the STATE_INVALID stuff (still not perfect though).
- commit ea14ba77d67182f8b984e38efa86463bf9886997
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat May 3 22:25:44 2003 +0000
- Fixed handling of STATE_INVALID states.
- commit ef46a9061b0054532b455767421979bb7d343003
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat May 3 18:11:42 2003 +0000
- * transcode: added qmin, qmax and hq(high quality) options.
- commit 2fb88fb2d331ac312908996b7dbb51b8b214eeb0
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat May 3 14:33:35 2003 +0000
- * transcode: fix cropping code.
- commit 5a02951ca07fb94c53dc21519adbe5e54e5aad44
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat May 3 14:22:47 2003 +0000
- * transcode: fixed video resizing.
- commit a4a766a31b171342a1d47b2276282bdb7f10a156
- Author: Eric Petit <titer@videolan.org>
- Date: Sat May 3 13:37:21 2003 +0000
- beos/* : New Preferences window that lets you configure everything.
- It is not complete yet (see the TODO in PreferencesWindow.cpp)
- commit c7bfd461ab160906a1bbf8576de019322f024bf5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat May 3 13:18:16 2003 +0000
- * transcode: added two options:
- - vt : video bitrate tolerance
- - keyint : number of inter frames between intra frames.
- commit 3ca0203c080a9cde5a69a7c57e9b061499be242d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat May 3 12:36:17 2003 +0000
- * v4l: used the same trick than vls to avoid too much resampling.
- commit 469ac3a33006600fc94d5dbd1930b2964719f05b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat May 3 02:18:26 2003 +0000
- * ts: fix a memory leak.
- commit 60845ce148cc8aa460bc4048ea946d31ecc1e007
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat May 3 02:09:41 2003 +0000
- *** empty log message ***
- commit 76264186ea5525f59ab5b90fc6db99689bfe1108
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat May 3 01:52:43 2003 +0000
- * v4l: fix a stupid bug that broke audio.
- commit 073c4afd4b2d064a81d607997dbdedb22daf97e3
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat May 3 01:12:13 2003 +0000
- * all: shut up valgrind ;) (memory leacks and one overead/overwrite).
- commit 14d8d6e103f50a6cbdf3680abdd3e6346e42a6ff
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 2 19:37:08 2003 +0000
- * transcode: fix about raw audio.
- commit 58fc4e93be217150857eb54af8773eecfd8b47a8
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 2 17:35:48 2003 +0000
- * v4l: audio grabbing part begin to work :)
- commit 216361163232a89704b0aa90a9367db91fd73042
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 2 16:25:12 2003 +0000
- * transcode: compilation fix.
- commit 6ca3d9e8410cc846aa688ef5e38dd8537b7cb45f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri May 2 15:53:32 2003 +0000
- * modules/gui/skins/*: compilation fixes for MSVC. Almost working, we just to find a way to have flex.c not include unistd.h on win32 and not compile the wxwindows files when SKINS_BASIC is defined.
- commit fdd5d917f32f0f79e11b27cd9c4fb108a6a5d988
- Author: Eric Petit <titer@videolan.org>
- Date: Fri May 2 15:36:41 2003 +0000
- Missing files
- commit 54b29b2b51ecbdaae00623bece0a613c019e7c32
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 2 14:51:57 2003 +0000
- * transcode: should be able to compress raw audio, need to be cleaned up.
- u8,s8,s16 big and little endian should be supported but not all tested.
- commit cb5d09cd364362195c504f97ee3930bb61f200b8
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri May 2 12:18:23 2003 +0000
- * ./configure.ac.in: another kludge to avoid linking twice with libavcodec.
- commit 17f1d1d0a9739d77de0393a1c3c621fb4909a78b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 2 03:41:03 2003 +0000
- * transcode: accept and create raw video(I420,I422,I444,YUY2,RV24).
- commit 85bc5997f6353c0cd2e47cb83f6708dfee228877
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 2 03:40:01 2003 +0000
- * rawvideo.c: fix a bug while filling picture.
- commit f5aac5a702b285084e34ca20b2bb83059a88ea11
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 2 00:33:42 2003 +0000
- * copy: added raw audio/video support.
- * avi: added raw audio support (little endian only).
- commit cc7c7f9cff0be3b773bbe5dca6cf1a188eb33b61
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Thu May 1 13:51:03 2003 +0000
- * ./modules/gui/skins/gtk2/gtk2_run.cpp: fixed compilation of the
- basic-skins plugin with GTK2
- * modules/gui/skins/parser/skin.*: small compilation fix, but i don't
- really understand why it is necessary :)
- commit 8403fa0b75013f23538d82ec9c9b5642589b4ace
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu May 1 01:11:17 2003 +0000
- * modules/gui/macosx/macosx.m
- - added a macosx-float config option
- - changed 'opaqueness' into 'macosx-opaqueness'
- * modules/gui/macosx/vout.?
- - let vout respect 'float' on top option.
- - added a toggle function to toggle float on top.
- ALL:
- - menuitem and corresponding code for float on top.
- commit 496c6c038fac3cff9edfb8816d891527702568c2
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Apr 30 23:58:56 2003 +0000
- ALL: New output dialog that uses the new --sout syntax.
- - it is not so powerful as --sout (does not allow for multiple unicasts ie)
- - there is a bug in the transcode settings. not sure what is causing it.
- commit 558f4d339490c53f8af37f73ccbcd9184249fa1c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Apr 30 21:45:52 2003 +0000
- * mp4: fix playback of some stream with raw audio. I also split
- big audio chunk. (Avoid 100000 samples at once :(
- commit ef59c8fc56b348a2e10cc795d5f616b06da258fd
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Wed Apr 30 21:16:24 2003 +0000
- * enable basic-skins for GTK2 (not tested yet ;)
- commit c7b39fc63ac10a4712a0c9308da0274019b8763f
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Wed Apr 30 19:22:27 2003 +0000
- * ./configure.ac.in:
- - added a basic-skins plugin, which doesn't make use of wxWindows
- dialogs (currently only works for win32)
- - renamed with-wx-config-path in with-skins-wx-config-path for the
- skins plugin, to avoid problems with the wxwindows plugin
- commit 4c8ed65b7ad4f27255f89de9b44dd3b688b53b7d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Apr 30 19:20:32 2003 +0000
- * modules/access/v4l/v4l.c: fixed breakage for devices supporting I420.
- commit 82af4a438cac71a4376a633f32ab56f1b944a290
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Apr 30 14:04:53 2003 +0000
- modules/gui/macosx/controls.m: fixed cosmetic issue with deinterlace menu.
- commit ef8ea6e3e1d4f37dd8bf87ba78b509e8aeaa727b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Apr 30 09:11:13 2003 +0000
- * modules/access/ftp.c, modules/access/http.c: slightly changed atoll() replacement.
- commit 87d40a6e9524f1fc9bfd0b00a95ab7a60a27d13a
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Apr 30 04:13:12 2003 +0000
- modules/access/http.c:
- modules/access/ftp.c:
- * fixed a very serious bug in the atoll code. this contained a never ending while loop.
- It showed on systems without atoll() (MacOSX) as an inability to view http
- and ftp streams.
- commit d1196f96271e5536f027a4a56118deccb9ef0802
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Apr 29 22:44:08 2003 +0000
- all: use /* */ instead of // (we write c code)
- commit bb036be655d11ff245f6c28d90e922f5a09c43f6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Apr 29 22:38:56 2003 +0000
- * stream_output.c: some sanity checks and bypass default behavour of
- module_Need (when I ask for udp I want udp or an error, but not file
- or something else) by adding ",none" when a module name is specified.
- I will clean up that by adding a flag to module_Need or something like
- that.
- commit b89d3e6d080b9fa880fcbc18e52e8de9394720de
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Apr 29 21:32:21 2003 +0000
- * stream_output.c: fix segfault when not specifying mux name.
- commit f7ec1242daeee36a75710387bda1fdb0d138b907
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue Apr 29 20:36:56 2003 +0000
- * ./modules/gui/skins/src/theme.cpp: avoid infinite recursion with
- circular anchoring
- commit 1a9232196599aa1b75ca128cad540d1280de69e3
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Apr 29 20:29:19 2003 +0000
- * vlc_config.h: increased AOUT_PTS_TOLERANCE to 40ms, it avoids a lot of
- resampling with some files while keeping good synchronisation.
- Anybody has an idea of the maximum desynchronisation between audio and
- video that still be imperceptible ?
- commit d0bcad324b7629ac82973ac91fe5368639c18808
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Apr 29 20:17:12 2003 +0000
- * modules/gui/macosx/playlist.m:
- - When we delete an item, update playlist with to indicate 'currently playing'
- commit deb90feb645fabb656e6bbdb4263e046309bb973
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 29 16:03:14 2003 +0000
- * modules/audio_output/directx.c: fixed the "no sound on NT4" problem. The directx audio plugin wasn't freeing its resources properly in case Probe() failed so the waveout plugin couldn't open the audio device afterwards.
- * modules/video_output/directx/directx.c: work-around buggy video drivers that create unsupported surfaces without shouting. Hopefully, non overlay YUV surfaces shouldn't be created anymore if not supported.
- commit d47f9998bdab39e54e5f3e2b2b0eead1c284041a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Apr 29 15:40:31 2003 +0000
- * file: use - to write on stdout. (but you can only use ts and ps muxer,
- as the others need to seek).
- commit db31a972b52acad5ae701afdc9080b223b0bbfca
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 29 12:54:57 2003 +0000
- * modules/gui/skins/*, configure.ac.in: removed the skins plugin depandancy on msimg32.dll. Additionnaly, TransparentBlt() and SetLayeredWindowAttributes() are only used if present on the system. This allows us to run the plugin (without transparency though) on NT4/win95/98 as well.
- commit e0d3ebeacb1fc5da72c979ca8a5cbff48c2e37f9
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Apr 28 23:25:50 2003 +0000
- * avi: fixed playback of broken stream....
- commit 8229bf31c8d590c8e5c176ddc905d11a323c53e7
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Apr 28 22:44:26 2003 +0000
- * modules/gui/skins/win32/win32_run.cpp: clean exit of wxWindows thread
- commit 772985d32c8f806645ee3d592ae2d674eafbaaa0
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Apr 28 20:46:41 2003 +0000
- * ./modules/gui/skins/src/banks.cpp: fixed a segfault triggered by
- missing tags in the XML.
- commit 2396f46bfb9313fdd561fea7fdb88b7c3b14e0e1
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 28 14:32:57 2003 +0000
- * skeleton of X11 skins
- commit a796b89dffdfdef1e41fc401c8cc6a247b8a0fbc
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 28 14:12:33 2003 +0000
- * skeleton of X11 skins
- commit ad6c533651f297f9bd5a54314750b37fd6ce6290
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 28 12:25:34 2003 +0000
- * changed Region into SkinRegion to prepare the X11 port
- commit f38481fddcab1d0b26fc4d58b134f4098531df8d
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 28 12:00:14 2003 +0000
- * fixed compilation under linux
- * added a flag GTK2_SKINS
- commit d01ae076763c3cd8867322f7b4ebe1f566e7078c
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Apr 28 00:18:27 2003 +0000
- * ./modules/gui/skins/*: first attempt at porting the skins to Win9x
- There is still a lot to do but some things are working.
- commit c556378ff5cf2a29701e60ca5dc25ae567768d08
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 27 23:16:35 2003 +0000
- * src/video_output/vout_pictures.c, include/video_output.h: added a vout_InitPicture() function that initializes a picture_t structure based on the given chroma and sizes.
- * modules/encoder/ffmpeg/video.c: misc improvements. Should also be able to handle more input chroma format.
- * modules/codec/rawvideo.c: a few fixes.
- * modules/access/v4l/v4l.c: misc improvments and cleanup. Should be able to handle more source chroma formats. On the fly video encoding is also working perfectly now.
- commit 15fb148536e9d870b6b2c9c2148fd1de6516ba0e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 27 17:53:21 2003 +0000
- * src/video_output/video_output.c: small bugfix + vout_Create() is now blocking until InitThread() has been run.
- * src/video_output/vout_pictures.[ch]: added support for FOURCC I411.
- * modules/codec/rawvideo.c: support for more chroma formats.
- commit 8c1779bb3f6d43087fb019e75222e8a96ac14f3c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 27 15:25:11 2003 +0000
- * modules/codec/ffmpeg/*: added chroma conversion capabilities to the ffmpeg plugin (using libavcodec's img_convert() facility).
- (I can finaly watch my RGB tarkin samples :))
- * modules/demux/rawdv.c: fixed a couple of compiler warnings.
- commit 291d32260c542cff0d672bd92929283083deadca
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 27 14:56:47 2003 +0000
- * modules/demux/rawdv.c: fixes for when the video and audio sub-streams are not both selected.
- commit c74a2b3ca1b1431096832848315ae125603d1962
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 27 14:11:26 2003 +0000
- * modules/misc/httpd.c: win32 fix for non-blocking sockets.
- commit 89475796b48e5c72d94bbaf9d576c88d9578b1cc
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Apr 27 13:55:51 2003 +0000
- * avi: clean up. Some standard file (ie with 1 RIFF chunk ) has OpenDML
- index, so use it when normal index (idx1 chunk) isn't found.
- commit d3b0328989470124210086431668419b42a1c47e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Apr 27 13:03:28 2003 +0000
- * ffmpeg: stop skipping video sometime ;).
- commit e4ef10de4c8599a99dd1fdb479f3040c27cfc6ac
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Apr 27 11:55:03 2003 +0000
- * avi: Support for OpenDML file.
- Not tested with file size > 2Go, so report status.
- commit 020af3bfeb3d2e5295d125138f9bf78ce8263aaf
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Apr 27 03:08:36 2003 +0000
- * httpd: added "Cache-Control: no-cache" by default.
- commit 5270517b4a1c0aaa688f2cf7fe7bfa01dfe4c0e0
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Sun Apr 27 02:00:15 2003 +0000
- * ./configure.ac.in: Added --with-libmpeg2-tree
- commit 089782f7856571cf214a195cad15a9e6ae53c2d5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 27 00:02:27 2003 +0000
- * modules/control/http.c: fixed buffer allocation problem.
- commit 79a114c611c74464a4008c280ebd26807d974118
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Apr 26 22:06:12 2003 +0000
- * video: spelling error.
- commit 070fbff5609fc8855964aa39d5aa0779f35cf024
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Apr 26 21:45:26 2003 +0000
- * ffmpeg: we always skip video if we have more than 5 second of late video.
- (This should avoid 'decoder stuck' message.)
- commit ee2bc403e0f88c5e24ce1aa408dc13eea63952f7
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Apr 26 21:36:23 2003 +0000
- * modules/control/http.c: brand new (and also basic) HTTP interface plugin for vlc (uses port 8080 by default).
- commit 1c04b2adf9166e248219ffa9b6e64577fa67d4a5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Apr 26 20:51:54 2003 +0000
- * mpegaudio: if the file name end by .mp3, use a stronger dectection.
- (over the first 2ko).
- commit 1e81f9cd0241e28ca93ad44ead1192603563d5b8
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Apr 26 14:54:49 2003 +0000
- * configure.ac.in: enabled xvid and ffmpeg encoders
- * modules/encoder/ffmpeg/*: misc fixes + support for I422 and YUY2 input chroma.
- commit b8824ca6ce8e2d673747b700263ec8a99536c0d4
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Apr 26 12:26:46 2003 +0000
- * modules/codec/rawvideo.c: added support for YUY2 and I422 and fixed a bug in FillPicture(). ( The v4l input is working here now :) )
- commit 6dec6dc9b19f93911125a16f666d8633d7e4e7a5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 25 21:47:25 2003 +0000
- * libmp4: clean up and preliminary work to read mp4 file through http.
- * mp4: don't return a failed value when recognize a ref file, but use
- a dummy Demux function that return EOF.
- commit 839cb64ae172bef0929dd7e712b4ecddc4967040
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 25 18:57:41 2003 +0000
- * ffmpeg: use bigger split size (~8000 samples) as it avoid too much
- resampling with my samples. Fix a potential divide by 0 (thx meuuh).
- commit 540107f54417bcbcb716e8dbd6b07586af8f667a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 25 17:35:52 2003 +0000
- *ffmpeg: split huge audio packets as aout didn't like them.
- commit bfefedf7598d023fb5920d00110ff4aebe5b3048
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 25 17:33:57 2003 +0000
- * mms: reduce mtu (avoid too much delay with slow connection)
- commit eac2d4549b0e922ed03e8add5aa3ac57a4bee8af
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Apr 25 12:37:52 2003 +0000
- * modules/gui/skins/src/vlcproc.cpp: small compilation fix.
- commit 8725f42a0b02259cd5c41b962acb09f433eaa9e1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Apr 24 20:49:54 2003 +0000
- * mp4: fix a buffer overflow.
- commit 3acbd6830ecbc0491467f008838f4afae769154e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Apr 24 20:33:53 2003 +0000
- * .cvsignore: forgot this file.
- commit 0521ca9ec063fd8a75f71b94937f48fdc75238ba
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Apr 24 20:26:32 2003 +0000
- * asf: fix to play stream over mmsh.
- commit d0cbf30e7a63f988ccead3726fea016b8d42b897
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Apr 24 20:24:44 2003 +0000
- * mpeg4video.c: use video size when available from bitmapinfoheader.
- commit 5979db31fdb54271d45cb792388fdbb8497c31d6
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Apr 24 17:44:53 2003 +0000
- * src/libvlc.c: forgot to reload the command line options after we reload the main module when the user disables the translation.
- commit d0ba140bc2a51267771ec753a74477851b713589
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Apr 24 16:13:38 2003 +0000
- * Makefile.am: added a dist-hook target to include the auto-generated msvc files into the dist. added src/misc/modules_plugins.h to the dist.
- commit f37089c875e76b1fec92402e65621e17c9befffa
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Apr 24 15:57:50 2003 +0000
- * modules/gui/skins/src/themeloader.*: dropped the dependancy on libtar
- for the .vlt skins support. libtar is still used if present, otherwise
- we use our small implementation of untar.
- commit 1d7d63380ba626952b0311c29ff3e14c8a90f216
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Apr 24 14:39:53 2003 +0000
- * mp4: select only first enabled track.
- commit dbdf910157ae1339092faa45e231ef6ab3d521c4
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Thu Apr 24 14:38:06 2003 +0000
- * get screen size with gtk2
- commit f7629a6861c57ad5ab7c2f6412a630457fd14edd
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Apr 23 15:18:24 2003 +0000
- modules/gui/beos/VlcWrapper.cpp: fixed the issue with untranslated
- strings and "...". i18n seems OK under BeOS now.
- commit a39c36232228126e8aa87912331bc89891ecfa9a
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Wed Apr 23 10:29:52 2003 +0000
- * fixed some constructors and destructors
- commit 340204ae681f2731fecec51b5a5064f1d037d4d2
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 22 23:31:07 2003 +0000
- * modules/codec/libmpeg2.c: make sure there are no more linked pictures
- left when closing the decoder.
- commit cb0828bde8b3f14202d88f767d76bc30a245240d
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue Apr 22 22:57:40 2003 +0000
- * ./modules/gui/skins/src/theme.cpp: fixed a bug with anchored windows
- commit 171966e294952ad91b46095e793081e8cd5acdc8
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 22 22:25:09 2003 +0000
- * modules/audio_filter/converter/s16tofloat32swab.c:
- added an #ifdef HAVE_ALLOCA.
- commit 58d2e7181445ce3382305d6d2297b54914197bf9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 22 21:45:42 2003 +0000
- * configure.ac.in: don't link with the math library on win32. It isn't
- needed and will even screw up things under cygwin with -mno-cygwin.
- commit fd62016c395d85a8e2bd3d3e1e0d54e857e4b802
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Tue Apr 22 19:26:02 2003 +0000
- * output.c: avoid a floating point exception when aout-rate==0
- * gtk2_api.cpp: made valgrind happy ;)
- commit 73867cc43a91b69a4cd7304de8d4c85ed03d5a53
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue Apr 22 18:21:15 2003 +0000
- * ./modules/gui/wxwindows/fileinfo.cpp: cosmetic changes
- commit 8afa30a9040cce4e731e42f23e93b629127cff6c
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Tue Apr 22 17:56:44 2003 +0000
- * fixed the volume slider bug
- commit d9ddadd06b6caeea58d2e26a2ad5d56289a16d6f
- Author: Eric Petit <titer@videolan.org>
- Date: Tue Apr 22 16:36:16 2003 +0000
- * Makefile.am: fixed 'make package-beos'
- * modules/gui/beos/*: added _()s so the whole interface is translated
- * src/libvlc.c: ask gettext for UTF-8 strings (under BeOS only for now)
- FIXME: currently, untranslated strings are not converted to UTF-8
- commit 80cbbe27d34078017e520d536d408860f4e79e48
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Apr 22 16:28:24 2003 +0000
- * mp4: fix "mov playlist" handling. (raaah strncpy doesn't add ' ' :(
- commit 6eae8331aff30dada67e76ba341b7063a493bfd1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 22 12:54:49 2003 +0000
- * modules/codec/libmpeg2.c: fixed aspect ratio problem.
- commit 7bc6a2499cf69a0fdfc27baaa4418861c726d8a9
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Apr 22 11:38:25 2003 +0000
- * mp4: preliminary support of "mov playlist(ref) file"
- commit ec6c15021f777bdef9da38c1fb77869953f58ecd
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Apr 22 08:51:28 2003 +0000
- * mp4: more mov fields are parsed.
- commit 1ddde2beaae761abcee5b2a598767562059001f9
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 21 22:12:37 2003 +0000
- * changed "Font" into "SkinFont" (see previous commit)
- commit 05af5dd8379faa2f4c350027ccd74875652ab805
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 21 21:51:16 2003 +0000
- * changed "Window" into "SkinWindow" to prepare X11 port
- (Window is already a Xlib type !)
- *** not tested under win32, please check ! ***
- commit 50a6ec06c8b32865753f10df23ad114be4434087
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 21 18:39:39 2003 +0000
- * at last fixed transparency under linux !!
- commit 8e5a7d79795803143ef913ecc98b9efa82195ed4
- Author: Anil Daoud <anil@videolan.org>
- Date: Mon Apr 21 16:55:53 2003 +0000
- *All: fixed unwanted fileinfo window refresh under windows.
- commit e2af7970672d35e9b0742d339bf0f5673f5efb6a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Apr 21 16:22:43 2003 +0000
- * modules/misc/network/ipv4.c: a bit of cleanup.
- commit 0d15ca7bb3e2672525ce44cb8f6763376a659c07
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 21 14:26:59 2003 +0000
- * raise the skin window on top when clicked
- * a bit of code cleaning
- commit c8e01ad800fe33442dcfa76c567020ccc2c88a73
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Apr 21 12:54:08 2003 +0000
- * configure.ac.in: print an error message if libmpeg2 is not found or too old.
- commit 2ca4281aa9ce545bfd4cbe69b9ba29856643fbef
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Apr 21 12:22:54 2003 +0000
- * configure.ac.in: the libmpeg2 plugin is now enabled by default when the right version of libmpeg2 is detected (0.3.2 aka cvs).
- commit c19bfe22d85031e5f898b053f0d5f6fbb77993bc
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 21 11:47:22 2003 +0000
- * added a preferences button in the default skin
- commit 6207df1ad199bc57fcbd128ea93ea313d7fbdd71
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 21 03:37:40 2003 +0000
- * fixed the previous commit for linux
- commit 8414047e1a667a8217dc14c8630b80ab8f751158
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 21 02:50:49 2003 +0000
- * fixed a timing issue under windows ?
- commit 3435dcce91035e447387883d5c3b46546b105433
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Apr 21 02:12:06 2003 +0000
- * we now use a wxwindow dialog to load the skins, so we can get rid
- of our custom dialog
- commit dfa3c5d025680525c0999df341d2ef881bffcd0f
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 21 01:47:42 2003 +0000
- * shortcut handling under linux
- commit 474a83cf3d35e1d7464fffa6042553bd66aae20b
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Apr 21 00:54:26 2003 +0000
- * added preferences, file info and stream output dialogs to the skins
- commit e81da7d5571520c0162dd0a9d16bf3ae484d2284
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Apr 21 00:33:29 2003 +0000
- * configure.ac.in : finished disabling the old mpeg_video plug-ins.
- commit 2735cac2924aa7e9123f8461b3c46caad7f0cf18
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 21 00:18:37 2003 +0000
- * fixed refresh of the playlist (and a segfault...)
- commit 53d2284d2caed8b73685d318d5652cc7f070fa46
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Apr 20 23:42:17 2003 +0000
- * modules/codec/libmpeg2.c: fixed a problem with some frame rates (thx
- gibalou)
- commit 539e8b74e1e9cd7cc1cb394681b969dea50ce672
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Apr 20 23:09:31 2003 +0000
- * fixed a segfault at exit
- commit 88aa406b44758b0c260e6b8e409fc9212b5f5f91
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Apr 20 22:52:50 2003 +0000
- * a few segfaults but wxwindows works under linux !
- commit a64cdbee390364ed7f018eca2339e46c050852f1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 20 22:52:03 2003 +0000
- * modules/audio_output/file.c: fixed a mismatch in a config name.
- commit 612d7ca43600ea9a3036b7213b1ec03948df076e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Apr 20 21:19:41 2003 +0000
- * ./modules/audio_output/oss.c: code comments.
- commit 7236869acc76ddad9a96fdad842e435cde091192
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Apr 20 21:15:31 2003 +0000
- * ./modules/video_output/fb.c: fixed a bug that prevented proper console
- resetting.
- commit beb809532cef4056dddc1c2e0df6c2d2955e69ce
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Apr 20 21:14:20 2003 +0000
- * ./mozilla/npvlc_rc.rc: fixed a typo in the MIME types.
- commit 51bf10288142cfaa40f7687ecfb562a82ac3671e
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Apr 20 20:28:40 2003 +0000
- * added wxwindows Open and Messages dialog boxes into the windows skins
- (it may break things on linux...)
- commit 0cda1774741f170d4eb3e6eff6da5132816f6909
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Apr 20 20:22:12 2003 +0000
- * added wxwindows for skins !!
- commit 48de34c4308b928849ea2918352c2cc1f49f17dd
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 20 19:53:57 2003 +0000
- * configure.ac.in: removed useless --with-ffmpeg=PATH ./configure option.
- commit e0c8d4ac2bc2a049b8736b1e572a952f6abf5d96
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Apr 20 19:29:43 2003 +0000
- * mms/* : begining of a m$-http-for-asf-streaming support.
- Proxy aren't yet supported. Use mmsh to force it, else mms will try it
- at the end (after mmst and mmsu). Some http url are in fact mmsh but
- not yet auto-detected.
- *Please report* not working url and any regression for mmst and mmsu.
- commit 3b768aef5e21dc176cb5e9f2a55780ed68393b26
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Sun Apr 20 19:03:15 2003 +0000
- * ./modules/gui/skins/src/themeloader.cpp: compile fix (include errno.h)
- commit cf88959b3653c81d177525be2a0142b55efbb762
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Sun Apr 20 16:45:44 2003 +0000
- * Fixed mouse wheel
- commit 380d793ad9320536d929eaff3474f13b1ed418ec
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Apr 20 16:16:34 2003 +0000
- * fixed the "always on top" bug
- commit 3fd83d6ac77b6961adddc292a412999b38c148f3
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Sun Apr 20 15:06:07 2003 +0000
- * Added support of wheel with win32
- commit e9c0cc59ba1193f19fa4d62b7216625f7337d0e0
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Sun Apr 20 15:00:19 2003 +0000
- * Fixed support of wheel for playlist with GTK2
- * Added support of whell for slider with GTK2
- commit c52797f60fb9794ced96c8b44482add00819be5c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 20 14:11:25 2003 +0000
- * configure.ac.in, modules/codec/ffmpeg/ffmpeg.c: fixed my last breakage in the ffmpeg detection code.
- commit b193e8e2e03930e00538fd4563ef19ae21fbfde9
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Apr 20 13:14:14 2003 +0000
- * enabled scrolling in the playlist with the mouse wheel
- commit ad48c59beb8315b5cf6b446517df224456ba8db2
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Apr 20 12:59:02 2003 +0000
- * The libmpeg2 plug-in is now completely operational ;
- * configure.ac.in : disabled compiling the old mpeg_video plug-in, so :
- DO NOT FORGET TO INSTALL LIBMPEG2 AND COMPILE WITH --enable-libmpeg2
- commit 0adb6a63ec58c8d0343906fe60dd0320582e553e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 20 11:57:13 2003 +0000
- * configure.ac.in, modules/codec/ffmpeg/*, modules/encoder/ffmpeg/*, modules/stream_out/transcode.c: fixed detection of the ffmpeg headers/libs when they are installed in their default location.
- commit 50000c8a82333af7c047a92bc34b7f46d35ad57b
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Apr 20 01:05:40 2003 +0000
- * fixed a typo with dvbpsi
- commit ae27d602f2b89442dc2e46c8f6c70c57a62383be
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Apr 19 13:55:56 2003 +0000
- * Added a 'opaqueness' configoption to macosx-vout. Yeah i know, useles.
- But it's coooooool. http://sidekick.student.utwente.nl/videolan/transparent.jpg
- commit 20b81062cbc8c4fdd68441adf6996bfad80a9af2
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Sat Apr 19 12:39:14 2003 +0000
- * Font fixed
- commit b06e5e49714c119f5067eea816f6d2ac66d07c39
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Apr 19 12:33:01 2003 +0000
- * There was a problem where deinterlace could not be turned off via it's
- corresponding menu. On thy fly filter changes are still not possible.
- commit 2f92620606e531c2c9a3672661ba959a37252acb
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 19 11:46:11 2003 +0000
- * fixed a segfault
- commit 23b6ca2f0d94f1867fdb0b0fd4ca923e0b46411f
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 19 11:16:17 2003 +0000
- * drag&drop works ! (at least with mozilla)
- commit 5ee031099dbbfc5eb35a8c14ee63edad259f59dc
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Sat Apr 19 02:34:47 2003 +0000
- * Fixed wrapping for texts
- * Filling GTK2Graphics and GTK2Region destructors
- commit 25ebbc9d1c3055eea1e007781854a68b097892d3
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Apr 19 00:12:50 2003 +0000
- * mp4: some memory leaks fixed.
- commit 0d1fb8aff191bec7d7ffe4f6b28a6679d5214c26
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Apr 18 22:51:59 2003 +0000
- * ./configure.ac.in: workaround for a bug in the OS X ld who sees symbol
- redefinitions when linking twice with the same static libary.
- commit a9e480576ec7f0550b0724f3e718d4f6f92f828d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 18 22:43:08 2003 +0000
- * mp4.c : begining of a mp4/mov muxer.
- It's far from stable, produce file unplayable by mplayer at least,
- and doesn't yet take care of video/audio synchro.
- Becarefull that the header is written only when closing, and there is
- no way to repair a mp4 file without its header.
- commit f4e8bac1615de35b82a1767e8b3adfd68519e56e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Apr 18 22:38:11 2003 +0000
- * stream_output.c: add a vlc_mutex_lock/unlock ...
- commit 175414ec6d9ac9eabf7a0765eae44e5f49de68d7
- Author: Eric Petit <titer@videolan.org>
- Date: Fri Apr 18 19:26:38 2003 +0000
- Added a few keyboard shortcuts
- commit 5b9ea47e111632c29aab62f8d0a0105186d3d782
- Author: Eric Petit <titer@videolan.org>
- Date: Fri Apr 18 16:38:58 2003 +0000
- Under BeOS, disable the screensaver if playing in fullscreen.
- commit 1a4cc4bc5b6e9d49ddb6a08cc93423c5bad4ae86
- Author: Eric Petit <titer@videolan.org>
- Date: Fri Apr 18 16:10:28 2003 +0000
- beos/*: fixed fullscreen shortcuts
- commit 7671dda56b7cfa4cbbb7d5835fc5815fd2fd5175
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Fri Apr 18 16:04:17 2003 +0000
- * network stream now work
- * double-click is now implemented
- commit 5887da813334c882027cf9447a5902fb48d207e4
- Author: Eric Petit <titer@videolan.org>
- Date: Fri Apr 18 15:25:51 2003 +0000
- ALL: fixed i18n under BeOS
- commit 2057de4abad8139dc644260a438f16a42cf77d5b
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Thu Apr 17 19:56:31 2003 +0000
- * Ask tooney to know ! (fix minor bug)
- commit d17b6f1cf385048170187e9b4ba2569a2a7149da
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Thu Apr 17 17:45:38 2003 +0000
- * small fix
- commit 27973b4fb5a3cef5b9aaa4fee76fe837fc7110f5
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Thu Apr 17 16:34:31 2003 +0000
- * Scrolling text now works on linux
- commit 0b6716cc5aa1aaea47c047c2615e510ea9eb72fa
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Thu Apr 17 16:32:14 2003 +0000
- * Fixed kludge
- commit 175ac7c6c51f048ffadc9d25983578afc9c453b4
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Thu Apr 17 16:30:40 2003 +0000
- * Added AddEllipse: the slider now works ! :)
- commit c87aa25e6069ab0c3243c111e2ed8c5d3a418afc
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Thu Apr 17 16:11:46 2003 +0000
- * Added clip region to graphics
- * Added functionnality to region
- commit f354517976d54c074ee64347798ec08f41818741
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Thu Apr 17 15:43:30 2003 +0000
- * Improved font support for linux (just missing underline parameter )
- commit 34964ed575b1238930434c2fbc52c2f7c6160b15
- Author: Anil Daoud <anil@videolan.org>
- Date: Thu Apr 17 14:18:47 2003 +0000
- * oups forgot to commit this one. still the hide/show thing.
- commit 3aa0d431bfd47943b511a53096ac68490b1cc058
- Author: Anil Daoud <anil@videolan.org>
- Date: Thu Apr 17 14:00:44 2003 +0000
- * We now use hide/show for the file info window
- commit 9759f89b96feb91bffbd1c9cfd78b0c0f2e4deb8
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Thu Apr 17 13:46:55 2003 +0000
- * Can get size of a text
- commit beacf9086c70da7556a32a650a1ea409c5fabca2
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Thu Apr 17 13:08:02 2003 +0000
- * SkinManage is called by a timer
- * Timer for text control are working badly but it's the first step
- commit 5e99f4d49b8fde8ca4f18ea4c4bd85dbbad0bae0
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Apr 17 10:58:30 2003 +0000
- * ffmpeg: remove some #ifdef (you need at least libavcodec build >= 4655)
- and use ffmpeg postprocessing instead of vlc builtins. (It's a lot faster).
- commit 4f947313e61e0e5baf063efe9b9411cba28d37e8
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Thu Apr 17 10:53:00 2003 +0000
- * Fixed dewtructor
- commit b15da206e00e60ad30227fd3a1965da7d50eb49e
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Thu Apr 17 10:42:41 2003 +0000
- * beginning of font support !
- commit f2aaa523ff956083e5f37b4de67a2546c64a78e1
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Wed Apr 16 21:50:19 2003 +0000
- * gtk2_theme.cpp: window are not automatically visibled
- * gtk2_window.cpp: removed fading transition delay
- * vlcproc.cpp: removed warning
- commit acc28ba54bf52b58b1757d616d25d60b52fb7ec4
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Wed Apr 16 21:40:07 2003 +0000
- * modules/gui/skins/*: we now #include skin files using a relative
- path, so that MSVC is happy :)
- commit d71063c3d9dec454e1ce7769fea0127f7bc86cfa
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Wed Apr 16 21:39:00 2003 +0000
- * Removed debug calls
- commit f2c84d951ece66de2aa9721676cbbd75b032271d
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Wed Apr 16 21:30:56 2003 +0000
- * Can now quit the interface
- commit 5e0f6df763e4f25fb233ee9ec4df8518b78e1cf4
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Wed Apr 16 19:22:53 2003 +0000
- * gtk2_bitmap.cpp: fixed constructor bug
- * Events work better: controls are working, not still perfectly...
- commit 88e6ced2feae77e5ea775712ba0835feee9af585
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Apr 16 16:33:35 2003 +0000
- * transcode: tried to fix compilation with older libavcodec.
- commit 261750dd2a2be0d220f2da982b89a59bf5fe7670
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Apr 16 16:32:42 2003 +0000
- * mp4: fix a string format.
- commit 1ab5a0f50befbb2eb20a8272ae6ddae1d04aeb1b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Apr 16 16:20:25 2003 +0000
- * mp4: removed empty strings in msg_Dbg.
- commit 709a7f9450531f63ab3e34b661dab43e76f72352
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Wed Apr 16 15:34:36 2003 +0000
- * small fix
- commit bf9d145f6e2caf39b8d495d7676138a0b7ead4da
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Wed Apr 16 14:38:04 2003 +0000
- * at last, transpareny WORKS !!!!!
- commit c708c8fe43e7885700c3a43912586a12d1b6f065
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Apr 16 11:47:08 2003 +0000
- * modules/misc/dummy/input.c, modules/access/file.c, include/vlc_common.h:
- msvc compilation fixes.
- commit fd08bdbe1ed571c6e3366af433167741f62a3945
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Apr 16 00:12:36 2003 +0000
- * modules/packetizer/mpegvideo.c : cut after a complete picture. (Not
- before first slice).
- * ffmpeg: use indeo v3 decoder (untested).
- * stream_ouput.c,libvlc.h : take care of:
- --sout-acodec,--sout-vcodec : use transcoding. (You can specify bitrate
- using --sout-abitrate and --sout-vbitrate in kilobits/s).
- --sout-display: to display while streaming.
- (Btw there is a problem with vout and display, it leads to a ref count = -1)
- commit 8ec18f34c74f69568ad388262e52f637f3461f47
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Tue Apr 15 22:16:05 2003 +0000
- * remove a small kludge
- * tried to add transparency, but it doesn't work :(
- commit be0b6cf0679f410d390dfef0d47153b93a8654f1
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Tue Apr 15 20:54:58 2003 +0000
- * GTK2 events work even better
- commit 5f90fb1feb0cb5364b0746fcd4ff57df9528970a
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Tue Apr 15 20:42:04 2003 +0000
- * Fixed GTK2 events
- commit 1377f4975fe91264bfc2dea0727fc54dd809be14
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Tue Apr 15 20:33:58 2003 +0000
- * Events are even better, not yet perfect !
- commit 33eaee68e02a36843204462ef30b8232195c5d52
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue Apr 15 17:55:49 2003 +0000
- * event broadcasting should work
- commit 949b4349f6b7d3391e75131b5a7eb728b290137b
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Tue Apr 15 16:49:45 2003 +0000
- * Fixed mouse leave notification
- commit fe8a8c1bdadada7f387ddbd954bda720eb72ae1d
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Tue Apr 15 16:47:20 2003 +0000
- * Fixed mouse leaving notification for windows
- * Added mouse leaving notification for gdk
- commit b66ae74af6fa0b78863100b145579ef9110ed782
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Tue Apr 15 16:42:02 2003 +0000
- * Fixed mouse events
- commit a3a7c2779e88fa7d02a89077530370eaf21f5cc9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 15 15:53:42 2003 +0000
- * modules/codec/libmpeg2.c: small bugfix.
- commit 495da295d35828bd5cfddfb64cbbaf3b21b0f7e5
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Apr 15 14:05:13 2003 +0000
- modules/gui/macosx/controls.m:
- * present the open dialog when pressing play button instead of 'standard'
- open dialog, to make users more aware of this dialog and the functions
- it has.
- ALL:
- * when opening a file NOT trough the Open dialog, make sure sout and
- suboptions are reset to ""
- commit 6211bea31f8b8dda0318af7a152834379fbb9905
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Apr 15 12:40:03 2003 +0000
- * reselect current playlist item when reordering items.
- commit 1a1ff7963fb25ffa4b0c6bcdc7b4f82ed4162c3e
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue Apr 15 11:46:19 2003 +0000
- * compilation fix
- commit c0a203dff1d3eebc6d4b3244b685afa467be103d
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue Apr 15 01:19:11 2003 +0000
- * basic event handling
- commit e989b3be171bac07ba7c07816cf696aa97ac6975
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Apr 14 23:10:20 2003 +0000
- * ./toolbox: the Solaris diff does not understand -q, just replaced it
- with 2>&1 >/dev/null.
- commit b619d2814531e3947cf31775a0ae3e046dcb34d0
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Apr 14 23:07:38 2003 +0000
- * ./toolbox: fixed a bashism.
- commit 8309297564a6b274aa4a4a4c4b16794074d210f2
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Apr 14 22:29:06 2003 +0000
- * modules/gui/skins/src/event.cpp: fixed another small buffer overrun.
- commit dd521c469b2729bb580c77b594bd3ae4bc4a4b1e
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Apr 14 22:22:32 2003 +0000
- * Implementation of a frame-dropping algorithm for the libmpeg2 plug-in
- (incomplete).
- commit 899ac5e2219259360463d0c6c0178630c91ad71e
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 14 21:38:31 2003 +0000
- * implemented OSAPI_GetTime() with glib
- commit 119b0c3a876184df50f3f148392d8fc1d5b03332
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 14 20:17:33 2003 +0000
- * it works event better !!
- commit 5a89c8a8f367fb55a3ca77f6013e0853d731e873
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 14 20:07:49 2003 +0000
- * it works !
- commit 06151e892f04f5302fea5998b8d989db2cda72c7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Apr 14 18:10:47 2003 +0000
- * ./configure.ac.in: skins _disabled_ by default on [!win32].
- commit 8a3ab17990dff8f34471267335d831943508f2e0
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 14 18:05:35 2003 +0000
- * better window size
- commit 200595dc031851163ebe660edf881277293834fe
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Mon Apr 14 17:56:45 2003 +0000
- * Controls coordinate are available
- commit 197edbfffa6639b7e68184d33389c44746c5ee52
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Apr 14 17:16:26 2003 +0000
- * ./debian/rules: we now build the static objects twice: once the normal
- way before we link them with VLC, and once with -fPIC so that they can
- be linked to the Mozilla plugin. Don't worry, it's Debian-specific, and
- we don't need it on x86.
- commit 9447bce6d6c1e95d067dc98a1f01891d4d0eb97a
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 14 17:03:42 2003 +0000
- * get the size of a bitmap
- commit df909d84d7491fa856f2559279949c4e0af7114f
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Mon Apr 14 10:18:25 2003 +0000
- * bad directory
- commit bfdcf83785979e29210577fa188aa0d0c335a695
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Mon Apr 14 10:00:39 2003 +0000
- * Added use of channel server for skins: still experimental
- commit 0c212dbcb801eaba92196ad566db5bc54ba9d67f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Apr 14 03:23:30 2003 +0000
- * all: correctly set p_payload_end when using input_NewPacket.(But
- we should perhaps change the behavour of input_NewPacket).
- commit e60df5e40315d8ce96ab87de4414860b3ce951b1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Apr 14 03:13:30 2003 +0000
- * transcode.c: removed an absolute header path...
- commit cc93f625aba405c943e78ddd93ad63c46aa22134
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Apr 14 02:26:49 2003 +0000
- * display.c: fixed decoding problem with mpeg1/2. (input_NewPacket doesn't
- set p_payload_end to the good value -> some packets are bigger than
- requested).
- commit 36449bd0d7d30589bc867fce22b3d777e6877140
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Apr 13 22:55:15 2003 +0000
- * at last an image !!
- commit e8f95f34832054748c3d4480a563780955e90879
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Apr 13 22:15:14 2003 +0000
- * the file generated is not article1.html anymore but faq.html. This should fix the 404 problems with the builds.
- * /doc/faq/Makefile: now use "onehtml" output.
- * /doc/faq/faq-alone.sgml: added id="faq" to make generated files coherent
- commit 3075f6a40330e47d20bf76588881dad08bc0f4ff
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Apr 13 20:07:34 2003 +0000
- * something will be visible soon, be patient...
- (this silly GDK doesn't know BMP images :(
- commit 4dec9682f6b5b0b6ed2d5187f4652cb680f39000
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Apr 13 20:00:21 2003 +0000
- * all: new sout scheme. Now a chain of module are created that can
- modify/apply on all streams, --sout has the same behavour expect when
- starting with a '#'.
- With a starting '#' you can specify a chain of modules, it's still
- unstable but a lot more powerfull.
- You have access to duplicate(that duplicate all stream), transcode
- (using only ffmpeg), standard/std and es (that apply muxers and access),
- and display. You could chain them with ':' and specify options with
- {option1=value,option2=value[,...]}.
- ex: * to stream and see the stream to udp/ts:ip
- --sout '#duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
- * to transcode,see and stream
- --sout '#transcode{acodec=mpga}:duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
- Without a starting '#', the url is converted into '#std{acces=,mux=,url}'
- Test and report bugs :)
- commit 1bab4d1788d1f39537eebc09a5aec491c5064640
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Apr 13 19:09:59 2003 +0000
- * should have repaired win32 skins
- commit db008d07e2ae81cc0a8594f7e04b92abd9528d6b
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Apr 13 17:46:23 2003 +0000
- * Gtk2 skins: it doesn't work but it runs without any segfault, so
- I commit ;)
- (I probably broke skins under windows....)
- commit eb3609cdde05a5208ed9be0b84280fcd0234ae61
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 12 22:50:42 2003 +0000
- * now the skin module compiles AND links !
- (and segfaults... ;)
- commit f3bcd927cd924fc64418b5dbf5cce31f8b483553
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 12 21:43:27 2003 +0000
- * at last made the skin module compile under linux !
- It does absolutely nothing, but it compiles ;)
- commit 84b3b12b3b04a939abac1e8c0221bfafe928cb09
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 12 13:17:48 2003 +0000
- * renamed "kernel" into "vlc" ;)
- commit 9f6362609025b1895c2a3172a12bd5439cd2645c
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 12 13:06:55 2003 +0000
- * added libraries to please Bill ;)
- commit 50231301085faea0926ed268603ecb8679a54678
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 12 10:34:08 2003 +0000
- * fixed dependencies and added options
- commit 8ece92bae7ca51db50c7550fb4ebfa3c1e05f967
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 12 10:01:41 2003 +0000
- * fixed a typo
- commit 4ec9d7c868ce02742e08196463ea2451fed3c4dd
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sat Apr 12 09:57:38 2003 +0000
- * more options in menuconfig script
- Only tested under linux; please give feedback if something is wrong
- Some help should be written in doc/Configure.help; if you know what
- to write there, please contribute !
- commit 44c1d4ca1491dda070e06ebb6beef1e3c8d35e01
- Author: VideoLAN <videolan@videolan.org>
- Date: Fri Apr 11 22:08:07 2003 +0000
- * New message: VLC_NET_ADDUDP, to add an UDP stream to the playlist. Still
- experimental
- commit 9b4e33b4404dbc6d313345aae3fe87c4351e8453
- Author: VideoLAN <videolan@videolan.org>
- Date: Fri Apr 11 21:19:49 2003 +0000
- * Fixed bug: When button or checkbox are disabled, the previous control can't
- take the hand
- commit c31926a0489ced7523294ef7bd74c3bee9ea3ae0
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Fri Apr 11 20:45:48 2003 +0000
- * user-friendly(?) build system, based on linux Menuconfig script.
- Just run ./menuconfig and ./build-vlc (or just ./build-vlc)
- It's actually a wrapper which calls configure, but only a small number
- of vlc functionalities has been implemented at the moment.
- Please try it however ;)
- (you must have libncurses-dev installed)
- commit 180462f5a050f0e39c9b3afefc0b5154fc298b3b
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Apr 11 19:15:36 2003 +0000
- * ./debian/control: changed the libvlc0-dev section to libdevel (to match
- the Debian installer's override file).
- * ./debian/woody-buildpackage: updated accordingly.
- commit a99dcf71d19a9f4e9ac28992b326bae766484d1c
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Apr 9 20:53:28 2003 +0000
- * All : added an about VLC panel. It scrolls the names and the work of the
- AUTHORS file.
- * AUTHORS: updated my own info
- commit dbade9bda19e1c03767770991469b82bfbdcee74
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Apr 9 20:07:47 2003 +0000
- Familiar Linux (GPE/GTK+,OPIE) packaging and building scripts.
- commit 1d5ecc23535d234665d4473fc02bb3eb96f3cdb3
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Apr 9 19:58:25 2003 +0000
- * src/libvlc.c: fixed the "color" config option.
- * src/misc/messages.c: removed an unnecessary #ifdef WIN32 in PrintMsg().
- commit d9ca68f7abdcb8232244af37bdd13088e19ae6ab
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Apr 9 17:27:51 2003 +0000
- * ./Makefile.am: we call pbxbuilder with the explicit target name, because
- we might have an additional target one day, such as vlcplugin :)
- * ./mozilla/vlc.r: OS X specific resource file for an OS X plugin.
- * ./mozilla/vlcshell.cpp: added required OS X functions.
- commit 62ef1556404c5ff3464186e62e3f1aaccb768a8c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Apr 9 16:18:36 2003 +0000
- * ./mozilla/*: moved support files in a separate directory.
- * ./mozilla/support/npmac.cpp: added a hacked version of Mozilla's npmac.cpp
- that builds with g++ instead of CodeWarrior.
- commit e0cc8b35f180ee576604ef69c92f6f2c0e23d8a9
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Apr 9 16:05:58 2003 +0000
- * ./toolbox: implemented toolbox --distclean to clean the tree without
- having to bootstrap/configure/whatever.
- commit ee40e8a760706fec19803191b3143534b9a3a14b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Apr 9 14:12:49 2003 +0000
- * modules/gui/macosx/*:
- - when adding multiple files, we sort them alphabetically before adding them.
- stupid finder ;)
- * modules/demux/asf/asf.c:
- - avoid a duplicate translation of a string
- commit 674dd61583d1b38ca7343fe8f7403fa056871053
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Apr 9 12:33:14 2003 +0000
- * ./debian/rules: mouahaha, cutting off the branch I was sitting on.
- commit bf4a4eec93e089ec5ffd3b9189706977beeb93b7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Apr 9 12:03:44 2003 +0000
- * ./modules/gui/kde/preferences.cpp: KDE 2 backport.
- commit 486ebdb40ab97e125023a19a820a18a4c4d7565a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Apr 9 11:43:03 2003 +0000
- * ./debian/woody-buildpackage: additional error checking.
- commit 94c73763486ee84f9ea2b2cc3a27d06fed5e6a17
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Apr 9 10:34:05 2003 +0000
- * ./debian/rules: we now remove spurious woody build files in the clean rule.
- commit 0523e96b1cc50e08b282f79d9509269b80c7113e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Apr 9 10:17:30 2003 +0000
- * ./debian/rules: fixed a clock skew issue in debian/rules.
- commit e61faec486e89b3925a54cdab8eb38f3d49b624f
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Apr 9 09:59:59 2003 +0000
- v4l.c: compile fix
- commit bbebf153fee7b361b4aa85805c72236cfdce36d5
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Apr 9 09:40:36 2003 +0000
- - fixed my last fix for BeOS/BONE
- - fixed v4l detection
- commit 08c9b3276f9648456d821258d4ad6709f3b885f8
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Apr 8 22:38:45 2003 +0000
- Now 0.5.4-cvs.
- commit 056748baea3a19ee8a2d666ac29cae9605bc6572
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Apr 8 21:31:52 2003 +0000
- * Updated ChangeLog.
- commit 8e2410ecb5693126ab6f0a5cc9e78ace96e0560f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 8 21:26:22 2003 +0000
- * modules/audio_output/waveout.c: compilation fix for builtins only build.
- commit 31a593872c44a46c8e4b346075ada6bfda309cef
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Apr 8 13:22:10 2003 +0000
- * ./debian/changelog: ready for releasable .deb packages.
- commit 3ae01c4d13875a4933c8b3cc74b39858da7d9894
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Apr 8 08:59:25 2003 +0000
- * ./configure.ac.in: if CoreAudio is too old, disable the coreaudio_resampler
- module for the moment.
- commit 406929a4295cb0d73fd0226e9f8cf009db4cccb7
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Apr 8 08:36:00 2003 +0000
- * Fixed the translation option with Mac OS X.
- commit ea6d9b7aa1d88eca4b93e17ec07dc33966756077
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue Apr 8 07:22:10 2003 +0000
- modules/video_filter/Modules.am: forgot to add the osdtest module
- modules/video_filter/osd_text.c: fixed a bug in size/place calculations.
- Support gamma correction of the text.
- commit 7dc78a3230602afe7ce932e5990abf90b0c9c548
- Author: Alexis de Lattre <alexis@videolan.org>
- Date: Tue Apr 8 07:19:57 2003 +0000
- Update spec file for the 0.5.3 release, courtesy of Jason Luka.
- commit 2387d9b41dd4cca510a032c0141580a700a81d64
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 8 02:06:13 2003 +0000
- * modules/gui/skins/src/event.cpp, modules/gui/skins/src/event.h:
- fixed 2 nasty buffer overflows. This fixes the last crashes I've got
- with the skins interface.
- commit 6bbf004ec5813a76f7443fa627a3833bfd1b3d80
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Apr 7 21:51:27 2003 +0000
- * Updated ChangeLog
- * src/libvlc.c: Darwin doesn't have a "translation" config variable
- commit 57823d10590cb6c089a74293df217d2ba6af7610
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Apr 7 17:35:01 2003 +0000
- * po/fr.po: small update.
- * modules/codec/libmpeg2.c: we now bypass libmpeg2 buffer management. As a nice side effect, still pictures in dvd menus are working now :)
- commit a8b6aa3724208fd6861ef9e2096572cf9b1a71ec
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Apr 7 16:02:08 2003 +0000
- * modules/audio_output/directx.c, modules/audio_output/waveout.c:
- cosmetic changes.
- commit 032fff9adb2328428af123fe3948d79a51ab17b0
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Apr 7 13:46:06 2003 +0000
- * src/libvlc.c: fixed the translation config option to also take into
- account the value in the config file.
- commit f8527b8381c0747073c2bc884f6f5117c4312fa5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Apr 7 13:01:39 2003 +0000
- * src/libvlc.c: reload the main module in case the user asks for the
- translation to be disabled. That way, the translation will even be
- disabled in the preferences panel.
- commit cb6776c158d1cf593120fd6b3bbe003787f86e89
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Apr 7 12:41:51 2003 +0000
- * new dutch translation
- * readded Mac OS X readme file to Mac OS X distribution
- * fixed some errors in the readme
- commit 22038e9f8ef0a4226db81519a7e394fbf383122a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Apr 7 11:48:51 2003 +0000
- * src/misc/configuration.c: what the f??k, configuration variable names
- and subtypes were being translated.
- commit e6c27e246a9dd1a1ea5b13dcd5bec320a4cc1cbb
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Apr 7 09:25:54 2003 +0000
- * modules/gui/wxwindows/interface.cpp: removed debug message.
- commit 69784399879bef522d099d5cf71149aba7d9fc9a
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Apr 6 23:44:53 2003 +0000
- * Renamed the "headphone" option to "headphone-opt" to avoid error
- messages "option headphone does not exist". I'm not clever enough to find
- out why it doesn't work when it's named "headphone".
- commit 11eecc2e6f64e5974bfe75c5f387ea16ccb67277
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Apr 6 23:21:14 2003 +0000
- * Bumped up revision number to 0.5.3
- * po/* : run --update-po before the release
- * ChangeLog : run --update-changelog
- * toolbox : ChangeLog is UTC
- * OS X : fixed a bug with the deinterlace menu and localizations (thanks
- Felix)
- commit 46fb8aff5d913e92db0e2c65f43b5cbc4a7a81e9
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Apr 6 23:00:24 2003 +0000
- * some small changes/fixes
- commit bb70a03b012d4e9f267dd2275811249f57419905
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 6 21:48:25 2003 +0000
- * po/fr.po: another bunch of updates to the french translation.
- commit 8a36560f973ef7e4984283f8f029703f91fd5020
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Sun Apr 6 20:46:30 2003 +0000
- * Added missing files
- commit 45692af5988bd3625caf8a2fafe3b4797368c2da
- Author: Emmanuel Puig <karibu@videolan.org>
- Date: Sun Apr 6 20:27:57 2003 +0000
- * Changed default skin files
- commit ef21c6440dfbf1a5492d5b609f70a9498ea34a4d
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Apr 6 20:08:11 2003 +0000
- Support files that are called .asx and .pls but really are just .m3u files
- commit 158bb3ed1c96e9df98068fa946a52953b05e1331
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Apr 6 17:57:11 2003 +0000
- - modules/gui/skins/skin_main.cpp: Try to open the default XML file first
- commit e6e6a0ef0cea653d08f2dd92f4c27b2c5fe6cf24
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 6 17:48:06 2003 +0000
- * modules/demux/mp4/mp4.c: fixed an off by one error in array access.
- commit ba0c7978696e1e1fc20bef667a6a9d769499a25f
- Author: Eric Petit <titer@videolan.org>
- Date: Sun Apr 6 17:16:07 2003 +0000
- Fixed a linkage problem with BeOS/BONE.
- commit f2ab9c5f1634ba4aee76a70f7f821859098edeb0
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 6 17:14:43 2003 +0000
- * Makefile.am, install-win32: added the default skin to the win32 package.
- commit 2719605819874a9bbcd57169a644498a3ceda10e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Apr 6 16:30:43 2003 +0000
- * modules/gui/wxwindows/messages.cpp: added a verbose checkbox which enables the warning and debug messages (disabled by default).
- * NEWS: updated the NEWS file.
- commit 540bc1491e0747191022b690fa6da4083b68deae
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Apr 6 15:43:02 2003 +0000
- * Updated French and German translations courtesy of their maintainers
- * THANKS: added Jean-Pierre Kuypers, French translator
- * NEWS: updated for 0.5.3 release. Please check.
- commit e8325b39c12b4899a5502da4d4bdc3d62028dbac
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Apr 6 14:12:46 2003 +0000
- Disabled the translation configuration variable on OS X since it doesn't
- work.
- commit 0c512e55ad614af4942c3a38aca950ae092c0a2c
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Apr 6 13:18:26 2003 +0000
- expand info categories by default
- commit 6ff260d4d6baa7639e4cb5464b6f0d8d9e0b3dbe
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Apr 6 10:34:38 2003 +0000
- Some simple updates
- commit e0cde63a7dc5cf05269681b1d857cdf8757ed547
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Apr 6 01:00:07 2003 +0000
- * OS X : create dummy fr.lproj etc. directories, so that the Apple menu and standard file dialogs be translated too
- * modules/gui/wxwindows/open.cpp: fixed a string
- * src/misc/configuration.c: don't yell when a config variable disappears
- * po/de.po po/it.po: new translations by maintainers
- commit 69f1de09c17f1d83715a8ee96d666c9ba0214d32
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Apr 5 12:43:39 2003 +0000
- * modules/codec/libmpeg2.c: hack to keep libmpeg2 from stealing pictures from the vout when the decoder is closed.
- commit 56a2f55181c0031f8eae9b6a7b51843fe5c08af6
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Apr 5 12:32:19 2003 +0000
- * modules/access/dvdplay/access.c: fixed a bug in dvdNewArea() when i_angle == 0.
- * install-win32: misc improvements to the nsis installer script.
- commit 2e36f3522053847f962b29ff03ef940eb2c0b6ff
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Apr 4 19:32:22 2003 +0000
- .
- commit 6bb15948713e8fc822550225d7cc77bc3dd83915
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Apr 2 23:16:30 2003 +0000
- * Added a new kfir: access module, designed to work around a bug in the
- kfir driver.
- commit fa2aca3d0ce424394822226e96ec7a177d23be9f
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Wed Apr 2 21:21:57 2003 +0000
- Fixed a bug when trying to set 4 channel output
- commit 1140d88b7093738fbd5f1bb63f8e0cc3fa69450a
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Apr 2 15:20:12 2003 +0000
- * Fixed a bug with the stream: input plug-in when receiving no data.
- commit 5158f316b548484b70999e73b5d04d86117ede38
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Apr 1 22:29:42 2003 +0000
- * Bumped up revision number to 0.5.3-test2
- * modules/access_output/udp.c: Now supports IPv6 IP addresses (patch
- courtesy of Alexis Guillard)
- * po/*: Updated po files to send out to the translators
- * Mac OS X port: Cosmetics
- commit ad2739066427fb1abe26170012a9fbb35d6191ef
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Apr 1 16:13:39 2003 +0000
- * ./debian/control: changed the section of gnome-vlc and kvlc according to
- new Debian archive sections.
- * ./debian/woody-buildpackage: updated woody-buildpackage so that packages
- say "stable".
- commit 5cc093863eeec09933ab896764e5f1a3b3d9d0b1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 1 16:11:43 2003 +0000
- * modules/gui/wxwindows/*: misc small improvements and fixes.
- commit fd76cffdae40ec408bdc481e623396f59b0a2085
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 1 12:24:54 2003 +0000
- * modules/gui/skins/src/event.cpp: Event::CreateEvent() was trying to free
- statically allocated strings.
- commit a3007ad6401ac5dd647d85be928e97ba552d19bc
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Apr 1 11:12:15 2003 +0000
- Added Andy Lindsay.
- commit bda80372525be82b97538037f100b4b872d4bfbe
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Apr 1 10:46:35 2003 +0000
- * TS demux patches, courtesy of Andy Lindsay <andy_vl@ananam.com>.
- commit 67a25acda735bde1bd1537116baf2ba78b3429fa
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 1 00:18:29 2003 +0000
- * modules/gui/wxwindows/*: few modifications to the strings.
- commit e829402d5ae8970a70925d7d3f6fb747bd8b60fb
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>