summaryrefslogtreecommitdiff
path: root/libavcodec/wavpack.c
Commit message (Expand)AuthorAge
* lavc: Use get_bitsz where neededAndreas Cadhalpun2016-01-11
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-28
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* wavpack: check that all the channels were coded.Anton Khirnov2013-05-28
* wavpack: check that there aren't too many blocks per packetAnton Khirnov2013-05-28
* wavpack: extract channel information from the bitstreamAnton Khirnov2013-05-28
* wavpack: extract sample rate from the bitstreamAnton Khirnov2013-05-28
* matroskadec: export full wavpack blocks.Anton Khirnov2013-05-28
* wavpack demuxer: export full wavpack blocks.Anton Khirnov2013-05-28
* wavpack: don't set sample format in init.Anton Khirnov2013-05-28
* wavpack: remove a useless parameter from wavpack_decode_block().Anton Khirnov2013-05-28
* wavpack: return an error on 0-sized blocksAnton Khirnov2013-05-28
* wavpack: remove a useless check.Anton Khirnov2013-05-28
* wavpack: add an error message to a failure.Anton Khirnov2013-05-28
* wavpack: return 0 instead of samples count from decoding functionsAnton Khirnov2013-05-28
* wavpack: switch to planar outputAnton Khirnov2013-05-28
* wavpack: drop redundant if/else blocksAnton Khirnov2013-05-28
* wavpack: remove the subframes codec capAnton Khirnov2013-05-28
* wavpack: check packet size earlyLuca Barbato2013-05-22
* wavpack: use bytestream2 in wavpack_decode_blockLuca Barbato2013-05-22
* wavpack: validate samples size parsed in wavpack_decode_blockLuca Barbato2013-05-18
* wavpack: return meaningful errorsLuca Barbato2013-05-18
* wavpack: K&R formatting cosmeticsLuca Barbato2013-05-18
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* wavpack: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bitHendrik Leppkes2012-07-23
* wavpack: Fix an integer overflowDerek Buitenhuis2012-03-02
* wavpack: Don't shift minclip/maxclipDerek Buitenhuis2012-02-23
* wavpack: add needed braces for 2 statements inside an if blockJustin Ruggles2012-02-10
* wavpack: allow user to disable CRC checkingPaul B Mahol2012-02-10
* wavpack: fix clipping for 32-bit lossy modeKostya Shishkov2012-01-15
* wavpack: fix typos in previous cosmetic clean-up commitJustin Ruggles2012-01-02
* wavpack: cosmetics: K&R pretty-printingJustin Ruggles2012-01-02
* wavpack: determine sample_fmt before requesting a bufferHendrik Leppkes2012-01-01
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* wavpack: Fix 32-bit clippingDerek Buitenhuis2011-12-16
* wavpack: Clip samples after shiftingDerek Buitenhuis2011-12-16
* wavpack: Properly clip samples during lossy decodeDerek Buitenhuis2011-12-03
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* wavpack: calculate bpp using av_get_bytes_per_sample()Justin Ruggles2011-10-23
* wavpack: Reset internal state on corrupted blocksLaurent Aimar2011-10-07
* Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar2011-09-10
* wavpack: Check error codes rather than working around error conditions.Alex Converse2011-09-08
* Fixed invalid access in wavpack decoder on corrupted bitstream.Laurent Aimar2011-09-08
* Fixed invalid writes in wavpack decoder on corrupted bitstreams.Laurent Aimar2011-09-08