[FFmpeg-devel] [PATCH v3 0/3] avformat/mov: add support for 'amve' ambient viewing environment box
Cosmin Stejerean
cosmin at cosmin.at
Sun Feb 4 13:16:52 EET 2024
From: Cosmin Stejerean <cosmin at cosmin.at>
This rebases the previous patch series from Damiano Galassi after the
packet side data changes and adds FATE tests for both reading and
writing amve
Cosmin Stejerean (1):
tests/fate/mov: add a test for reading and writing amve box
Damiano Galassi (2):
avcodec: add ambient viewing environment packet side data.
avformat/mov: add support for 'amve' ambient viewing environment box.
As defined in ISOBMFF (ISO/IEC 14496-12) document.
fftools/ffprobe.c | 3 +++
libavcodec/avpacket.c | 1 +
libavcodec/decode.c | 1 +
libavcodec/packet.h | 7 +++++++
libavformat/dump.c | 15 +++++++++++++++
libavformat/isom.h | 3 +++
libavformat/mov.c | 35 +++++++++++++++++++++++++++++++++++
libavformat/movenc.c | 30 ++++++++++++++++++++++++++++++
tests/fate/mov.mak | 5 +++++
tests/ref/fate/mov-read-amve | 8 ++++++++
tests/ref/fate/mov-write-amve | 33 +++++++++++++++++++++++++++++++++
11 files changed, 141 insertions(+)
create mode 100644 tests/ref/fate/mov-read-amve
create mode 100644 tests/ref/fate/mov-write-amve
--
2.42.1
More information about the ffmpeg-devel
mailing list