]> git.sesse.net Git - vlc/log
vlc
20 years agoAdd CD-DA CDDB support via libcddb.
Rocky Bernstein [Sun, 30 Nov 2003 18:14:20 +0000 (18:14 +0000)]
Add CD-DA CDDB support via libcddb.

20 years ago* share/http/admin/browse.html: hmmm, the browse feature was reenabled by mistake.
Gildas Bazin [Sun, 30 Nov 2003 18:10:04 +0000 (18:10 +0000)]
* share/http/admin/browse.html: hmmm, the browse feature was reenabled by mistake.

20 years ago * es_out: implement ES_OUT_SET_PCR and reset but don't use them !
Laurent Aimar [Sun, 30 Nov 2003 17:29:56 +0000 (17:29 +0000)]
 * es_out: implement ES_OUT_SET_PCR and reset but don't use them !
 * demux: added demux2_New/Delete.

20 years ago * all: added demux_t structure and some demux2_* functions.
Laurent Aimar [Sun, 30 Nov 2003 17:29:03 +0000 (17:29 +0000)]
 * all: added demux_t structure and some demux2_* functions.
 Anyway, don't use them for now.

20 years ago *all: added a --minimize-thread options to make all decoders and
Laurent Aimar [Sun, 30 Nov 2003 16:00:24 +0000 (16:00 +0000)]
 *all: added a --minimize-thread options to make all decoders and
       packetizers running in the input thread. (Usefull with sout)

20 years ago * ninput: added 2 ES_OUT* command (do nothing for now)
Laurent Aimar [Sun, 30 Nov 2003 14:49:23 +0000 (14:49 +0000)]
 * ninput: added 2 ES_OUT* command (do nothing for now)

20 years ago * all: added a TCP access input module.
Laurent Aimar [Sun, 30 Nov 2003 14:28:07 +0000 (14:28 +0000)]
 * all: added a TCP access input module.

20 years agoGo over options: Add hooks for internationalization, some typos,
Rocky Bernstein [Sun, 30 Nov 2003 13:53:45 +0000 (13:53 +0000)]
Go over options: Add hooks for internationalization, some typos,
display some of these even when not "advanced"

20 years agoPDA Interface:
Jean-Paul Saman [Sun, 30 Nov 2003 11:22:29 +0000 (11:22 +0000)]
PDA Interface:
- Removing obsolete files.
- Remove debug messages.

20 years agoBumped up version number to 0.7.0
Jean-Paul Saman [Sun, 30 Nov 2003 11:19:37 +0000 (11:19 +0000)]
Bumped up version number to 0.7.0

20 years agoPDA Interface:
Jean-Paul Saman [Sun, 30 Nov 2003 10:26:19 +0000 (10:26 +0000)]
PDA Interface:
- Updating, removing and clearing playlist works.

20 years agoBreak out demux into its own thing.
Rocky Bernstein [Sun, 30 Nov 2003 02:41:00 +0000 (02:41 +0000)]
Break out demux into its own thing.

20 years ago* input: new cr-average option, allowing to configure the
Christophe Massiot [Sat, 29 Nov 2003 18:36:13 +0000 (18:36 +0000)]
* input: new cr-average option, allowing to configure the
  CR_AVERAGE #define in input_clock.c (useful for PVR input)
* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c : fixes
  for older version of ffmpeg
* modules/stream_out/transrate/transrate.c : misc optimizations

20 years ago * all: - increased avcodec version needed to 4680 (latest release)
Laurent Aimar [Sat, 29 Nov 2003 18:06:12 +0000 (18:06 +0000)]
 * all: - increased avcodec version needed to 4680 (latest release)
        - open the codec after that p_context has been fully initialisated.
        (fix ASV1)

20 years ago * mp4: another fix for another buggy file.
Laurent Aimar [Sat, 29 Nov 2003 17:14:39 +0000 (17:14 +0000)]
 * mp4: another fix for another buggy file.

20 years ago* modules/gui/wxwindows/menus.cpp: moved audio/video track menu to the top.
Gildas Bazin [Sat, 29 Nov 2003 16:36:56 +0000 (16:36 +0000)]
* modules/gui/wxwindows/menus.cpp: moved audio/video track menu to the top.

20 years ago* modules/access/cdda.c: removed double ';'
Gildas Bazin [Sat, 29 Nov 2003 16:29:24 +0000 (16:29 +0000)]
* modules/access/cdda.c: removed double ';'

