aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mkv.c
Commit message (Expand)AuthorAge
* Remove one more incorrect direct ass.h include.Gravatar reimar2009-12-27
* Avoid miscompilation issues with the grow_array function more permanentlyGravatar reimar2009-12-11
* Avoid void * arithmetic.Gravatar reimar2009-09-30
* Simplify aac_get_sample_rate_indexGravatar reimar2009-09-30
* Check for grow_array allocation failure.Gravatar reimar2009-09-30
* Avoid a possible crash if num_cluster_pos is 0.Gravatar reimar2009-09-30
* Check for integer overflow in grow_array.Gravatar reimar2009-09-30
* Rearrange code of grow_array to make it easier to extend.Gravatar reimar2009-09-30
* Avoid a memleak if realloc fails in grow_array.Gravatar reimar2009-09-30
* Change grow_array argument from void ** to void *, this avoids a aliasingGravatar reimar2009-09-30
* Fix incompatible pointer types warning, also seems to fix mis-compilation wit...Gravatar reimar2009-08-17
* Add Dolby TrueHD support for mkv demuxer.Gravatar cehoyos2009-08-13
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* change internal real video packetizing format to the more straight forward oneGravatar aurel2009-02-09
* Convert CONFIG_ZLIB into a 0/1 option.Gravatar diego2009-02-07
* Adapt to lzo changes in libavutilGravatar reimar2009-02-02
* Factorize vobsub idx/extradata handling.Gravatar aurel2008-10-27
* Revert bad changes to SSA/ASS subtitle packet formatGravatar uau2008-09-08
* demux_mkv: output correctly formated ASS packetsGravatar aurel2008-09-05
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Remove unused function, fixes the warning:Gravatar diego2008-05-15
* Remove unused variable, fixes the warning:Gravatar diego2008-05-15
* cosmetics: Break overly long lines.Gravatar diego2008-05-15
* Mark static tables const.Gravatar diego2008-05-15
* Revert r26412: policy violationGravatar rtogni2008-04-19
* demux_mkv.c: Mark some static tables constGravatar uau2008-04-12
* Support 'default' attribute for audio and subtitle tracks.Gravatar eugeni2008-03-30
* Remove unused function.Gravatar eugeni2008-02-29
* Reindent.Gravatar eugeni2008-02-29
* Don't select audio stream in lavf and mkv demuxers.Gravatar eugeni2008-02-29
* Don't select subtitle track in lavf and mkv demuxers.Gravatar eugeni2008-02-29
* Remove stupid checks of free() argument.Gravatar eugeni2008-02-29
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleGravatar eugeni2008-02-29
* Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio trackGravatar eugeni2008-02-29
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadGravatar nicodvb2008-02-11
* Allow demuxers to choose a default value for correct_ptsGravatar reimar2008-02-03
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().Gravatar eugeni2008-01-12
* Move all subtitle parsing from mkv demuxer to update_subtitles().Gravatar eugeni2008-01-11
* Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.Gravatar eugeni2008-01-11
* Set extradata for subtitle tracks in mkv demuxer.Gravatar eugeni2008-01-11
* Factorize private data decoding for subtitle tracks in mkv demuxer.Gravatar eugeni2008-01-11
* Vobsub support tridx setting in .idx file.Gravatar ulion2007-12-19
* Move temp variable declaration into inner loop scope.Gravatar ulion2007-12-10
* Convert vobsub custom colors from rgb to yuv using a common function.Gravatar ulion2007-12-09
* Move vobsub palette->yuv convert code into a common function.Gravatar ulion2007-12-08
* Restore y of palette into the same value range as it was in the .ifo file.Gravatar ulion2007-12-08