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-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-18mdec: enable frame-level multithreading.Alexander Strange
2011-05-18mdec.c: fix overread.Ronald S. Bultje
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
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-02Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. ThisVitor Sessak
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-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-23Release buffer when the codec is closed.Reimar Döffinger
2010-01-23Use qstride = 0 and allocate only a single line for qscale_table sinceReimar Döffinger
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-08-26mdec: remove unused members from struct MDECContextMåns Rullgård
2009-04-12Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-08-20Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.Diego Biurrun
2008-08-20cosmetics: comment spelling/grammar fixesDiego Biurrun
2008-08-20Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun
2008-06-27Remove pointless AVFrame* casting.Alexander Strange
2008-06-27Remove duplicate emms.Alexander Strange
2008-06-27Remove commented-out code.Alexander Strange
2008-06-27Export qscale so that postprocessing works.Alexander Strange
2008-06-27Remove unused PutBitContext.Alexander Strange
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-14Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.Stefano Sabatini
2008-04-08Increase alignment for DCT block arrays from 8 to 16Alexander Strange
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-02-01constMichael Niedermayer
2007-12-05Fix missing chroma in version 3 STR.Alexander Strange
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-07-05add proper ff_ prefix to new extern symbolsAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme
2006-01-26warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-08-14set pix_fmtMichael Niedermayer
2005-04-19avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2004-09-27lowres width/height cleanup 3rd tryMichael Niedermayer
2004-05-21more data_size=0 cleanupMichael Niedermayer
2004-04-30cleanup & memleak fixMichael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-15quietMike Melanson
2003-09-01100lMichael Niedermayer
2003-09-01more fixesMichael Niedermayer
2003-09-01some fixes (still buggy though)Michael Niedermayer