summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4audio.c
Commit message (Expand)AuthorAge
* avcodec/mpeg4audio: Unavpriv and deduplicate mpeg4audio_sample_ratesAndreas Rheinhardt2022-01-04
* avcodec/mpeg4audio: Remove avpriv_mpeg4audio_get_configAndreas Rheinhardt2021-04-27
* avcodec/mpeg4audio: Use proper logcontext for loggingAndreas Rheinhardt2021-02-23
* avcodec/mpeg4audio: add newer channel_coding mappingsJan Ekström2020-08-04
* avcodec: Replace skip_bits_long() by skip_bits() where possibleMichael Niedermayer2019-12-31
* avcodec: Replace show_bits_long() by show_bits() where possibleMichael Niedermayer2019-12-31
* lavc/mpeg4audio: add chan_config check to avoid indeterminate channelsJun Zhao2019-09-27
* avcodec/mpeg4audio: add avpriv_mpeg4audio_get_config2()James Almer2019-09-27
* Merge commit '831018b0bbe26a603802a9022472f714a59293be'James Almer2017-10-30
|\
| * mpeg4audio: Make avpriv_copy_pce_data() inlineAnton Khirnov2017-04-28
| * mpeg4audio: correctly propagate meaningful error valuesJames Almer2016-12-02
* | aac_latm: Allow unaligned AudioSpecificConfigAlex Converse2017-02-13
* | avcodec/mpeg4audio: correctly propagate meaningful error valuesJames Almer2016-11-25
* | mpeg4audio: validate sample_rateAndreas Cadhalpun2016-11-07
* | Merge commit '7e4e010b80e76862e83afbd41c25d50e72f0b44c'Michael Niedermayer2015-01-09
|\|
| * mpeg4audio: check the init_get_bits() return valueAnton Khirnov2015-01-09
* | avpriv_mpeg4audio_get_config: check init_get_bits() return code.Michael Niedermayer2013-01-27
* | lavc/aac: fix shared build failures with MSVC.Clément Bœsch2012-11-12
* | mpeg4audio: dont take the SBR flag too serious.Michael Niedermayer2012-08-23
* | aacdec: Fix null pointer crashMichael Niedermayer2011-12-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * latmdec: fix audio specific config parsingJanne Grunau2011-12-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\|
| * lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
| * lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-20
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Add HE-AAC v2 support to the AAC decoder.Alex Converse2010-06-19
* Add support for PS sync extensions.Alex Converse2010-04-08
* Use get_bits_left() in the sync extension check.Alex Converse2010-04-08
* Fix ext_object_type.Alex Converse2010-04-08
* Add support for non-backwards compatible signaled parametric stereo.Alex Converse2010-03-07
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificCo...Thilo Borgmann2009-11-11
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-11
* Use the AOT enum instead of integer literals for setting and comparing audioAlex Converse2009-08-17
* Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type.Justin Ruggles2009-08-03
* Subroutine to copy an AAC Program Config Element (PCE)Alex Converse2009-05-13
* Read extended channel configuration when extended AOT is BSAC.Jai Menon2009-04-21
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* init ext sample rate to 0 if not presentBaptiste Coudurier2009-03-22
* mpeg4audio common codeBaptiste Coudurier2008-04-01