]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/vorbis_dec.c
indent
[frescor/ffmpeg.git] / libavcodec / vorbis_dec.c
2009-10-28 reimarvorbis_dec: factor out duplicated code for index readin...
2009-10-03 superdumpReindent after channel layout commit from yesterday
2009-10-02 superdumpAdd vorbis channel layout support according to those...
2009-09-29 diegowhitespace cosmetics, prettyprinting, K&R coding style
2009-09-28 diegosome more linebreak and brace placement cosmetics
2009-09-28 diegobrace placement and linebreak cosmetics
2009-09-23 reimarFix format string to match the types printed.
2009-09-23 michaelCheck submap indexes.
2009-09-23 michaelMake error return sign consistent.
2009-09-23 michaelCheck begin/end/partition_size.
2009-09-23 michaelCheck res_setup->books.
2009-09-23 michaelCheck masterbook index and subclass book index.
2009-09-23 michaelAdd checks for per-packet mode indexes and per-header...
2009-09-23 michaelCheck classbook value.
2009-09-23 michaelFix book_idx check.
2009-09-23 michaelSanity checks for magnitude and angle.
2009-09-23 michael= -> == typo.
2009-09-23 michaelCheck dimensions against 0 too.
2009-09-23 michaelCheck validity of channels & samplerate.
2009-09-20 mruMerge FFTContext and MDCTContext
2009-07-08 reimarMake sure that values generated for ff_vorbis_len2vlc in
2009-05-20 sergeUse iMDCT output scaling to simplify ffvorbis and make...
2009-05-20 sergeFix for a problem with inverted sign of output data...
2009-05-16 sergeSupport for getting (i)MDCT output multiplied by a...
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...