summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-31
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-13
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* msmpeg4: Split decoding related functions to a separate fileMartin Storsjö2013-03-27
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Remove lowres video decodingMans Rullgard2012-04-21
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* msmpeg4: Split encoding backend code off from general backend code.Diego Biurrun2012-03-01
* msmpeg4: Replace forward declaration by proper #include.Diego Biurrun2012-02-28
* msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-15
* mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* get_bits: remove LAST_SKIP_CACHE macroMans Rullgard2011-12-17
* lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-12
* msmpeg4: Don't set up run-level info for level 0.Alex Converse2011-11-07
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* msmpeg4: remove leftover unused debug variable declarationDiego Biurrun2011-09-21
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Remove unused variablesMans Rullgard2011-06-02
* msmpeg4: reindent.Anton Khirnov2011-05-24
* lavc: remove msmpeg4v1 encoder.Anton Khirnov2011-05-24
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
* Check for successful h263 init in msmpeg4 initAlberto Delmas2011-04-12
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* 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
* msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header()Måns Rullgård2010-08-24
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Implement cool new vlc code.Michael Niedermayer2010-02-04
* Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer2010-01-08
* Use h263 tables in msmpeg4v1 dont duplicate them halfway.Michael Niedermayer2010-01-08
* Rename most non static h263 tables so their name contains h263.Michael Niedermayer2010-01-08
* Rename DCtab_*, its a global variable and it helps understanding if mpeg4Michael Niedermayer2010-01-08