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-09-17mace: Make sure that the channel count is set to a valid valueMartin Storsjö
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12mace: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-09mace: use planar sample formatJustin Ruggles
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-08mace: only calculate output buffer size onceJustin Ruggles
2011-11-02Replace ffmpeg references with more accurate libav* references.Diego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
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ò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
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
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-10-06Cosmetics: rename mace3_decode_frame() to mace_decode_frame()Vitor Sessak
2008-10-06Avoid code duplication between mace3_decode_frame() and mace6_decode_frame()Vitor Sessak
2008-10-05Use a for() instead of triplicating code.Vitor Sessak
2008-10-05Factorize duplicate table reading code.Vitor Sessak
2008-09-09Convert two tables to signed decimalVitor Sessak
2008-09-09Cosmetics: remove useless parenthesesVitor Sessak
2008-09-09Remove ChannelData.lev var and use ChannelData.level insteadVitor Sessak
2008-09-08Check output buffer size before decoding.Vitor Sessak
2008-09-08Cosmetics: rename vars s/ctx/chd/Vitor Sessak
2008-09-07Exploit symmetry to reduce size of tables by half.Vitor Sessak
2008-09-07Cosmetics: s/short/int16_t/Vitor Sessak
2008-09-07Remove cast, now tables are signed.Vitor Sessak
2008-09-07Convert tables to signed and decimal.Vitor Sessak
2008-09-07Remove unused table entries.Vitor Sessak
2008-09-07Remove commented out code.Vitor Sessak
2008-09-07Use FFMIN() instead of rewriting it.Vitor Sessak
2008-09-07Factorize broken clipping in its own function and document it.Vitor Sessak
2008-09-07Cosmetics: whitespace/linebreaksVitor Sessak
2008-09-07Use the same 8 bit -> 16 bit conversion as QuickTime.Vitor Sessak
2008-09-07Do not share context variables between channels and do not zero them atVitor Sessak
2008-09-07Remove output pointer from contextVitor Sessak
2008-09-05Cosmetics: indent after last commit and remove useless bracesVitor Sessak
2008-09-05Simplify: use a for instead of unrolling by handVitor Sessak
2008-09-05Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This c...Vitor Sessak
2008-09-05Simplify: use two distinct functions to decode MACE3 and MACE6, since theVitor Sessak
2008-09-05Simplify mace_decode_frame()Vitor Sessak
2008-09-05Remove useless commentsVitor Sessak
2008-09-05Reindent mace.c, its indentation was completly inconsistent with the coding r...Vitor Sessak
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross