| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/iamf_parser: use ffio_read_size() where useful | James Almer | 2024-08-31 | 1 | -24/+16 |
* | avformat/iamf_parse: Fix return of uninitialized value | Marvin Scholz | 2024-08-31 | 1 | -1/+2 |
* | avformat/iamf_parse: use get_bits_long() to read the remaining AAC extradata ... | James Almer | 2024-08-31 | 1 | -2/+2 |
* | avformat/iamf_parse: fix parsing AAC DecoderConfigDescriptor | James Almer | 2024-08-31 | 1 | -10/+7 |
* | avformat/iamf_parse: clear padding | Michael Niedermayer | 2024-08-18 | 1 | -0/+1 |
* | avformat/iamf_parse: ignore Audio Elements with an unsupported type | James Almer | 2024-08-14 | 1 | -2/+7 |
* | avformat/iamf: use aligned intreadwrite macros where possible | James Almer | 2024-08-07 | 1 | -6/+6 |
* | avformat/iamf_parse: Check for 0 samples | Michael Niedermayer | 2024-08-01 | 1 | -1/+1 |
* | avformat/iamf_parse: Check for negative sample sizes | Michael Niedermayer | 2024-07-21 | 1 | -1/+1 |
* | avformat/iamf_parse: sanitize audio_roll_distance values | James Almer | 2024-07-19 | 1 | -2/+14 |
* | avformat/iamf: byteswap values in OpusHeader | James Almer | 2024-07-18 | 1 | -0/+3 |
* | avformat/iamf: rename Codec Config seek_preroll to audio_roll_distance | James Almer | 2024-07-18 | 1 | -4/+4 |
* | avformat/iamf_writer: fix coded audio_roll_distance values | Felicia Lim | 2024-07-18 | 1 | -1/+1 |
* | avformat/iamf_parse: keep substream count consistent | James Almer | 2024-07-16 | 1 | -3/+4 |
* | avformat/iamf_parse: add missing padding to AAC extradata | James Almer | 2024-06-19 | 1 | -1/+4 |
* | avformat/iamf_parse: 0 layers are not allowed | Michael Niedermayer | 2024-06-19 | 1 | -1/+1 |
* | avformat/iamf_parse: consider nb_substreams when accessing substreams array | Michael Niedermayer | 2024-06-19 | 1 | -0/+3 |
* | avformat/iamf_parse: Remove dead case | Michael Niedermayer | 2024-06-12 | 1 | -2/+0 |
* | avformat/iamf_parse: Check sound_system | Michael Niedermayer | 2024-04-04 | 1 | -0/+4 |
* | avformat/iamf_parse: keep count_label consistent on language_label allocation... | James Almer | 2024-04-01 | 1 | -0/+1 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -1/+1 |
* | avformat/iamf_writer: update extradata from packet side data | James Almer | 2024-03-04 | 1 | -11/+1 |
* | avformat/iamfdec: set disposition flags to output streams | James Almer | 2024-02-19 | 1 | -0/+16 |
* | avformat/iamf: Don't mix ownership and non-ownership pointers | Andreas Rheinhardt | 2024-02-19 | 1 | -0/+2 |
* | avcodec: move leb reading functions to its own header | James Almer | 2024-01-31 | 1 | -0/+1 |
* | avformat/iamf_parse: use the public iamf helpers to allocate structs | James Almer | 2024-01-23 | 1 | -28/+11 |
* | avformat/iamf_parse: fix yet annother logical coding error | Paul B Mahol | 2023-12-21 | 1 | -1/+1 |
* | avformat/iamf_parse: fix another logical coding error | Paul B Mahol | 2023-12-21 | 1 | -1/+1 |
* | avformat: Immersive Audio Model and Formats demuxer | James Almer | 2023-12-18 | 1 | -0/+1105 |