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
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-11-13vorbisenc: add missing parenthesisVittorio Giovara
2014-03-04put_bits: Remove unused includesVittorio Giovara
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-25cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-26vorbisenc: cosmetics: rename variable avccontext to avctxJustin Ruggles
2012-10-06vorbisenc: use float planar sample formatJustin Ruggles
2012-08-23vorbisenc: set AVCodecContext.bit_rate to 0Justin Ruggles
2012-08-23vorbisenc: fix quality parameterJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-05vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-21vorbisenc: use AVCodec.encode2()Justin Ruggles
2012-03-10Fix a bunch of common typos.Diego Biurrun
2012-03-04vorbisenc: add output buffer overwrite protectionJustin Ruggles
2012-02-25vorbisenc: check all allocations for failureJustin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun
2011-04-23vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun