]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/wavpack.c
Use full internal pathname in doxygen @file directives.
[frescor/ffmpeg.git] / libavcodec / wavpack.c
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