]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/wavpack.c
Factorize out integer sample value decoding for WavPack.
[frescor/ffmpeg.git] / libavcodec / wavpack.c
2009-05-05 kostyaFactorize out integer sample value decoding for WavPack.
2009-05-03 kostyaCheck whether extra bits block has enough data.
2009-05-02 bananRemove dead assignments found by CSA
2009-05-02 kostyaDecode extended bitstream for high-precision WavPack...
2009-04-26 kostyaCorrectly update output sample format in wavpack decoder.
2009-04-24 kostyaMerge decoding functions for all bitdepths in WavPack...
2009-04-23 kostyaHandle WavPack INT32INFO chunks with nonzero post shift
2009-04-23 kostyaAdd functions for decoding >16 bits WavPack files.
2009-04-23 kostyaShift 9-15 bit samples to use full 16-bit range.
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.
2009-01-16 kostyaWavPack hybrid mode support
2008-11-19 kostyaAdd channel layout to several audio decoders I maintain
2008-07-31 prossModify all codecs to report their supported input and...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
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
2007-11-25 aurelremove some empty close/init functions in avcodec
2007-08-26 aureladd get_unary_0_33() to help gcc with inlining
2007-08-26 aurelmove get_unary() to it's own file
2007-08-13 kostyaSupport for WavPack version 0x410 (false stereo chunks)
2007-08-13 kostyaRename flag for consistency with the next commit
2007-08-08 alexuse get_unary from bitstream.h
2007-08-05 kostyaAdd the handling of the INT32INFO block to the WavPack...
2007-03-20 kostyaCorrectly handle data_size on decoding
2007-01-27 kostyaCoded residual in WavPack may be > 0xFFFF
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-08 mrurename always_inline to av_always_inline and move to...
2006-10-15 kostyaIgnore blocks with no samples and flags (but usually...
2006-10-14 kostyaMove block size check to decoder
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-28 kostyaHandle case of get_bits(0)
2006-09-26 kostyaWavPack lossless audio decoder