]> git.sesse.net Git - ffmpeg/history - libavcodec/aacdec.c
utvideodec: Convert to the new bitstream reader
[ffmpeg] / libavcodec / aacdec.c
2016-11-08 Diego BiurrunUse avpriv_report_missing_feature() where appropriate
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2015-12-07 Anton Khirnovaacdec: fix aac_static_table_init() prototype
2015-10-15 Derek Buitenhuisaac: Make codec init run under ff_thread_once
2015-08-23 Luca Barbatoaac: Make sure to set err on the failure path
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-06-07 Luca Barbatoaac: Wait to know the channels before allocating frame
2015-06-07 Sebastian Drögeaac: Support channel configurations 11 and 12
2015-06-07 nu774aac: correctly map 7.1ch-wide AAC from FDK AAC encoder
2015-06-03 nu774aac: Correctly map multichannel ADTS AAC with non-zero...
2015-04-19 Andreas Cadhalpunaacdec: consistently use avctx for logging in decode_el...
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-03-04 Vittorio Giovaraaac: Relax reserved_bit validation
2015-02-28 Anton Khirnovlavc: remove unused traces of fmtconvert usage
2015-02-04 Alex Converseaacdec: Support for ER AAC ELD 480.
2015-02-04 Niel van der Westh... aacdec: Tables for length 480 AAC ELD.
2015-02-04 Niel van der Westh... aacdec: Support for ER AAC in LATM
2015-02-04 Alex Converseaacdec: Refactor aac_er_decode_frame.
2015-02-04 Alex Converseaacdec: Refactor decode_ics_info.
2014-12-02 Luca Barbatoaac: Simplify decode_mid_side_stereo
2014-11-24 Vittorio Giovaraaacdec: avoid an out-of-bounds write
2014-11-04 Vittorio Giovaraaacdec: add default case in channel layout
2014-03-13 Diego BiurrunUpdate dsputil- and SIMD-related comments to match...
2014-02-28 Hendrik Leppkeslatm: Always reconfigure if no extradata was set previously
2014-02-12 John Stebbinsaacdec: set AVFrame sample_rate
2014-01-04 Alex Converseaac: Fix low delay windowing.
2014-01-04 Alex Converseaac: Fix TNS decoding for the 512 sample window family.
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.
next