]> git.sesse.net Git - vlc/commit
* mkv.cpp : begin of a matroska demuxer
authorLaurent Aimar <fenrir@videolan.org>
Sun, 22 Jun 2003 07:39:39 +0000 (07:39 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 22 Jun 2003 07:39:39 +0000 (07:39 +0000)
commit57b971e9dd03cb5643572ccd804af5a9a371c033
treec0439078a10ea14900ef77f03ee3670a5b435a21
parent221158d7977adc113db3d4e4b47f70da0ddba46b
 * mkv.cpp : begin of a matroska demuxer
  TODO:
    * seek support
    * vorbis support (it's a decoder problem, as matroska embded raw
      vorbis data)
    * utf8 subtitles handling (probably at the decoder stage too)
    * clean up.
    * support of stream other than files.
    * ...
modules/demux/mkv.cpp [new file with mode: 0644]