OSDN Git Service

cmdutils: add support for programs in check_stream_specifier()
[coroid/libav_saccubus.git] / libavcodec / aacdec.c
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.
2010-07-12 Alex Converseaacdec: Eliminate the use of doubles in decode_cce().
2010-07-12 Alex Converseaacdec: Use a LUT to generate CCE scale.
2010-07-12 Alex ConverseSplit the ADTS header decoder off of the ADTS parser.
2010-07-12 Alex Converseaacdec: Remove the warning about non-meaningful window...
2010-07-07 Måns Rullgårdaacdec: remove checks for impossible error conditions
2010-07-02 Diego BiurrunRemove non-existing stray arguments from Doxygen functi...
2010-06-23 Alex Converseaactab: Tablegenify ff_aac_pow2sf_tab.
2010-06-21 Alex Converseaacdec: cosmetics: (more) whitespace
2010-06-21 Alex Converseaacdec: cosmetics: whitespace
2010-06-21 Alex Converseaacdec: Factorize if (elem_type < TYPE_DSE).
2010-06-21 Alex Converseaacdec: Handle the first frame being empty case.
2010-06-19 Alex ConverseAdd HE-AAC v2 support to the AAC decoder.
2010-06-05 Alex Converseaac: Move an initialization macro used only by the...
2010-06-05 Alex ConverseRename aac.c to aacdec.c.