]> git.sesse.net Git - ffmpeg/history - libavcodec/vorbis_dec.c
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavcodec / vorbis_dec.c
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-12 Oded ShimonRename all vorbis encoder related typedefs to not use...
2008-10-01 Carl Eugen HoyosFix memleak for currupt input.
2008-10-01 Siarhei SiamashkaInterleaved forward/backward channels processing in...
2008-08-31 Michael NiedermayerOptimize vorbis_residue_decode() so that vr->type is...
2008-08-12 Loren Merrittmdct wrapper function to match fft
2008-08-12 Loren Merrittoptimize imdct_half:
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-29 Loren Merrittr14205 broke vorbis float_to_int on ppc
2008-07-16 Loren Merrittfloat_to_int16_interleave: change src to an array of...
2008-07-15 Loren Merrittvorbis: reduce memory by reusing buffers
2008-07-15 Loren Merrittunroll another common case in vorbis_residue_decode
2008-07-13 Loren Merrittexploit mdct symmetry
2008-07-13 Loren Merrittsimplify vorbis windowing
2008-06-25 Michael NiedermayerSet frame_size to the gcd of what the decoder can output.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-06 Diego BiurrunRemove one more set of useless parentheses from a retur...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2008-01-04 Benoit FouetInitialize "saved" buffer to zero.
2007-12-01 Michael Niedermayerstupid code (casting of void*) found by checktree.sh
2007-10-31 Michael Niedermayerfix issue130
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-07-17 Denes BalatoniDon't segfault if an empty codebook gets used.
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-10 Aurelien Jacobsrename vorbis.c to vorbis_dec.c and vorbis_common.c...