aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mkv.c
Commit message (Expand)AuthorAge
...
* | Support for multiple editions in MatroskaGravatar Daniel Dawson2009-12-04
* | demux_mkv: Detect and warn about virtual timeline nestingGravatar Daniel Dawson2009-12-04
* | demux_mkv.c: Make time arithmetic more precise in one more caseGravatar Uoti Urpala2009-12-02
* | demux_mkv: Stop moving FLAC extradata into stream packetsGravatar Uoti Urpala2009-10-17
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * 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
* | demux_mkv: Fix memory leaks in attachment readingGravatar Uoti Urpala2009-09-18
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
| * 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
* | Remove internal libass treeGravatar Uoti Urpala2009-07-26
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | demux_mkv.c: Make some time arithmetic more preciseGravatar Uoti Urpala2009-07-10
* | demux_mkv: Round more seeks to "backwards" keyframesGravatar Uoti Urpala2009-07-09
* | demux_mkv: Make seeks more precise in some casesGravatar Uoti Urpala2009-07-09
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
* | | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* | Support chapter seeking with ordered chaptersGravatar Uoti Urpala2009-04-02
* | demux_mkv: Remove first_tc and stop_timecodeGravatar Uoti Urpala2009-04-02
* | demux_mkv: Adjust seeks a bit to catch inexact keyframe matchesGravatar Uoti Urpala2009-04-02
* | Add improved relative seek modeGravatar Uoti Urpala2009-03-24
* | demux_mkv: Parse ordered chapter informationGravatar Uoti Urpala2009-03-22
* | demux_mkv: Some cleanup, fix duration printed at verbose levelGravatar Uoti Urpala2009-03-21
* | 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