]> git.sesse.net Git - ffmpeg/history - libavcodec/vorbis_dec.c
remove useless wrapper func
[ffmpeg] / libavcodec / vorbis_dec.c
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...