]> git.sesse.net Git - vlc/log
vlc
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.

20 years ago* install-win32: added a registry entry for the mozilla plugin (the xpt file still...
Gildas Bazin [Mon, 24 Nov 2003 00:36:37 +0000 (00:36 +0000)]
* install-win32: added a registry entry for the mozilla plugin (the xpt file still needs to be registered by hand though).

20 years ago * all: removed decoder_fifo_t.
Laurent Aimar [Mon, 24 Nov 2003 00:39:02 +0000 (00:39 +0000)]
 * all: removed decoder_fifo_t.

20 years agoAdd intf-vcd.txt to distribution and installed documentation.
Rocky Bernstein [Mon, 24 Nov 2003 00:23:55 +0000 (00:23 +0000)]
Add intf-vcd.txt to distribution and installed documentation.

20 years ago* modules/codec/ffmpeg/postprocess.c: fixed uninitialized variable.
Gildas Bazin [Mon, 24 Nov 2003 00:01:42 +0000 (00:01 +0000)]
* modules/codec/ffmpeg/postprocess.c: fixed uninitialized variable.
* modules/mux/ogg.c: allow embedding mpeg1/2 video (only vlc will play back these files).

20 years agoUse snprintf instead of sprintf
Olivier Teulière [Sun, 23 Nov 2003 22:29:27 +0000 (22:29 +0000)]
Use snprintf instead of sprintf

20 years ago* Compile before you commit was our slogan right?
Derk-Jan Hartman [Sun, 23 Nov 2003 22:18:08 +0000 (22:18 +0000)]
* Compile before you commit was our slogan right?

20 years ago* modules/gui/wxwindows/*: added new codecs for stream output.
Gildas Bazin [Sun, 23 Nov 2003 20:37:04 +0000 (20:37 +0000)]
* modules/gui/wxwindows/*: added new codecs for stream output.
   Added ffmpeg postproc to menus.
* modules/codec/ffmpeg/*: allow switching postproc filters on the fly.

20 years ago * all: disabled dv, xvid, dvbsub (they won't compile anymore really soon).
Laurent Aimar [Sun, 23 Nov 2003 18:40:09 +0000 (18:40 +0000)]
 * all: disabled dv, xvid, dvbsub (they won't compile anymore really soon).

20 years ago- Updated French translation (still a lot of work to do...)
Alexis de Lattre [Sun, 23 Nov 2003 18:31:55 +0000 (18:31 +0000)]
- Updated French translation (still a lot of work to do...)
- Modified some strings in VLC source code
- ran ./toolbox --update-po

20 years agoNext/previous/return navigation bugs - not setting item type.
Rocky Bernstein [Sun, 23 Nov 2003 18:24:38 +0000 (18:24 +0000)]
Next/previous/return navigation bugs - not setting item type.

20 years ago* src/input/input_dec.c: set p_dec->b_error when we can't create the output.
Gildas Bazin [Sun, 23 Nov 2003 18:21:48 +0000 (18:21 +0000)]
* src/input/input_dec.c: set p_dec->b_error when we can't create the output.

20 years ago* modules/control/http.c: cough cough
Gildas Bazin [Sun, 23 Nov 2003 18:16:45 +0000 (18:16 +0000)]
* modules/control/http.c: cough cough

20 years ago* modules/gui/wxwindows/*: small cleanup.
Gildas Bazin [Sun, 23 Nov 2003 17:51:54 +0000 (17:51 +0000)]
* modules/gui/wxwindows/*: small cleanup.

20 years ago* modules/control/http.c: fixed segfault when deleting items and prevent adding empty...
Gildas Bazin [Sun, 23 Nov 2003 17:46:06 +0000 (17:46 +0000)]
* modules/control/http.c: fixed segfault when deleting items and prevent adding empty items.

20 years agoUpdate/correct debug flag documentation.
Rocky Bernstein [Sun, 23 Nov 2003 17:18:00 +0000 (17:18 +0000)]
Update/correct debug flag documentation.

20 years agoSome basic help for the VCD plugin.
Rocky Bernstein [Sun, 23 Nov 2003 17:06:43 +0000 (17:06 +0000)]
Some basic help for the VCD plugin.

20 years ago * index.html: oops (forgot refresh cludge)
Simon Latapie [Sun, 23 Nov 2003 16:27:54 +0000 (16:27 +0000)]
 * index.html: oops (forgot refresh cludge)

20 years ago * src/playlist/item.c : stops the playlist if we delete the currently
Simon Latapie [Sun, 23 Nov 2003 16:24:20 +0000 (16:24 +0000)]
 * src/playlist/item.c : stops the playlist if we delete the currently
   played item
 * doc/intf-http.txt : adding "pl.group"
 * share/http/index.html : little cosmetic change (better according to
   gibalou).

20 years ago* NEWS : added a few missing things
Clément Stenac [Sun, 23 Nov 2003 16:02:56 +0000 (16:02 +0000)]
* NEWS : added a few missing things
* AUTHORS: updated sam's, sigmund's, garf's, gibalou's and fenrir's records

20 years ago* modules/codec/speex.c: support for speex encoding.
Gildas Bazin [Sun, 23 Nov 2003 15:50:07 +0000 (15:50 +0000)]
* modules/codec/speex.c: support for speex encoding.
* modules/codec/vorbis.c: removed unused code.

20 years agogrmbl again
Christophe Massiot [Sun, 23 Nov 2003 14:49:51 +0000 (14:49 +0000)]
grmbl again

20 years agoAdd configuration options to set default device. For VCD's add
Rocky Bernstein [Sun, 23 Nov 2003 14:34:19 +0000 (14:34 +0000)]
Add configuration options to set default device. For VCD's add
configuration option to specify whether or not to use PBC.

20 years ago* NEWS: updated with new stuff.
Gildas Bazin [Sun, 23 Nov 2003 14:28:15 +0000 (14:28 +0000)]
* NEWS: updated with new stuff.

20 years agoBug fix for *.a libraries.
Christophe Massiot [Sun, 23 Nov 2003 14:00:25 +0000 (14:00 +0000)]
Bug fix for *.a libraries.

20 years ago* modules/codec/quicktime.c, modules/codec/cinepak.c: use pts if available, otherwise...
Gildas Bazin [Sun, 23 Nov 2003 13:25:32 +0000 (13:25 +0000)]
* modules/codec/quicktime.c, modules/codec/cinepak.c: use pts if available, otherwise use dts.