summaryrefslogtreecommitdiff
path: root/libavcodec/vorbisenc.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* vorbisenc: add missing parenthesisVittorio Giovara2014-11-13
* put_bits: Remove unused includesVittorio Giovara2014-03-04
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-25
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* vorbisenc: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-25
* vorbisenc: use float planar sample formatJustin Ruggles2012-10-06
* vorbisenc: set AVCodecContext.bit_rate to 0Justin Ruggles2012-08-22
* vorbisenc: fix quality parameterJustin Ruggles2012-08-22
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse2012-06-05
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* vorbisenc: use AVCodec.encode2()Justin Ruggles2012-03-21
* Fix a bunch of common typos.Diego Biurrun2012-03-09
* vorbisenc: add output buffer overwrite protectionJustin Ruggles2012-03-04
* vorbisenc: check all allocations for failureJustin Ruggles2012-02-25
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-12
* vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-23