78 Commits (3fca0d72105a607926adea702065b1a00adb0b5d)

Author SHA1 Message Date
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
Kostya Shishkov 4ba8c521b1 WavPack decoder: implement flush function 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Anton Khirnov c2fcd0a7a4 Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Kostya dacbcd170a reindent after last commit 14 years ago
Kostya 3bdc886c22 Extend WavPack demuxer and decoder to support >2 channel audio 14 years ago
Kostya Shishkov c392cc0a64 Limit number of samples decoded for WavPack mono mode, so decoded samples will 14 years ago
Carl Eugen Hoyos b82579a6ec Fail more gracefully for multichannel wavpack in another container. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Kostya Shishkov aa170ed625 cosmetics: reindent after last commit 15 years ago
Kostya Shishkov 965828bb66 Since WavPack chunk can contain more samples than FFmpeg is guaranteed to 15 years ago
Ronald S. Bultje 6e44ba1550 Use get_bits_left() instead of size_in_bits - get_bits_count(). 15 years ago
Sascha Sommer d859bb1db0 Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes 15 years ago
Laurent Aimar 992f7db060 Add floating point audio decoding to WavPack decoder. 16 years ago
Laurent Aimar cabb81113a Prepare WavPack decoder to support floating point output. 16 years ago
Laurent Aimar 3cb088868c Factorize out integer sample value decoding for WavPack. 16 years ago
Laurent Aimar 66311f86d4 Check whether extra bits block has enough data. 16 years ago
Benjamin Larsson 10c773c12f Remove dead assignments found by CSA 16 years ago
Laurent Aimar 418f77ec6e Decode extended bitstream for high-precision WavPack files. 16 years ago
Laurent Aimar 60294c593e Correctly update output sample format in wavpack decoder. 16 years ago
Kostya Shishkov 29ee635503 Merge decoding functions for all bitdepths in WavPack decoder 16 years ago
Kostya Shishkov 6e0f746d3e Handle WavPack INT32INFO chunks with nonzero post shift 16 years ago