]> git.sesse.net Git - vlc/log
vlc
19 years ago* evc/*: some updates to the evc project files.
Gildas Bazin [Fri, 1 Oct 2004 16:04:20 +0000 (16:04 +0000)]
*  evc/*: some updates to the evc project files.

19 years ago* src/*: WinCE compilation fixes.
Gildas Bazin [Fri, 1 Oct 2004 15:56:10 +0000 (15:56 +0000)]
* src/*: WinCE compilation fixes.

19 years ago* evc/vlc.vcw: removed old plugins.
Gildas Bazin [Fri, 1 Oct 2004 13:43:05 +0000 (13:43 +0000)]
* evc/vlc.vcw: removed old plugins.

19 years ago* modules/codec/dmo/dmo.c: portability fix.
Gildas Bazin [Fri, 1 Oct 2004 12:48:49 +0000 (12:48 +0000)]
* modules/codec/dmo/dmo.c: portability fix.

19 years ago* src/input/demux.c: gee, what a nice bug.
Gildas Bazin [Fri, 1 Oct 2004 12:37:49 +0000 (12:37 +0000)]
* src/input/demux.c: gee, what a nice bug.

19 years ago* src/libvlc.c, include/vlc_interface.h: don't open a win32 console when using a...
Gildas Bazin [Fri, 1 Oct 2004 12:24:16 +0000 (12:24 +0000)]
* src/libvlc.c, include/vlc_interface.h: don't open a win32 console when using a cygwin shell.

19 years ago* modules/video_filter/blend.c: portability fix.
Gildas Bazin [Fri, 1 Oct 2004 12:05:52 +0000 (12:05 +0000)]
* modules/video_filter/blend.c: portability fix.

19 years ago* modules/control/hotkeys.c, rc, modules/demux/mp4, modules/access/mms: portability...
Gildas Bazin [Fri, 1 Oct 2004 11:56:57 +0000 (11:56 +0000)]
* modules/control/hotkeys.c, rc, modules/demux/mp4, modules/access/mms: portability fixes.

19 years ago* src/extras/libc.c: shut up compiler warnings.
Gildas Bazin [Fri, 1 Oct 2004 11:23:06 +0000 (11:23 +0000)]
* src/extras/libc.c: shut up compiler warnings.

19 years ago* src/extras/libc.c: strtoll() replacement when not available.
Gildas Bazin [Fri, 1 Oct 2004 11:11:37 +0000 (11:11 +0000)]
* src/extras/libc.c: strtoll() replacement when not available.

19 years ago* src/*: bunch of portability fixes.
Gildas Bazin [Fri, 1 Oct 2004 10:03:29 +0000 (10:03 +0000)]
* src/*: bunch of portability fixes.

19 years ago* autodetect .idx files for vobsub autodetection
Derk-Jan Hartman [Fri, 1 Oct 2004 09:37:22 +0000 (09:37 +0000)]
* autodetect .idx files for vobsub autodetection

19 years ago* modules/gui/wxwindows/*: win32 fixes with new wxWidgets.
Gildas Bazin [Thu, 30 Sep 2004 22:17:54 +0000 (22:17 +0000)]
* modules/gui/wxwindows/*: win32 fixes with new wxWidgets.

19 years ago* po/*: new updates before the test2 tarball is done.
Gildas Bazin [Thu, 30 Sep 2004 21:38:26 +0000 (21:38 +0000)]
* po/*: new updates before the test2 tarball is done.

19 years ago* modules/codec/araw.c: compilation fix.
Gildas Bazin [Thu, 30 Sep 2004 21:23:28 +0000 (21:23 +0000)]
* modules/codec/araw.c: compilation fix.

19 years agoAdds the ability to specify the pid of the PMT (--sout-ts-pid-pmt)
Benjamin Pracht [Thu, 30 Sep 2004 21:23:21 +0000 (21:23 +0000)]
Adds the ability to specify the pid of the PMT (--sout-ts-pid-pmt)

19 years ago* modules/gui/wxwindows/subtitles.cpp: new "font size" option.
Gildas Bazin [Thu, 30 Sep 2004 21:18:23 +0000 (21:18 +0000)]
* modules/gui/wxwindows/subtitles.cpp: new "font size" option.

19 years ago* ALL: updates for the test release.
Gildas Bazin [Thu, 30 Sep 2004 19:44:43 +0000 (19:44 +0000)]
* ALL: updates for the test release.

19 years ago* modules/audio_filter/converter/a52tofloat32.c,dtstofloat32.c: proper channel re...
Gildas Bazin [Thu, 30 Sep 2004 17:42:27 +0000 (17:42 +0000)]
* modules/audio_filter/converter/a52tofloat32.c,dtstofloat32.c: proper channel re-ordering using aout_ChannelReorder().

19 years ago* modules/mux/wav.c: use aout_ChannelReorder().
Gildas Bazin [Thu, 30 Sep 2004 17:21:40 +0000 (17:21 +0000)]
* modules/mux/wav.c: use aout_ChannelReorder().
* modules/demux/wav.c: handle 7.1 multichannel audio.
* modules/codec/araw.c: handle 7.1 multichannel audio.

19 years ago* modules/demux/wav.c: use aout_ChannelReorder().
Gildas Bazin [Thu, 30 Sep 2004 16:49:26 +0000 (16:49 +0000)]
* modules/demux/wav.c: use aout_ChannelReorder().
* modules/audio_filter/channel_mixer/simple.c: remove debug message.

19 years ago* src/audio_output/common.c: common facility for channel reordering (aout_CheckChanne...
Gildas Bazin [Thu, 30 Sep 2004 16:46:37 +0000 (16:46 +0000)]
* src/audio_output/common.c: common facility for channel reordering (aout_CheckChannelReorder() and aout_ChannelReorder()).

19 years ago* modules/audio_filter/channel_mixer/simple.c: very simple channel mixer for 7/7...
Gildas Bazin [Thu, 30 Sep 2004 13:27:33 +0000 (13:27 +0000)]
* modules/audio_filter/channel_mixer/simple.c: very simple channel mixer for 7/7.1/5/5.1 -> Stereo.

19 years ago* modules/demux/wav.c: proper channels re-ordering for multichannel audio (this shoul...
Gildas Bazin [Thu, 30 Sep 2004 12:02:59 +0000 (12:02 +0000)]
* modules/demux/wav.c: proper channels re-ordering for multichannel audio (this should really be implemented as a common facility).

19 years ago* modules/demux/ts.c: fixed segfault.
Gildas Bazin [Thu, 30 Sep 2004 10:57:52 +0000 (10:57 +0000)]
* modules/demux/ts.c: fixed segfault.

19 years ago* modules/demux/ps.c: fixed recent screwage.
Gildas Bazin [Thu, 30 Sep 2004 09:08:48 +0000 (09:08 +0000)]
* modules/demux/ps.c: fixed recent screwage.

19 years agoAdd rtci plugin, for various real-time parameter changes. Not added to modules.am...
Mark Moriarty [Wed, 29 Sep 2004 23:40:00 +0000 (23:40 +0000)]
Add rtci plugin, for various real-time parameter changes.  Not added to modules.am or configure.ac yet.

19 years agoMinor fix, cleared warnings for unused var and undeclared type
Mark Moriarty [Wed, 29 Sep 2004 23:14:00 +0000 (23:14 +0000)]
Minor fix, cleared warnings for unused var and undeclared type

19 years ago* src/input/clock.c: changes to the clock resync algo to remove some sensivity to...
Gildas Bazin [Wed, 29 Sep 2004 18:14:31 +0000 (18:14 +0000)]
* src/input/clock.c: changes to the clock resync algo to remove some sensivity to the high frequencies jitterring when we start a stream.
* src/input/input.c: cr-average is now increased based on the input caching value.

19 years ago* Bumped up version number to 0.8.0-test2
Clément Stenac [Wed, 29 Sep 2004 17:30:42 +0000 (17:30 +0000)]
* Bumped up version number to 0.8.0-test2
* Last NEWS update
* Re-update pofiles
* Update Changelog

19 years ago* NEWS: AACplus webcasts are supported
Derk-Jan Hartman [Wed, 29 Sep 2004 15:26:25 +0000 (15:26 +0000)]
* NEWS: AACplus webcasts are supported

19 years agoAdds libpng to OSX contribs (for the logo filters)
Benjamin Pracht [Wed, 29 Sep 2004 15:24:03 +0000 (15:24 +0000)]
Adds libpng to OSX contribs (for the logo filters)

19 years ago* updated German translation
Felix Paul Kühne [Wed, 29 Sep 2004 14:22:00 +0000 (14:22 +0000)]
* updated German translation

19 years ago* fixed typos in some l10n-messages
Felix Paul Kühne [Wed, 29 Sep 2004 14:21:31 +0000 (14:21 +0000)]
* fixed typos in some l10n-messages

19 years agoMove marquee processing from Playlist to Other, change marquee switch to "marq-marquee".
Mark Moriarty [Wed, 29 Sep 2004 11:36:37 +0000 (11:36 +0000)]
Move marquee processing from Playlist to Other, change marquee switch to "marq-marquee".

19 years agoDestroy marq-timeout on exit, rename switch to "marq-marquee"
Mark Moriarty [Wed, 29 Sep 2004 11:31:49 +0000 (11:31 +0000)]
Destroy marq-timeout on exit, rename switch to "marq-marquee"

19 years agoA few string fixes
Clément Stenac [Wed, 29 Sep 2004 09:00:41 +0000 (09:00 +0000)]
A few string fixes

Update PO files

Update and proofread of the french translation

19 years ago* Use a proper faad2 snapshot, cause the default .tar.gz ones suck big time
Derk-Jan Hartman [Wed, 29 Sep 2004 01:21:16 +0000 (01:21 +0000)]
* Use a proper faad2 snapshot, cause the default .tar.gz ones suck big time

19 years ago* Fix the cddax probing crash
Derk-Jan Hartman [Tue, 28 Sep 2004 15:48:43 +0000 (15:48 +0000)]
* Fix the cddax probing crash

19 years ago* modules/access/http.c: reversed a commit by accident.
Gildas Bazin [Tue, 28 Sep 2004 15:31:32 +0000 (15:31 +0000)]
* modules/access/http.c: reversed a commit by accident.

19 years ago* modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with Iceca...
Gildas Bazin [Tue, 28 Sep 2004 15:26:32 +0000 (15:26 +0000)]
* modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with Icecast servers.

19 years ago* modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with ICY...
Gildas Bazin [Tue, 28 Sep 2004 15:23:43 +0000 (15:23 +0000)]
* modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with ICY servers.

19 years ago* Add hooks for getting/setting variables (not working yet)
Clément Stenac [Tue, 28 Sep 2004 13:55:00 +0000 (13:55 +0000)]
* Add hooks for getting/setting variables (not working yet)
* Really change VLC_Get to VLC_VariableGet

19 years agoMisc Fixes
Clément Stenac [Tue, 28 Sep 2004 13:49:57 +0000 (13:49 +0000)]
Misc Fixes

19 years ago* modules/gui/wxwindows/open.cpp: compilation fix.
Gildas Bazin [Tue, 28 Sep 2004 13:35:50 +0000 (13:35 +0000)]
* modules/gui/wxwindows/open.cpp: compilation fix.

19 years ago* modules/gui/wxwindows/open.cpp: added a caching option.
Gildas Bazin [Tue, 28 Sep 2004 13:24:29 +0000 (13:24 +0000)]
* modules/gui/wxwindows/open.cpp: added a caching option.

19 years ago* recognize audio/aac as well
Derk-Jan Hartman [Tue, 28 Sep 2004 11:45:48 +0000 (11:45 +0000)]
* recognize audio/aac as well

19 years ago* marq.c: compilation fixes for non c++ compilers
Derk-Jan Hartman [Tue, 28 Sep 2004 10:46:20 +0000 (10:46 +0000)]
* marq.c: compilation fixes for non c++ compilers

19 years ago* modules/demux/vobsub.c: compilation fix + fixed a few memleaks + priority back...
Gildas Bazin [Tue, 28 Sep 2004 10:05:53 +0000 (10:05 +0000)]
* modules/demux/vobsub.c: compilation fix + fixed a few memleaks + priority back to 0.

19 years ago* modules/demux/mpeg/mpga.c: use the date_*() api for more precision.
Gildas Bazin [Mon, 27 Sep 2004 21:46:54 +0000 (21:46 +0000)]
* modules/demux/mpeg/mpga.c: use the date_*() api for more precision.

19 years ago* Hacky workaround for the vcdimager compile problem
Derk-Jan Hartman [Mon, 27 Sep 2004 21:08:57 +0000 (21:08 +0000)]
* Hacky workaround for the vcdimager compile problem
* upgraded liveMedia

19 years ago* modules/demux/mpeg/m4a.c: bug fix.
Gildas Bazin [Mon, 27 Sep 2004 21:04:51 +0000 (21:04 +0000)]
* modules/demux/mpeg/m4a.c: bug fix.

19 years ago* modules/demux/mpeg/m4a.c: MPEG 4 audio demuxer using the MPEG 4 audio packetizer...
Gildas Bazin [Mon, 27 Sep 2004 19:57:26 +0000 (19:57 +0000)]
* modules/demux/mpeg/m4a.c: MPEG 4 audio demuxer using the MPEG 4 audio packetizer (obsoletes the aac demuxer).

19 years ago* modules/demux/wav.c: misc improvements.
Gildas Bazin [Mon, 27 Sep 2004 19:47:30 +0000 (19:47 +0000)]
* modules/demux/wav.c: misc improvements.

19 years ago* src/audio_output/input.c: corrective audio resampling should be a lot more gradual...
Gildas Bazin [Mon, 27 Sep 2004 19:19:32 +0000 (19:19 +0000)]
* src/audio_output/input.c: corrective audio resampling should be a lot more gradual now.

19 years ago* modules/access/mms/mms.c: set the priority to -1 and added an http shortcut.
Gildas Bazin [Mon, 27 Sep 2004 17:41:49 +0000 (17:41 +0000)]
* modules/access/mms/mms.c: set the priority to -1 and added an http shortcut.

19 years ago* modules/access/http.c: keep this plugin at priority 0.
Gildas Bazin [Mon, 27 Sep 2004 15:44:42 +0000 (15:44 +0000)]
* modules/access/http.c: keep this plugin at priority 0.

19 years ago* src/misc/modules.c: allow negative priorities.
Gildas Bazin [Mon, 27 Sep 2004 15:43:43 +0000 (15:43 +0000)]
* src/misc/modules.c: allow negative priorities.

19 years ago* modules/gui/wxwindows/*: work-around a wxwindows bug with accelerators registration...
Gildas Bazin [Mon, 27 Sep 2004 15:16:13 +0000 (15:16 +0000)]
* modules/gui/wxwindows/*: work-around a wxwindows bug with accelerators registration on win32.

19 years ago* modules/stream_out/transcode.c: fixed subpictures overlaying when the audio-sync...
Gildas Bazin [Mon, 27 Sep 2004 14:46:39 +0000 (14:46 +0000)]
* modules/stream_out/transcode.c: fixed subpictures overlaying when the audio-sync or fps options are used.

19 years ago* src/video_output/vout_subpictures.c: a few fixes for subpictures positionning when...
Gildas Bazin [Mon, 27 Sep 2004 10:27:14 +0000 (10:27 +0000)]
* src/video_output/vout_subpictures.c: a few fixes for subpictures positionning when scaling is active.

19 years ago* modules/video_filter/logo.c: implemented --logo-position for old filter as well.
Gildas Bazin [Mon, 27 Sep 2004 09:13:49 +0000 (09:13 +0000)]
* modules/video_filter/logo.c: implemented --logo-position for old filter as well.

19 years ago* modules/video_filter/logo.c: new --logo-position option (by default the logo is...
Gildas Bazin [Mon, 27 Sep 2004 09:02:26 +0000 (09:02 +0000)]
* modules/video_filter/logo.c: new --logo-position option (by default the logo is displayed on the top right)

19 years ago* modules/codec/ffmpeg/video.c: don't need to modify width/height anymore with lowres.
Gildas Bazin [Mon, 27 Sep 2004 07:21:53 +0000 (07:21 +0000)]
* modules/codec/ffmpeg/video.c: don't need to modify width/height anymore with lowres.

19 years ago* modules/mux/wav.c: small cleanup.
Gildas Bazin [Sun, 26 Sep 2004 23:31:48 +0000 (23:31 +0000)]
* modules/mux/wav.c: small cleanup.

19 years ago"* modules/mux/wav.c: support for s16l as well as fl32 + multichannel audio (up to...
Gildas Bazin [Sun, 26 Sep 2004 23:23:09 +0000 (23:23 +0000)]
"* modules/mux/wav.c: support for s16l as well as fl32 + multichannel audio (up to 5.1) + proper channels ordering."

19 years agoTODO: added some items, removed subtitle scaling, use "Mac OS X" everywhere
Sigmund Augdal Helberg [Sun, 26 Sep 2004 20:37:41 +0000 (20:37 +0000)]
TODO: added some items, removed subtitle scaling, use "Mac OS X" everywhere
in Platform:

19 years agoMoved marquee to Playlist area, "marquee " blanks out the marquee
Mark Moriarty [Sun, 26 Sep 2004 20:31:06 +0000 (20:31 +0000)]
Moved marquee to Playlist area, "marquee  " blanks out the marquee

19 years ago* modules/codec/libmpeg2.c, ffmpeg/video.c, theora.c: decoder sets fmt_out.video...
Gildas Bazin [Sun, 26 Sep 2004 20:17:50 +0000 (20:17 +0000)]
* modules/codec/libmpeg2.c, ffmpeg/video.c, theora.c: decoder sets fmt_out.video.i_frame_rate.

19 years ago* modules/packetizer/mpegvideo.c: set fmt_out.video.i_frame_rate.
Gildas Bazin [Sun, 26 Sep 2004 19:59:49 +0000 (19:59 +0000)]
* modules/packetizer/mpegvideo.c: set fmt_out.video.i_frame_rate.

19 years ago* configure.ac: added check for daemon().
Gildas Bazin [Sun, 26 Sep 2004 17:55:50 +0000 (17:55 +0000)]
* configure.ac: added check for daemon().

19 years ago* src/libvlc.c: use dameon() instead of fork() when available. It does some more...
Gildas Bazin [Sun, 26 Sep 2004 17:54:56 +0000 (17:54 +0000)]
* src/libvlc.c: use dameon() instead of fork() when available. It does some more things like reopening stdin/out/err to /dev/null which avoids screwing up the first sockets we open.

19 years agoAdd --rc-extend switch, for extra commands.
Mark Moriarty [Sun, 26 Sep 2004 15:49:41 +0000 (15:49 +0000)]
Add --rc-extend switch, for extra commands.

19 years agoAdd logout function to RC interface
Clément Stenac [Sun, 26 Sep 2004 15:31:41 +0000 (15:31 +0000)]
Add logout function to RC interface

19 years ago* modules/codec/ffmpeg/audio.c: fixed 5.1 audio decoding.
Gildas Bazin [Sun, 26 Sep 2004 14:19:43 +0000 (14:19 +0000)]
* modules/codec/ffmpeg/audio.c: fixed 5.1 audio decoding.

19 years ago* modules/codec/ffmpeg/*: new --ffmpeg-lowres option to force video decoding at a...
Gildas Bazin [Sun, 26 Sep 2004 13:39:00 +0000 (13:39 +0000)]
* modules/codec/ffmpeg/*: new --ffmpeg-lowres option to force video decoding at a lower resolution.

19 years ago* Use callbacks for live update
Clément Stenac [Sun, 26 Sep 2004 13:06:45 +0000 (13:06 +0000)]
* Use callbacks for live update
* Add timeout support (marq-timeout, in milliseconds, 0 for no timeout)
* A few minor coding style fixes

19 years agoAdd timeout hook for marquee
Clément Stenac [Sun, 26 Sep 2004 13:03:52 +0000 (13:03 +0000)]
Add timeout hook for marquee

19 years ago* include/configuration.h: added change_float/integer_range( min, max ) macro.
Gildas Bazin [Sun, 26 Sep 2004 12:59:50 +0000 (12:59 +0000)]
* include/configuration.h: added change_float/integer_range( min, max ) macro.

19 years agomodules/video_milter/Modules.am -- added marquee filter
Mark Moriarty [Sun, 26 Sep 2004 12:55:29 +0000 (12:55 +0000)]
modules/video_milter/Modules.am -- added marquee filter

19 years agoconfigure.ac -- Add marquee subfilter
Mark Moriarty [Sun, 26 Sep 2004 12:45:33 +0000 (12:45 +0000)]
configure.ac -- Add marquee subfilter

19 years ago* modules/control/rc.c: added an --rc-quiet option for win32.
Gildas Bazin [Sun, 26 Sep 2004 12:40:05 +0000 (12:40 +0000)]
* modules/control/rc.c: added an --rc-quiet option for win32.

19 years ago* modules/demux/ps.h: fixed PSM parsing.
Gildas Bazin [Sun, 26 Sep 2004 12:06:50 +0000 (12:06 +0000)]
* modules/demux/ps.h: fixed PSM parsing.
* modules/demux/ps.c: improved MPEG PS autodetection a bit.

19 years agorc.c -- Add hooks to control marquee string and offsets
Mark Moriarty [Sun, 26 Sep 2004 11:47:12 +0000 (11:47 +0000)]
rc.c -- Add hooks to control marquee string and offsets

19 years agoffmpeg/video.c: fixed recent breakage of avc1 in mp4 due to a recent ffmpeg
Sigmund Augdal Helberg [Sun, 26 Sep 2004 11:43:19 +0000 (11:43 +0000)]
ffmpeg/video.c: fixed recent breakage of avc1 in mp4 due to a recent ffmpeg
change

19 years agoAdd marq.c, marquee video filter.
Mark Moriarty [Sun, 26 Sep 2004 11:41:32 +0000 (11:41 +0000)]
Add marq.c, marquee video filter.

19 years agomkv.cpp: added support for quicktime video codecs in mkv (tested with svq3)
Sigmund Augdal Helberg [Sat, 25 Sep 2004 23:36:55 +0000 (23:36 +0000)]
mkv.cpp: added support for quicktime video codecs in mkv (tested with svq3)
Modules.am: link mkv demux with mp4 demux
mp4/*: export some functions needed by mkv demux

19 years ago* update of NEWS and todo
Derk-Jan Hartman [Sat, 25 Sep 2004 20:05:02 +0000 (20:05 +0000)]
* update of NEWS and todo

19 years agotime.c: remove unused function parameter
Sigmund Augdal Helberg [Sat, 25 Sep 2004 17:51:24 +0000 (17:51 +0000)]
time.c: remove unused function parameter

19 years ago* modules/video_output/directx/*: fix for spurious taskbar item after switching to...
Gildas Bazin [Sat, 25 Sep 2004 15:13:01 +0000 (15:13 +0000)]
* modules/video_output/directx/*: fix for spurious taskbar item after switching to fullscreen.

19 years agomkv.cpp: helper function for printing of the mkv parse tree. Moves all the
Sigmund Augdal Helberg [Sat, 25 Sep 2004 14:01:05 +0000 (14:01 +0000)]
mkv.cpp: helper function for printing of the mkv parse tree. Moves all the
nastyness to a central location. Improves the general readability in my
opinion.

19 years agomkv.cpp: protect the call to block_zlib_decompress
Sigmund Augdal Helberg [Sat, 25 Sep 2004 13:04:12 +0000 (13:04 +0000)]
mkv.cpp: protect the call to block_zlib_decompress

19 years agomkv.cpp: turned do_zlib_decompress into block_zlib_decompress, and use it
Sigmund Augdal Helberg [Sat, 25 Sep 2004 12:45:04 +0000 (12:45 +0000)]
mkv.cpp: turned do_zlib_decompress into block_zlib_decompress, and use it
when needed. Zlib-compressed vobsubs work for me now.

19 years agomkv.cpp: Parse tags related to compression (unused yet)
Sigmund Augdal Helberg [Sat, 25 Sep 2004 12:25:42 +0000 (12:25 +0000)]
mkv.cpp: Parse tags related to compression (unused yet)

19 years ago* modules/video_filter/time.c: the subpicture doesn't need a timeout.
Gildas Bazin [Fri, 24 Sep 2004 11:29:25 +0000 (11:29 +0000)]
* modules/video_filter/time.c: the subpicture doesn't need a timeout.

19 years ago* Makefile.am: use the new wine cmdl syntax for make package-win32.
Gildas Bazin [Fri, 24 Sep 2004 08:35:23 +0000 (08:35 +0000)]
* Makefile.am: use the new wine cmdl syntax for make package-win32.

19 years agomodules/control/corba/Modules.am: attempt to fix build.
Gildas Bazin [Fri, 24 Sep 2004 06:59:28 +0000 (06:59 +0000)]
modules/control/corba/Modules.am: attempt to fix build.

19 years ago* zlib decompressor for mkv. not working. (i don't get c++ :) )
Derk-Jan Hartman [Thu, 23 Sep 2004 22:08:39 +0000 (22:08 +0000)]
* zlib decompressor for mkv. not working. (i don't get c++ :) )

19 years ago* src/video_output/vout_subpictures.c: fixed recent dvd menu breakage.
Gildas Bazin [Thu, 23 Sep 2004 21:11:43 +0000 (21:11 +0000)]
* src/video_output/vout_subpictures.c: fixed recent dvd menu breakage.

19 years ago* added asx todo item to list
Derk-Jan Hartman [Thu, 23 Sep 2004 20:56:46 +0000 (20:56 +0000)]
* added asx todo item to list
* added some clarifications on use of bootstrap to HACKING file