summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_mkv.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support for files whose first timecode is not 0 (which is the case for ↵mosu2003-06-121-13/+28
| | | | | | splitted/linked files). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10284 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updates needed for libebml/libmatroska 0.4.4mosu2003-06-091-0/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10274 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for selecting the audio track in Matroska files via -alang.mosu2003-05-231-7/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10168 b3059339-0415-0410-9bf9-f77b7e298cf2
* Delayed the parsing of the cues for the case that the KaxInfos (and ↵mosu2003-05-221-11/+18
| | | | | | therefore the timecode scale) is located after the meta seek stuff. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10150 b3059339-0415-0410-9bf9-f77b7e298cf2
* Endian fixes and proper support for headerless AAC streams.mosu2003-05-191-6/+69
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10134 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for AAC.mosu2003-05-171-2/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10126 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for DTS tracks (only with -hwac3 of course).mosu2003-05-151-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10106 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the abs function as someone reported compilation problems under MacOS.mosu2003-05-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10100 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check with the wrong variable.mosu2003-05-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10099 b3059339-0415-0410-9bf9-f77b7e298cf2
* timecode scale value must be initialized before the duration is found. API ↵mosu2003-05-091-4/+3
| | | | | | change of libmatroska 0.4.2. Will not work with 0.4.1! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10085 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for aspect ratio set via DisplayWidth/DisplayHeight.mosu2003-05-061-3/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10082 b3059339-0415-0410-9bf9-f77b7e298cf2
* Vorbis header packet lengths were calculated incorrectly.mosu2003-05-061-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10080 b3059339-0415-0410-9bf9-f77b7e298cf2
* Proper key frame reporting. Proper handling of "no subtitles wanted".mosu2003-05-051-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10074 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed seeking in audio-only files. Added support for subtitle track ↵mosu2003-05-041-50/+80
| | | | | | selection via "-slang". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10061 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implemented some default values. The corresponding Kax elements are not ↵mosu2003-04-301-3/+8
| | | | | | stored if they are set to their default value. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10037 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes for gcc 3.2mosu2003-04-301-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10030 b3059339-0415-0410-9bf9-f77b7e298cf2
* Loop counter was used inside for another loop as well.mosu2003-04-301-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10029 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added Matroska demuxing support.mosu2003-04-301-0/+1945
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10025 b3059339-0415-0410-9bf9-f77b7e298cf2