log movenc.c @ 3470:d8bbf9265f03 libavformat

age author description
Sat, 14 Jun 2008 21:05:28 +0000 bcoudurier put avc1 brand in compat list when h264 is present libavformat
Fri, 13 Jun 2008 13:52:53 +0000 michael I think we are also compliant to iso2. libavformat
Fri, 13 Jun 2008 12:19:01 +0000 michael Add isom to the compatible brands. libavformat
Fri, 13 Jun 2008 11:30:36 +0000 michael Calculate ftyp size instead of hardcoding it. libavformat
Thu, 12 Jun 2008 03:08:41 +0000 michael simplify MODE_3G2 libavformat
Thu, 12 Jun 2008 03:08:08 +0000 michael Change MODE_* to 1<<c so several can be set at the same time. libavformat
Thu, 12 Jun 2008 00:56:54 +0000 bcoudurier cosmetics, reindent libavformat
Thu, 12 Jun 2008 00:55:49 +0000 bcoudurier don't write double sets of metadata in mov, only write usual ones libavformat
Wed, 11 Jun 2008 09:40:40 +0000 bcoudurier indent libavformat
Wed, 11 Jun 2008 09:40:22 +0000 bcoudurier support for 3gp metadata libavformat
Wed, 11 Jun 2008 09:35:02 +0000 bcoudurier move utf8 code before udta func, will be used by 3gp tags libavformat
Wed, 11 Jun 2008 09:33:35 +0000 bcoudurier write usual brand for ipod format libavformat
Wed, 11 Jun 2008 09:06:27 +0000 bcoudurier simplify libavformat
Wed, 11 Jun 2008 09:02:01 +0000 bcoudurier factorize psp metadata libavformat
Wed, 11 Jun 2008 08:50:41 +0000 bcoudurier cosmetics libavformat
Wed, 11 Jun 2008 08:39:35 +0000 bcoudurier cosmetics libavformat
Wed, 11 Jun 2008 08:17:38 +0000 bcoudurier support alac in ipod m4a format, tested on quicktime libavformat
Mon, 09 Jun 2008 22:14:58 +0000 bcoudurier m4v/m4a are usual itunes/ipod/iphone extensions libavformat
Mon, 09 Jun 2008 20:14:09 +0000 bcoudurier indent libavformat
Mon, 09 Jun 2008 20:13:44 +0000 bcoudurier rework udta handling, if any track set bitexact, don't write any metadata libavformat
Mon, 09 Jun 2008 19:58:35 +0000 bcoudurier 10l, add parentheses libavformat
Mon, 09 Jun 2008 19:56:59 +0000 bcoudurier indent libavformat
Mon, 09 Jun 2008 19:56:45 +0000 bcoudurier remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing scheme still fits libavformat
Mon, 09 Jun 2008 18:23:06 +0000 bcoudurier cosmetics libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Thu, 29 May 2008 00:58:41 +0000 bcoudurier warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy libavformat
Thu, 29 May 2008 00:54:33 +0000 bcoudurier reindent libavformat
Thu, 29 May 2008 00:54:09 +0000 bcoudurier this should be valid for audio too libavformat
Tue, 06 May 2008 09:16:36 +0000 diego Remove unnecessary parentheses from return calls. libavformat
Thu, 24 Apr 2008 17:22:39 +0000 bcoudurier cosmetics: remove useless whitespaces and put braces correctly libavformat
Thu, 24 Apr 2008 13:59:39 +0000 bcoudurier support for alac in .mov libavformat
Fri, 04 Apr 2008 09:55:31 +0000 bcoudurier special mpeg2 handling is no more needed libavformat
Sun, 30 Mar 2008 21:18:22 +0000 bcoudurier prevent writing empty stss atom libavformat
Thu, 20 Mar 2008 18:48:50 +0000 bcoudurier fix mpeg2 muxing, replace seq header if contained in extradata and key frame does not contain it libavformat
Thu, 20 Mar 2008 18:42:44 +0000 bcoudurier cosmetics, move case up libavformat
Sun, 16 Mar 2008 13:36:36 +0000 bcoudurier ipod/iphone compatible mp4 muxer libavformat
Wed, 06 Feb 2008 18:57:00 +0000 bcoudurier cosmetics, remove whitespaces before and after parenthesis libavformat
Mon, 04 Feb 2008 01:06:04 +0000 michael 2 more missing consts found by -Wwrite-strings. libavformat
Thu, 31 Jan 2008 13:40:53 +0000 bcoudurier stupid typo libavformat
Thu, 31 Jan 2008 11:31:56 +0000 bcoudurier support rawvideo in mov libavformat
Wed, 30 Jan 2008 13:22:31 +0000 bcoudurier use context in av_log libavformat
Wed, 30 Jan 2008 13:22:04 +0000 bcoudurier warning is only valid for mov libavformat
Mon, 28 Jan 2008 18:35:12 +0000 bcoudurier cosmetics, split long lines, remove useless braces, merge comments and if libavformat
Mon, 28 Jan 2008 18:33:27 +0000 bcoudurier cosmetics, vertically align libavformat
Mon, 28 Jan 2008 16:58:42 +0000 bcoudurier spoke too fast, fix dv fourcc in mov accordingly if strict libavformat
Mon, 28 Jan 2008 16:03:50 +0000 bcoudurier finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell libavformat
Mon, 28 Jan 2008 15:23:37 +0000 bcoudurier indentation libavformat
Mon, 28 Jan 2008 15:22:07 +0000 bcoudurier correctly and only set standard stsd fourcc for mp4/3gp libavformat
Mon, 28 Jan 2008 13:44:27 +0000 bcoudurier write esds atom when mpeg-4 systems tags are used libavformat
Mon, 28 Jan 2008 13:19:16 +0000 bcoudurier document tag field libavformat
Fri, 11 Jan 2008 23:33:32 +0000 aurel add a ff_ prefix to newly exported functions from avc.c libavformat
Fri, 11 Jan 2008 01:24:55 +0000 aurel Move isom_write_avcc() and related functions into a separate file. libavformat
Fri, 11 Jan 2008 01:04:01 +0000 aurel extract isom_write_avcc into a function libavformat
Fri, 11 Jan 2008 01:00:04 +0000 aurel Add one more parameter to avc_parse_nal_units so that it allows not to libavformat
Fri, 11 Jan 2008 00:47:02 +0000 aurel Check return value of avc_parse_nal_units(). libavformat
Thu, 20 Dec 2007 09:51:11 +0000 bcoudurier fix indentation libavformat
Wed, 19 Dec 2007 16:00:08 +0000 bcoudurier use generic 'glbl' atom if extradata is present but no specific method is known libavformat
Mon, 03 Dec 2007 10:44:25 +0000 bcoudurier fix dnxhd 720p in mov for quicktime player libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Wed, 24 Oct 2007 14:22:56 +0000 benoit Cosmetics: indentation. libavformat