Stefano Sabatini
|
975a1447f7
|
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
14 years ago |
Ronald S. Bultje
|
94f7451a3a
|
Introduce slice threads flag.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
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 |
Måns Rullgård
|
49bd8e4b84
|
Fix grammar errors in documentation
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 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
|
101ada9abd
|
Rename most non static h263 tables so their name contains h263.
Originally committed as revision 21098 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Michael Niedermayer
|
fef59a5b4b
|
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability
of msmpeg4 code (one now knows where that table comes from).
Originally committed as revision 21097 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Michael Niedermayer
|
05b858b045
|
Rename DCtab_*, its a global variable and it helps understanding if mpeg4
is in its name.
Originally committed as revision 21096 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Diego Biurrun
|
49d2d1c35c
|
Explain why the level variable is magically inceased in mpeg4_encode_dc().
It must be in a certain range to avoid DC overflows.
Originally committed as revision 21087 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Michael Niedermayer
|
ca334dd14b
|
Split the mpeg4 encoder and decoder off h263.c
Originally committed as revision 21079 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |