summaryrefslogtreecommitdiffstats
path: root/libavcodec/alsdec.c
Commit message (Expand)AuthorAgeFilesLines
* alsdec/read_specific_config: check for init_get_bits failureMichael Niedermayer2013-01-281-1/+3
* alsdec: Introduce failsafe switch to keep ALSSpecificConfig consistent to the...Thilo Borgmann2013-01-061-4/+5
* alsdec: Consistently use a period at the end of error messages.Thilo Borgmann2013-01-061-14/+14
* alsdec: change channel sorting so it match reference implementationPaul B Mahol2013-01-051-2/+5
* Fix "knwon" typo and add a check in tools/patcheckPaul B Mahol2013-01-041-1/+1
* alsdec: improve warning message when invalid channel position is foundPaul B Mahol2012-12-231-1/+1
* alsdec: cosmetics after previous commitPaul B Mahol2012-12-211-8/+8
* alsdec: channel sortingPaul B Mahol2012-12-211-3/+13
* alsdec: propagate error codes in read_block()Michael Niedermayer2012-12-131-4/+5
* alsdec: make return checking for read_*_block_data() consistentMichael Niedermayer2012-12-131-1/+1
* alsdec: Use AVERROR_INVALIDDATA in read_const_block_dataMichael Niedermayer2012-12-131-1/+1
* alsdec: check block lengthMichael Niedermayer2012-12-121-2/+8
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | alsdec: fix clipping of weightings for MCC decodingThilo Borgmann2012-10-141-6/+6
* | Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer2012-10-131-3/+3
|\ \ | |/
| * Use proper return values in case of missing featuresDiego Biurrun2012-10-121-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-181-14/+17
|\ \ | |/
| * alsdec: fix misplaced parentheses.Clément Bœsch2012-09-171-1/+1
| * alsdec: check return values.Thilo Borgmann2012-09-171-5/+7
| * alsdec: fix number of decoded samples in first sub-block in BGMC mode.Thilo Borgmann2012-09-171-6/+6
| * alsdec: Fix out of ltp_gain_values read.Thilo Borgmann2012-09-171-1/+1
| * alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer2012-09-171-0/+4
| * alsdec: check opt_order.Michael Niedermayer2012-09-171-0/+5
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-181-2/+2
|\ \ | |/
| * alsdec: Check k used for rice decoder.Michael Niedermayer2012-09-171-0/+5
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Revert "alsdec: remove dead assignments"Michael Niedermayer2012-07-021-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-021-2/+2
|\ \ | |/
| * alsdec: remove dead assignmentsMans Rullgard2012-07-011-2/+2
* | alsdec.c: Also test 0 when checking rice decoder values.Carl Eugen Hoyos2012-05-051-1/+1
* | alsdec.c: Simplify error check before calling rice decoder.Carl Eugen Hoyos2012-05-051-1/+1
* | alsdec: fix number of decoded samples in first sub-block in BGMC mode.Thilo Borgmann2012-04-151-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-3/+3
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-3/+3
* | alsdec: Check k used for rice decoder.Michael Niedermayer2012-04-071-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-8/+3
|\ \ | |/
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-8/+3
* | alsdec: check return values.Thilo Borgmann2012-03-271-3/+3
* | alsdec: make sure no invalid opt_order stays in the context.Michael Niedermayer2012-03-271-0/+1
* | als: consistent messagesThilo Borgmann2012-03-261-11/+11
* | ALS error message pretty printThilo Borgmann2012-03-261-1/+1
* | alsdec: check opt_order.Michael Niedermayer2012-03-241-0/+4
* | alsdec: Fix out of ltp_gain_values read.Thilo Borgmann2012-03-111-1/+1
* | alsdec: pretty print for another log messageThilo Borgmann2012-03-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-061-1/+0
|\ \ | |/
| * alsdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-1/+0
| * als: prevent infinite loop in zero_remaining().Ronald S. Bultje2012-02-171-1/+1
* | alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer2012-02-291-0/+4
OpenPOWER on IntegriCloud