log libmpdemux/demux_mkv.c @ 34195:5affa2074131

age author description
Wed, 23 Mar 2011 22:08:34 +0000 cehoyos Support E-AC3 in deprecated native matroska demuxer.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:08:36 +0000 cigaes Move ass_mp.[ch] to the sub directory.
Wed, 27 Oct 2010 16:58:23 +0000 cigaes Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.
Wed, 27 Oct 2010 16:28:50 +0000 cigaes Create a new directory, "sub", for subtitles and OSD related code.
Sat, 18 Sep 2010 17:40:14 +0000 reimar Check for realloc failure. Ignore the memleak this causes since
Sat, 18 Sep 2010 17:38:23 +0000 reimar Matroska allows data to be compressed multiple times, thus ensure
Sat, 18 Sep 2010 17:27:17 +0000 reimar Fix format string to match type.
Sat, 18 Sep 2010 17:25:33 +0000 reimar Fix label indentation.
Sat, 18 Sep 2010 17:24:39 +0000 reimar Fix decoded length calculation of LZO decompression in demux_mkv.
Sat, 18 Sep 2010 17:18:22 +0000 reimar Add many integer overflow checks to mkv demuxer.
Fri, 17 Sep 2010 15:13:37 +0000 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
Sun, 12 Sep 2010 13:38:59 +0000 reimar Replace several sizeof(WAVEFORMATEX)
Sun, 12 Sep 2010 13:35:13 +0000 reimar Remove a useless cast.
Sun, 12 Sep 2010 13:26:39 +0000 reimar Replace sizeof(type)
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Sat, 10 Jul 2010 16:30:59 +0000 reimar Remove unused extern variable declarations.
Sat, 05 Jun 2010 17:32:11 +0000 reimar Add webm/VP8 support to native matroska demuxer.
Sat, 29 May 2010 22:22:07 +0000 diego Cast void* pointer to appropriate type before using it in an addition; fixes
Thu, 27 May 2010 16:46:47 +0000 diego cosmetics: Reformat in K&R coding style.
Thu, 27 May 2010 16:13:53 +0000 diego Remove two pointless void* casts.
Thu, 27 May 2010 16:05:30 +0000 diego Remove unnecessary demux_mkv_seek() forward declaration.
Wed, 17 Feb 2010 22:22:51 +0000 diego Add separate header for real_fix_timestamp(); avoids forward declarations.
Sun, 27 Dec 2009 14:35:09 +0000 reimar Remove one more incorrect direct ass.h include.
Fri, 11 Dec 2009 22:27:42 +0000 reimar Avoid miscompilation issues with the grow_array function more permanently
Wed, 30 Sep 2009 07:54:04 +0000 reimar Avoid void * arithmetic.
Wed, 30 Sep 2009 07:52:37 +0000 reimar Simplify aac_get_sample_rate_index
Wed, 30 Sep 2009 07:48:01 +0000 reimar Check for grow_array allocation failure.
Wed, 30 Sep 2009 07:45:10 +0000 reimar Avoid a possible crash if num_cluster_pos is 0.
Wed, 30 Sep 2009 07:41:00 +0000 reimar Check for integer overflow in grow_array.
Wed, 30 Sep 2009 07:35:33 +0000 reimar Rearrange code of grow_array to make it easier to extend.
Wed, 30 Sep 2009 07:33:05 +0000 reimar Avoid a memleak if realloc fails in grow_array.
Wed, 30 Sep 2009 07:27:43 +0000 reimar Change grow_array argument from void ** to void *, this avoids a aliasing
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