Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-08 | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | |
2012-07-30 | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö | |
Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by: Martin Storsjö <martin@martin.st> | |||
2012-02-29 | lavc: add -mpv_flags to mpegvideo_enc-based encoders. | Anton Khirnov | |
Deprecate CODEC_FLAG2_SKIP_RD in favor of the corresponding mpv_flags flag. | |||
2012-02-19 | mpegvideo_enc: switch to encode2(). | Anton Khirnov | |
2012-02-15 | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | |
Signed-off-by: Martin Storsjö <martin@martin.st> | |||
2011-10-20 | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | |
They are used in lavf. | |||
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov | |
It's more readable and less prone to breakage. | |||
2011-05-02 | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | |
Signed-off-by: Diego Biurrun <diego@biurrun.de> | |||
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard | |
Signed-off-by: Mans Rullgard <mans@mansr.com> | |||
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | |
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> | |||
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | |
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||
2010-01-09 | Split H263 encoder and decoder from common code. | Michael Niedermayer | |
Originally committed as revision 21109 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||
2010-01-07 | Move forgotton "AVCodec flv_encoder" over to flvenc.c. | Michael Niedermayer | |
Originally committed as revision 21052 to svn://svn.ffmpeg.org/ffmpeg/trunk | |||
2010-01-07 | Split out flv encoding. | Michael Niedermayer | |
Originally committed as revision 21050 to svn://svn.ffmpeg.org/ffmpeg/trunk |