log libmpcodecs/vf_screenshot.c @ 34508:8e09c663aaff

age author description
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Thu, 06 May 2010 10:18:25 +0000 cehoyos Add support for 12-bit color mode on framebuffer devices.
Tue, 20 Apr 2010 04:33:00 +0000 zuxy Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems
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.
Sun, 03 Jan 2010 17:12:12 +0000 reimar Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
Sun, 03 Jan 2010 15:56:33 +0000 reimar Add missing avcodec_close to vf_screenshot.
Wed, 30 Sep 2009 23:47:00 +0000 diego Mark some functions that do not need external visibility as static.
Sun, 29 Mar 2009 14:46:59 +0000 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libmpcodecs.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Sun, 23 Nov 2008 12:01:48 +0000 diego cosmetics: Move up uninit() to avoid a forward declaration.
Sun, 23 Nov 2008 11:59:37 +0000 diego cosmetics: consistent function declarations.
Sun, 23 Nov 2008 11:58:11 +0000 diego cosmetics: Remove tabs and trailing whitespace.
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Mon, 21 Jan 2008 19:59:27 +0000 reimar Remove useless casts
Tue, 25 Dec 2007 12:22:50 +0000 reimar Add a missing free of the avctx
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Tue, 09 Oct 2007 12:46:10 +0000 reimar Make vf_screenshot use the libavcodec PNG encoder
Sun, 27 May 2007 20:36:04 +0000 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
Wed, 15 Nov 2006 21:52:34 +0000 gpoirier Fix segfault with videos with unusual resolution, patch by Stanislav Maslovski % stanislav P maslovski A gmail P com %
Fri, 15 Sep 2006 13:27:59 +0000 eugeni Add repeated screenshot mode to vf_screenshot.
Sun, 02 Jul 2006 08:17:07 +0000 reynaldo rm unnecesary casts from void* - part 3
Fri, 30 Jun 2006 12:00:31 +0000 lucabe Move postproc ---> libswscale
Wed, 21 Jun 2006 14:49:09 +0000 diego Move #ifdefs around complete files into the build system.
Sun, 18 Jun 2006 10:59:23 +0000 lucabe Software Scaler headers usage cleanup
Sat, 13 May 2006 18:20:41 +0000 rathann Make return type consistent with usage. Patch by Pierre Lombard.
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.
Sun, 30 Oct 2005 08:45:24 +0000 reimar 10l, uninit() was not used, fixes bug #401