summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4.c
Commit message (Expand)AuthorAge
* 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
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-07
* Remove unused function msmpeg4_memsetw().Diego Biurrun2009-12-31
* cosmetics: Reorder functions to avoid forward declarations.Diego Biurrun2009-12-30
* Remove unnecessary forward declaration for msmpeg4_memsetw().Diego Biurrun2009-12-30
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7...Reimar Döffinger2009-08-21
* Remove unused debug av_log() calls.Diego Biurrun2009-07-30
* Remove unused variable intra_count.Diego Biurrun2009-07-30
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-29
* Get rid of an unused variable, found by the clang static analyzer.Michael Niedermayer2009-04-17
* Get rid of INIT_VLC_USE_STATIC in msmpeg4Michael Niedermayer2009-04-11
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-11
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninit...Michael Niedermayer2009-02-09
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego PettenòDiego Pettenò2008-10-04
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-13
* remove duplicate tablesStefan Gehrer2008-06-25
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-30
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-14
* cosmetics: indentationAurelien Jacobs2007-11-07