summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg4videodec.c
Commit message (Expand)AuthorAgeFilesLines
* mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-151-18/+18
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-25/+25
* get_bits: remove LAST_SKIP_CACHE macroMans Rullgard2011-12-171-4/+4
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-131-4/+4
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-9/+9
* lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-121-2/+2
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-021-1/+1
* mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_headerMans Rullgard2011-10-091-1/+1
* mpeg4videodec: remove dead code that would have detected erroneous encodingDustin Brody2011-08-011-22/+0
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-18/+16
* mpeg4: add Mpeg4 Profiles names.Thierry Foucu2011-07-211-0/+20
* mpeg4: decode Level Profile for MPEG4 Part 2.Thierry Foucu2011-07-211-0/+19
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-41/+42
* 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