| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |