[vlc-devel] vlc: svn commit r10010 (fenrir)
Subversion daemon
svn at videolan.org
Mon Feb 21 10:03:10 CET 2005
r10010 | fenrir | 2005-02-21 10:03:07 +0100 (Mon, 21 Feb 2005) | 11 lines
Changed paths:
M /trunk/include/vlc_block.h
M /trunk/include/vlc_es_out.h
M /trunk/modules/codec/a52.c
M /trunk/modules/codec/dts.c
M /trunk/modules/codec/faad.c
M /trunk/modules/codec/ffmpeg/audio.c
M /trunk/modules/codec/ffmpeg/video.c
M /trunk/modules/codec/flac.c
M /trunk/modules/codec/libmpeg2.c
M /trunk/modules/codec/mpeg_audio.c
M /trunk/modules/codec/theora.c
M /trunk/modules/demux/mp4/mp4.c
M /trunk/modules/demux/ts.c
M /trunk/src/input/decoder.c
M /trunk/src/input/es_out.c
M /trunk/src/input/input.c
M /trunk/src/input/input_internal.h
* block: added
- BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore
BLOCK_FLAG_DISCONTINUITY in that case)
- BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what).
* ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping).
* input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll
(untested).
* mp4: added support for CTTS table (pts, needed for h264+bframe).
* decoders: for now handle discontinuity and corrupted block the same way.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list