aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mkv.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\
| * 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
* | Merge svn changes up to r28461Gravatar Uoti Urpala2009-02-04
|\|
| * Adapt to lzo changes in libavutilGravatar reimar2009-02-02
* | Merge svn changes up to r27841Gravatar Uoti Urpala2008-10-28
|\|
| * 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
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * 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
* | demux_mkv.c: Compiler warning fixesGravatar Uoti Urpala2008-04-28
* | Move dvdsub_id to options structGravatar Uoti Urpala2008-04-23
* | Move correct_pts to options structGravatar Uoti Urpala2008-04-23
| * 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
* add support for wavpack into matroskaGravatar aurel2007-10-21
* Fix warnings:Gravatar diego2007-08-26
* Avoid crash if a non-existent audio track is selected with -aidGravatar reimar2007-07-16
* fix typo in a commentGravatar aurel2007-07-13
* Add some missing frees.Gravatar reimar2007-07-05
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* index_mode is already defined in demuxer.hGravatar reimar2007-06-24