summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis.c
Commit message (Expand)AuthorAge
* fix the remaining ogv segfaults from issue 1240. Reinhard Tartler2010-02-26
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon2008-12-12
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* 30% faster ff_vorbis_floor1_render_list, 3% faster overallLoren Merritt2008-02-09
* license header consistency cosmeticsDiego Biurrun2007-07-05
* rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.cAurelien Jacobs2007-05-10
* loosen vorbis_enc.c dependencies by spliting vorbis.cAurelien Jacobs2007-05-10
* extract vorbis header spliting code into a reusable functionAurelien Jacobs2007-03-25
* rename inverse -> ff_inverseMåns Rullgård2006-11-12
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* remove render_line from vorbis.h, add ff_vorbis_floor1_render_list insteadOded Shimon2006-10-01
* make some more functions global so they can be shared with vorbis_enc.cOded Shimon2006-10-01
* make ready_floor1_list() shared for vorbis_enc.cOded Shimon2006-10-01
* vorbis.h -> vorbis_data.cOded Shimon2006-09-30
* Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same...Reimar Döffinger2006-09-25
* fix to vorbis decoder for book==0Oded Shimon2006-09-24
* Remove unused variable.Diego Biurrun2006-09-10
* vorbis simd tweaksLoren Merritt2006-08-11
* vorbis cosmetics: mdct0,mdct1 => mdct[2]Loren Merritt2006-08-10
* misc tweaks in vorbis_residue_decode().Loren Merritt2006-08-10
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-10
* 3dnow2 implementation of imdct.Loren Merritt2006-08-08
* another div -> fastdiv, another 2% faster vorbis.Loren Merritt2006-08-03
* sse & sse2 implementations of vorbis channel coupling.Loren Merritt2006-08-03
* int16_t is faster than int_fast16_t for division.Loren Merritt2006-08-03
* Cosmetics. Add the defines needed for debug output.Benjamin Larsson2006-05-11
* fix a crash on x86_64Loren Merritt2006-05-11
* vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbala...Denes Balatoni2006-05-07
* Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false.Uoti Urpala2006-04-23
* kill some warningsMåns Rullgård2006-02-25
* Correct the relation between floors of type 0 and block sizes.Alexander Strasser2006-02-05
* 10l (malloc check with the wrong pointer)Alexander Strasser2006-02-04
* Added support for vorbis files containing floor type 0.Alexander Strasser2006-02-04
* add static keyword to some functionsDieter2006-01-30
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* decrease V_NB_BITS if possibleMichael Niedermayer2005-05-30
* more trivial optimizationsMichael Niedermayer2005-05-30
* maxdepth is supposed to be a constant, its faster if its too large then if it...Michael Niedermayer2005-05-30
* optimizationsMichael Niedermayer2005-05-30
* faster float->short conversationMichael Niedermayer2005-05-30
* ilog() -> av_log2()Michael Niedermayer2005-05-29
* Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)Michael Niedermayer2005-05-29
* 1.) LGPL license mentionedDenes Balatoni2005-05-21
* accept old extradata formatMåns Rullgård2005-05-19
* fix decoding of multi-channel vorbis streamsMåns Rullgård2005-05-19
* Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)Michael Niedermayer2005-05-17