FFmpeg/libavformat/tests
Martin Storsjö fbd5e238d4 movenc: Allow writing timed ID3 metadata
This is based on a spec at https://aomediacodec.github.io/id3-emsg/,
further based on ISO/IEC 23009-1:2019.

Within libavformat, timed ID3 metadata (already supported by the
mpegts demuxer and muxer) is handled as a separate data AVStream
with codec type AV_CODEC_ID_TIMED_ID3. However, it doesn't
have a corresponding track in the mov file - instead, these events
are written as separate toplevel 'emsg' boxes.

Signed-off-by: Martin Storsjö <martin@martin.st>
2024-04-10 10:48:50 +03:00
..
.gitignore avformat/tests: add test for ff_rescale_interval() 2022-03-19 21:34:04 +10:00
fifo_muxer.c avformat/mux: Rename FF_FMT_ALLOW_FLUSH->FF_OFMT_FLAG_ALLOW_FLUSH 2024-03-22 23:57:19 +01:00
imf.c avformat/imf: clean-up logging 2023-05-31 09:03:58 -07:00
movenc.c movenc: Allow writing timed ID3 metadata 2024-04-10 10:48:50 +03:00
noproxy.c
rtmpdh.c
seek.c avformat/test/seek: set ch_layout instead of channels 2022-03-22 08:45:38 -03:00
seek_utils.c avformat/demux: Add new demux.h header 2022-05-10 07:37:38 +02:00
srtp.c
url.c