mpv/TOOLS
wm4 8599c959fe video: initial Matroska 3D support
This inserts an automatic conversion filter if a Matroska file is marked
as 3D (StereoMode element). The basic idea is similar to video rotation
and colorspace handling: the 3D mode is added as a property to the video
params. Depending on this property, a video filter can be inserted.

As of this commit, extending mp_image_params is actually completely
unnecessary - but the idea is that it will make it easier to integrate
with VOs supporting stereo 3D mogrification. Although vo_opengl does
support some stereo rendering, it didn't support the mode my sample file
used, so I'll leave that part for later.

Not that most mappings from Matroska mode to vf_stereo3d mode are
probably wrong, and some are missing.

Assuming that Matroska modes, and vf_stereo3d in modes, and out modes
are all the same might be an oversimplification - we'll see.

See issue #1045.
2014-08-30 23:24:46 +02:00
..
lib/Parse video: initial Matroska 3D support 2014-08-30 23:24:46 +02:00
lua Move status-line.lua 2014-08-11 17:08:32 +02:00
osxbundle/mpv.app/Contents OS X bundle: Add more imported UTI 2014-07-04 10:05:52 +02:00
vf_dlopen TOOLS/vf_dlopen: use new pixelformats, fix usage for newstyle args 2014-05-15 10:32:16 -07:00
dylib-unhell.py osxbundle: fix detection of user libraries 2014-07-16 08:36:34 +02:00
file2string.pl
gen-x11-icon.sh
idet.sh idet.sh: Fix a typo. 2014-07-16 16:15:12 +02:00
matroska.pl
mpv_identify.sh TOOLS/mpv_identify.sh: simplify $MPV handling 2014-08-30 19:23:42 +02:00
osxbundle.py osxbundle: split and optimize bundling script 2014-05-09 20:48:15 +02:00
stats-conv.py TOOLS/stats-conv.py: improvements 2014-08-19 20:09:46 +02:00
umpv TOOLS/umpv: make it work with Python 3 (again) 2014-04-29 02:21:59 +02:00
uncrustify.cfg
youtube-dl_mpv.sh TOOLS/youtube-dl_mpv.sh: simplify $MPV handling 2014-08-30 19:23:42 +02:00
zsh.pl TOOLS/zsh.pl: protect global environment 2014-08-17 12:51:10 +02:00