| Commit message (Expand) | Author | Age | Files | Lines |
* | float_to_int16_interleave: change src to an array of pointers instead of assu... | Loren Merritt | 2008-07-16 | 1 | -1/+5 |
* | vorbis: reduce memory by reusing buffers | Loren Merritt | 2008-07-15 | 1 | -15/+9 |
* | unroll another common case in vorbis_residue_decode | Loren Merritt | 2008-07-15 | 1 | -0/+8 |
* | exploit mdct symmetry | Loren Merritt | 2008-07-13 | 1 | -10/+10 |
* | simplify vorbis windowing | Loren Merritt | 2008-07-13 | 1 | -72/+39 |
* | Set frame_size to the gcd of what the decoder can output. | Michael Niedermayer | 2008-06-25 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Remove one more set of useless parentheses from a return call. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Initialize "saved" buffer to zero. | Benoit Fouet | 2008-01-04 | 1 | -1/+1 |
* | stupid code (casting of void*) found by checktree.sh | Michael Niedermayer | 2007-12-01 | 1 | -18/+18 |
* | fix issue130 | Michael Niedermayer | 2007-10-31 | 1 | -0/+1 |
* | use skip_bits where appropriate | Alex Beregszaszi | 2007-08-09 | 1 | -1/+1 |
* | use get_bits1(..) instead get_bits(.., 1) | Alex Beregszaszi | 2007-08-09 | 1 | -1/+1 |
* | Don't segfault if an empty codebook gets used. | Denes Balatoni | 2007-07-17 | 1 | -2/+2 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c | Aurelien Jacobs | 2007-05-10 | 1 | -0/+1638 |