aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mkv.c
Commit message (Expand)AuthorAge
...
* Don't set random codec parameters for AC3/DTS in mkv.Gravatar aurel2007-06-10
* Fix segfault when encoding from an mkv file with embedded fonts.Gravatar eugeni2007-06-07
* Get rid of __attribute__((__packed__)) in Matroska demuxerGravatar reimar2007-05-28
* Remove useless setting of dp->len, it is already set to that value byGravatar reimar2007-05-17
* Fix indentation broken in r23287Gravatar reimar2007-05-10
* Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkvGravatar reimar2007-05-10
* Avoid code duplication in mkv demuxer for standard fourcc/extradata handlingGravatar reimar2007-05-10
* Fix NULL pointer dereference in demux_mkv that happens whenGravatar eugeni2007-05-01
* Matroska seeking fixesGravatar uau2007-03-16
* Use explicit path for headers from the loader/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long...Gravatar reimar2007-03-05
* Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.Gravatar reimar2007-03-01
* Make sure sub->sh is set when a subtitle is selectedGravatar reimar2007-02-08
* Another round of subtitle code cleanupGravatar reimar2007-02-05
* Make mkv demuxer use ffmpeg LZO as well.Gravatar reimar2007-01-31
* Simplify and make lzo decompression code more similar to zlib one.Gravatar reimar2007-01-27
* Forgotten free on errorGravatar reimar2007-01-27
* *dest = malloc (*size); is useless directly before *dest = realloc (*dest, *s...Gravatar reimar2007-01-27
* Remove comment printed by -demuxer help, it belongs in the copyright header.Gravatar diego2007-01-25
* Subtitle handling cleanup: factor out code for parsing embedded subtitlesGravatar reimar2007-01-06
* Fix display of multiple simultaneous subtitles without libass.Gravatar uau2006-12-21
* VobSub tracks cannot be handled by libass, do not mark them with 'a'.Gravatar eugeni2006-12-15
* Rename: ass_process_font -> ass_add_font.Gravatar eugeni2006-12-03
* Remove superfluous bswap.h include.Gravatar diego2006-12-02
* Cosmetics: indentation fix.Gravatar eugeni2006-11-23
* Generalize subtitle switching, demux_ogg does not need a special caseGravatar reimar2006-11-19
* Don't spam the console with timestamps (non-error messages printed every Gravatar rtogni2006-11-14
* Fix extradata passing to lavc RV20 decoderGravatar rtogni2006-11-14
* Make subtitle stream handling more similar to audio and video streams.Gravatar reimar2006-11-13
* If parsing a seek head fails then mplayer should try continue parsing the fil...Gravatar mosu2006-11-07
* Fix index-based seeking in audio-only files, fixes bug #621Gravatar reimar2006-11-05
* add MSGTR_MPDEMUX_MKV for demux_mkv.cGravatar kraymer2006-11-05
* Libass interface reworked:Gravatar eugeni2006-10-28
* Implement -noidx since index can use quite a bit of memory, esp. when using v...Gravatar reimar2006-10-15
* CosmeticsGravatar reimar2006-10-12
* strncpy->strlcpyGravatar reimar2006-10-12
* Remove useless return; at end of functionGravatar reimar2006-10-12
* Simplify demux_mkv_get_sub_langGravatar reimar2006-10-12
* modifications pointed out by reimar doffingerGravatar ptt2006-10-12
* added OSD audio switching visualizationGravatar ptt2006-10-11
* More possible memleaks.Gravatar reimar2006-10-11
* Avoid memleak on error while reading attachments or multipleGravatar reimar2006-10-11
* Simplify (by using realloc with NULL parameter) and refactor code to growGravatar reimar2006-10-10
* Free track->language before assigning new valueGravatar reimar2006-10-09
* Missing (in close function)/misplaced free for track structure itself.Gravatar reimar2006-10-09
* Free track data if error occurs while reading trackentryGravatar reimar2006-10-09
* Free track encodings on error or demuxer closeGravatar reimar2006-10-09
* replace malloc+memset by callocGravatar reimar2006-10-09
* Remove cast of realloc result missed in last patchGravatar reimar2006-10-09