Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH v4 0/5] avformat: introduce AVStreamGroup
@ 2023-11-21 21:14 James Almer
  2023-11-21 21:14 ` [FFmpeg-devel] [PATCH 1/5] " James Almer
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: James Almer @ 2023-11-21 21:14 UTC (permalink / raw)
  To: ffmpeg-devel

Addressed Anton's comments for AVStreamGroup, and made several changes
to the iamf demuxer.
This set also introduces an iamf muxer, as well as support for creating
and setting stream groups to ffmpeg.c

Comments are very welcome.

James Almer (5):
  avformat: introduce AVStreamGroup
  avutil/mem: add av_dynarray2_add_nofree
  avformat: Immersive Audio Model and Formats demuxer
  avformat: Immersive Audio Model and Formats muxer
  ffmpeg: add support for muxing AVStreamGroups

 fftools/ffmpeg.h            |    2 +
 fftools/ffmpeg_mux_init.c   |  327 ++++++++++
 fftools/ffmpeg_opt.c        |    2 +
 libavcodec/avpacket.c       |    3 +
 libavcodec/packet.h         |   24 +
 libavformat/Makefile        |    3 +
 libavformat/allformats.c    |    2 +
 libavformat/avformat.c      |  186 +++++-
 libavformat/avformat.h      |  169 +++++
 libavformat/dump.c          |  140 +++-
 libavformat/iamf.c          |  627 ++++++++++++++++++
 libavformat/iamf.h          |  379 +++++++++++
 libavformat/iamf_internal.h |  190 ++++++
 libavformat/iamf_parse.c    | 1193 +++++++++++++++++++++++++++++++++++
 libavformat/iamfdec.c       |  533 ++++++++++++++++
 libavformat/iamfenc.c       | 1085 +++++++++++++++++++++++++++++++
 libavformat/internal.h      |   33 +
 libavformat/options.c       |  139 ++++
 libavutil/mem.c             |   17 +
 libavutil/mem.h             |   32 +-
 20 files changed, 5052 insertions(+), 34 deletions(-)
 create mode 100644 libavformat/iamf.c
 create mode 100644 libavformat/iamf.h
 create mode 100644 libavformat/iamf_internal.h
 create mode 100644 libavformat/iamf_parse.c
 create mode 100644 libavformat/iamfdec.c
 create mode 100644 libavformat/iamfenc.c

-- 
2.42.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-11-25 15:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-21 21:14 [FFmpeg-devel] [PATCH v4 0/5] avformat: introduce AVStreamGroup James Almer
2023-11-21 21:14 ` [FFmpeg-devel] [PATCH 1/5] " James Almer
2023-11-21 21:57   ` Marton Balint
2023-11-25 15:37     ` James Almer
2023-11-21 21:14 ` [FFmpeg-devel] [PATCH 2/5] avutil/mem: add av_dynarray2_add_nofree James Almer
2023-11-21 21:14 ` [FFmpeg-devel] [PATCH 3/5] avformat: Immersive Audio Model and Formats demuxer James Almer
2023-11-21 21:14 ` [FFmpeg-devel] [PATCH 4/5] avformat: Immersive Audio Model and Formats muxer James Almer
2023-11-21 21:14 ` [FFmpeg-devel] [PATCH 5/5] ffmpeg: add support for muxing AVStreamGroups James Almer

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git