]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/vorbis_dec.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / vorbis_dec.c
2009-05-14 sergeFix for issue #829 ("ffvorbis outputs crackling sound...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-12-12 ods15Rename all vorbis encoder related typedefs to not use...
2008-10-01 cehoyosFix memleak for currupt input.
2008-10-01 benoitInterleaved forward/backward channels processing in...
2008-08-31 michaelOptimize vorbis_residue_decode() so that vr->type is...
2008-08-12 lorenmmdct wrapper function to match fft
2008-08-12 lorenmoptimize imdct_half:
2008-07-31 prossModify all codecs to report their supported input and...
2008-07-29 lorenmr14205 broke vorbis float_to_int on ppc
2008-07-16 lorenmfloat_to_int16_interleave: change src to an array of...
2008-07-15 lorenmvorbis: reduce memory by reusing buffers
2008-07-15 lorenmunroll another common case in vorbis_residue_decode
2008-07-13 lorenmexploit mdct symmetry
2008-07-13 lorenmsimplify vorbis windowing
2008-06-25 michaelSet frame_size to the gcd of what the decoder can output.
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-06 diegoRemove one more set of useless parentheses from a retur...
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-01 michaelconst
2008-01-04 benoitInitialize "saved" buffer to zero.
2007-12-01 michaelstupid code (casting of void*) found by checktree.sh
2007-10-31 michaelfix issue130
2007-08-09 alexuse skip_bits where appropriate
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-07-17 benoitDon't segfault if an empty codebook gets used.
2007-07-05 diegolicense header consistency cosmetics
2007-05-10 aurelrename vorbis.c to vorbis_dec.c and vorbis_common.c...