summaryrefslogtreecommitdiff
path: root/libavcodec/wavpack.c
Commit message (Expand)AuthorAge
...
* 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