[FFmpeg-devel] [PATCH 1/7 v4] avcodec: add an Immersive Audio Model and Formats frame split bsf

James Almer jamrial at gmail.com
Mon Feb 12 15:40:38 EET 2024


On 2/6/2024 10:05 AM, James Almer wrote:
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> Now reading decriptors from extradata, plus a setting to ensure any descriptors
> present inband are omitted has been added.
> 
>   doc/bitstream_filters.texi            |  16 +
>   libavcodec/bitstream_filters.c        |   1 +
>   libavcodec/bsf/Makefile               |   1 +
>   libavcodec/bsf/iamf_frame_split_bsf.c | 887 ++++++++++++++++++++++++++
>   4 files changed, 905 insertions(+)
>   create mode 100644 libavcodec/bsf/iamf_frame_split_bsf.c

Will apply the set soon if there are no objections.


More information about the ffmpeg-devel mailing list