diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2024-05-30 16:30:44 +0100 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2024-06-18 14:47:40 +0100 |
commit | cf2436a0b4dc3f6d22414aa91e8ed47ae7859f90 (patch) | |
tree | 937d6f0466705d18e7eafe37bc0bdca04196348e /doc/APIchanges | |
parent | 57bfba35d6ba45d6f0dbc46f129fe1893cd04252 (diff) | |
download | ffmpeg-cf2436a0b4dc3f6d22414aa91e8ed47ae7859f90.tar.gz |
avutil/stereo3d: Fill out stereo info provided by Vision Pro files
Based on what is in the files themselves, and what the API provides
to users.
URLs:
* https://developer.apple.com/documentation/videotoolbox/kvtcompressionpropertykey_heroeye
* https://developer.apple.com/documentation/videotoolbox/kvtcompressionpropertykey_stereocamerabaseline
* https://developer.apple.com/documentation/videotoolbox/kvtcompressionpropertykey_horizontaldisparityadjustment
* https://developer.apple.com/documentation/coremedia/kcmformatdescriptionextension_horizontalfieldofview
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index fcb20872a6..6a470702b6 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,15 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +2024-06-18 - xxxxxxxxxx - lavu 59.24.100 - stereo3d.h + Add primary_eye, baseline, horizontal_disparity_adjustment, and + horizontal_field_of_view fields to AVStereo3D. + Add AVStereo3DPrimaryEye. + Add av_stereo3d_view_name. + Add av_stereo3d_view_from_name. + Add av_stereo3d_primary_eye_name. + Add av_stereo3d_primary_eye_from_name. + 2024-06-18 - xxxxxxxxxx - lavu 59.23.100 - spherical.h Add AV_SPHERICAL_HALF_EQUIRECTANGULAR, AV_SPHERICAL_RECTILINEAR, and AV_SPHERICAL_FISHEYE values to AVSphericalProjection, and initialize |