mbox series

[FFmpeg-devel,v3,0/3] avformat/mov: add support for 'amve' ambient viewing environment box

Message ID 0101018d73d5dd1c-0c1be437-7efc-4fdc-826c-73670366064b-000000@us-west-2.amazonses.com
Headers show
Series avformat/mov: add support for 'amve' ambient viewing environment box | expand

Message

Cosmin Stejerean Feb. 4, 2024, 11:16 a.m. UTC
From: Cosmin Stejerean <cosmin@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