Anton Khirnov
|
84db922bf9
|
libxavs: switch to encode2().
|
2012-02-23 19:25:50 +01:00 |
|
Anton Khirnov
|
d3b577f00d
|
libxavs: add an AVClass at the beginning of XavsContext.
|
2012-02-23 19:25:50 +01:00 |
|
Anton Khirnov
|
a5f848c86d
|
libxavs: split extradata writing out of encode_nals().
This is done in preparation for the following patch implementing
encode2().
This commit is analogous to 05d699222d for
libx264.
|
2012-02-23 19:25:50 +01:00 |
|
Alex Converse
|
7181c4edee
|
cosmetics: Remove extra newlines at EOF
|
2012-01-27 17:19:09 -08:00 |
|
Anton Khirnov
|
7232bfbd93
|
lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.
|
2012-01-27 10:38:33 +01:00 |
|
Janne Grunau
|
f6a152db11
|
threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs
|
2012-01-11 00:23:07 +01:00 |
|
Anton Khirnov
|
145f741e11
|
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
|
2011-10-12 16:51:16 +02:00 |
|
Anton Khirnov
|
af1e247038
|
libxavs: add private options corresponding to deprecated global options
Code mostly copied from libx264 wrapper.
|
2011-09-12 08:45:55 +02:00 |
|
Stefano Sabatini
|
975a1447f7
|
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
2011-05-02 12:18:44 +02:00 |
|
Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
2011-03-19 13:33:20 +00:00 |
|
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>
|
2011-01-26 16:08:45 +00:00 |
|
Stefano Sabatini
|
b9f9e59afc
|
Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the
corresponding AVMEDIA_TYPE_* symbols.
Originally committed as revision 25201 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-09-25 23:27:16 +00:00 |
|
Stefan Gehrer
|
de29597680
|
add Chinese AVS encoding via external library libxavs
Originally committed as revision 24533 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-07-27 07:18:36 +00:00 |
|