| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility | Oded Shimon | 2008-12-12 | 1 | -2/+2 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | 30% faster ff_vorbis_floor1_render_list, 3% faster overall | Loren Merritt | 2008-02-09 | 1 | -15/+12 |
* | 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 | -1564/+112 |
* | loosen vorbis_enc.c dependencies by spliting vorbis.c | Aurelien Jacobs | 2007-05-10 | 1 | -152/+0 |
* | extract vorbis header spliting code into a reusable function | Aurelien Jacobs | 2007-03-25 | 1 | -27/+3 |
* | rename inverse -> ff_inverse | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -3/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead | Oded Shimon | 2006-10-01 | 1 | -25/+46 |
* | make some more functions global so they can be shared with vorbis_enc.c | Oded Shimon | 2006-10-01 | 1 | -70/+19 |
* | make ready_floor1_list() shared for vorbis_enc.c | Oded Shimon | 2006-10-01 | 1 | -61/+50 |
* | vorbis.h -> vorbis_data.c | Oded Shimon | 2006-09-30 | 1 | -8/+125 |
* | Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same... | Reimar Döffinger | 2006-09-25 | 1 | -18/+7 |
* | fix to vorbis decoder for book==0 | Oded Shimon | 2006-09-24 | 1 | -1/+1 |
* | Remove unused variable. | Diego Biurrun | 2006-09-10 | 1 | -1/+1 |
* | vorbis simd tweaks | Loren Merritt | 2006-08-11 | 1 | -1/+1 |
* | vorbis cosmetics: mdct0,mdct1 => mdct[2] | Loren Merritt | 2006-08-10 | 1 | -52/+49 |
* | misc tweaks in vorbis_residue_decode(). | Loren Merritt | 2006-08-10 | 1 | -11/+19 |
* | sse and 3dnow implementations of float->int conversion and mdct windowing. | Loren Merritt | 2006-08-10 | 1 | -45/+54 |
* | 3dnow2 implementation of imdct. | Loren Merritt | 2006-08-08 | 1 | -1/+1 |
* | another div -> fastdiv, another 2% faster vorbis. | Loren Merritt | 2006-08-03 | 1 | -1/+3 |
* | sse & sse2 implementations of vorbis channel coupling. | Loren Merritt | 2006-08-03 | 1 | -20/+27 |
* | int16_t is faster than int_fast16_t for division. | Loren Merritt | 2006-08-03 | 1 | -2/+2 |
* | Cosmetics. Add the defines needed for debug output. | Benjamin Larsson | 2006-05-11 | 1 | -0/+2 |
* | fix a crash on x86_64 | Loren Merritt | 2006-05-11 | 1 | -1/+1 |
* | vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbala... | Denes Balatoni | 2006-05-07 | 1 | -1/+3 |
* | Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false. | Uoti Urpala | 2006-04-23 | 1 | -1/+8 |
* | kill some warnings | Måns Rullgård | 2006-02-25 | 1 | -1/+1 |
* | Correct the relation between floors of type 0 and block sizes. | Alexander Strasser | 2006-02-05 | 1 | -13/+20 |
* | 10l (malloc check with the wrong pointer) | Alexander Strasser | 2006-02-04 | 1 | -7/+9 |
* | Added support for vorbis files containing floor type 0. | Alexander Strasser | 2006-02-04 | 1 | -57/+290 |
* | add static keyword to some functions | Dieter | 2006-01-30 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -1/+1 |
* | use PRIxN, %zd, %td formats where needed | Måns Rullgård | 2005-12-12 | 1 | -3/+3 |
* | decrease V_NB_BITS if possible | Michael Niedermayer | 2005-05-30 | 1 | -10/+14 |
* | more trivial optimizations | Michael Niedermayer | 2005-05-30 | 1 | -27/+27 |
* | maxdepth is supposed to be a constant, its faster if its too large then if it... | Michael Niedermayer | 2005-05-30 | 1 | -7/+7 |
* | optimizations | Michael Niedermayer | 2005-05-30 | 1 | -12/+22 |
* | faster float->short conversation | Michael Niedermayer | 2005-05-30 | 1 | -10/+12 |
* | ilog() -> av_log2() | Michael Niedermayer | 2005-05-29 | 1 | -8/+1 |
* | Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu) | Michael Niedermayer | 2005-05-29 | 1 | -2/+6 |
* | 1.) LGPL license mentioned | Denes Balatoni | 2005-05-21 | 1 | -13/+41 |
* | accept old extradata format | Måns Rullgård | 2005-05-19 | 1 | -14/+30 |
* | fix decoding of multi-channel vorbis streams | Måns Rullgård | 2005-05-19 | 1 | -2/+2 |
* | Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu) | Michael Niedermayer | 2005-05-17 | 1 | -0/+1414 |