[FFmpeg-devel] [PATCH v2 0/5] Vision Pro Spatial Data
Derek Buitenhuis
derek.buitenhuis at gmail.com
Mon Jun 17 16:41:36 EEST 2024
* All comments applied from previous review.
* Renamed rectangular to more industry standard rectilinear.
Derek Buitenhuis (5):
avutil/spherical: Add more spherical types
avutil/stereo3d: Fill out stereo info provided by Vision Pro files
fftools/ffprobe: Print more Stereo 3D info from side data
avformat/mov: Add support for exporting Video Extension Usage info
avformat/mov: Add support for reading and exporting horizontal field
of view
fftools/ffprobe.c | 8 +
libavformat/mov.c | 308 +++++++++++++++++++
libavutil/spherical.c | 5 +
libavutil/spherical.h | 16 +
libavutil/stereo3d.c | 52 ++++
libavutil/stereo3d.h | 78 +++++
libavutil/version.h | 2 +-
tests/ref/fate/matroska-spherical-mono | 2 +
tests/ref/fate/matroska-spherical-mono-remux | 4 +
tests/ref/fate/matroska-stereo_mode | 8 +
tests/ref/fate/matroska-vp8-alpha-remux | 2 +
tests/ref/fate/mov-spherical-mono | 2 +
12 files changed, 486 insertions(+), 1 deletion(-)
--
2.43.0
More information about the ffmpeg-devel
mailing list