104 Commits (ed1a11ed52bbd1f15bb9b0416d69b7924bee3191)

Author SHA1 Message Date
Anton Khirnov 23a211cbba lavc: change all decoders to behave consistently with AV_EF_CRCCHECK. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Anton Khirnov 89806691b1 wavpack: check that all the channels were coded. 12 years ago
Anton Khirnov eae1b8451a wavpack: check that there aren't too many blocks per packet 12 years ago
Anton Khirnov 7d039e70a5 wavpack: extract channel information from the bitstream 12 years ago
Anton Khirnov 78f75b6fa4 wavpack: extract sample rate from the bitstream 12 years ago
Anton Khirnov 9b6f47c448 matroskadec: export full wavpack blocks. 12 years ago
Anton Khirnov 5074f4545c wavpack demuxer: export full wavpack blocks. 12 years ago
Anton Khirnov 72dee5f40b wavpack: don't set sample format in init. 12 years ago
Anton Khirnov 35596bd4f4 wavpack: remove a useless parameter from wavpack_decode_block(). 12 years ago
Anton Khirnov d1bec4be22 wavpack: return an error on 0-sized blocks 12 years ago
Anton Khirnov 1d177200ce wavpack: remove a useless check. 12 years ago
Anton Khirnov 0f3a0b24dd wavpack: add an error message to a failure. 12 years ago
Anton Khirnov 474fb0c9d9 wavpack: return 0 instead of samples count from decoding functions 12 years ago
Anton Khirnov 528daa3990 wavpack: switch to planar output 12 years ago
Anton Khirnov a7ec3a9a4e wavpack: drop redundant if/else blocks 12 years ago
Anton Khirnov 7b44c99180 wavpack: remove the subframes codec cap 12 years ago
Luca Barbato fd06291239 wavpack: check packet size early 12 years ago
Luca Barbato 3f0b6d7a62 wavpack: use bytestream2 in wavpack_decode_block 12 years ago
Luca Barbato ed50673066 wavpack: validate samples size parsed in wavpack_decode_block 12 years ago
Luca Barbato 8c34558131 wavpack: return meaningful errors 12 years ago
Luca Barbato 0f689a3d97 wavpack: K&R formatting cosmetics 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Justin Ruggles 9873d71f31 wavpack: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Hendrik Leppkes 37c6ad2345 wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bit 12 years ago
Derek Buitenhuis f604eab30a wavpack: Fix an integer overflow 13 years ago
Derek Buitenhuis 480b133e6f wavpack: Don't shift minclip/maxclip 13 years ago
Justin Ruggles 9d7cee50aa wavpack: add needed braces for 2 statements inside an if block 13 years ago
Paul B Mahol c388558d31 wavpack: allow user to disable CRC checking 13 years ago
Kostya Shishkov e6e7bfc11e wavpack: fix clipping for 32-bit lossy mode 13 years ago
Justin Ruggles 3a1867deac wavpack: fix typos in previous cosmetic clean-up commit 13 years ago
Justin Ruggles 513c238fa9 wavpack: cosmetics: K&R pretty-printing 13 years ago
Hendrik Leppkes 14165fe125 wavpack: determine sample_fmt before requesting a buffer 13 years ago
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
Derek Buitenhuis bb9747c8ee wavpack: Fix 32-bit clipping 13 years ago
Derek Buitenhuis 365e1ec26d wavpack: Clip samples after shifting 13 years ago
Derek Buitenhuis a548b6cbfc wavpack: Properly clip samples during lossy decode 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles d2604f9260 wavpack: calculate bpp using av_get_bytes_per_sample() 13 years ago
Laurent Aimar 2c6cf13940 wavpack: Reset internal state on corrupted blocks 13 years ago
Laurent Aimar 8bfea4ab4e Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks. 13 years ago
Alex Converse dba2b63a98 wavpack: Check error codes rather than working around error conditions. 13 years ago
Laurent Aimar 55354b7de2 Fixed invalid access in wavpack decoder on corrupted bitstream. 13 years ago
Laurent Aimar 0aedab0340 Fixed invalid writes in wavpack decoder on corrupted bitstreams. 13 years ago
Laurent Aimar beefafda63 Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks. 13 years ago
Kostya Shishkov bcd4aa8bec wavpack: fix wrong return value in wavpack_decode_block() 13 years ago
Kostya Shishkov 9bc4e21a9b wavpack: use context reset in appropriate places 13 years ago