Anton Khirnov
|
ed019b8e5b
|
lavc: add -mpv_flags to mpegvideo_enc-based encoders.
Deprecate CODEC_FLAG2_SKIP_RD in favor of the corresponding mpv_flags
flag.
|
13 years ago |
Anton Khirnov
|
445a7d48b1
|
mpegvideo_enc: switch to encode2().
|
13 years ago |
Martin Storsjö
|
efd29844eb
|
mpegvideo: Add ff_ prefix to nonstatic functions
Signed-off-by: Martin Storsjö <martin@martin.st>
|
13 years ago |
Anton Khirnov
|
9f51c682ee
|
lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.
They are used in lavf.
|
13 years ago |
Anton Khirnov
|
ec6402b7c5
|
lavc: use designated initialisers for all codecs.
It's more readable and less prone to breakage.
|
14 years ago |
Stefano Sabatini
|
975a1447f7
|
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
14 years ago |
Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
14 years ago |
Diego Elio Pettenò
|
d36beb3f69
|
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
None of these symbols should be accessed directly, so declare them as
hidden.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
14 years ago |
Stefano Sabatini
|
72415b2adb
|
Define AVMediaType enum, and use it instead of enum CodecType, which
is deprecated and will be dropped at the next major bump.
Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Michael Niedermayer
|
fc53b6afee
|
Split H263 encoder and decoder from common code.
Originally committed as revision 21109 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Michael Niedermayer
|
6a14a15722
|
Move forgotton "AVCodec flv_encoder" over to flvenc.c.
Originally committed as revision 21052 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Michael Niedermayer
|
eb52376915
|
Split out flv encoding.
Originally committed as revision 21050 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |