168 Commits (cd4d6cba122b2d79da8667fa787919b734fa8133)

Author SHA1 Message Date
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
Michael Niedermayer 9d3032b960 alsdec: check opt_order. 13 years ago
Thilo Borgmann 599881b028 alsdec: Fix out of ltp_gain_values read. 13 years ago
Thilo Borgmann daeffccd98 alsdec: pretty print for another log message 13 years ago
Justin Ruggles 0efa4073bf alsdec: do not set AVCodecContext.frame_size 13 years ago
Michael Niedermayer 8534881a38 alsdec: Check that quantized parcor coeffs are within range. 13 years ago
Ronald S. Bultje af468015d9 als: prevent infinite loop in zero_remaining(). 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Philippe Saint-Pierre f0f2babca2 Fix possible infinite loop decoding als. 13 years ago
Janne Grunau fd095539d1 latmdec: fix audio specific config parsing 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Clément Bœsch 2f0f9a87d0 Fix various if parenthesis misplacements. 13 years ago
Michael Niedermayer 919c00ba5a alsdec: update checked AV_EF flags. 13 years ago
Dustin Brody 9abc98737f lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition 13 years ago
Anton Khirnov 59a9a23581 lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago