Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | put_bits: Remove unused includes | Vittorio Giovara | 2014-03-04 | 1 | -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 declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
| | |||||
* | cosmetics: Add '0' to float constants ending in '.'. | Diego Biurrun | 2013-07-25 | 1 | -4/+4 |
| | |||||
* | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -11/+0 |
| | |||||
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
| | |||||
* | vorbisenc: cosmetics: rename variable avccontext to avctx | Justin Ruggles | 2013-02-25 | 1 | -30/+30 |
| | | | | This is consistent with the rest of libavcodec. | ||||
* | vorbisenc: use float planar sample format | Justin Ruggles | 2012-10-06 | 1 | -11/+9 |
| | |||||
* | vorbisenc: set AVCodecContext.bit_rate to 0 | Justin Ruggles | 2012-08-22 | 1 | -0/+1 |
| | | | | The Vorbis encoder is always VBR. | ||||
* | vorbisenc: fix quality parameter | Justin Ruggles | 2012-08-22 | 1 | -2/+2 |
| | | | | | This generates output with bitrates similar to libvorbis for a given quality value. | ||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | vorbis: Validate that the floor 1 X values contain no duplicates. | Alex Converse | 2012-06-05 | 1 | -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 declarations | Martin Storsjö | 2012-04-06 | 1 | -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 Ruggles | 2012-03-21 | 1 | -12/+31 |
| | |||||
* | Fix a bunch of common typos. | Diego Biurrun | 2012-03-09 | 1 | -33/+33 |
| | |||||
* | vorbisenc: add output buffer overwrite protection | Justin Ruggles | 2012-03-04 | 1 | -16/+43 |
| | |||||
* | vorbisenc: check all allocations for failure | Justin Ruggles | 2012-02-25 | 1 | -35/+92 |
| | |||||
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -7/+7 |
| | | | | It's more readable and less prone to breakage. | ||||
* | Replace int_fast integer types with their sized standard posix counterparts. | Diego Biurrun | 2011-05-12 | 1 | -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 Biurrun | 2011-04-23 | 1 | -0/+1116 |