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
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
2003-09-01skip preamble bytesMike Melanson
2003-08-3010l (big vs. little endian)Michael Niedermayer
2003-08-25removed unused variableFabrice Bellard
2003-08-22PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at ...Michael Niedermayer