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 0/6] add PCM in mp4 support
@ 2023-02-24 12:25 Zhao Zhili
  0 siblings, 0 replies; only message in thread
From: Zhao Zhili @ 2023-02-24 12:25 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Zhao Zhili

From: Zhao Zhili <zhilizhao@tencent.com>

This patchset adds support of demux/mux PCM in mp4, and related channel
layout information. PCM in mp4 is defined by ISO/IEC 23003-5. The channel
layout tag 'chn' is defined by ISO/IEC 14496-12 with reference to ISO/IEC
23001-8.

We have partially support of demux PCM in mp4 with 1c42fd932. It's an
incorrect implementation by adding tag to movaudio_tags. This has been
fixed by patch 2/6 and 3/6.

Zhao Zhili (6):
  avformat/movenc: add PCM in mp4 support
  avformat/mov: fix ISO/IEC 23003-5 support
  avformat/isom_tags: remove ipcm from movaudio_tags
  avformat/mov: parse ISO-14496-12 ChannelLayout
  avformat/movenc: write ChannelLayout box for PCM
  fate/mov: add PCM in mp4 test

 libavformat/isom_tags.c          |   2 -
 libavformat/mov.c                | 111 ++++++++++++-
 libavformat/mov_chan.c           | 265 +++++++++++++++++++++++++++++++
 libavformat/mov_chan.h           |  26 +++
 libavformat/movenc.c             | 106 ++++++++++++-
 tests/fate/mov.mak               |  12 ++
 tests/filtergraphs/mov-mp4-pcm   |   5 +
 tests/ref/fate/mov-mp4-pcm       |  27 ++++
 tests/ref/fate/mov-mp4-pcm-float |   7 +
 9 files changed, 557 insertions(+), 4 deletions(-)
 create mode 100644 tests/filtergraphs/mov-mp4-pcm
 create mode 100644 tests/ref/fate/mov-mp4-pcm
 create mode 100644 tests/ref/fate/mov-mp4-pcm-float

-- 
2.25.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] only message in thread

only message in thread, other threads:[~2023-02-24  4:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-24 12:25 [FFmpeg-devel] [PATCH 0/6] add PCM in mp4 support Zhao Zhili

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