log libmpcodecs/vf.c @ 37174:6c941fe7fc3e

age author description
Mon, 21 Jan 2013 18:21:51 +0000 diego Add a number of missing libavutil header #includes.
Sun, 25 Nov 2012 14:18:12 +0000 reimar Fix incorrect mp_image allocations when the input format changes.
Mon, 05 Nov 2012 20:58:38 +0000 reimar Fix crash when not able to find a mpi by using an
Fri, 31 Aug 2012 20:09:30 +0000 reimar Fix usage count for passthrough-only filters.
Wed, 30 May 2012 21:08:05 +0000 reimar Add/improve some code to help debugging DR in filters.
Fri, 25 May 2012 20:31:11 +0000 reimar Move decrementing usage count to a common place.
Mon, 21 May 2012 19:59:58 +0000 reimar Change MP_IMGTYPE_NUMBERED semantics.
Wed, 22 Feb 2012 14:19:45 +0000 diego build: Separate libpostproc check from FFmpeg check.
Tue, 21 Feb 2012 20:40:59 +0000 reimar Adjust MPlayer default alignment values to match FFmpeg's.
Sat, 05 Nov 2011 18:20:44 +0000 reimar Fixes for palette allocation handling.
Wed, 12 Oct 2011 11:38:10 +0000 cigaes libmpcodec: add vf_lavfi.
Mon, 05 Sep 2011 14:24:54 +0000 cehoyos Cosmetics: Order filters alphabetically.
Fri, 15 Apr 2011 07:48:41 +0000 diego Build the geq video filter with shared FFmpeg.
Sat, 15 Jan 2011 20:40:18 +0000 cehoyos Remove tabs from two additional files that will be used in
Fri, 22 Oct 2010 17:46:12 +0000 reimar Add stereo3d filter.
Mon, 13 Sep 2010 18:19:25 +0000 diego build system: Merge all FFmpeg library checks into a single FFmpeg check.
Wed, 09 Jun 2010 07:26:54 +0000 siretart remove libmpcodecs/vf_rgb2bgr.c
Fri, 14 May 2010 14:20:19 +0000 cehoyos Fix compilation after r31173.
Tue, 20 Apr 2010 04:33:00 +0000 zuxy Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems
Fri, 05 Mar 2010 23:13:08 +0000 greg Enable ASS/SSA subtitle support in mencoder
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.
Thu, 31 Dec 2009 23:09:35 +0000 reimar Deduplicate the mp_image planes allocation code.
Thu, 31 Dec 2009 22:53:25 +0000 reimar Add support for 16-bit per component YUV formats.
Sat, 26 Dec 2009 11:51:19 +0000 reimar Support mp_image with allocated palette.
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Tue, 07 Jul 2009 02:01:36 +0000 lorenm new debanding filter
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 18 Mar 2009 17:02:29 +0000 cehoyos Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
Tue, 17 Feb 2009 18:59:47 +0000 reimar Print an error and return NULL in vf_get_image if we try to allocate
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Sat, 14 Feb 2009 08:22:49 +0000 reimar Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that
Fri, 16 Jan 2009 13:19:29 +0000 gpoirier revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
Fri, 16 Jan 2009 10:07:14 +0000 gpoirier fix compilation on non x86 machines (PPC here)
Tue, 30 Dec 2008 10:40:26 +0000 reimar Fix OSD flickering with filters that add frames (tfields, yadif) and
Tue, 30 Dec 2008 10:38:29 +0000 reimar Avoid flickering OSD with -vf yadif=1
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Fri, 11 Apr 2008 08:13:36 +0000 diego vf_pp7 does not depend on libavcodec.
Fri, 11 Apr 2008 08:11:16 +0000 diego vf_screenshot depends on libavcodec.
Fri, 09 Nov 2007 06:57:24 +0000 rfelker stage 1 of applying const to vf structs
Fri, 09 Nov 2007 06:52:33 +0000 rfelker vf_screenshot does not depend on libpng; it uses libavcodec now
Wed, 03 Oct 2007 23:50:54 +0000 michael overcomplete wavelet denoiser
Thu, 26 Apr 2007 15:10:07 +0000 diego Simplify preprocessor directives: There is a general variable for
Thu, 26 Apr 2007 13:20:18 +0000 diego Add config.h variables for static FFmpeg libraries.
Fri, 23 Mar 2007 13:31:08 +0000 diego cosmetics: Merge #ifdefs for better readability.
Wed, 21 Mar 2007 08:24:20 +0000 diego Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
Sat, 02 Dec 2006 17:32:53 +0000 diego Remove long-deprecated -vop option.
Sat, 02 Dec 2006 16:49:13 +0000 diego Update comment, video output plugins are deprecated.
Mon, 06 Nov 2006 22:57:14 +0000 diego Remove remnants of long-gone libfame.
Mon, 16 Oct 2006 15:47:32 +0000 michael generic equation filter
Sun, 17 Sep 2006 10:24:26 +0000 ods15 conditional declerations are unnecessary
Sat, 15 Jul 2006 09:18:44 +0000 ivo new black frame detection filter
Sun, 09 Jul 2006 17:45:36 +0000 reynaldo Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-org
Fri, 07 Jul 2006 18:26:51 +0000 eugeni Initial libass release (without mencoder support).
Thu, 06 Jul 2006 06:58:17 +0000 uau Add a new video pts tracking mode, enabled by option -correct-pts.
Wed, 07 Jun 2006 22:14:00 +0000 nicodvb vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef USE_LIBAVCODEC
Tue, 06 Jun 2006 23:30:23 +0000 michael yet another deinterlacing filter
Tue, 06 Jun 2006 00:11:13 +0000 michael Motion compensating deinterlacer