summaryrefslogtreecommitdiffstats
path: root/libavcodec/wavpack.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-281-3/+5
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* wavpack: check that all the channels were coded.Anton Khirnov2013-05-281-0/+5
* wavpack: check that there aren't too many blocks per packetAnton Khirnov2013-05-281-0/+5
* wavpack: extract channel information from the bitstreamAnton Khirnov2013-05-281-17/+18
* wavpack: extract sample rate from the bitstreamAnton Khirnov2013-05-281-23/+43
* matroskadec: export full wavpack blocks.Anton Khirnov2013-05-281-40/+12
* wavpack demuxer: export full wavpack blocks.Anton Khirnov2013-05-281-19/+14
* wavpack: don't set sample format in init.Anton Khirnov2013-05-281-4/+1
* wavpack: remove a useless parameter from wavpack_decode_block().Anton Khirnov2013-05-281-5/+4
* wavpack: return an error on 0-sized blocksAnton Khirnov2013-05-281-6/+1
* wavpack: remove a useless check.Anton Khirnov2013-05-281-5/+0
* wavpack: add an error message to a failure.Anton Khirnov2013-05-281-1/+4
* wavpack: return 0 instead of samples count from decoding functionsAnton Khirnov2013-05-281-15/+14
* wavpack: switch to planar outputAnton Khirnov2013-05-281-76/+44
* wavpack: drop redundant if/else blocksAnton Khirnov2013-05-281-14/+2
* wavpack: remove the subframes codec capAnton Khirnov2013-05-281-1/+1
* wavpack: check packet size earlyLuca Barbato2013-05-221-0/+3
* wavpack: use bytestream2 in wavpack_decode_blockLuca Barbato2013-05-221-83/+83
* wavpack: validate samples size parsed in wavpack_decode_blockLuca Barbato2013-05-181-0/+3
* wavpack: return meaningful errorsLuca Barbato2013-05-181-16/+16
* wavpack: K&R formatting cosmeticsLuca Barbato2013-05-181-126/+159
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* wavpack: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-10/+4
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bitHendrik Leppkes2012-07-231-0/+1
* wavpack: Fix an integer overflowDerek Buitenhuis2012-03-021-1/+1
* wavpack: Don't shift minclip/maxclipDerek Buitenhuis2012-02-231-2/+2
* wavpack: add needed braces for 2 statements inside an if blockJustin Ruggles2012-02-101-1/+2
* wavpack: allow user to disable CRC checkingPaul B Mahol2012-02-101-16/+21
* wavpack: fix clipping for 32-bit lossy modeKostya Shishkov2012-01-151-8/+19
* wavpack: fix typos in previous cosmetic clean-up commitJustin Ruggles2012-01-021-2/+2
* wavpack: cosmetics: K&R pretty-printingJustin Ruggles2012-01-021-322/+337
* wavpack: determine sample_fmt before requesting a bufferHendrik Leppkes2012-01-011-13/+18
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* wavpack: Fix 32-bit clippingDerek Buitenhuis2011-12-161-2/+2
* wavpack: Clip samples after shiftingDerek Buitenhuis2011-12-161-2/+2
* wavpack: Properly clip samples during lossy decodeDerek Buitenhuis2011-12-031-2/+9
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-72/+44
* wavpack: calculate bpp using av_get_bytes_per_sample()Justin Ruggles2011-10-231-3/+1
* wavpack: Reset internal state on corrupted blocksLaurent Aimar2011-10-071-10/+13
* Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar2011-09-101-2/+3
* wavpack: Check error codes rather than working around error conditions.Alex Converse2011-09-081-3/+10
* Fixed invalid access in wavpack decoder on corrupted bitstream.Laurent Aimar2011-09-081-14/+35
* Fixed invalid writes in wavpack decoder on corrupted bitstreams.Laurent Aimar2011-09-081-3/+3
* Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.Laurent Aimar2011-09-081-1/+1
* wavpack: fix wrong return value in wavpack_decode_block()Kostya Shishkov2011-09-051-1/+1
* wavpack: use context reset in appropriate placesKostya Shishkov2011-09-051-3/+4
OpenPOWER on IntegriCloud