summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4videodec.c
Commit message (Expand)AuthorAge
* mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_headerMans Rullgard2011-10-09
* mpeg4videodec: remove dead code that would have detected erroneous encodingDustin Brody2011-08-01
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* mpeg4: add Mpeg4 Profiles names.Thierry Foucu2011-07-21
* mpeg4: decode Level Profile for MPEG4 Part 2.Thierry Foucu2011-07-21
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Remove unused variablesMans Rullgard2011-06-02
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* mpeg4video: ignore broken GOP headersAnatoly Nenashev2011-02-13
* logging: downgrade recoverable errors to warningsStefan Kost2011-02-08
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove redundant checks against MIN_CACHE_BITSMans Rullgard2011-01-23
* mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0Aurelien Jacobs2011-01-03
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Replace @returns by @return.Benoit Fouet2010-03-30
* Change xvid/divx/lavc build variables to be consistent to x264_build.Michael Niedermayer2010-02-08
* Rename most non static h263 tables so their name contains h263.Michael Niedermayer2010-01-08
* Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readabilityMichael Niedermayer2010-01-08
* Rename DCtab_*, its a global variable and it helps understanding if mpeg4Michael Niedermayer2010-01-08
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-07