blob: 2d08f6506b607777d93733c8d92918ea4ffc1a72 [file] [log] [blame]
Emilian Peevcf245972019-01-09 14:56:17 +00001Library Name: Dynamic Depth
2License: Apache 2
3Description: A C++ implementation of the Dynamic Depth extension. It contains all necessary
4utilities for reading and writing Depth and AR photos.
5
6Local patches
7-------------
8- Android depth photo validation sequence "ValidateAndroidDynamicDepthBuffer()".
Emilian Peev1a5387f2019-01-29 08:58:48 -08009- Add NDK library variant.
Emilian Peev3663c2c2019-02-04 15:50:17 -080010- Check for depth map payload
Ryan Pricharde48304c2021-03-29 16:30:33 -070011- Add missing <cassert> include to xmpmeta/xmp_parser.cc.