aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/iamf_parse.c
Commit message (Expand)AuthorAgeFilesLines
* 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