From: Cosmin Stejerean via ffmpeg-devel <ffmpeg-devel@ffmpeg.org> To: "ffmpeg-devel@ffmpeg.org" <ffmpeg-devel@ffmpeg.org> Cc: "Cosmin Stejerean" <cosmin@cosmin.at> Subject: [FFmpeg-devel] [PATCH v4 0/3] avformat/mov: add support for 'amve' ambient viewing environment Date: Sun, 4 Feb 2024 15:14:09 +0000 Message-ID: <0101018d74af1a47-6151911e-6e48-4b3d-80c9-634eef7e9987-000000@us-west-2.amazonses.com> (raw) In-Reply-To: <20240204151404.28289-1-cosmin@cosmin.at> From: Cosmin Stejerean <cosmin@cosmin.at> Version 4 resolves feedback from v3 by moving new side data field in packet.h to the end for ABI compatibility, bumping the minor API version for lavc, adding APIChanges entry, using -c:v in the FATE test, cleaning up formatting in avformat/movenc and renaming rescale_mdcv to rescale since it is now shared rather than mdcv specific. 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. doc/APIchanges | 3 +++ fftools/ffprobe.c | 3 +++ libavcodec/avpacket.c | 1 + libavcodec/decode.c | 1 + libavcodec/packet.h | 9 ++++++- libavcodec/version.h | 2 +- libavformat/dump.c | 15 +++++++++++ libavformat/isom.h | 3 +++ libavformat/mov.c | 35 ++++++++++++++++++++++++ libavformat/movenc.c | 50 +++++++++++++++++++++++++++-------- tests/fate/mov.mak | 5 ++++ tests/ref/fate/mov-read-amve | 8 ++++++ tests/ref/fate/mov-write-amve | 33 +++++++++++++++++++++++ 13 files changed, 155 insertions(+), 13 deletions(-) create mode 100644 tests/ref/fate/mov-read-amve create mode 100644 tests/ref/fate/mov-write-amve -- 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".
next parent reply other threads:[~2024-02-04 15:14 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top [not found] <20240204151404.28289-1-cosmin@cosmin.at> 2024-02-04 15:14 ` Cosmin Stejerean via ffmpeg-devel [this message] [not found] ` <20240204151404.28289-2-cosmin@cosmin.at> 2024-02-04 15:14 ` [FFmpeg-devel] [PATCH v4 1/3] avcodec: add ambient viewing environment packet side data Cosmin Stejerean via ffmpeg-devel 2024-02-04 15:21 ` Marton Balint [not found] ` <20240204151404.28289-3-cosmin@cosmin.at> 2024-02-04 15:14 ` [FFmpeg-devel] [PATCH v4 2/3] avformat/mov: add support for 'amve' ambient viewing environment box. As defined in ISOBMFF (ISO/IEC 14496-12) document Cosmin Stejerean via ffmpeg-devel [not found] ` <20240204151404.28289-4-cosmin@cosmin.at> 2024-02-04 15:14 ` [FFmpeg-devel] [PATCH v4 3/3] tests/fate/mov: add a test for reading and writing amve box Cosmin Stejerean via ffmpeg-devel 2024-02-04 15:28 ` James Almer
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=0101018d74af1a47-6151911e-6e48-4b3d-80c9-634eef7e9987-000000@us-west-2.amazonses.com \ --to=ffmpeg-devel@ffmpeg.org \ --cc=cosmin@cosmin.at \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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