mbox series

[FFmpeg-devel,v2,0/5] Vision Pro Spatial Data

Message ID 20240617134141.224614-1-derek.buitenhuis@gmail.com
Headers show
Series Vision Pro Spatial Data | expand

Message

Derek Buitenhuis June 17, 2024, 1:41 p.m. UTC
* 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(-)