| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'b143844ea0f6246e0d5a938d743e2e8a98453bec' into release/0.8 | Michael Niedermayer | 2013-01-17 | 1 | -8/+12 |
|\ |
|
| * | alsdec: fix number of decoded samples in first sub-block in BGMC mode. | Thilo Borgmann | 2013-01-04 | 1 | -6/+6 |
| * | alsdec: remove dead assignments | Mans Rullgard | 2013-01-04 | 1 | -2/+2 |
| * | alsdec: Fix out of ltp_gain_values read. | Thilo Borgmann | 2013-01-04 | 1 | -1/+1 |
| * | alsdec: Check that quantized parcor coeffs are within range. | Michael Niedermayer | 2013-01-04 | 1 | -0/+4 |
* | | Merge commit 'aa45b90804ab21175b8c116bd8e5eb4b4e85fbcb' into release/0.8 | Michael Niedermayer | 2013-01-17 | 1 | -0/+5 |
|\| |
|
| * | alsdec: Check k used for rice decoder. | Michael Niedermayer | 2013-01-04 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 | Michael Niedermayer | 2012-10-16 | 1 | -0/+5 |
|\| |
|
| * | alsdec: check opt_order. | Michael Niedermayer | 2012-10-06 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 | Michael Niedermayer | 2012-04-02 | 1 | -1/+1 |
|\| |
|
| * | als: prevent infinite loop in zero_remaining(). | Ronald S. Bultje | 2012-04-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-21 | 1 | -2/+2 |
|\ \ |
|
| * | | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 1 | -2/+2 |
| |/ |
|
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -18/+18 |
| * | Fix memory leak in ALS decoder in big endian systems | Vitor Sessak | 2011-01-29 | 1 | -0/+1 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -18/+18 |
* | | Fix memory leak in ALS decoder in big endian systems | Vitor Sessak | 2011-01-30 | 1 | -0/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | alsdec: Correct the ALS decoder by storing some parameters per-channel rather | Sprezz | 2010-12-06 | 1 | -35/+68 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -2/+2 |
* | Reindent after last commit. | Thilo Borgmann | 2010-11-08 | 1 | -2/+2 |
* | Allow clean initialization of lut_status array by changing type to signed int. | Thilo Borgmann | 2010-11-08 | 1 | -2/+2 |
* | Remove usage of deprecated libavcodec/audioconvert.h functions. | Stefano Sabatini | 2010-11-03 | 1 | -2/+3 |
* | Fix spelling in comment(s) | Reinhard Tartler | 2010-08-07 | 1 | -1/+1 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -2/+2 |
* | Grammar fixes | Måns Rullgård | 2010-07-02 | 1 | -4/+4 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -22/+22 |
* | Add CRC check to the ALS decoder. | Thilo Borgmann | 2010-06-29 | 1 | -6/+89 |
* | alsdec: convert VLAs to fixed size | Måns Rullgård | 2010-06-26 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Fix last frame block size correction. | Thilo Borgmann | 2010-03-06 | 1 | -1/+1 |
* | Do sequential bit reading outside of []-operators. | Thilo Borgmann | 2010-02-19 | 1 | -1/+5 |
* | Fix sizeof()-statement to use the actual pointer type. | Thilo Borgmann | 2010-02-17 | 1 | -1/+1 |
* | Fix wrong buffer allocation for MCC in ALS. | Thilo Borgmann | 2010-02-17 | 1 | -2/+2 |
* | Limit the Rice parameter used for progressive decoding in ALS. | Thilo Borgmann | 2010-02-16 | 1 | -2/+8 |
* | Reindent a line. | Thilo Borgmann | 2010-02-13 | 1 | -1/+1 |
* | Support arithmetic decoding in ALS. | Thilo Borgmann | 2010-02-13 | 1 | -5/+109 |
* | Remove unnecessary fields in ALSSpecificConfig. | Thilo Borgmann | 2010-02-01 | 1 | -12/+8 |
* | Reindent after last commit. | Thilo Borgmann | 2010-01-12 | 1 | -2/+2 |
* | Replace variable length array with an allocated buffer | Thilo Borgmann | 2010-01-12 | 1 | -2/+7 |
* | Change local variable type from unsigned int to int in order to | Thilo Borgmann | 2010-01-08 | 1 | -1/+1 |
* | Add multi-channel correlation support for ALS. | Thilo Borgmann | 2010-01-07 | 1 | -21/+269 |
* | Optimize short-term prediction by reducing index arithmetic. | Thilo Borgmann | 2010-01-07 | 1 | -6/+19 |
* | Replace array operator [] with direct access via pointer. | Thilo Borgmann | 2010-01-05 | 1 | -2/+2 |
* | Read and decode block data in separate functions to prepare support for | Thilo Borgmann | 2009-12-13 | 1 | -101/+248 |