Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-04avcodec/aacdec: add support for channel configuration 14James Almer
2022-10-02avcodec/mpeg4audio: Move ff_copy_pce_data() to a header of its ownAndreas Rheinhardt
2022-01-04avcodec/mpeg4audio: Unavpriv and deduplicate mpeg4audio_sample_ratesAndreas Rheinhardt
2021-04-27avcodec/mpeg4audio: Remove avpriv_mpeg4audio_get_configAndreas Rheinhardt
2021-02-23avcodec/mpeg4audio: Use proper logcontext for loggingAndreas Rheinhardt
2020-08-04avcodec/mpeg4audio: add newer channel_coding mappingsJan Ekström
2019-12-31avcodec: Replace skip_bits_long() by skip_bits() where possibleMichael Niedermayer
2019-12-31avcodec: Replace show_bits_long() by show_bits() where possibleMichael Niedermayer
2019-09-27lavc/mpeg4audio: add chan_config check to avoid indeterminate channelsJun Zhao
2019-09-27avcodec/mpeg4audio: add avpriv_mpeg4audio_get_config2()James Almer
2017-10-30Merge commit '831018b0bbe26a603802a9022472f714a59293be'James Almer
2017-04-28mpeg4audio: Make avpriv_copy_pce_data() inlineAnton Khirnov
2017-02-13aac_latm: Allow unaligned AudioSpecificConfigAlex Converse
2016-12-02mpeg4audio: correctly propagate meaningful error valuesJames Almer
2016-11-25avcodec/mpeg4audio: correctly propagate meaningful error valuesJames Almer
2016-11-07mpeg4audio: validate sample_rateAndreas Cadhalpun
2015-01-09Merge commit '7e4e010b80e76862e83afbd41c25d50e72f0b44c'Michael Niedermayer
2015-01-09mpeg4audio: check the init_get_bits() return valueAnton Khirnov
2013-01-28avpriv_mpeg4audio_get_config: check init_get_bits() return code.Michael Niedermayer
2012-11-13lavc/aac: fix shared build failures with MSVC.Clément Bœsch
2012-08-23mpeg4audio: dont take the SBR flag too serious.Michael Niedermayer
2011-12-17aacdec: Fix null pointer crashMichael Niedermayer
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03latmdec: fix audio specific config parsingJanne Grunau
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-19Add HE-AAC v2 support to the AAC decoder.Alex Converse
2010-04-08Add support for PS sync extensions.Alex Converse
2010-04-08Use get_bits_left() in the sync extension check.Alex Converse
2010-04-08Fix ext_object_type.Alex Converse
2010-03-07Add support for non-backwards compatible signaled parametric stereo.Alex Converse
2009-11-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
2009-11-12Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificCo...Thilo Borgmann
2009-11-11Add a channels field to MPEG4AudioConfig.Alex Converse
2009-08-17Use the AOT enum instead of integer literals for setting and comparing audioAlex Converse
2009-08-03Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type.Justin Ruggles
2009-05-14Subroutine to copy an AAC Program Config Element (PCE)Alex Converse
2009-04-21Read extended channel configuration when extended AOT is BSAC.Jai Menon
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-03-22init ext sample rate to 0 if not presentBaptiste Coudurier
2008-04-01mpeg4audio common codeBaptiste Coudurier