summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_mkv.c
Commit message (Expand)AuthorAgeFilesLines
* Do not switch to audio tracks whose codec private data differs from the main ...mosu2005-05-211-0/+4
* Reset the saved max_pts used for timecode reordering after seeking. Otherwise...mosu2005-05-191-0/+1
* removed unused variablesnicodvb2005-05-141-5/+0
* vorbis extradata is now passed from demuxer to decoder in matroska's waynicodvb2005-05-121-48/+3
* adds a parameter to the switch_audio command to directly select a track.reimar2005-04-281-10/+21
* Online audio switching now supports Matroska too. Patch by Michael Behrischgpoirier2005-04-131-0/+26
* Fix the ogg fourcc nightmare!!!rfelker2005-02-271-2/+2
* Handle missing palettes in the info part of VobSubs in Matroska files correct...mosu2005-01-211-0/+2
* More support for AVC in Matroska.mosu2005-01-161-0/+5
* set sub_utf8 only when actually using mkv subtitles, will break externalreimar2005-01-161-2/+1
* Move generic length and percent pos calculation to demuxer.creimar2005-01-151-5/+0
* Do not access word-sized elements on potentially unaligned memory addresses. ...mosu2005-01-131-1/+1
* Call subcp_close when closing the demuxerreimar2005-01-111-0/+3
* Support for AVC in Matroska.mosu2005-01-111-0/+11
* Make use of the default duration for one frame if it is present in the file. ...mosu2004-11-281-0/+3
* Added support for MPEG-1 and MPEG-2 in Matroska.mosu2004-11-261-4/+135
* Output more information about vids, aids, sids, alangs and slangs with -ident...mosu2004-11-251-0/+15
* DTS uses the format tag 0x2001. Patch by Joakim Plate (joakim ! plate () ecce...mosu2004-10-301-3/+5
* fix sub_select fiasco with global sub numbering. now multiple sub sources ca...joey2004-09-281-0/+20
* With the latest change to dec_audio.c (1.32) the demuxers have to set sh_a->s...mosu2004-09-211-10/+10
* fix playback of files with displaysize not set (aspect was set to NaN for these)reimar2004-09-181-0/+2
* Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.mosu2004-09-121-1/+1
* Cosmetics: fix some compiler warnings.mosu2004-08-251-0/+2
* Display the language code for subtitles from Matroska files.mosu2004-08-241-0/+34
* Support for subtitle switching in Matroska.mosu2004-08-241-9/+104
* fixes a crash and unchecked string-handling in ENCA code.reimar2004-07-281-1/+1
* Do not dereference NULL if no track could be found for a block.mosu2004-06-281-1/+8
* Support for the "custom colors" and "forced subtitles" entries in the VobSub ...mosu2004-06-101-38/+132
* Try to get the "size:" and "palette:" entries for VobSub tracks from the priv...mosu2004-06-081-0/+92
* ENCA support (http://trific.ath.cx/software/enca/)henry2004-05-081-1/+1
* fix exploitable buffer overflowrfelker2004-04-261-2/+2
* Fixed the support for the A_MS/ACM CodecID which just stores a WAVEFORMATEX i...mosu2004-04-021-8/+18
* Implemented "seek to position".mosu2004-03-261-1/+45
* Removed the limitation to max. eight laced blocks.mosu2004-03-251-9/+21
* Parse comma separated language lists instead of comparing the complete langua...mosu2004-03-181-5/+12
* Exit when an invalid EBML ID has been read (e.g. for files that have been cut...mosu2004-02-091-0/+6
* Do not open more than one audio/video/subtitle stream at the same time.mosu2004-02-011-30/+5
* Do not try to seek beyond the end of the stream when parsing the headers.mosu2004-01-311-1/+2
* 100lrfelker2004-01-271-1/+1
* Do not deactivate the video stream if no audio stream was wanted/found...mosu2004-01-221-1/+1
* Compiler/system compatibility fixes.mosu2004-01-201-9/+3
* Fixed subtitle clearing.mosu2004-01-201-4/+27
* Fixed the subtitle line overflowing for SSA if there were too many \N in the ...mosu2004-01-191-2/+12
* Added the new C based Matroska demuxer by Aurelien Jacobs.mosu2004-01-191-0/+2850