Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-21msmpeg4: remove leftover unused debug variable declarationDiego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-06-02Remove unused variablesMans Rullgard
2011-05-24msmpeg4: reindent.Anton Khirnov
2011-05-24lavc: remove msmpeg4v1 encoder.Anton Khirnov
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-04-13Check for successful h263 init in msmpeg4 initAlberto Delmas
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-23Remove redundant checks against MIN_CACHE_BITSMans Rullgard
2010-08-24msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header()Måns Rullgård
2010-07-08Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-04Implement cool new vlc code.Michael Niedermayer
2010-01-08Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer
2010-01-08Use h263 tables in msmpeg4v1 dont duplicate them halfway.Michael Niedermayer
2010-01-08Rename most non static h263 tables so their name contains h263.Michael Niedermayer
2010-01-08Rename DCtab_*, its a global variable and it helps understanding if mpeg4Michael Niedermayer
2010-01-08Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer
2009-12-31Remove unused function msmpeg4_memsetw().Diego Biurrun
2009-12-30cosmetics: Reorder functions to avoid forward declarations.Diego Biurrun
2009-12-30Remove unnecessary forward declaration for msmpeg4_memsetw().Diego Biurrun
2009-11-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
2009-08-21Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7...Reimar Döffinger
2009-07-31Remove unused debug av_log() calls.Diego Biurrun
2009-07-30Remove unused variable intra_count.Diego Biurrun
2009-07-29Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun
2009-04-17Get rid of an unused variable, found by the clang static analyzer.Michael Niedermayer
2009-04-11Get rid of INIT_VLC_USE_STATIC in msmpeg4Michael Niedermayer
2009-04-11Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-10Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninit...Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-10-04Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego PettenòDiego Pettenò
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-07-13bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla
2008-06-25remove duplicate tablesStefan Gehrer
2008-05-31Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-02-13typo fix: inited --> initializedDiego Biurrun
2008-01-15Add a couple of missing consts.Sigbjørn Skjæret
2007-11-08cosmetics: indentationAurelien Jacobs