log libmpcodecs/vf_pp.c @ 37182:1c64016edce3

age author description
Sat, 03 Mar 2012 13:44:46 +0000 cigaes vf_pp: free private structure.
Sun, 24 Apr 2011 08:08:24 +0000 siretart use correct pp_mode type, unbreaks compilation
Sun, 10 Apr 2011 00:33:52 +0000 reimar Remove obviously unused libavutil/internal.h include.
Fri, 04 Feb 2011 10:01:46 +0000 diego Replace one more instance of memalign in libmpcodecs with av_malloc.
Mon, 13 Sep 2010 18:19:25 +0000 diego build system: Merge all FFmpeg library checks into a single FFmpeg check.
Tue, 07 Sep 2010 23:39:54 +0000 diego Add the proper include instead of declaring the divx_quality variable extern.
Fri, 26 Feb 2010 19:56:03 +0000 diego Mark all fmt_list arrays 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, 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.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Sun, 25 Jan 2009 21:59:08 +0000 diego Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Mon, 25 Feb 2008 09:45:55 +0000 diego 10l: Revert nonsense commit.
Mon, 25 Feb 2008 09:42:26 +0000 diego Remove old EMU_OLD cruft.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Fri, 02 Jun 2006 11:31:42 +0000 diego libpostproc is not a subdirectory of libavcodec anymore.
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)
Sun, 22 Jan 2006 18:11:35 +0000 diego proper support for shared libpostproc
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Tue, 13 Sep 2005 10:47:33 +0000 reimar pp_postprocess reads from target image, so request a readable one.
Wed, 20 Jul 2005 01:22:24 +0000 iive use stored dimensions instead of visible one when (vf_)get_image is called
Mon, 11 Jul 2005 18:48:09 +0000 michael ensure that dr buffers are readable
Sun, 31 Aug 2003 22:18:27 +0000 alex remove read/revert hack
Tue, 20 May 2003 18:36:55 +0000 rfelker cleanup, use vf->dmpi rather than vf->priv->dmpi for consistency
Fri, 18 Apr 2003 22:12:36 +0000 michael support old libavcodec
Fri, 18 Apr 2003 13:18:59 +0000 michael passing qscale_type around so the pp code can fix the mpeg2 <<1 thing
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 Mar 2003 22:48:37 +0000 michael 10l (pp cant convert formats) fixes segfault
Fri, 14 Feb 2003 21:45:45 +0000 michael moving postprocess code to libavcodec
Sun, 05 Jan 2003 19:10:42 +0000 michael YUV 411/422/444 support for pp
Fri, 03 Jan 2003 12:40:10 +0000 michael pphelp
Thu, 19 Dec 2002 22:33:59 +0000 arpi fixed memleak caused by multiple config() calls - thx Gabu
Wed, 06 Nov 2002 23:54:29 +0000 arpi *HUGE* set of compiler warning fixes, unused variables removal
Sat, 02 Nov 2002 14:20:05 +0000 michael cleanup
Sat, 02 Nov 2002 13:58:14 +0000 michael cleanup
Wed, 30 Oct 2002 21:02:21 +0000 michael per context cpuCaps (idea by kabi)
Wed, 30 Oct 2002 01:51:14 +0000 michael cleanly passing the cpuCaps
Tue, 29 Oct 2002 20:12:24 +0000 michael cleanup
Tue, 29 Oct 2002 18:51:52 +0000 michael cosmetics ;)
Tue, 29 Oct 2002 18:35:15 +0000 michael better deblocking filter
Tue, 29 Oct 2002 01:20:51 +0000 michael fixing segfault
Mon, 28 Oct 2002 19:31:04 +0000 michael postprocessing cleanup:
Tue, 10 Sep 2002 22:18:32 +0000 arpi changing return type of put_image void->int
Wed, 28 Aug 2002 22:45:48 +0000 arpi mostly compiler warning fixes, some small bugfix
Fri, 02 Aug 2002 22:55:54 +0000 arpi - some reorder/cleanup of mp_image flags
Sat, 13 Apr 2002 19:14:34 +0000 arpi mp_image.h and img_format.h moved to libmpcodecs
Thu, 11 Apr 2002 20:56:17 +0000 arpi capabilities support -> automatic insertion of scale, expand, pp
Sun, 07 Apr 2002 17:42:31 +0000 arpi vf control codes added, autoq support
Sun, 07 Apr 2002 17:01:15 +0000 arpi accept only 4:2:0 planar yuv formats
Sun, 07 Apr 2002 03:32:36 +0000 arpi accept -pp value from args
Sun, 07 Apr 2002 03:25:25 +0000 arpi mpeg+pp0 fixed
Sun, 07 Apr 2002 03:20:41 +0000 arpi postprocessing filter (fixme: -pp 0)