log matroska.c @ 3381:10201d222e76 libavformat

age author description
Sun, 27 Jan 2008 15:43:17 +0000 aurel Add support for Matroska attachments. libavformat
Mon, 07 Jan 2008 00:03:19 +0000 aurel Make ff_mkv_codec_tags lie entirely in .rodata section. libavformat
Sat, 29 Dec 2007 20:49:03 +0000 aurel export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) libavformat
Sun, 02 Dec 2007 21:52:43 +0000 reimar Make ff_mkv_codec_tags array const, it is never written. libavformat
Thu, 06 Sep 2007 05:14:09 +0000 conrad Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv libavformat
Fri, 24 Aug 2007 00:49:46 +0000 conrad Add V_SNOW libavformat
Wed, 25 Jul 2007 15:59:26 +0000 aurel use the most appropriate codec id for A_MPEG/L1 and L2 libavformat
Wed, 25 Jul 2007 15:58:12 +0000 aurel reorder matroska codec tags so that the encoder picks up the appropriate tag libavformat
Mon, 16 Jul 2007 14:51:43 +0000 aurel add support for S_ASS and S_SSA codec string libavformat
Wed, 11 Jul 2007 13:37:07 +0000 aurel add support for ASS like subtitles in Matroska libavformat
Wed, 11 Jul 2007 13:13:20 +0000 aurel add support for Matroska subtitle tracks libavformat
Mon, 04 Jun 2007 22:19:17 +0000 aurel add support for real audio in matroska libavformat
Mon, 04 Jun 2007 22:10:54 +0000 aurel split some common code from the mkv demuxer that will be useful to the muxer libavformat
Sun, 15 Apr 2007 13:51:57 +0000 aurel add an enum for need_parsing libavformat
Tue, 10 Apr 2007 11:27:24 +0000 aurel cosmetics: indentation libavformat
Mon, 09 Apr 2007 17:03:20 +0000 aurel add support for seeking to a keyframe instead of a random frame libavformat
Mon, 09 Apr 2007 17:00:09 +0000 aurel add an intermediate variable (prepare for next patch) libavformat
Mon, 09 Apr 2007 16:48:28 +0000 aurel add support for seeking in matroska files libavformat
Mon, 09 Apr 2007 16:45:43 +0000 aurel move matroska_find_track_by_num() upper in the file libavformat
Mon, 09 Apr 2007 16:29:10 +0000 aurel cluster position is relative to segment_start libavformat
Mon, 09 Apr 2007 16:27:00 +0000 aurel properly set streams start_time libavformat
Mon, 09 Apr 2007 16:24:03 +0000 aurel remove unused context field libavformat
Mon, 09 Apr 2007 16:22:18 +0000 aurel remove wrong and no more used packet reordering code libavformat
Sun, 08 Apr 2007 11:34:15 +0000 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
Sun, 25 Mar 2007 01:11:00 +0000 aurel add support for V_THEORA into Matroska libavformat
Thu, 15 Mar 2007 23:08:58 +0000 aurel disable pts reordering code and initialize a parser instead libavformat
Tue, 13 Mar 2007 00:21:19 +0000 aurel remove outdated comment libavformat
Tue, 13 Mar 2007 00:20:18 +0000 aurel remove no more needed parameters libavformat
Tue, 13 Mar 2007 00:16:31 +0000 aurel set pkt->duration for laced packets too libavformat
Tue, 13 Mar 2007 00:10:52 +0000 aurel calculate pts for laced packets libavformat