- 10 May, 2005 1 commit
-
-
gbazin authored
* modules/codec/ffmpeg/*, modules/stream_out/switcher.c: fix compilation with new ffmpeg versions (use native timebase).
-
- 20 Apr, 2005 1 commit
-
-
gbazin authored
* modules/codec/ffmpeg: added support for Apple QuickDraw, QPEG, IBM Ultimotion, LOCO, Winnov WNV1, Autodesc RLE and Indeo V2 video codecs.
-
- 10 Apr, 2005 1 commit
-
-
sigmunau authored
-
- 09 Mar, 2005 1 commit
-
-
gbazin authored
-
- 07 Mar, 2005 1 commit
-
-
gbazin authored
* modules/codec/ffmpeg/video.c: assume (M)JPEG YUV420 is the same as I420 (we could convert to have the exact chroma but that would be slower).
-
- 05 Mar, 2005 1 commit
-
-
gbazin authored
-
- 02 Mar, 2005 2 commits
-
-
Steve Lhomme authored
-
Steve Lhomme authored
es_out.c: handle the pre-roll earlier
-
- 21 Feb, 2005 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
- 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.
-
- 05 Nov, 2004 1 commit
-
-
gbazin authored
-
- 22 Oct, 2004 1 commit
-
-
gbazin authored
* modules/codec/ffmpeg/video.c: libavcodec still doesn't handle avc1 properly so work around this until the issue is solved.
-
- 15 Oct, 2004 1 commit
-
-
gbazin authored
-
- 27 Sep, 2004 1 commit
-
-
gbazin authored
-
- 26 Sep, 2004 3 commits
- 01 Sep, 2004 1 commit
-
-
gbazin authored
-
- 28 Aug, 2004 1 commit
-
-
gbazin authored
-
- 26 Aug, 2004 1 commit
-
-
gbazin authored
- chroma + resizing video filter (using the filter_t architecture). * modules/codec/ffmpeg/*: - cleanup + small updates. * modules/codec/speex.c, theora.c, vorbis.c: - got rid of pf_header() in the encoder. - store the headers in fmt_out.p_extra (this will break the ogg muxer for now). * modules/codec/libmpeg2.c, modules/codec/ffmpeg/video.c: - added a p_dec->b_pace_control field to signal if the decoder is allowed to drop frames. * modules/stream_out/transcode.c: - heavy cleanup. - re-use video decoder modules and got rid of the duplicated ffmpeg video decoder. - use video filters for chroma conversion and resizing. (a few things are broken now like deinterlacing but I'll repair them asap).
-
- 29 Jun, 2004 1 commit
-
-
gbazin authored
-
- 23 May, 2004 1 commit
-
-
Laurent Aimar authored
if we find them. (Avoid dropping the first frame).
-
- 15 May, 2004 1 commit
-
-
Laurent Aimar authored
first go through the h264 packetizer that will convert avc1 into a proper annexe B stream (untested).
-
- 07 May, 2004 1 commit
-
-
Laurent Aimar authored
-
- 03 May, 2004 1 commit
-
-
gbazin authored
-
- 29 Apr, 2004 2 commits
- 25 Apr, 2004 1 commit
-
-
gbazin authored
* modules/stream_out/duplicate.c: small coding style changes. * modules/stream_out/transcode.c: + Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders. + Got rid of the ffmpeg encoder specific options. * modules/codec/ffmpeg/*: + Changed the encoder options to normal config options. + Parse the options forwarded by transcode. * include/vlc_codec.h: + encoder_t cleanup. + include a "sout_cfg_t *" in encoder_t to allow passing options.
-
- 25 Mar, 2004 1 commit
-
-
Laurent Aimar authored
-
- 08 Mar, 2004 1 commit
-
-
gbazin authored
-
- 01 Mar, 2004 1 commit
-
-
Laurent Aimar authored
than just the "SMI " one).
-
- 25 Feb, 2004 1 commit
-
-
Laurent Aimar authored
field and a few BLOCK_FLAG_*.
-
- 08 Feb, 2004 4 commits
-
-
gbazin authored
* modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.
-
gbazin authored
* modules/codec/ffmpeg/video.c: another fix for post-processing.
-
sigmunau authored
* pass bit per pixel info on to decoder modules/demux/avi/libavi.h: * add 1 as fourcc for msrle module/codec/ffmpeg/video.c: * pass bit per pixel info to libavcodec (needed for msrle)
-
gbazin authored
* modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with videos with B frames.
-
- 25 Jan, 2004 1 commit
-
-
gbazin authored
* include/vlc_common.h, include/vlc_es.h: new video_palette_t structure. * modules/codec/ffmpeg/*: support for palettized codecs.
-
- 18 Jan, 2004 1 commit
-
-
Laurent Aimar authored
-
- 09 Jan, 2004 2 commits