[vlc-devel] [PATCH 0/4] misc projection additions

Steve Lhomme robux4 at videolabs.io
Thu Nov 10 17:59:56 CET 2016


Compared the previous patchset the MP4 extra parsing has been dropped.

The field of view default value is now shared.

The JPEG patch doesn't read the end from strtof() anymore.

Steve Lhomme (4):
  core: add metadata info for VR/360° fields
  core: add a field of view field to video_format_t
  jpeg: read panoramic metadata from the XMP EXIF data
  opengl: handle a non default fov value

 include/vlc_es.h              |  3 ++
 modules/codec/jpeg.c          | 79 ++++++++++++++++++++++++++++++++++++++++++-
 modules/video_output/opengl.c |  7 ++--
 src/input/es_out.c            | 18 ++++++++++
 src/misc/es_format.c          |  2 ++
 5 files changed, 105 insertions(+), 4 deletions(-)

-- 
2.10.1



More information about the vlc-devel mailing list