]> git.sesse.net Git - ffmpeg/history - libavcodec/alsdec.c
ra288dec: set channel layout
[ffmpeg] / libavcodec / alsdec.c
2012-10-12 Diego BiurrunUse proper return values in case of missing features
2012-09-17 Clément Bœschalsdec: fix misplaced parentheses.
2012-09-17 Thilo Borgmannalsdec: check return values.
2012-09-17 Thilo Borgmannalsdec: fix number of decoded samples in first sub...
2012-09-17 Thilo Borgmannalsdec: Fix out of ltp_gain_values read.
2012-09-17 Michael Niedermayeralsdec: Check that quantized parcor coeffs are within...
2012-09-17 Michael Niedermayeralsdec: check opt_order.
2012-09-17 Michael Niedermayeralsdec: Check k used for rice decoder.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-01 Mans Rullgardalsdec: remove dead assignments
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-05 Justin Rugglesalsdec: do not set AVCodecContext.frame_size
2012-02-17 Ronald S. Bultjeals: prevent infinite loop in zero_remaining().
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-12-02 Janne Grunaulatmdec: fix audio specific config parsing
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-22 Dustin Brodylavc: replace references to deprecated AVCodecContext...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some mpeg4audio symbols...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-20 Justin RugglesReplace usages of av_get_bits_per_sample_fmt() with...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-29 Vitor SessakFix memory leak in ALS decoder in big endian systems
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-12-06 Sprezzalsdec: Correct the ALS decoder by storing some paramet...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-08 Thilo BorgmannReindent after last commit.
2010-11-08 Thilo BorgmannAllow clean initialization of lut_status array by chang...
2010-11-03 Stefano SabatiniRemove usage of deprecated libavcodec/audioconvert...
2010-08-07 Reinhard TartlerFix spelling in comment(s)
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-02 Måns RullgårdGrammar fixes
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-29 Thilo BorgmannAdd CRC check to the ALS decoder.
2010-06-26 Måns Rullgårdalsdec: convert VLAs to fixed size
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-06 Thilo BorgmannFix last frame block size correction.
2010-02-19 Thilo BorgmannDo sequential bit reading outside of []-operators.
2010-02-17 Thilo BorgmannFix sizeof()-statement to use the actual pointer type.
2010-02-17 Thilo BorgmannFix wrong buffer allocation for MCC in ALS.
2010-02-16 Thilo BorgmannLimit the Rice parameter used for progressive decoding...
2010-02-13 Thilo BorgmannReindent a line.
2010-02-13 Thilo BorgmannSupport arithmetic decoding in ALS.
2010-02-01 Thilo BorgmannRemove unnecessary fields in ALSSpecificConfig.
2010-01-12 Thilo BorgmannReindent after last commit.
2010-01-12 Thilo BorgmannReplace variable length array with an allocated buffer
2010-01-08 Thilo BorgmannChange local variable type from unsigned int to int...
2010-01-07 Thilo BorgmannAdd multi-channel correlation support for ALS.
2010-01-07 Thilo BorgmannOptimize short-term prediction by reducing index arithm...
2010-01-05 Thilo BorgmannReplace array operator [] with direct access via pointer.
2009-12-13 Thilo BorgmannRead and decode block data in separate functions to...
2009-11-16 Ronald S. BultjeUse get_bits_left() instead of size_in_bits - get_bits_...
2009-11-14 Thilo BorgmannMerge data tables from als_data.h with the decoder...
2009-11-14 Thilo BorgmannAdd long-term prediction to the ALS decoder.
2009-11-12 Alex ConverseCosmetics: Re-indent
2009-11-12 Alex ConverseFix a __warn_memset_zero_len gcc-4.4 warning.
2009-11-11 Thilo BorgmannAdd MPEG-4 Audio Lossless Coding (ALS) decoder.