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

age author description
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().
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 15 Mar 2009 12:45:16 +0000 diego cosmetics: Remove file names from file header, it only causes trouble.
Sun, 07 Sep 2008 14:09:51 +0000 diego Replace casual GPL notices by proper license headers.
Fri, 09 Nov 2007 06:58:32 +0000 rfelker begin moving const filter data to .text/.rodata sections
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Wed, 21 Mar 2007 08:29:46 +0000 diego Conditionally compile vf_bmovl.c instead of enclosing all of the file
Wed, 21 Mar 2007 08:24:20 +0000 diego Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
Thu, 01 Mar 2007 12:54:08 +0000 reimar Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.
Sun, 23 Jul 2006 14:35:04 +0000 gpoirier in some cases, vf_bmovl produces junk due to source and
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, 16 Feb 2006 10:08:03 +0000 iive include config.h before includes that need it
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Tue, 01 Nov 2005 18:22:18 +0000 reimar close stream_fd on uninit. Fixes bugzilla bug #400.
Wed, 10 Dec 2003 12:28:20 +0000 attila fix bug when bmovl can't read the whole pic at once
Sun, 05 Oct 2003 14:17:29 +0000 alex correct handling of select ret=0, patch by Jonas Jensen <jbj@knef.dk>
Thu, 26 Jun 2003 11:17:28 +0000 albeu Fix SIG11 if no args given
Fri, 04 Apr 2003 20:12:24 +0000 faust3 disable vf_bmovl for systems without posix select
Sat, 15 Mar 2003 18:01:02 +0000 albeu Add the new -vf option wich is the same as vop in reverse order.
Tue, 28 Jan 2003 00:27:59 +0000 arpi The code for converting RGB to YUV in bmovl is slow because it uses
Sun, 26 Jan 2003 17:42:24 +0000 arpi This is a simple patch to change the alpha blending code in bmovl to use
Fri, 10 Jan 2003 21:44:28 +0000 rfelker may not be perfect but it's certainly a start. feel free to change
Thu, 24 Oct 2002 17:39:12 +0000 arpi updated comments
Wed, 23 Oct 2002 11:20:07 +0000 arpi time.h required for select()
Wed, 23 Oct 2002 00:26:27 +0000 arpi -vop bmovl - BitMap OVerLay videofilter for MPlayer