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