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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-29mdec: return meaningful error codes.Anton Khirnov
2013-01-29mdec: cosmetics, reformatAnton Khirnov
2013-01-29mdec: merge mdec_common_init() into decode_init().Anton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
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