log libmpcodecs/vf_halfpack.c @ 37195:ac6c37d85d65 default tip

age author description
Wed, 25 May 2011 13:46:32 +0000 iive Fix build after removal of SWS_CPU_CAPS_* from libswscale in FFmpeg.
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
Sun, 21 Feb 2010 13:40:49 +0000 diego Rename open() vf initialization function to vf_open().
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Sat, 23 Jan 2010 23:50:25 +0000 reimar Switch -vf halfpack to use only public API of libswscale.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 16 Jan 2009 09:21:21 +0000 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Sun, 27 May 2007 20:36:04 +0000 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
Sun, 13 Aug 2006 00:21:14 +0000 diego Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
Fri, 30 Jun 2006 12:00:31 +0000 lucabe Move postproc ---> libswscale
Sat, 15 Apr 2006 20:46:54 +0000 nplourde add support for intel mac. mp3lib is not fixed yet.
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)
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Thu, 24 Feb 2005 17:05:34 +0000 rfelker 100l to me: bugfix for negative stride
Thu, 21 Oct 2004 11:55:20 +0000 aurel adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
Sat, 15 Mar 2003 18:01:02 +0000 albeu Add the new -vf option wich is the same as vop in reverse order.
Fri, 10 Jan 2003 14:12:07 +0000 rfelker halfpack now takes an optional argument, field, which tells it to keep
Tue, 10 Sep 2002 22:18:32 +0000 arpi changing return type of put_image void->int
Fri, 30 Aug 2002 14:32:47 +0000 arpi align fix - Bj«Órn Sandell <biorn@dce.chalmers.se>
Fri, 30 Aug 2002 06:16:40 +0000 rfelker "halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filter