38 Commits (7a940a2112474b899e0617cf4e469ec06278be50)

Author SHA1 Message Date
Jan Ekström 79b057f1b7 avcodec/mpeg4audio: add newer channel_coding mappings 4 years ago
Michael Niedermayer f72fa1ad67 avcodec: Replace skip_bits_long() by skip_bits() where possible 5 years ago
Michael Niedermayer 79d5d79f38 avcodec: Replace show_bits_long() by show_bits() where possible 5 years ago
Jun Zhao 333109f469 lavc/mpeg4audio: add chan_config check to avoid indeterminate channels 5 years ago
James Almer f96a8b015f avcodec/mpeg4audio: add avpriv_mpeg4audio_get_config2() 5 years ago
Anton Khirnov 831018b0bb mpeg4audio: Make avpriv_copy_pce_data() inline 8 years ago
Alex Converse 3f1a38c919 aac_latm: Allow unaligned AudioSpecificConfig 8 years ago
James Almer 33a2b73b98 mpeg4audio: correctly propagate meaningful error values 8 years ago
James Almer 50b1453915 avcodec/mpeg4audio: correctly propagate meaningful error values 8 years ago
Andreas Cadhalpun 0747754622 mpeg4audio: validate sample_rate 8 years ago
Anton Khirnov 7e4e010b80 mpeg4audio: check the init_get_bits() return value 10 years ago
Michael Niedermayer deefdf9788 avpriv_mpeg4audio_get_config: check init_get_bits() return code. 12 years ago
Clément Bœsch 7581ad24a9 lavc/aac: fix shared build failures with MSVC. 12 years ago
Michael Niedermayer 599a4e0771 mpeg4audio: dont take the SBR flag too serious. 12 years ago
Michael Niedermayer f37b2d5a68 aacdec: Fix null pointer crash 13 years ago
Janne Grunau fd095539d1 latmdec: fix audio specific config parsing 13 years ago
Anton Khirnov 9f51c682ee lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
Anton Khirnov 59a9a23581 lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Alex Converse a20639017b Add HE-AAC v2 support to the AAC decoder. 15 years ago
Alex Converse d14662f66a Add support for PS sync extensions. 15 years ago
Alex Converse 37216b99e0 Use get_bits_left() in the sync extension check. 15 years ago
Alex Converse 702b73bc9f Fix ext_object_type. 15 years ago
Alex Converse 1e79771c31 Add support for non-backwards compatible signaled parametric stereo. 15 years ago
Ronald S. Bultje 6e44ba1550 Use get_bits_left() instead of size_in_bits - get_bits_count(). 15 years ago
Thilo Borgmann 24026a2d49 Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificConfig. Patch by Thilo Borgmann 15 years ago
Alex Converse 5aea268d14 Add a channels field to MPEG4AudioConfig. 15 years ago
Alex Converse 0cc4701a3a Use the AOT enum instead of integer literals for setting and comparing audio 15 years ago
Justin Ruggles b5fe06abf0 Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type. 16 years ago
Alex Converse 107815de42 Subroutine to copy an AAC Program Config Element (PCE) 16 years ago
Jai Menon 3d10a8904d Read extended channel configuration when extended AOT is BSAC. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Baptiste Coudurier 44dff0058e init ext sample rate to 0 if not present 16 years ago
Baptiste Coudurier 4d34bb19c1 mpeg4audio common code 17 years ago