log mov.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Tue, 28 Sep 2010 00:33:21 +0000 bcoudurier In mov demuxer, check that nb_streams is valid before using it in read_dac3 libavformat tip
Wed, 08 Sep 2010 20:20:24 +0000 bcoudurier Check dref size based on a patch by google libavformat
Wed, 08 Sep 2010 20:18:14 +0000 bcoudurier In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, fix issue #1539 libavformat
Mon, 06 Sep 2010 21:52:11 +0000 jbr Read the number of channels from the 'dac3' tag for AC-3 in MP4. libavformat
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavformat
Sun, 04 Jul 2010 04:59:12 +0000 conrad mov: Read Flash's chpl variant libavformat
Fri, 02 Jul 2010 08:24:37 +0000 bcoudurier In mov demuxer, fix seeking to the beginning when file has edit lists. libavformat
Thu, 01 Jul 2010 23:18:27 +0000 bcoudurier In mov demuxer, only set sar if not already set, patch by Andrew Wason, libavformat
Thu, 01 Jul 2010 22:31:31 +0000 bcoudurier Use ext sample from mpeg4audio config if set with AAC SBR libavformat
Mon, 28 Jun 2010 21:02:16 +0000 bcoudurier In mov demuxer, increase total size after debugging message libavformat
Fri, 25 Jun 2010 01:19:03 +0000 bcoudurier Improve mov atom parsing debug message, print parent atom and size in decimal libavformat
Sun, 23 May 2010 21:03:14 +0000 bcoudurier change author metadata to artist in mov de/muxer libavformat
Wed, 05 May 2010 08:41:01 +0000 conrad mov: Read nero chapters libavformat
Sun, 25 Apr 2010 14:27:42 +0000 stefano Mark av_metadata_set() as deprecated, and use av_metadata_set2() libavformat
Wed, 21 Apr 2010 06:36:09 +0000 conrad mov: Read QuickTime chapters libavformat
Fri, 16 Apr 2010 20:36:24 +0000 mstorsjo Parse strf mov atoms libavformat
Wed, 31 Mar 2010 12:29:58 +0000 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Tue, 09 Mar 2010 01:03:42 +0000 bcoudurier In mov demuxer, convert mac encoded strings to utf-8 libavformat
Tue, 09 Mar 2010 00:46:26 +0000 bcoudurier Preallocate index entries in mov demuxer, huge speedup libavformat
Sun, 28 Feb 2010 01:51:13 +0000 cehoyos Make mp4_read_descr static: It is only used inside libavformat/mov.c. libavformat
Sat, 20 Feb 2010 22:57:23 +0000 michael Make sure we dont write more bytes into filename than the array is long. libavformat
Sat, 20 Feb 2010 22:48:09 +0000 michael Do not attempt to open references through absolute pathes. libavformat
Mon, 01 Feb 2010 11:39:10 +0000 pross Add a list of generic tags and change demuxers to follow it. libavformat
Sun, 24 Jan 2010 21:37:35 +0000 cehoyos Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec, libavformat
Mon, 18 Jan 2010 23:58:10 +0000 bcoudurier reindent libavformat
Mon, 18 Jan 2010 23:56:04 +0000 bcoudurier set average frame rate in mov demuxer libavformat
Mon, 18 Jan 2010 21:38:39 +0000 bcoudurier move aspect ratio code at the end of the track parsing, fix cathedral-beta2-400extra-crop-avc.mp4 libavformat
Thu, 14 Jan 2010 00:32:36 +0000 bcoudurier set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalogic at rectalogic dot com libavformat
Wed, 13 Jan 2010 23:33:29 +0000 bcoudurier do not skip mdat data if it's the last atom, avoids one seek libavformat