]> git.sesse.net Git - ffmpeg/history - libavcodec/aacdec.c
amrwbdec: set channels, channel_layout, and sample_rate
[ffmpeg] / libavcodec / aacdec.c
2012-10-31 Diego Biurrunaacdec: Drop some unused function arguments
2012-10-23 Diego BiurrunImprove wording and spelling of av_log_missing_feature...
2012-10-12 Diego BiurrunUse proper return values in case of missing features
2012-10-09 Diego BiurrunRestructure av_log_missing_feature message
2012-08-08 Alex Converseaacdec: Don't fall back to the old output configuration...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-24 Diego Biurrunaac: Mention abbreviation as well in long_name
2012-07-01 Mans Rullgardaacdec: remove dead assignment
2012-06-20 Alex Converseaacdec: Fix popping channel layouts.
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-06-04 Alex Converseaacdec: Turn PS off when switching to stereo and turn...
2012-04-20 Alex Converseaac: Handle HE-AACv2 when sniffing a channel order.
2012-04-16 Alex Converseaacdec: More robust output configuration.
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-04-04 Diego Biurruncosmetics: Consistently place static, inline and av_col...
2012-03-18 Diego BiurrunUpdate Janne's email address.
2012-03-09 Michael Niedermayeraacdec: Fix SCE parity check.
2012-03-09 Michael Niedermayeraacdec: Fix out of array writes (stack).
2012-02-29 Michael Niedermayeraacdec: Support stereo streams that erroneously signal...
2012-02-29 Alex Converseaacdec: Reshuffle functions so get_che() can call set_d...
2012-02-28 Diego Biurrundoxygen: Remove documentation for non-existing paramete...
2012-02-28 Alex Converseaacdec: Remove erroneous reference to global gain from...
2012-02-22 Alex Converseaac: fix infinite loop on end-of-frame with sequence...
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-09 Alex Converseaacdec: Unify preconfigured layout and PCE layout.
2012-02-09 Alex Converseaacdec: Support native channel layout when requested.
2012-02-09 Alex Converseaacdec: Try to sniff a reasonable channel layout for...
2012-02-08 Alex Converseaacdec: Remove incorrect comment.
2012-02-08 Alex Converseaacdec: Simplify output configuration.
2012-01-11 Alex Converselatmdec: Check AudioSpecificConfig length before decodi...
2012-01-09 Alex Converseaacdec: Turn off PS for multichannel files that use...
2011-12-21 Martin Storsjöaacdec: Handle new extradata passed as side data
2011-12-21 Alex Converseaacdec: Cleanup decode_ics_info.
2011-12-13 Alex Converseaacdec: Use intfloat.h rather than local punning union.
2011-12-02 Janne Grunauaac_latm: reconfigure decoder on audio specific config...
2011-12-02 Janne Grunaulatmdec: fix audio specific config parsing
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-22 Alex Converseaacdec: Fix PS in ADTS.
2011-10-28 Michael Niedermayeraacdec: allow output reconfiguration on channel changes
2011-10-26 Justin Rugglesaac_latm: remove unneeded check for zero-size packet.
2011-10-25 Janne Grunaucosmetics: simplify latm_decode_init
2011-10-25 Janne Grunaulatm: avoid unnecessary reinit of the aac decoder
2011-10-25 Janne Grunauaacdec: initialize sbr context only in new channel...
2011-10-22 Dustin Brodylavc: replace references to deprecated AVCodecContext...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some mpeg4audio symbols...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_aac_parse_header().
2011-10-08 Mans Rullgardaacdec: fix undefined shifts
2011-08-18 Alex Converseaac: Only set sample rate and object type from ADTS...
2011-08-18 Alex Converseaac: Set SBR and PS to unsignalled during headerless...
2011-08-18 Alex Converseaac: Only output configure if audio was found.
2011-08-09 Alex Converseaac: Don't attempt to output configure an invalid chann...
2011-08-05 Dustin Brodyaac: propagate error return values for AV_LOG_ERROR...
2011-08-01 Alex Converseaac: Remove some suspicious illegal memcpy()s from...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-13 Alex Converselavf: Cleanup try_decode_frame() logic.
2011-06-30 Benjamin LarssonAdd support for aac streams in mp4/mov without extradata.
2011-06-20 Justin RugglesReplace usages of av_get_bits_per_sample_fmt() with...
2011-05-23 Justin Rugglesaacdec: fix typo in scalefactor clipping check
2011-05-20 Ronald S. BultjeLATM/AAC: Free previously initialized context on reinit.
2011-05-18 Justin RugglesAdd floating-point sample format support to the ac3...
2011-05-15 Justin Rugglesaacdec: Use float instead of int16_t for ltp_state...
2011-04-27 Alex Converseaacdec: remove sf_scale and sf_offset.
2011-04-27 Justin Rugglesaacdec: use a scale of 2 in the LTP MDCT rather than...
2011-04-27 Alex ConverseDefine POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_...
2011-04-27 Alex ConverseLarge intensity stereo and PNS indices are legal. Clip...
2011-04-23 Alex ConverseAdd some debug log messages to AAC extradata
2011-04-22 Young Han Leeaacdec: indentation cosmetics
2011-04-12 Alex ConverseConvert some undefined 1<<31 shifts into 1U<<31.
2011-04-05 Janne GrunauRevert "aac_latm_dec: use aac context and aac m4ac"
2011-03-20 Mans RullgardMove sine windows to a separate file
2011-03-19 Mans RullgardMove ff_kbd_window_init() to a separate file
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-07 Thadeu Lima de Sou... aac_latm_dec: use aac context and aac m4ac
2011-02-22 Young Han Leeaacdec: Reduce the size of buf_mdct.
2011-02-19 Young Han Leeaacdec: dsputilize the scalar multiplication in intensi...
2011-02-15 Young Han Leeaacdec: Implement LTP support.
2011-02-03 Anton KhirnovReplace remaining occurrences of CODEC_TYPE_* with...
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-28 Alex Converseaacdec: Convert some loop copies into memcpy()s.
2011-01-28 Justin Rugglescosmetics: indentation and spacing
2011-01-28 Justin RugglesRemove the add bias hack for the C version of DSPContex...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-23 Mans RullgardRemove redundant checks against MIN_CACHE_BITS
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-07 Alex Converseaaclatm: Eliminate dummy packets due to muxlength calcu...
2010-11-04 Janne Grunauaacdec: consume the audio specific config during LATM...
2010-11-02 Janne Grunauaacdec: change type of data in decode_audio_specific_co...
2010-11-02 Janne GrunauAdd single stream LATM/LOAS decoder
2010-11-02 Janne Grunauaacdec: pass avctx as logging context for decode_audio_...
2010-11-02 Janne Grunauaacdec: refactor the actual aac decoding code into...
2010-11-02 Janne Grunauaacdec: return consumed bits in decode_audio_specific_c...
2010-11-02 Janne Grunauaacdec: add MPEG4AudioConfig as parameter for decode_au...
2010-09-10 Alex Converseaacdec: Rework channel mapping compatibility hacks.
2010-07-24 Alex Converseaacdec: Only load and write each predictor variable...
2010-07-24 Alex Converseaacdec: 4% faster main profile decoding.
2010-07-12 Alex Converseaacdec: Eliminate the use of doubles in the MAIN predictor.
next