log libmpdemux/demux_mkv.c @ 29490:5b8f21404b19

age author description
Mon, 17 Aug 2009 08:02:37 +0000 reimar Fix incompatible pointer types warning, also seems to fix mis-compilation with gcc-4.4.1
Thu, 13 Aug 2009 21:54:08 +0000 cehoyos Add Dolby TrueHD support for mkv demuxer.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Mon, 09 Feb 2009 22:00:57 +0000 aurel change internal real video packetizing format to the more straight forward one
Sat, 07 Feb 2009 15:23:55 +0000 diego Convert CONFIG_ZLIB into a 0/1 option.
Mon, 02 Feb 2009 20:22:36 +0000 reimar Adapt to lzo changes in libavutil
Mon, 27 Oct 2008 22:51:22 +0000 aurel Factorize vobsub idx/extradata handling.
Mon, 08 Sep 2008 21:26:22 +0000 uau Revert bad changes to SSA/ASS subtitle packet format
Fri, 05 Sep 2008 14:18:05 +0000 aurel demux_mkv: output correctly formated ASS packets
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Thu, 15 May 2008 21:25:41 +0000 diego Remove unused function, fixes the warning:
Thu, 15 May 2008 15:54:17 +0000 diego Remove unused variable, fixes the warning:
Thu, 15 May 2008 13:52:44 +0000 diego cosmetics: Break overly long lines.
Thu, 15 May 2008 13:48:23 +0000 diego Mark static tables const.
Sat, 19 Apr 2008 16:53:44 +0000 rtogni Revert r26412: policy violation
Sat, 12 Apr 2008 15:51:11 +0000 uau demux_mkv.c: Mark some static tables const
Sun, 30 Mar 2008 16:55:46 +0000 eugeni Support 'default' attribute for audio and subtitle tracks.
Fri, 29 Feb 2008 17:25:55 +0000 eugeni Remove unused function.
Fri, 29 Feb 2008 17:25:54 +0000 eugeni Reindent.
Fri, 29 Feb 2008 17:25:52 +0000 eugeni Don't select audio stream in lavf and mkv demuxers.
Fri, 29 Feb 2008 17:25:47 +0000 eugeni Don't select subtitle track in lavf and mkv demuxers.
Fri, 29 Feb 2008 17:25:41 +0000 eugeni Remove stupid checks of free() argument.
Fri, 29 Feb 2008 17:25:39 +0000 eugeni Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
Fri, 29 Feb 2008 17:25:37 +0000 eugeni Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Mon, 11 Feb 2008 22:03:34 +0000 nicodvb -chapter is now handled uniformly calling demuxer_seek_chapter() instead
Sun, 03 Feb 2008 12:14:29 +0000 reimar Allow demuxers to choose a default value for correct_pts
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Sat, 12 Jan 2008 01:12:39 +0000 eugeni Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().
Fri, 11 Jan 2008 21:45:17 +0000 eugeni Move all subtitle parsing from mkv demuxer to update_subtitles().
Fri, 11 Jan 2008 21:45:15 +0000 eugeni Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.
Fri, 11 Jan 2008 21:45:13 +0000 eugeni Set extradata for subtitle tracks in mkv demuxer.
Fri, 11 Jan 2008 21:45:08 +0000 eugeni Factorize private data decoding for subtitle tracks in mkv demuxer.
Wed, 19 Dec 2007 08:35:40 +0000 ulion Vobsub support tridx setting in .idx file.
Mon, 10 Dec 2007 04:37:26 +0000 ulion Move temp variable declaration into inner loop scope.
Sun, 09 Dec 2007 06:58:57 +0000 ulion Convert vobsub custom colors from rgb to yuv using a common function.
Sat, 08 Dec 2007 12:15:03 +0000 ulion Move vobsub palette->yuv convert code into a common function.
Sat, 08 Dec 2007 02:38:02 +0000 ulion Restore y of palette into the same value range as it was in the .ifo file.
Sun, 21 Oct 2007 22:57:42 +0000 aurel add support for wavpack into matroska
Sun, 26 Aug 2007 20:46:38 +0000 diego Fix warnings:
Mon, 16 Jul 2007 14:01:53 +0000 reimar Avoid crash if a non-existent audio track is selected with -aid
Fri, 13 Jul 2007 13:23:41 +0000 aurel fix typo in a comment
Thu, 05 Jul 2007 22:06:05 +0000 reimar Add some missing frees.
Thu, 05 Jul 2007 22:01:07 +0000 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
Sun, 24 Jun 2007 13:34:16 +0000 reimar index_mode is already defined in demuxer.h
Sun, 24 Jun 2007 08:12:08 +0000 reimar Remove the now unused demux_mkv_change_subs function
Sun, 24 Jun 2007 07:29:03 +0000 reimar Set demuxer->sub->sh to one of the s_streams like done for audio and video.
Sat, 23 Jun 2007 16:57:27 +0000 reimar 100l, last demux_mkv patch passed ints instead of pointers to them to sscanf
Sat, 23 Jun 2007 15:38:00 +0000 reimar Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the code a bit.
Wed, 20 Jun 2007 18:19:03 +0000 uau demux_mkv very long seek fix
Sun, 10 Jun 2007 16:45:30 +0000 aurel Don't set random codec parameters for AC3/DTS in mkv.
Thu, 07 Jun 2007 22:45:41 +0000 eugeni Fix segfault when encoding from an mkv file with embedded fonts.
Mon, 28 May 2007 18:13:33 +0000 reimar Get rid of __attribute__((__packed__)) in Matroska demuxer
Thu, 17 May 2007 10:05:00 +0000 reimar Remove useless setting of dp->len, it is already set to that value by
Thu, 10 May 2007 14:05:06 +0000 reimar Fix indentation broken in r23287
Thu, 10 May 2007 14:01:53 +0000 reimar Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv
Thu, 10 May 2007 13:58:57 +0000 reimar Avoid code duplication in mkv demuxer for standard fourcc/extradata handling
Tue, 01 May 2007 23:04:21 +0000 eugeni Fix NULL pointer dereference in demux_mkv that happens when