log libmpdemux/demux_mkv.c @ 18583:b6444dfda51b

age author description
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.
Sun, 14 May 2006 16:18:41 +0000 gpoirier fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepanov A gmail P com>
Mon, 08 May 2006 21:41:15 +0000 diego Unconditionally compile the Matroska demuxer.
Mon, 24 Apr 2006 07:20:34 +0000 reynaldo Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
Mon, 24 Apr 2006 06:28:45 +0000 mosu Do not give bogus timestamps for laced packets with no default duration. Patch by Uoti Urpala ( uoti ! urpala () pp1 ! inet ! fi ).
Fri, 14 Apr 2006 21:08:25 +0000 reimar 10l, keyframes must have tag 0x10, not 1.
Mon, 03 Apr 2006 19:41:17 +0000 rtognimp Fix RealAudio codecs (add descrambling)
Wed, 22 Mar 2006 18:58:03 +0000 mosu Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele Giaquinta (emanuele ! giaquinta () gmail ! com).
Mon, 27 Feb 2006 19:48:31 +0000 corey Add audio_delay argument to demux_mkv_seek.
Wed, 04 Jan 2006 12:05:15 +0000 mosu Improved handling of text subs in Matroska files with adjacent newlines (\N) resulting in more than SUB_MAX_TEXT lines to display. Patch by Robert Henney (robh () rut ! org).
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Sat, 05 Nov 2005 04:56:23 +0000 lorenm sort timestamps instead of assuming conventional B-frame order. (fixes x264 B-pyramid)
Sun, 30 Oct 2005 09:19:05 +0000 reimar move resync_audio_stream after seeking to demuxer.c
Sat, 22 Oct 2005 10:13:28 +0000 mosu Added support for A_AAC.
Thu, 13 Oct 2005 18:33:56 +0000 reimar Use PRI?64 defines as format strings for 64 bit variables.