20 years ago* modules/gui/wxwindows/*: got rid of the Misc menu and moved everything in the Setti...
Gildas Bazin [Sat, 29 Nov 2003 13:39:43 +0000 (13:39 +0000)]
* modules/gui/wxwindows/*: got rid of the Misc menu and moved everything in the Settings one.

20 years ago * all: - fixed non I420 input
Laurent Aimar [Sat, 29 Nov 2003 13:12:11 +0000 (13:12 +0000)]
 * all: - fixed non I420 input
        - added raw output support.(in a pure hack way but allow
        transcode{vcodec=I420} )

20 years ago * encoder: added a memset.
Laurent Aimar [Sat, 29 Nov 2003 12:03:08 +0000 (12:03 +0000)]
 * encoder: added a memset.

20 years ago * all: better handling of multiple (video) tracks.
Laurent Aimar [Sat, 29 Nov 2003 11:12:46 +0000 (11:12 +0000)]
 * all: better handling of multiple (video) tracks.
    - now vout are checked for release every 300ms
    - when *-es are triggered, all same es are unselect not only the
    last selected. (more intuitive) The only problems are that it's not
    possible to select again all ES, and the checkbox can show only one
    selected ES.

20 years ago* modules/codec/ffmpeg/encoder.c: fixed compilation problem with ffmpeg 0.4.8
Gildas Bazin [Sat, 29 Nov 2003 00:41:35 +0000 (00:41 +0000)]
* modules/codec/ffmpeg/encoder.c: fixed compilation problem with ffmpeg 0.4.8

20 years ago* modules/codec/ffmpeg/*: fixed the code to disable cpu features.
Gildas Bazin [Fri, 28 Nov 2003 23:40:09 +0000 (23:40 +0000)]
* modules/codec/ffmpeg/*: fixed the code to disable cpu features.

20 years ago * mkv: fixed a buffer overflow.
Laurent Aimar [Fri, 28 Nov 2003 22:23:04 +0000 (22:23 +0000)]
 * mkv: fixed a buffer overflow.

20 years ago* modules/misc/dummy/input.c: use p_input->psz_demux = "vlc,none" to force the demux.
Gildas Bazin [Fri, 28 Nov 2003 22:16:30 +0000 (22:16 +0000)]
* modules/misc/dummy/input.c: use p_input->psz_demux = "vlc,none" to force the demux.

20 years ago- Update to 0.7.0-test1
Jason Luka [Fri, 28 Nov 2003 18:19:57 +0000 (18:19 +0000)]
- Update to 0.7.0-test1
- Updated version numbers on dependancies
- Removed ALSA support until RH/FC turns to kernel 2.6
- Added --enable-speex and --enable-pp
- Mozilla plugin now built for 1.4.1
- Currently broken (Matroska/EBML problems)

20 years ago* Fix text subtitles which were missing their last char since the API port.
Derk-Jan Hartman [Fri, 28 Nov 2003 17:30:31 +0000 (17:30 +0000)]
* Fix text subtitles which were missing their last char since the API port.
* Track Name is now stored in fmt.psz_description

20 years ago * input: avoid double free/release when InitStream fail.
Laurent Aimar [Fri, 28 Nov 2003 17:04:31 +0000 (17:04 +0000)]
 * input: avoid double free/release when InitStream fail.

20 years ago * ffmpeg: added h264 codec.
Laurent Aimar [Fri, 28 Nov 2003 16:09:07 +0000 (16:09 +0000)]
 * ffmpeg: added h264 codec.

20 years ago * input_dec: does pass empty block to the decoder.
Laurent Aimar [Fri, 28 Nov 2003 16:06:56 +0000 (16:06 +0000)]
 * input_dec: does pass empty block to the decoder.

20 years ago * avi: fix end of file...
Laurent Aimar [Fri, 28 Nov 2003 13:24:52 +0000 (13:24 +0000)]
 * avi: fix end of file...

20 years agoForgot that yesterday...
Christophe Massiot [Fri, 28 Nov 2003 10:36:58 +0000 (10:36 +0000)]
Forgot that yesterday...

20 years ago* modules/stream_out/transcode.c: new options
Christophe Massiot [Thu, 27 Nov 2003 22:44:51 +0000 (22:44 +0000)]
* modules/stream_out/transcode.c: new options
   - strict_rc : strict rate control mode for CBR streams
   - pre_me : add a pre-motion estimation pass
   - hurry_up : allow to discard the hq mode in real-time if we're late
* modules/mux/mpeg/ts.c: useful debug messages
* modules/packetizer/mpegvideo.c: useless debug message

20 years ago * item: lalalala... (remove a debug change -> psz_auther set to "Arg")
Laurent Aimar [Thu, 27 Nov 2003 21:24:57 +0000 (21:24 +0000)]
 * item: lalalala... (remove a debug change -> psz_auther set to "Arg")

20 years ago * faad: drop packets with b_discontinuity set.
Laurent Aimar [Thu, 27 Nov 2003 20:51:31 +0000 (20:51 +0000)]
 * faad: drop packets with b_discontinuity set.

20 years ago * mp4: ported to stream_*
Laurent Aimar [Thu, 27 Nov 2003 20:50:48 +0000 (20:50 +0000)]
 * mp4: ported to stream_*

20 years agocopy: set pts to dts if pts <= 0. (Needed to make div3 streaming working
Laurent Aimar [Thu, 27 Nov 2003 19:39:53 +0000 (19:39 +0000)]
copy: set pts to dts if pts <= 0. (Needed to make div3 streaming working
 again)
ts: use one stream_id for mpeg video (and one for mpeg audio).

20 years ago * mp4: converted to es_out* and partialy to stream_*
Laurent Aimar [Thu, 27 Nov 2003 12:32:51 +0000 (12:32 +0000)]
 * mp4: converted to es_out* and partialy to stream_*

20 years ago * all: drop block(s) with b_discontinuity set.
Laurent Aimar [Thu, 27 Nov 2003 12:32:03 +0000 (12:32 +0000)]
 * all: drop block(s) with b_discontinuity set.

20 years ago * bug fixes.
Laurent Aimar [Thu, 27 Nov 2003 12:22:15 +0000 (12:22 +0000)]
 * bug fixes.

20 years ago* modules/stream_out/transcode.c: don't crash when the user specifies a acodec/vcodec...
Gildas Bazin [Thu, 27 Nov 2003 10:34:51 +0000 (10:34 +0000)]
* modules/stream_out/transcode.c: don't crash when the user specifies a acodec/vcodec with more the 4 characters in length.
* modules/gui/wxwindows/streamout.cpp: grrr, thought I add committed this stuff.

20 years ago* hu.po was missing here.
Derk-Jan Hartman [Thu, 27 Nov 2003 10:13:11 +0000 (10:13 +0000)]
* hu.po was missing here.

20 years ago* updated translation
Derk-Jan Hartman [Thu, 27 Nov 2003 10:06:13 +0000 (10:06 +0000)]
* updated translation

20 years ago* Fixes for MRL Updates
Mohammed Adnène Trojette [Thu, 27 Nov 2003 06:37:11 +0000 (06:37 +0000)]
* Fixes for MRL Updates
* SetToolTips

20 years ago * all: added an sout-all option to stream all es (does work only with
Laurent Aimar [Thu, 27 Nov 2003 05:46:01 +0000 (05:46 +0000)]
 * all: added an sout-all option to stream all es (does work only with
 demuxer using es_out_* ie everyone but TS and PS).

20 years ago * livedotcom.cpp: added call to input_InitStream.
Laurent Aimar [Thu, 27 Nov 2003 05:41:19 +0000 (05:41 +0000)]
 * livedotcom.cpp: added call to input_InitStream.

20 years ago * all: implement more es_out_* control, audio-channel and spu-channel are
Laurent Aimar [Thu, 27 Nov 2003 04:11:40 +0000 (04:11 +0000)]
 * all: implement more es_out_* control, audio-channel and spu-channel are
 implemented.

20 years ago* mozilla/Makefile.am: don't forget mozilla/npvlc_rc.rc in make dist.
Gildas Bazin [Thu, 27 Nov 2003 00:57:12 +0000 (00:57 +0000)]
* mozilla/Makefile.am: don't forget mozilla/npvlc_rc.rc in make dist.

20 years ago * toolbox: more cvs2cl fixes.
Sam Hocevar [Thu, 27 Nov 2003 00:05:51 +0000 (00:05 +0000)]
  * toolbox: more cvs2cl fixes.
  * ChangeLog: updated changelog.

20 years ago * toolbox: Attempt to fix a strange cvs2cl behaviour.
Sam Hocevar [Wed, 26 Nov 2003 23:32:07 +0000 (23:32 +0000)]
  * toolbox: Attempt to fix a strange cvs2cl behaviour.

20 years ago* po/*: update for 0.7.0-test1.
Gildas Bazin [Wed, 26 Nov 2003 23:14:01 +0000 (23:14 +0000)]
* po/*: update for 0.7.0-test1.

20 years ago* modules/stream_out/display.c: fixed timestamp generation.
Gildas Bazin [Wed, 26 Nov 2003 22:56:04 +0000 (22:56 +0000)]
* modules/stream_out/display.c: fixed timestamp generation.

20 years ago* modules/codec/ffmpeg/chroma.c: oops.
Gildas Bazin [Wed, 26 Nov 2003 22:18:29 +0000 (22:18 +0000)]
* modules/codec/ffmpeg/chroma.c: oops.

20 years ago* modules/codec/ffmpeg/*: fixed small memleak in chroma plugin.
Gildas Bazin [Wed, 26 Nov 2003 22:12:48 +0000 (22:12 +0000)]
* modules/codec/ffmpeg/*: fixed small memleak in chroma plugin.
   Added back missing bitrate setting for video encoding.

20 years ago* modules/access/v4l/v4l.c: fixed small mem leak.
Gildas Bazin [Wed, 26 Nov 2003 22:00:56 +0000 (22:00 +0000)]
* modules/access/v4l/v4l.c: fixed small mem leak.

20 years ago* modules/access/dshow/dshow.cpp: small change to default chroma selection.
Gildas Bazin [Wed, 26 Nov 2003 21:54:00 +0000 (21:54 +0000)]
* modules/access/dshow/dshow.cpp: small change to default chroma selection.

20 years ago * system: change some msg_Err to msg_Warn.
Laurent Aimar [Wed, 26 Nov 2003 20:44:38 +0000 (20:44 +0000)]
 * system: change some msg_Err to msg_Warn.

20 years ago* src/input/input.c: fixed a whole load of mem leaks when the input is closed before...
Gildas Bazin [Wed, 26 Nov 2003 18:48:24 +0000 (18:48 +0000)]
* src/input/input.c: fixed a whole load of mem leaks when the input is closed before the initialisation is complete (inexistant input, etc...).

20 years ago* modules/codec/ffmpeg/encoder.c: bframes are supported for mp1v and mp2v as well...
Gildas Bazin [Wed, 26 Nov 2003 13:59:16 +0000 (13:59 +0000)]
* modules/codec/ffmpeg/encoder.c: bframes are supported for mp1v and mp2v as well as mpgv.

20 years ago* Merged sort functions
Clément Stenac [Wed, 26 Nov 2003 10:45:21 +0000 (10:45 +0000)]
* Merged sort functions
* Added a randomize playlist function

20 years ago* ALL: fixed memory leaks.
Gildas Bazin [Wed, 26 Nov 2003 08:18:09 +0000 (08:18 +0000)]
* ALL: fixed memory leaks.
* modules/demux/mp4/libmp4.c: fixed parsing of the "wave" tag (I'm sure there's a better fix but this one works).
* modules/demux/ogg.c: another seeking fix (We also need to flush the per stream buffer with ogg_stream_reset()).

20 years agoRemove unused code accidentially duplicated in split.
Rocky Bernstein [Wed, 26 Nov 2003 03:40:31 +0000 (03:40 +0000)]
Remove unused code accidentially duplicated in split.

20 years agoSplit out cdda to facilitate later changes.
Rocky Bernstein [Wed, 26 Nov 2003 03:35:26 +0000 (03:35 +0000)]
Split out cdda to facilitate later changes.

20 years agoGuard against including twice.
Rocky Bernstein [Wed, 26 Nov 2003 03:34:22 +0000 (03:34 +0000)]
Guard against including twice.

20 years agoLeftover comment.
Rocky Bernstein [Wed, 26 Nov 2003 02:41:02 +0000 (02:41 +0000)]
Leftover comment.

20 years agocddax has moved.
Rocky Bernstein [Wed, 26 Nov 2003 02:00:41 +0000 (02:00 +0000)]
cddax has moved.

20 years agoAnd 'nother name.
Rocky Bernstein [Wed, 26 Nov 2003 01:45:03 +0000 (01:45 +0000)]
And 'nother name.

20 years agoOne more name...
Rocky Bernstein [Wed, 26 Nov 2003 01:40:16 +0000 (01:40 +0000)]
One more name...

20 years agoMove libcdio CD-DA plugin into its own directory before the big split up.
Rocky Bernstein [Wed, 26 Nov 2003 01:32:54 +0000 (01:32 +0000)]
Move libcdio CD-DA plugin into its own directory before the big split up.

20 years agoMinor name-change tidying up.
Rocky Bernstein [Wed, 26 Nov 2003 01:28:52 +0000 (01:28 +0000)]
Minor name-change tidying up.

20 years ago* modules/audio_output/coreaudio.c:
Derk-Jan Hartman [Tue, 25 Nov 2003 21:21:36 +0000 (21:21 +0000)]
* modules/audio_output/coreaudio.c:
  - Many of the error streams were identical. This isn't helping debugging.

20 years agoPDA Interface:
Jean-Paul Saman [Tue, 25 Nov 2003 20:41:35 +0000 (20:41 +0000)]
PDA Interface:
- Fixed a p_playlist refcount problem
- Clearing VLC playlist and Playlist widget.

20 years agoPDA Interface:
Jean-Paul Saman [Tue, 25 Nov 2003 20:01:08 +0000 (20:01 +0000)]
PDA Interface:
- Fix segfault when adding one file to the playlist widget from the fileview widget.
- Cleanup of code.

20 years ago* modules/access/satellite/access.c: do not use p_es->i_demux_fd ; fixed
Christophe Massiot [Tue, 25 Nov 2003 19:59:04 +0000 (19:59 +0000)]
* modules/access/satellite/access.c: do not use p_es->i_demux_fd ; fixed
  demux filters leak (particularly harmful on the Dreambox) ; correctly
  handle PAT and PMT changes.

20 years ago * src/misc/modules.c: Allow for premature Ctrl-C escapes even while VLC
Sam Hocevar [Tue, 25 Nov 2003 12:35:15 +0000 (12:35 +0000)]
  * src/misc/modules.c: Allow for premature Ctrl-C escapes even while VLC
    is loading its plugins.

20 years agoForgot to delete keypress callback.
Rocky Bernstein [Tue, 25 Nov 2003 03:55:12 +0000 (03:55 +0000)]
Forgot to delete keypress callback.

20 years agoPlugin now tested ;-) Add missing prototypes.
Rocky Bernstein [Tue, 25 Nov 2003 03:54:33 +0000 (03:54 +0000)]
Plugin now tested ;-) Add missing prototypes.

Remove unused Mouse event handling. Forgot to delete keypress callback.

20 years ago* modules/gui/wxwindows/*: fixed a couple of memory leaks.
Gildas Bazin [Tue, 25 Nov 2003 00:58:41 +0000 (00:58 +0000)]
* modules/gui/wxwindows/*: fixed a couple of memory leaks.

20 years ago * all: fixed a lot of small memory leaks.
Laurent Aimar [Tue, 25 Nov 2003 00:56:35 +0000 (00:56 +0000)]
 * all: fixed a lot of small memory leaks.

20 years ago* src/input/input_dec.c, include/vlc_codec.h: added 2 callbacks in the decoder_t...
Gildas Bazin [Mon, 24 Nov 2003 23:22:01 +0000 (23:22 +0000)]
* src/input/input_dec.c, include/vlc_codec.h: added 2 callbacks in the decoder_t structure for pictures linking/unlinking.
* modules/codec/libmpeg2.c: restored pictures linking/unlinking code.
* modules/codec/ffmpeg/video.c: idem and reenabled direct rendering even when the hurry-up mode is activated as it doesn't seem to create a problem anymore with recent ffmpeg.

20 years ago* src/audio_output/mixer.c: fixed timestamp rounding problem.
Gildas Bazin [Mon, 24 Nov 2003 21:47:33 +0000 (21:47 +0000)]
* src/audio_output/mixer.c: fixed timestamp rounding problem.

20 years ago * moved EsOut* to es_out.c and introduced internal input_EsOutNew and
Laurent Aimar [Mon, 24 Nov 2003 20:50:45 +0000 (20:50 +0000)]
 * moved EsOut* to es_out.c and introduced internal input_EsOutNew and
 input_EsOutDelete.

20 years ago* modules/access/dshow/*: compilation fixes.
Gildas Bazin [Mon, 24 Nov 2003 20:45:23 +0000 (20:45 +0000)]
* modules/access/dshow/*: compilation fixes.
* include/vlc_common.h: added a couple of casts to TAB_APPEND().

20 years ago * dshow: ported to es_out_* and stream_*. Not tested (sorry).
Laurent Aimar [Mon, 24 Nov 2003 19:30:54 +0000 (19:30 +0000)]
 * dshow: ported to es_out_* and stream_*. Not tested (sorry).

20 years ago* modules/access/v4l/v4l.c: small fix and added a --v4l-chroma option to force a...
Gildas Bazin [Mon, 24 Nov 2003 19:27:46 +0000 (19:27 +0000)]
* modules/access/v4l/v4l.c: small fix and added a --v4l-chroma option to force a chroma fourcc for the video device.

20 years ago* src/input/input.c: oops, set the ES format before selecting it.
Gildas Bazin [Mon, 24 Nov 2003 19:20:19 +0000 (19:20 +0000)]
* src/input/input.c: oops, set the ES format before selecting it.

20 years ago * rawdv.c: ported to es_out_* and stream_*.
Laurent Aimar [Mon, 24 Nov 2003 19:19:02 +0000 (19:19 +0000)]
 * rawdv.c: ported to es_out_* and stream_*.

20 years ago* configure.ac, extras/MacOSX/*: bumped version number to 0.7.0-test1 in preparation...
Gildas Bazin [Mon, 24 Nov 2003 18:00:10 +0000 (18:00 +0000)]
* configure.ac, extras/MacOSX/*: bumped version number to 0.7.0-test1 in preparation for the test release.

20 years ago * m4v: ported to es_out*, stream_* and use the mp4v packetizer. Anyway
Laurent Aimar [Mon, 24 Nov 2003 17:34:21 +0000 (17:34 +0000)]
 * m4v: ported to es_out*, stream_*  and use the mp4v packetizer. Anyway
 dts are  still calculated for  a 25fps stream. (The  packetizer doesn't
 calulate pts/dts for now).

20 years ago * cddax: ported to es_out_* and stream_*. Not tested (sorry).
Laurent Aimar [Mon, 24 Nov 2003 17:11:23 +0000 (17:11 +0000)]
 * cddax: ported to es_out_* and stream_*. Not tested (sorry).

20 years ago * v4l: ported to stream_* and es_out_*. Not tested !
Laurent Aimar [Mon, 24 Nov 2003 16:45:53 +0000 (16:45 +0000)]
 * v4l: ported to stream_* and es_out_*. Not tested !

20 years ago* modules/gui/wxwindows/menus.cpp: small fix.
Gildas Bazin [Mon, 24 Nov 2003 13:40:03 +0000 (13:40 +0000)]
* modules/gui/wxwindows/menus.cpp: small fix.
* modules/codec/quicktime.c: compilation fix on win32.
* modules/demux/avi/avi.c: small hack to avoid eating all the resources on broken files.

20 years ago * cdda: ported to es_out*.
Laurent Aimar [Mon, 24 Nov 2003 12:44:24 +0000 (12:44 +0000)]
 * cdda: ported to es_out*.

20 years ago * all: do not export input_NullPacket
Laurent Aimar [Mon, 24 Nov 2003 03:30:38 +0000 (03:30 +0000)]
 * all: do not export input_NullPacket
 * input_dec.c: fixed a (big) memory leak.

20 years agoMinor debug output change.
Rocky Bernstein [Mon, 24 Nov 2003 03:30:36 +0000 (03:30 +0000)]
Minor debug output change.

20 years agoAdd keyboard input handling, e.g. if visualization plugin. Needs some
Rocky Bernstein [Mon, 24 Nov 2003 03:28:27 +0000 (03:28 +0000)]
Add keyboard input handling, e.g. if visualization plugin. Needs some
more work, but it's a start.

20 years agoChange debug output slightly to make more informative and to assist
Rocky Bernstein [Mon, 24 Nov 2003 03:27:28 +0000 (03:27 +0000)]
Change debug output slightly to make more informative and to assist
in determining which selecting ES we might be at.

20 years ago * all: ported/cleaned up/renabled dvb subtitle decoder. But it is untested.
Laurent Aimar [Mon, 24 Nov 2003 02:35:50 +0000 (02:35 +0000)]
 * all: ported/cleaned up/renabled dvb subtitle decoder. But it is untested.
 (I have no sample at all)

20 years agoSet cdio log routine.
Rocky Bernstein [Mon, 24 Nov 2003 00:41:19 +0000 (00:41 +0000)]
Set cdio log routine.

20 years ago * input_ext-dec.c: useless file.
Laurent Aimar [Mon, 24 Nov 2003 00:40:36 +0000 (00:40 +0000)]
 * input_ext-dec.c: useless file.