log libmpcodecs/ve_qtvideo.c @ 37174:6c941fe7fc3e

age author description
Sat, 27 Nov 2010 12:24:01 +0000 reimar Reindent.
Sat, 27 Nov 2010 12:23:20 +0000 reimar Do not dump image description by default.
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Thu, 09 Sep 2010 16:38:11 +0000 diego Mark video encoder vf_info_t structs as const.
Mon, 14 Jun 2010 14:35:57 +0000 diego Replace forward declarations by proper loader/wine/winbase.h #include.
Sat, 06 Mar 2010 11:12:32 +0000 sesse Fix QuickTime emulated OSErr type.
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 13 Dec 2008 12:33:22 +0000 diego Replace informal GPL notices by standard GPL headers.
Fri, 16 May 2008 00:23:02 +0000 diego cosmetics: Remove pointless parentheses from return calls.
Tue, 01 Apr 2008 14:19:45 +0000 diego Do not #include libavutil/common.h. It is not used directly and mpbswap.h
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Tue, 28 Aug 2007 16:59:24 +0000 diego warning fix:
Sat, 25 Aug 2007 00:23:38 +0000 diego Fix unused variable warning.
Thu, 15 Mar 2007 17:51:32 +0000 diego Add explicit location for headers from the libmpdemux/ directory.
Thu, 15 Mar 2007 17:30:55 +0000 diego Add explicit location for headers from the stream/ directory.
Thu, 15 Mar 2007 08:29:24 +0000 diego Include loader/ prefix in #include path everywhere.
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Thu, 07 Dec 2006 11:58:07 +0000 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Wed, 21 Jun 2006 14:49:09 +0000 diego Move #ifdefs around complete files into the build system.
Tue, 21 Mar 2006 21:26:42 +0000 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
Thu, 26 Jan 2006 19:32:07 +0000 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Wed, 27 Apr 2005 12:43:30 +0000 reimar typo, memset 0 was done on desc instead of cdesc, see bug #288
Mon, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Tue, 01 Mar 2005 20:21:58 +0000 henry fixes for encoding of multiple files
Thu, 20 Jan 2005 22:53:37 +0000 reimar Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problems
Mon, 17 Jan 2005 20:57:48 +0000 faust3 preload quicktime.qts, this allows us to ignore the hardcoded path inside the dlls so that quicktime.qts doesn't need to be in the windows system dir, patch by Gianluigi Tiesi <mplayer at netfarm.it>, comments by myself
Sat, 28 Aug 2004 20:59:49 +0000 rathann small gcc warning fixes
Tue, 13 Apr 2004 15:04:25 +0000 faust3 printf -> mp_msg; print error msg when qtmlClient.dll is missing
Wed, 24 Mar 2004 15:16:36 +0000 ranma Use aspect from encoder for AVI vprp header
Sat, 15 Feb 2003 17:45:10 +0000 faust3 cygwin win32 dll support
Sun, 02 Feb 2003 02:42:59 +0000 arpi compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>
Sun, 19 Jan 2003 01:48:52 +0000 arpi Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.
Fri, 03 Jan 2003 12:26:17 +0000 arpi compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
Fri, 27 Dec 2002 22:43:20 +0000 arpi the long-waited MUXER layer, and new MPEG-PS muxer
Sat, 21 Dec 2002 20:42:40 +0000 arpi set keyframe flag at encoding
Mon, 16 Dec 2002 01:49:39 +0000 arpi Sorenson 1/3 encoding just for fun :)