log libmpcodecs/vf_palette.c @ 36895:5616bd62fa26

age author description
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Fri, 14 Jan 2011 22:10:21 +0000 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
Tue, 01 Jun 2010 21:07:02 +0000 siretart avoid using swscale internals by copying in palette8torbg16 and its bgr variant
Tue, 01 Jun 2010 19:35:16 +0000 siretart deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24
Tue, 01 Jun 2010 06:53:56 +0000 siretart remove palette8torgb15 and palette8tobgr15
Mon, 22 Feb 2010 14:03:46 +0000 diego Mark a bunch of video filter structures as const.
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, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Sat, 26 Dec 2009 11:11:41 +0000 reimar Restore the old value of planes[1] in vf_palette at the end to ensure
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 25 Oct 2008 00:07:59 +0000 uau vf_palette: Fix compilation after libswscale API changes
Fri, 16 May 2008 00:23:02 +0000 diego cosmetics: Remove pointless parentheses from return calls.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Thu, 13 Sep 2007 18:36:04 +0000 reimar Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGR
Fri, 30 Jun 2006 12:00:31 +0000 lucabe Move postproc ---> libswscale
Fri, 31 Mar 2006 00:15:47 +0000 reynaldo Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
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, 14 Oct 2004 15:09:35 +0000 reimar some memory leaks fixed
Sun, 23 Nov 2003 17:09:59 +0000 joey fix for vf_palette, because paletted 8-bit to BGR{15,16} conversion is incorrect.
Sat, 15 Mar 2003 18:01:02 +0000 albeu Add the new -vf option wich is the same as vop in reverse order.
Tue, 04 Feb 2003 17:51:39 +0000 arpi move some verbose msg to dbg2
Tue, 10 Sep 2002 22:18:32 +0000 arpi changing return type of put_image void->int
Mon, 09 Sep 2002 16:13:51 +0000 alex 10l
Fri, 30 Aug 2002 11:18:20 +0000 alex added bgr support and support for forcing output format
Wed, 28 Aug 2002 22:45:48 +0000 arpi mostly compiler warning fixes, some small bugfix
Fri, 21 Jun 2002 16:38:53 +0000 alex report if no palette
Thu, 30 May 2002 00:26:23 +0000 arpi grayscaled palette support
Sat, 25 May 2002 13:22:28 +0000 arpi warning fixes, patch by Ulrich Hecht <uli@suse.de>
Sun, 21 Apr 2002 17:22:37 +0000 arpi 8bpp paletted -> 15/16/24/32 converter