summaryrefslogtreecommitdiffstats
path: root/libavcodec/alsdec.c
Commit message (Expand)AuthorAgeFilesLines
* alsdec: Clean up error pathsLuca Barbato2013-07-231-63/+75
* alsdec: Fix the clipping rangeLuca Barbato2013-07-231-6/+12
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-4/+0
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-131-1/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* als: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-14/+9
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Use proper return values in case of missing featuresDiego Biurrun2012-10-121-3/+3
* 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
* alsdec: Check k used for rice decoder.Michael Niedermayer2012-09-171-0/+5
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* alsdec: remove dead assignmentsMans Rullgard2012-07-011-2/+2
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-3/+3
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-8/+3
* 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
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* latmdec: fix audio specific config parsingJanne Grunau2011-12-031-1/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-19/+24
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-3/+3
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-201-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* 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
* 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
OpenPOWER on IntegriCloud