aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/iamf_parse.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/iamf_parser: use ffio_read_size() where usefulJames Almer2024-08-311-24/+16
* avformat/iamf_parse: Fix return of uninitialized valueMarvin Scholz2024-08-311-1/+2
* avformat/iamf_parse: use get_bits_long() to read the remaining AAC extradata ...James Almer2024-08-311-2/+2
* avformat/iamf_parse: fix parsing AAC DecoderConfigDescriptorJames Almer2024-08-311-10/+7
* avformat/iamf_parse: clear paddingMichael Niedermayer2024-08-181-0/+1
* avformat/iamf_parse: ignore Audio Elements with an unsupported typeJames Almer2024-08-141-2/+7
* avformat/iamf: use aligned intreadwrite macros where possibleJames Almer2024-08-071-6/+6
* avformat/iamf_parse: Check for 0 samplesMichael Niedermayer2024-08-011-1/+1
* avformat/iamf_parse: Check for negative sample sizesMichael Niedermayer2024-07-211-1/+1
* avformat/iamf_parse: sanitize audio_roll_distance valuesJames Almer2024-07-191-2/+14
* avformat/iamf: byteswap values in OpusHeaderJames Almer2024-07-181-0/+3
* avformat/iamf: rename Codec Config seek_preroll to audio_roll_distanceJames Almer2024-07-181-4/+4
* avformat/iamf_writer: fix coded audio_roll_distance valuesFelicia Lim2024-07-181-1/+1
* avformat/iamf_parse: keep substream count consistentJames Almer2024-07-161-3/+4
* avformat/iamf_parse: add missing padding to AAC extradataJames Almer2024-06-191-1/+4
* avformat/iamf_parse: 0 layers are not allowedMichael Niedermayer2024-06-191-1/+1
* avformat/iamf_parse: consider nb_substreams when accessing substreams arrayMichael Niedermayer2024-06-191-0/+3
* avformat/iamf_parse: Remove dead caseMichael Niedermayer2024-06-121-2/+0
* avformat/iamf_parse: Check sound_systemMichael Niedermayer2024-04-041-0/+4
* avformat/iamf_parse: keep count_label consistent on language_label allocation...James Almer2024-04-011-0/+1
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-1/+1
* avformat/iamf_writer: update extradata from packet side dataJames Almer2024-03-041-11/+1
* avformat/iamfdec: set disposition flags to output streamsJames Almer2024-02-191-0/+16
* avformat/iamf: Don't mix ownership and non-ownership pointersAndreas Rheinhardt2024-02-191-0/+2
* avcodec: move leb reading functions to its own headerJames Almer2024-01-311-0/+1
* avformat/iamf_parse: use the public iamf helpers to allocate structsJames Almer2024-01-231-28/+11
* avformat/iamf_parse: fix yet annother logical coding errorPaul B Mahol2023-12-211-1/+1
* avformat/iamf_parse: fix another logical coding errorPaul B Mahol2023-12-211-1/+1
* avformat: Immersive Audio Model and Formats demuxerJames Almer2023-12-181-0/+1105