aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mkv.c
Commit message (Expand)AuthorAge
* 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
* Remove unneeded casts for malloc/realloc callsGravatar reimar2006-10-09
* Add matroska v2 (SimpleBlock) support.Gravatar eugeni2006-09-25
* Fix r19815: mkv_d->duration could be assigned an uninitialized value.Gravatar eugeni2006-09-13
* Fix seeking in Matroska files with non-default TimecodeScale value.Gravatar eugeni2006-09-12
* Fix block duration calculation in mkv demuxer.Gravatar eugeni2006-09-12
* Fix movie duration calculation in case when TimecodeScale element comes afterGravatar eugeni2006-09-12
* Fix crash on DEMUXER_CTRL_SWITCH_AUDIO introduced by aid_vid_mismatch patchGravatar reimar2006-09-03
* Add support for rendering matroska plaintext subtitles with libass.Gravatar eugeni2006-09-02
* Matroska subtitles are always utf-8, no need to recode them.Gravatar eugeni2006-09-02
* Fix read beyond the end of allocated memory block.Gravatar eugeni2006-09-02
* Display track names in matroska files.Gravatar eugeni2006-09-02
* Extract "application/x-font" attachments from matroska, in additionGravatar eugeni2006-09-01
* Get rid of demux_aid_vid_mismatch mess.Gravatar reimar2006-08-26
* SSA/ASS parser reworked, with 2 main results:Gravatar eugeni2006-08-22
* Fix seeking in matroska files when timecodes do not start from zero.Gravatar eugeni2006-08-18
* Add matroska chapter seeking capability.Gravatar eugeni2006-08-06
* Native MPEG4 SP/ASP/AP support in Matroska.Gravatar rathann2006-07-22
* more c++ decl crapGravatar rfelker2006-07-10
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07
* Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.Gravatar eugeni2006-07-07
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* feed any audio track present in the mux; switch to any of the available audio...Gravatar nicodvb2006-06-19
* Change free_sh_audio() to take demuxer and stream id as parametersGravatar uau2006-06-14
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepa...Gravatar gpoirier2006-05-14
* Unconditionally compile the Matroska demuxer.Gravatar diego2006-05-08