| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that values generated for ff_vorbis_len2vlc in | Reimar Döffinger | 2009-07-08 | 1 | -1/+1 |
* | Use iMDCT output scaling to simplify ffvorbis and make it slightly faster. | Siarhei Siamashka | 2009-05-20 | 1 | -19/+3 |
* | Fix for a problem with inverted sign of output data from ffvorbis decoder. | Siarhei Siamashka | 2009-05-20 | 1 | -2/+2 |
* | Support for getting (i)MDCT output multiplied by a constant scaling factor. | Siarhei Siamashka | 2009-05-16 | 1 | -2/+2 |
* | Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine") | Siarhei Siamashka | 2009-05-14 | 1 | -1/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility | Oded Shimon | 2008-12-12 | 1 | -2/+2 |
* | Fix memleak for currupt input. | Carl Eugen Hoyos | 2008-10-01 | 1 | -0/+1 |
* | Interleaved forward/backward channels processing in order to increase chances | Siarhei Siamashka | 2008-10-01 | 1 | -9/+7 |
* | Optimize vorbis_residue_decode() so that vr->type is a constant. | Michael Niedermayer | 2008-08-31 | 1 | -9/+20 |
* | mdct wrapper function to match fft | Loren Merritt | 2008-08-12 | 1 | -1/+1 |
* | optimize imdct_half: | Loren Merritt | 2008-08-12 | 1 | -5/+5 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | r14205 broke vorbis float_to_int on ppc | Loren Merritt | 2008-07-29 | 1 | -1/+1 |
* | 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 |