summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4videodec.c
Commit message (Expand)AuthorAge
* replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-22
* Make truncated mpeg4 GOP header check a bit more specific.Michael Niedermayer2011-02-14
* Detect null gop headers.Michael Niedermayer2011-02-13
* logging: downgrade recoverable errors to warningsStefan Kost2011-02-09
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
* 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