| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -41/+44 |
* | Add missing error_resilience includes to files that use ER | Diego Biurrun | 2013-03-07 | 1 | -0/+1 |
* | lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs | Ronald S. Bultje | 2013-03-06 | 1 | -1/+1 |
* | error_resilience: decouple ER from MpegEncContext | Anton Khirnov | 2013-02-15 | 1 | -5/+5 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -4/+4 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
* | mpeg4: support frame parameter changes with frame-mt | Janne Grunau | 2012-09-19 | 1 | -0/+3 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -3/+3 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -1/+0 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -17/+21 |
* | Replace AVFrame pointer casts by proper struct member accesses. | Diego Biurrun | 2012-03-01 | 1 | -3/+4 |
* | mpeg4: Add ff_ prefixes to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -18/+18 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | h263: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -25/+25 |
* | get_bits: remove LAST_SKIP_CACHE macro | Mans Rullgard | 2011-12-17 | 1 | -4/+4 |
* | error_resilience: use the ER_ namespace | Luca Barbato | 2011-12-13 | 1 | -4/+4 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -9/+9 |
* | lavc: convert error_recognition to err_recognition. | Dustin Brody | 2011-12-12 | 1 | -2/+2 |
* | Replace ffmpeg references with more accurate libav* references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_header | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | mpeg4videodec: remove dead code that would have detected erroneous encoding | Dustin Brody | 2011-08-01 | 1 | -22/+0 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -18/+16 |
* | mpeg4: add Mpeg4 Profiles names. | Thierry Foucu | 2011-07-21 | 1 | -0/+20 |
* | mpeg4: decode Level Profile for MPEG4 Part 2. | Thierry Foucu | 2011-07-21 | 1 | -0/+19 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -41/+42 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -12/+7 |
* | H264/MPEG frame-level multi-threading. | Alexander Strange | 2011-06-02 | 1 | -2/+18 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -37/+37 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | mpeg4video: ignore broken GOP headers | Anatoly Nenashev | 2011-02-13 | 1 | -10/+11 |
* | logging: downgrade recoverable errors to warnings | Stefan Kost | 2011-02-08 | 1 | -2/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Remove redundant checks against MIN_CACHE_BITS | Mans Rullgard | 2011-01-23 | 1 | -10/+0 |
* | mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0 | Aurelien Jacobs | 2011-01-03 | 1 | -0/+1 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Replace @returns by @return. | Benoit Fouet | 2010-03-30 | 1 | -1/+1 |
* | Change xvid/divx/lavc build variables to be consistent to x264_build. | Michael Niedermayer | 2010-02-08 | 1 | -2/+7 |
* | Rename most non static h263 tables so their name contains h263. | Michael Niedermayer | 2010-01-08 | 1 | -12/+12 |
* | Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability | Michael Niedermayer | 2010-01-08 | 1 | -4/+4 |
* | Rename DCtab_*, its a global variable and it helps understanding if mpeg4 | Michael Niedermayer | 2010-01-08 | 1 | -4/+4 |
* | Split the mpeg4 encoder and decoder off h263.c | Michael Niedermayer | 2010-01-07 | 1 | -0/+2262 |