mbox series

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

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

Message

Derek Buitenhuis June 17, 2024, 7:20 p.m. UTC
Changes since v2:
* horizontal display adjustment is now a rational

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                            | 312 +++++++++++++++++++
 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, 490 insertions(+), 1 deletion(-)

Comments

Derek Buitenhuis June 18, 2024, 12:51 p.m. UTC | #1
On 6/17/2024 8:20 PM, Derek Buitenhuis wrote:
>  12 files changed, 490 insertions(+), 1 deletion(-)

Will push later today if there are no objections.

- Derek