[vlc-devel] [PATCH 0/1] mkv: uncompressed video support

Tim Allen vlc at timallen.ltd.uk
Sun Jun 26 13:45:48 CEST 2016


Parses the V_UNCOMPRESSED codec ID, and KaxVideoColourSpace track element.
The V_UNCOMPRESSED codec ID is accepted by adding a (empty except for debug 
message) handling case, and the KaxVideoColourSpace is parsed for the FOURCC.
A debug message displays the FOURCC codec.

This patch allows uncompressed Matroska video files to be played,
eg one created by gstreamer:

gst-launch-1.0 videotestsrc num-buffers=200 is-live=1 horizontal-speed=1 ! "video/x-raw, width=640, height=480, framerate=20/1, format=UYVY" ! matroskamux ! filesink location=./test640x480.mkv

Tim Allen (1):
  mkv: uncompressed video support

 modules/demux/mkv/matroska_segment_parse.cpp | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

-- 
1.9.1



More information about the vlc-devel mailing list