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 (Collapse)Author
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
This is consistent with the rest of libavcodec.
2012-10-06vorbisenc: use float planar sample formatJustin Ruggles
2012-08-23vorbisenc: set AVCodecContext.bit_rate to 0Justin Ruggles
The Vorbis encoder is always VBR.
2012-08-23vorbisenc: fix quality parameterJustin Ruggles
This generates output with bitrates similar to libvorbis for a given quality value.
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
Duplicate values in this vector are explicitly banned by the Vorbis I spec and cause divide-by-zero crashes later on.
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by: Martin Storsjö <martin@martin.st>
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
It's more readable and less prone to breakage.
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun
The _fast integer types provide no realworld benefits, but may introduce portability issues and are just plain ugly.
2011-04-23vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun