[vlc-devel] [PATCH 0/7] [RFC] Add Stereo 3D Playback

Mohammed (Shaan) Huzaifa Danish shaan3 at gmail.com
Thu Jul 13 11:11:21 CEST 2017


This is part of the Google Summer of Code work. It includes a list of patches to add playback functionality for stereoscopic 3D videos.

Mohammed Danish (7):
  vlc_es: add multiview_unkown type
  avcodec/video: add code to read stereo 3d metadata
  decoder: add code to send 3d metadata to the output modules to be
    handled
  libvlc-module: add video-stereo-mode to store stereo output
  vout_intf: add menu options for 3d output
  video_output: callback for 3d output menu selection
  direct3d11: add 3d playback

 include/vlc_es.h                        |  11 +-
 include/vlc_vout_display.h              |   7 +
 include/vlc_vout_wrapper.h              |   1 +
 modules/codec/avcodec/video.c           |  43 +++++
 modules/gui/qt/menus.cpp                |   4 +
 modules/video_output/win32/direct3d11.c | 316 ++++++++++++++++++++++++++++----
 src/input/decoder.c                     |  10 +-
 src/libvlc-module.c                     |  16 ++
 src/video_output/control.h              |   1 +
 src/video_output/display.c              |  23 +++
 src/video_output/video_output.c         |  12 ++
 src/video_output/vout_internal.h        |   1 +
 src/video_output/vout_intf.c            |  36 ++++
 13 files changed, 441 insertions(+), 40 deletions(-)

-- 
2.12.2.windows.2



More information about the vlc-devel mailing list