aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/alsdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b143844ea0f6246e0d5a938d743e2e8a98453bec' into release/0.8Michael Niedermayer2013-01-171-8/+12
|\
| * alsdec: fix number of decoded samples in first sub-block in BGMC mode.Thilo Borgmann2013-01-041-6/+6
| * alsdec: remove dead assignmentsMans Rullgard2013-01-041-2/+2
| * alsdec: Fix out of ltp_gain_values read.Thilo Borgmann2013-01-041-1/+1
| * alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer2013-01-041-0/+4
* | Merge commit 'aa45b90804ab21175b8c116bd8e5eb4b4e85fbcb' into release/0.8Michael Niedermayer2013-01-171-0/+5
|\|
| * alsdec: Check k used for rice decoder.Michael Niedermayer2013-01-041-0/+5
* | Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer2012-10-161-0/+5
|\|
| * alsdec: check opt_order.Michael Niedermayer2012-10-061-0/+5
* | Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer2012-04-021-1/+1
|\|
| * als: prevent infinite loop in zero_remaining().Ronald S. Bultje2012-04-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-2/+2
|\ \
| * | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-2/+2
| |/
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-18/+18
| * Fix memory leak in ALS decoder in big endian systemsVitor Sessak2011-01-291-0/+1
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-18/+18
* | Fix memory leak in ALS decoder in big endian systemsVitor Sessak2011-01-301-0/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* alsdec: Correct the ALS decoder by storing some parameters per-channel ratherSprezz2010-12-061-35/+68
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* Reindent after last commit.Thilo Borgmann2010-11-081-2/+2
* Allow clean initialization of lut_status array by changing type to signed int.Thilo Borgmann2010-11-081-2/+2
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-031-2/+3
* Fix spelling in comment(s)Reinhard Tartler2010-08-071-1/+1
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-2/+2
* Grammar fixesMåns Rullgård2010-07-021-4/+4
* Fix grammar errors in documentationMåns Rullgård2010-06-301-22/+22
* Add CRC check to the ALS decoder.Thilo Borgmann2010-06-291-6/+89
* alsdec: convert VLAs to fixed sizeMåns Rullgård2010-06-261-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Fix last frame block size correction.Thilo Borgmann2010-03-061-1/+1
* Do sequential bit reading outside of []-operators.Thilo Borgmann2010-02-191-1/+5
* Fix sizeof()-statement to use the actual pointer type.Thilo Borgmann2010-02-171-1/+1
* Fix wrong buffer allocation for MCC in ALS.Thilo Borgmann2010-02-171-2/+2
* Limit the Rice parameter used for progressive decoding in ALS.Thilo Borgmann2010-02-161-2/+8
* Reindent a line.Thilo Borgmann2010-02-131-1/+1
* Support arithmetic decoding in ALS.Thilo Borgmann2010-02-131-5/+109
* Remove unnecessary fields in ALSSpecificConfig.Thilo Borgmann2010-02-011-12/+8
* Reindent after last commit.Thilo Borgmann2010-01-121-2/+2
* Replace variable length array with an allocated bufferThilo Borgmann2010-01-121-2/+7
* Change local variable type from unsigned int to int in order toThilo Borgmann2010-01-081-1/+1
* Add multi-channel correlation support for ALS.Thilo Borgmann2010-01-071-21/+269
* Optimize short-term prediction by reducing index arithmetic.Thilo Borgmann2010-01-071-6/+19
* Replace array operator [] with direct access via pointer.Thilo Borgmann2010-01-051-2/+2
* Read and decode block data in separate functions to prepare support forThilo Borgmann2009-12-131-101/+248