136 Commits (a4f27a3f579b0114a58943b5466042ee83ed53b7)

Author SHA1 Message Date
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Michael Niedermayer 18f94df8af avcodec/alsdec: check predictor order against block length 11 years ago
Michael Niedermayer 5c74fa6ce0 avcodec/alsdec: skip cases where the master channel equals the current channel 11 years ago
Reinhard Tartler 2a0fb7286d alsdec: check block length 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
Thilo Borgmann 6a64b23d93 Update my email address. 11 years ago
Michael Niedermayer 800637709c alsdec: minor simplification in read_block() 11 years ago
Luca Barbato ca488ad480 alsdec: Clean up error paths 11 years ago
Luca Barbato 70ecc175c7 alsdec: Fix the clipping range 11 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 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 9b0b355e97 als: decode directly to the user-provided AVFrame 12 years ago
Michael Niedermayer 4484c722f6 alsdec/read_specific_config: check for init_get_bits failure 12 years ago
Thilo Borgmann bfde6e5c02 alsdec: Introduce failsafe switch to keep ALSSpecificConfig consistent to the input. 12 years ago
Thilo Borgmann 95f81159de alsdec: Consistently use a period at the end of error messages. 12 years ago
Paul B Mahol d4211c4722 alsdec: change channel sorting so it match reference implementation 12 years ago
Paul B Mahol d885cc41e5 Fix "knwon" typo and add a check in tools/patcheck 12 years ago
Paul B Mahol 98fed176cf alsdec: improve warning message when invalid channel position is found 12 years ago
Paul B Mahol fb3f28ee28 alsdec: cosmetics after previous commit 12 years ago
Paul B Mahol ae27b70b9d alsdec: channel sorting 12 years ago
Michael Niedermayer 1818a1130d alsdec: propagate error codes in read_block() 12 years ago
Michael Niedermayer 0213d5ad86 alsdec: make return checking for read_*_block_data() consistent 12 years ago
Michael Niedermayer 79bfba14b7 alsdec: Use AVERROR_INVALIDDATA in read_const_block_data 12 years ago
Michael Niedermayer 0ceca269b6 alsdec: check block length 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Thilo Borgmann feaff427c0 alsdec: fix clipping of weightings for MCC decoding 12 years ago
Diego Biurrun 717addecad Use proper return values in case of missing features 12 years ago
Clément Bœsch ee0f53e966 alsdec: fix misplaced parentheses. 12 years ago
Thilo Borgmann ac3f5a6879 alsdec: check return values. 12 years ago
Thilo Borgmann 66197988b1 alsdec: fix number of decoded samples in first sub-block in BGMC mode. 12 years ago
Thilo Borgmann 97f0efbfb8 alsdec: Fix out of ltp_gain_values read. 12 years ago
Michael Niedermayer 5b051ec3bd alsdec: Check that quantized parcor coeffs are within range. 12 years ago
Michael Niedermayer 23aae62c2c alsdec: Check k used for rice decoder. 12 years ago
Michael Niedermayer 9853e41aa0 alsdec: check opt_order. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer b2527d5d5a Revert "alsdec: remove dead assignments" 13 years ago
Mans Rullgard 4ca6d206d1 alsdec: remove dead assignments 13 years ago
Carl Eugen Hoyos 396d2aecc5 alsdec.c: Also test 0 when checking rice decoder values. 13 years ago
Carl Eugen Hoyos 849172882c alsdec.c: Simplify error check before calling rice decoder. 13 years ago
Thilo Borgmann 2837d8dc27 alsdec: fix number of decoded samples in first sub-block in BGMC mode. 13 years ago
Michael Niedermayer 6c3d6a214c alsdec: Check k used for rice decoder. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Thilo Borgmann 7ea948bac3 alsdec: check return values. 13 years ago
Michael Niedermayer dfacef9e73 alsdec: make sure no invalid opt_order stays in the context. 13 years ago
Thilo Borgmann 5afd9a80db als: consistent messages 13 years ago
Thilo Borgmann 04dc7e7e5e ALS error message pretty print 13 years ago