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