summaryrefslogtreecommitdiffstats
path: root/libmpdemux/matroska.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary includesuau2008-04-011-4/+0
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-051-0/+2
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleeugeni2008-02-291-2/+0
* Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio trackeugeni2008-02-291-2/+0
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* add support for wavpack into matroskaaurel2007-10-211-0/+1
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-3/+3
* Remove useless demnuxer.h include from matroska.h, it creats "hundreds" ofreimar2007-06-201-2/+0
* Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkvreimar2007-05-101-0/+1
* Generalize subtitle switching, demux_ogg does not need a special casereimar2006-11-191-1/+0
* added OSD audio switching visualizationptt2006-10-111-0/+2
* Native MPEG4 SP/ASP/AP support in Matroska.rathann2006-07-221-0/+3
* Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.eugeni2006-07-071-10/+0
* Added support for A_AAC.mosu2005-10-221-0/+1
* Handle missing palettes in the info part of VobSubs in Matroska files correct...mosu2005-01-211-0/+1
* Support for AVC in Matroska.mosu2005-01-111-0/+1
* Added support for MPEG-1 and MPEG-2 in Matroska.mosu2004-11-261-0/+2
* Display the language code for subtitles from Matroska files.mosu2004-08-241-2/+4
* Support for subtitle switching in Matroska.mosu2004-08-241-0/+5
* Support for the "custom colors" and "forced subtitles" entries in the VobSub ...mosu2004-06-101-0/+3
* Added the new C based Matroska demuxer by Aurelien Jacobs.mosu2004-01-191-0/+3
* Support for HE-AAC in Matroska. Also only set ds->pts to the first pts of a l...mosu2003-12-051-1/+2
* Added the FLAC CodecId.mosu2003-11-161-0/+1
* Support for MP2 audio.mosu2003-10-161-0/+1
* Support for VobSub-in-Matroska; parts outside of demux_mkv.cpp.mosu2003-10-161-0/+7
* Support for SSA text subs in Matroska. Patch partially by Tristan <z80@oceanf...mosu2003-09-101-2/+3
* Support for Quicktime stuff in Matroska (e.g. Sorenson, QDesign Music codecs ...mosu2003-09-101-0/+8
* Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented sup...mosu2003-07-111-0/+9
* Endian fixes and proper support for headerless AAC streams.mosu2003-05-191-0/+5
* Added support for AAC.mosu2003-05-171-1/+4
* Support for DTS tracks (only with -hwac3 of course).mosu2003-05-151-0/+1
* Added Matroska demuxing support.mosu2003-04-301-0/+21