]> git.sesse.net Git - ffmpeg/history - libavcodec/aacdec.c
Add missing #includes for *INT64_MAX and *INT64_C
[ffmpeg] / libavcodec / aacdec.c
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-04 Gian-Carlo Pascuttoaacdec: Set the profile during decoding
2013-10-25 Alex Converseaacdec: Fix calls to avpriv_report_missing_feature().
2013-10-23 Alex Converseaac: Add support for Enhanced AAC Low Delay (ER AAC...
2013-10-23 Alex Converseaacdec: Use avpriv_report_missing_feature() instead...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-18 Alex Converseaacdec: Add support for LD (Low Delay) AAC
2013-09-18 Alex Converseaacdec: Add support for Error Resilience syntax.
2013-08-04 Luca Barbatoaac: Forward errors properly in aac_decode_frame_int
2013-08-04 Luca Barbatoaac: Check init_get_bits return value
2013-07-25 Diego Biurruncosmetics: Add '0' to float constants ending in '.'.
2013-06-26 Luca Barbatoaac: return meaningful errors
2013-06-26 Luca Barbatoaac: K&R formatting cosmetics
2013-04-27 Luca Barbatoaac: check the maximum number of channels
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-12 Justin Rugglesaac: decode directly to the user-provided AVFrame
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move butterflies_float from dsputil to avfloa...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-16 Justin Ruggleslavc: Move vector_fmul_window to AVFloatDSPContext
2012-12-12 Alex Converseaacdec: Fix an off-by-one overwrite when switching...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-26 Justin Rugglesdsputil: move vector_fmul_scalar() to AVFloatDSPContext...
2012-11-26 Mans Rullgardaacdec: fix signed overflows in lcg_random()
2012-11-26 Justin Rugglesaacdec: use float planar sample format for output
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"
next