log matroska.c @ 1901:3f05dc37b4ec libavformat

age author description
Sun, 11 Mar 2007 22:54:15 +0000 aurel extract ebml_read_binary() out of matroska_parse_block() libavformat
Sun, 11 Mar 2007 22:28:03 +0000 aurel reindent after last commit libavformat
Sun, 11 Mar 2007 22:26:39 +0000 aurel parse clusters until some packets are queued libavformat
Sun, 11 Mar 2007 22:19:02 +0000 aurel fix a stupid bug in ebml_read_sint() libavformat
Sun, 11 Mar 2007 22:16:38 +0000 aurel use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id() libavformat
Fri, 02 Mar 2007 00:14:53 +0000 aurel don't rely on a specific appearance order for ebml elements at the same level libavformat
Fri, 02 Mar 2007 00:06:03 +0000 aurel add support for simple blocks (ie. matroska v2) libavformat
Thu, 01 Mar 2007 23:50:31 +0000 aurel cosmetics: fix indentation of the new matroska_parse_block() function libavformat
Thu, 01 Mar 2007 23:46:14 +0000 aurel split a matroska_parse_block() function from matroska_parse_blockgroup() libavformat
Thu, 01 Mar 2007 23:36:39 +0000 aurel fix an off-by-one error in probing function libavformat
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavformat
Tue, 28 Nov 2006 23:41:53 +0000 aurel matroska: scale timecode according to time_scale libavformat
Thu, 23 Nov 2006 22:26:05 +0000 aurel No need for special trick anymore for flac in matroska. libavformat
Tue, 21 Nov 2006 23:47:21 +0000 aurel add support for FLAC in matroska libavformat
Mon, 20 Nov 2006 20:16:32 +0000 aurel add support for tta in matroska libavformat
Mon, 20 Nov 2006 00:33:47 +0000 aurel cosmetics: reindent after last commit libavformat
Mon, 20 Nov 2006 00:31:59 +0000 aurel matroska: split real video frames so that each packet contains only one slice libavformat
Mon, 20 Nov 2006 00:15:52 +0000 aurel matroska: properly handle real video extradata libavformat
Mon, 20 Nov 2006 00:04:08 +0000 aurel simplify free()+set to NULL using av_freep() libavformat
Sun, 12 Nov 2006 16:59:27 +0000 aurel Allows playback of truncated matroska files. libavformat
Sat, 11 Nov 2006 00:56:27 +0000 aurel Fix wrong comment. libavformat
Sat, 11 Nov 2006 00:49:39 +0000 aurel Add A_AAC codec identifier support in matroska. libavformat
Thu, 09 Nov 2006 11:37:30 +0000 bcoudurier get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavformat
Wed, 08 Nov 2006 20:13:30 +0000 aurel add support for AAC in matroska libavformat
Wed, 08 Nov 2006 20:09:56 +0000 aurel add audio output sampling freqency reading in matroska libavformat
Wed, 08 Nov 2006 18:53:36 +0000 aurel Better way to detect cluster (fix files encoded with Haali's muxer). libavformat
Tue, 07 Nov 2006 00:11:35 +0000 aurel Allow reading matroska title. libavformat
Mon, 06 Nov 2006 23:58:41 +0000 aurel cosmetics: reindent after last commit libavformat
Mon, 06 Nov 2006 23:57:34 +0000 aurel Don't need to check for NULL before av_free(). libavformat
Mon, 06 Nov 2006 23:52:10 +0000 aurel Add support for block duration. libavformat