summaryrefslogtreecommitdiff
path: root/libavcodec/wavpack.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* WavPack hybrid mode supportKostya Shishkov2009-01-16
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-19
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* remove some empty close/init functions in avcodecAurelien Jacobs2007-11-25
* add get_unary_0_33() to help gcc with inliningAurelien Jacobs2007-08-26
* move get_unary() to its own fileAurelien Jacobs2007-08-26
* Support for WavPack version 0x410 (false stereo chunks)David Bryant2007-08-13
* Rename flag for consistency with the next commitKostya Shishkov2007-08-13
* use get_unary from bitstream.hAlex Beregszaszi2007-08-08
* Add the handling of the INT32INFO block to the WavPack decoder.David Bryant2007-08-05
* Correctly handle data_size on decodingKostya Shishkov2007-03-20
* Coded residual in WavPack may be > 0xFFFFKostya Shishkov2007-01-27
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* Ignore blocks with no samples and flags (but usually with MD5 sum)Kostya Shishkov2006-10-15
* Move block size check to decoderKostya Shishkov2006-10-14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Handle case of get_bits(0)Kostya Shishkov2006-09-28
* WavPack lossless audio decoderKostya Shishkov2006-09-26