summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg4videodec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variablesMans Rullgard2011-06-021-12/+7
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-2/+18
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-37/+37
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* mpeg4video: ignore broken GOP headersAnatoly Nenashev2011-02-131-10/+11
* logging: downgrade recoverable errors to warningsStefan Kost2011-02-081-2/+2
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* Remove redundant checks against MIN_CACHE_BITSMans Rullgard2011-01-231-10/+0
* mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0Aurelien Jacobs2011-01-031-0/+1
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Replace @returns by @return.Benoit Fouet2010-03-301-1/+1
* Change xvid/divx/lavc build variables to be consistent to x264_build.Michael Niedermayer2010-02-081-2/+7
* Rename most non static h263 tables so their name contains h263.Michael Niedermayer2010-01-081-12/+12
* Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readabilityMichael Niedermayer2010-01-081-4/+4
* Rename DCtab_*, its a global variable and it helps understanding if mpeg4Michael Niedermayer2010-01-081-4/+4
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-071-0/+2262
OpenPOWER on IntegriCloud