| Commit message (Expand) | Author | Age | Files | Lines |
* | vorbisdec: use float planar sample format | Justin Ruggles | 2012-11-19 | 1 | -50/+31 |
* | vorbisdec: ensure FASTDIV denominator is never 1 | Luca Barbato | 2012-09-14 | 1 | -3/+2 |
* | vorbisdec: remove some pointless comments | Mans Rullgard | 2012-08-19 | 1 | -11/+11 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | vorbisdec: replace div/mod in loop with a counter | Mans Rullgard | 2012-06-18 | 1 | -5/+12 |
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 1 | -1/+4 |
* | vorbis: Validate that the floor 1 X values contain no duplicates. | Alex Converse | 2012-06-05 | 1 | -1/+5 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -11/+11 |
* | vorbisdec: avoid invalid memory access | Aaron Colwell | 2012-03-08 | 1 | -0/+3 |
* | avcodec: add a Vorbis parser to get packet duration | Justin Ruggles | 2012-03-03 | 1 | -1/+0 |
* | vorbisdec: read the previous window flag for long windows | Justin Ruggles | 2012-03-03 | 1 | -2/+4 |
* | vorbisdec: add a flush() function | Justin Ruggles | 2012-02-24 | 1 | -0/+12 |
* | vorbis: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | vorbis: fix overflows in floor1[] vector and inverse db table index. | Ronald S. Bultje | 2012-02-02 | 1 | -5/+5 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | vorbis: An additional defense in the Vorbis codec. | Chris Evans | 2012-01-08 | 1 | -10/+27 |
* | vorbisdec: Fix decoding bug with channel handling | Reinhard Tartler | 2012-01-07 | 1 | -1/+7 |
* | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -4/+3 |
* | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -13/+20 |
* | vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check | Justin Ruggles | 2011-11-10 | 1 | -6/+0 |
* | vorbisdec: remove unneeded buf_size==0 check | Justin Ruggles | 2011-11-10 | 1 | -3/+0 |
* | vorbisdec: return proper error codes instead of made-up ones | Justin Ruggles | 2011-11-10 | 1 | -52/+61 |
* | cosmetics: remove extra spaces before end-of-statement semi-colons | Justin Ruggles | 2011-10-23 | 1 | -6/+6 |
* | vorbisdec: check output buffer size before writing output | Justin Ruggles | 2011-10-23 | 1 | -3/+9 |
* | lavc: use avpriv_ prefix for ff_split_xiph_headers. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | doxygen: do not include license boilerplate in Doxygen documentation | Diego Biurrun | 2011-07-15 | 1 | -5/+7 |
* | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 1 | -1/+1 |
* | vorbisdec: Restore mistakenly removed debug output. | Diego Biurrun | 2011-06-07 | 1 | -0/+4 |
* | vorbis: Remove non-compiling debug statement. | Diego Biurrun | 2011-06-03 | 1 | -3/+0 |
* | vorbis: Remove pointless DEBUG #ifdef around debug output macros. | Diego Biurrun | 2011-06-03 | 1 | -6/+0 |
* | Replace #ifdef + av_log() combinations by av_dlog(). | Diego Biurrun | 2011-06-03 | 1 | -8/+5 |
* | Replace custom debug output functions by av_dlog(). | Diego Biurrun | 2011-06-03 | 1 | -93/+101 |
* | Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis | Justin Ruggles | 2011-05-18 | 1 | -5/+18 |
* | Replace int_fast integer types with their sized standard posix counterparts. | Diego Biurrun | 2011-05-12 | 1 | -75/+78 |
* | vorbis: Replace sized int_fast integer types with plain int/unsigned. | Diego Biurrun | 2011-04-29 | 1 | -119/+108 |
* | vorbisdec: Replace some sizeof(type) by sizeof(*variable). | Diego Biurrun | 2011-04-29 | 1 | -17/+24 |
* | vorbisdec: Rename silly "class_" variable to plain "class". | Diego Biurrun | 2011-04-27 | 1 | -7/+7 |
* | vorbisdec: Employ proper printf format specifiers for uint_fast32_t. | Diego Biurrun | 2011-04-25 | 1 | -1/+1 |
* | vorbis: Rename decoder/encoder files to follow general file naming scheme. | Diego Biurrun | 2011-04-23 | 1 | -0/+1668 |