]> git.sesse.net Git - ffmpeg/history - libavcodec/wavpack.c
Apply 'cold' attribute to init/uninit functions in libavcodec
[ffmpeg] / libavcodec / wavpack.c
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-11-25 Aurelien Jacobsremove some empty close/init functions in avcodec
2007-08-26 Aurelien Jacobsadd get_unary_0_33() to help gcc with inlining
2007-08-26 Aurelien Jacobsmove get_unary() to its own file
2007-08-13 David BryantSupport for WavPack version 0x410 (false stereo chunks)
2007-08-13 Kostya ShishkovRename flag for consistency with the next commit
2007-08-08 Alex Beregszasziuse get_unary from bitstream.h
2007-08-05 David BryantAdd the handling of the INT32INFO block to the WavPack...
2007-03-20 Kostya ShishkovCorrectly handle data_size on decoding
2007-01-27 Kostya ShishkovCoded residual in WavPack may be > 0xFFFF
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-10-15 Kostya ShishkovIgnore blocks with no samples and flags (but usually...
2006-10-14 Kostya ShishkovMove block size check to decoder
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-28 Kostya ShishkovHandle case of get_bits(0)
2006-09-26 Kostya ShishkovWavPack lossless audio decoder