summaryrefslogtreecommitdiff
path: root/libavcodec/alsdec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* alsdec: only adapt order for positive max_orderAndreas Cadhalpun2015-05-05
* alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun2015-05-05
* alsdec: limit avctx->bits_per_raw_sample to 32Andreas Cadhalpun2015-05-05
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* alsdec: check block lengthReinhard Tartler2013-12-10
* lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-28
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* alsdec: Clean up error pathsLuca Barbato2013-07-23
* alsdec: Fix the clipping rangeLuca Barbato2013-07-23
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* als: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Use proper return values in case of missing featuresDiego Biurrun2012-10-12
* alsdec: fix misplaced parentheses.Clément Bœsch2012-09-17
* alsdec: check return values.Thilo Borgmann2012-09-17
* alsdec: fix number of decoded samples in first sub-block in BGMC mode.Thilo Borgmann2012-09-17
* alsdec: Fix out of ltp_gain_values read.Thilo Borgmann2012-09-17
* alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer2012-09-17
* alsdec: check opt_order.Michael Niedermayer2012-09-17
* alsdec: Check k used for rice decoder.Michael Niedermayer2012-09-17
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* alsdec: remove dead assignmentsMans Rullgard2012-07-01
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* alsdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
* als: prevent infinite loop in zero_remaining().Ronald S. Bultje2012-02-17
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* latmdec: fix audio specific config parsingJanne Grunau2011-12-03
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-20
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* 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
* 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