173 Commits (b79bccba80129154121307a7754f69911bca2163)

Author SHA1 Message Date
Michael Niedermayer 95953c1cfd avcodec/wavpack fix *void pointer arithmetic 11 years ago
Michael Niedermayer 866c44d4b0 avcodec/wavpack: clear remainder of data in case of error in wv_unpack_mono/stereo() 11 years ago
Paul B Mahol 82e576046c avcodec/wavpack: use init_get_bits8() 11 years ago
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
Paul B Mahol 93f4277714 WavPack encoder 11 years ago
Paul B Mahol ff0bdf9375 lavc: copy AVCodecContext for threads 12 years ago
Paul B Mahol b94f045b18 wavpack: add missing .\n to entropy error message 12 years ago
Paul B Mahol 9684d7f1a2 wavpack: frame multi-threading support 12 years ago
Paul B Mahol a44d39ae42 wavpack: remove redundant error log message 12 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
Michael Niedermayer 107e9e4432 wavpack: Properly check channel index, dont write out of arrays 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
Michael Niedermayer ac2c52174f avcodec/wavpack: remove ;; 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
Michael Niedermayer c6831e2a70 wavpack: check K, fix assertion failure 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 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
Michael Niedermayer 8d06be6b8c wavpack: check pointer to avoid overreading input buffer 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer d8a1eb11b7 wavpack: check the blocks sample count, fix out of array accesses 12 years ago
Michael Niedermayer 580021cfc4 wavpack: check ch_offset 12 years ago
Michael Niedermayer be818df547 wavpack: fix out of array access 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Paul B Mahol 4744f67d4f wavpack: check if number of samples is not too big 12 years ago
Paul B Mahol 0fe8c9f458 wavpack: use more meaningful error codes 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
Hendrik Leppkes 07d49437d5 wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bit 13 years ago
Derek Buitenhuis f604eab30a wavpack: Fix an integer overflow 13 years ago
Derek Buitenhuis 83c418e68e wavpack: Fix an integer overflow 13 years ago
Michael Niedermayer 32e74395a8 Revert "Improve decoding quality for lossy wavpack." 13 years ago