index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
demux_mkv.cpp
Commit message (
Expand
)
Author
Age
*
Support for HE-AAC in Matroska. Also only set ds->pts to the first pts of a l...
mosu
2003-12-05
*
Support for FLAC tracks that already contain the "fLaC" header.
mosu
2003-11-16
*
Support for FLAC in Matroska written in the MS compatibility mode.
mosu
2003-11-16
*
Support for FLAC in Matroska.
mosu
2003-11-16
*
Proper usage of zlib for decompression.
mosu
2003-11-05
*
Fixed wrong allocation of the BITMAPINFOHEADER structure which would crash mp...
mosu
2003-10-30
*
VobSubs are stripped of their MPEG PS in the muxer already, and only the SPU ...
mosu
2003-10-29
*
* fix my 100l from before
attila
2003-10-26
*
10!
attila
2003-10-26
*
Support for -chapter selection.
mosu
2003-10-25
*
Added support for additional content encoding (compression, encryption) in ge...
mosu
2003-10-22
*
Support for MP2 audio.
mosu
2003-10-16
*
Support for uncompressed VobSubs.
mosu
2003-10-16
*
Fix for compilation on mingw32/cygwin. Patch by Goodwu <goodwu@21cn.com>.
mosu
2003-10-16
*
More liberal codec id recognition for AC3 codecs (needed for transcoded DNET ...
mosu
2003-10-14
*
Backwards compatibility fix for old SSA CodecIDs.
mosu
2003-10-02
*
Fix for imprecise floating point calculations.
mosu
2003-09-22
*
Different decision making for seeking which takes the direction into account.
mosu
2003-09-15
*
Marked SSA subs as UTF-8. Better newline handling for SSA subs. Patch by Tris...
mosu
2003-09-12
*
Improved backwards seeking for small seek steps. Patch by matthieu <mat100@if...
mosu
2003-09-12
*
Support for SSA text subs in Matroska. Patch partially by Tristan <z80@oceanf...
mosu
2003-09-10
*
Support for Quicktime stuff in Matroska (e.g. Sorenson, QDesign Music codecs ...
mosu
2003-09-10
*
Removed some ":" in the track output for easier cut&paste.
mosu
2003-08-27
*
Track selection uses the n-th audio/subtitle/video track as the ID, not the n...
mosu
2003-08-27
*
Support for linked seek heads, multiple seek heads, multiple cues.
mosu
2003-08-24
*
Re-added block duration parsing, needed for subtitles. Got lost in the last u...
mosu
2003-08-23
*
Fixes for compilation with gcc versions != 3.2.
mosu
2003-08-17
*
Big reorganization. Relies on libmatroska's Read() function and then processe...
mosu
2003-08-17
*
Fixes for stuff that only showed up with gcc versions other than 3.2.
mosu
2003-07-17
*
Fixed spelling mistakes that were present in libmatroska until now.
mosu
2003-07-17
*
Better support for RealVideo/RealAudio in Matroska. Includes the timestamp fi...
mosu
2003-07-15
*
Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented sup...
mosu
2003-07-11
*
Support for files whose first timecode is not 0 (which is the case for splitt...
mosu
2003-06-12
*
Updates needed for libebml/libmatroska 0.4.4
mosu
2003-06-09
*
Support for selecting the audio track in Matroska files via -alang.
mosu
2003-05-23
*
Delayed the parsing of the cues for the case that the KaxInfos (and therefore...
mosu
2003-05-22
*
Endian fixes and proper support for headerless AAC streams.
mosu
2003-05-19
*
Added support for AAC.
mosu
2003-05-17
*
Support for DTS tracks (only with -hwac3 of course).
mosu
2003-05-15
*
Removed the abs function as someone reported compilation problems under MacOS.
mosu
2003-05-11
*
Check with the wrong variable.
mosu
2003-05-11
*
timecode scale value must be initialized before the duration is found. API ch...
mosu
2003-05-09
*
Support for aspect ratio set via DisplayWidth/DisplayHeight.
mosu
2003-05-06
*
Vorbis header packet lengths were calculated incorrectly.
mosu
2003-05-06
*
Proper key frame reporting. Proper handling of "no subtitles wanted".
mosu
2003-05-05
*
Fixed seeking in audio-only files. Added support for subtitle track selection...
mosu
2003-05-04
*
Implemented some default values. The corresponding Kax elements are not store...
mosu
2003-04-30
*
Fixes for gcc 3.2
mosu
2003-04-30
*
Loop counter was used inside for another loop as well.
mosu
2003-04-30
*
Added Matroska demuxing support.
mosu
2003-04-30