| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
* | Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec | Robert Swain | 2010-01-29 | 1 | -2/+2 |
* | More sane error message when extradata has not been set. | Michael Niedermayer | 2009-12-18 | 1 | -1/+1 |
* | vorbis_dec: factor out duplicated code for index reading, bounds checking and | Reimar Döffinger | 2009-10-28 | 1 | -58/+26 |
* | Reindent after channel layout commit from yesterday | Robert Swain | 2009-10-03 | 1 | -2/+2 |
* | Add vorbis channel layout support according to those defined in the Vorbis I | Robert Swain | 2009-10-02 | 1 | -0/+13 |
* | whitespace cosmetics, prettyprinting, K&R coding style | Diego Biurrun | 2009-09-29 | 1 | -568/+563 |
* | some more linebreak and brace placement cosmetics | Diego Biurrun | 2009-09-28 | 1 | -3/+3 |
* | brace placement and linebreak cosmetics | Diego Biurrun | 2009-09-28 | 1 | -89/+99 |
* | Fix format string to match the types printed. | Reimar Döffinger | 2009-09-23 | 1 | -1/+1 |
* | Check submap indexes. | Google Chrome | 2009-09-23 | 1 | -2/+13 |
* | Make error return sign consistent. | Michael Niedermayer | 2009-09-23 | 1 | -30/+30 |
* | Check begin/end/partition_size. | Google Chrome | 2009-09-23 | 1 | -0/+9 |
* | Check res_setup->books. | Google Chrome | 2009-09-23 | 1 | -1/+6 |
* | Check masterbook index and subclass book index. | Google Chrome | 2009-09-23 | 1 | -2/+12 |
* | Add checks for per-packet mode indexes and per-header mode mapping indexes. | Google Chrome | 2009-09-23 | 1 | -1/+9 |
* | Check classbook value. | Google Chrome | 2009-09-23 | 1 | -0/+4 |
* | Fix book_idx check. | Google Chrome | 2009-09-23 | 1 | -3/+2 |
* | Sanity checks for magnitude and angle. | Google Chrome | 2009-09-23 | 1 | -1/+8 |
* | = -> == typo. | Google Chrome | 2009-09-23 | 1 | -1/+1 |
* | Check dimensions against 0 too. | Michael Niedermayer | 2009-09-23 | 1 | -2/+2 |
* | Check validity of channels & samplerate. | Michael Niedermayer | 2009-09-23 | 1 | -2/+10 |
* | Merge FFTContext and MDCTContext | Måns Rullgård | 2009-09-20 | 1 | -1/+1 |
* | 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 |