summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg4videodec.c
Commit message (Expand)AuthorAgeFilesLines
* Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-221-2/+18
* Make truncated mpeg4 GOP header check a bit more specific.Michael Niedermayer2011-02-141-1/+1
* Detect null gop headers.Michael Niedermayer2011-02-131-0/+5
* logging: downgrade recoverable errors to warningsStefan Kost2011-02-091-2/+2
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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