summaryrefslogtreecommitdiff
path: root/libavcodec/alsdec.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29
|\
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* | Fix possible infinite loop decoding als.Philippe Saint-Pierre2012-01-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * latmdec: fix audio specific config parsingJanne Grunau2011-12-03
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Fix various if parenthesis misplacements.Clément Bœsch2011-11-21
* | alsdec: update checked AV_EF flags.Michael Niedermayer2011-11-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-23
|\|
| * lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\|
| * lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-21
|\|
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * Replace dprintf with av_dlogLuca Barbato2011-01-29
| * Fix memory leak in ALS decoder in big endian systemsVitor Sessak2011-01-29
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Fix memory leak in ALS decoder in big endian systemsVitor Sessak2011-01-30
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* alsdec: Correct the ALS decoder by storing some parameters per-channel ratherSprezz2010-12-06
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Reindent after last commit.Thilo Borgmann2010-11-08
* Allow clean initialization of lut_status array by changing type to signed int.Thilo Borgmann2010-11-08
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-03
* Fix spelling in comment(s)Reinhard Tartler2010-08-07
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Grammar fixesMåns Rullgård2010-07-02
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Add CRC check to the ALS decoder.Thilo Borgmann2010-06-29
* alsdec: convert VLAs to fixed sizeMåns Rullgård2010-06-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix last frame block size correction.Thilo Borgmann2010-03-06
* Do sequential bit reading outside of []-operators.Thilo Borgmann2010-02-19
* Fix sizeof()-statement to use the actual pointer type.Thilo Borgmann2010-02-17
* Fix wrong buffer allocation for MCC in ALS.Thilo Borgmann2010-02-17
* Limit the Rice parameter used for progressive decoding in ALS.Thilo Borgmann2010-02-16
* Reindent a line.Thilo Borgmann2010-02-13
* Support arithmetic decoding in ALS.Thilo Borgmann2010-02-13
* Remove unnecessary fields in ALSSpecificConfig.Thilo Borgmann2010-02-01
* Reindent after last commit.Thilo Borgmann2010-01-12
* Replace variable length array with an allocated bufferThilo Borgmann2010-01-12
* Change local variable type from unsigned int to int in order toThilo Borgmann2010-01-08
* Add multi-channel correlation support for ALS.Thilo Borgmann2010-01-07