summaryrefslogtreecommitdiff
path: root/libavcodec/vorbisenc.c
Commit message (Collapse)AuthorAge
* vorbisenc: use float planar sample formatJustin Ruggles2012-10-06
|
* vorbisenc: set AVCodecContext.bit_rate to 0Justin Ruggles2012-08-22
| | | | The Vorbis encoder is always VBR.
* vorbisenc: fix quality parameterJustin Ruggles2012-08-22
| | | | | This generates output with bitrates similar to libvorbis for a given quality value.
* 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
| | | | | Duplicate values in this vector are explicitly banned by the Vorbis I spec and cause divide-by-zero crashes later on.
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
| | | | | | | 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>
* 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
| | | | It's more readable and less prone to breakage.
* Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-12
| | | | | The _fast integer types provide no realworld benefits, but may introduce portability issues and are just plain ugly.
* vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-23