summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbisenc.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
| | | | | | Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
| | | | | | Convert doxygen to multiline and express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-7/+7
|
* vorbisenc: add missing parenthesisVittorio Giovara2014-11-131-2/+3
| | | | Bug-Id: CID 1238791
* put_bits: Remove unused includesVittorio Giovara2014-03-041-0/+2
| | | | | This requires adding includes to other files that relied on these being included implicitly.
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
|
* cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-251-4/+4
|
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-11/+0
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
|
* vorbisenc: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-251-30/+30
| | | | This is consistent with the rest of libavcodec.
* vorbisenc: use float planar sample formatJustin Ruggles2012-10-061-11/+9
|
* vorbisenc: set AVCodecContext.bit_rate to 0Justin Ruggles2012-08-221-0/+1
| | | | The Vorbis encoder is always VBR.
* vorbisenc: fix quality parameterJustin Ruggles2012-08-221-2/+2
| | | | | This generates output with bitrates similar to libvorbis for a given quality value.
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
|
* vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse2012-06-051-1/+2
| | | | | 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-061-3/+4
| | | | | | | 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-211-12/+31
|
* Fix a bunch of common typos.Diego Biurrun2012-03-091-33/+33
|
* vorbisenc: add output buffer overwrite protectionJustin Ruggles2012-03-041-16/+43
|
* vorbisenc: check all allocations for failureJustin Ruggles2012-02-251-35/+92
|
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
| | | | It's more readable and less prone to breakage.
* Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-121-3/+3
| | | | | 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-231-0/+1116
OpenPOWER on IntegriCloud