log libmpcodecs/vf_screenshot.c @ 37143:88b4aa330150

age author description
Sun, 13 Jul 2014 21:39:32 +0000 reimar Ensure dimensions are set before opening libavcodec encoder.
Sun, 16 Feb 2014 14:47:37 +0000 reimar vf_screenshot: remove pointless cast.
Sun, 16 Feb 2014 14:47:36 +0000 reimar vf_screenshot: Fix memory leak on resolution/aspect changes.
Sun, 16 Feb 2014 14:47:35 +0000 reimar vf_screenshot: Simplify repeat screenshot handling logic.
Sun, 16 Feb 2014 14:47:33 +0000 reimar vf_screenshot: use av_fast_malloc.
Sun, 16 Feb 2014 14:47:32 +0000 reimar vf_screenshot: use calloc.
Sun, 16 Feb 2014 14:47:32 +0000 reimar vf_screenshot: Switch to avcodec_encode_video2 API.
Sun, 16 Feb 2014 14:01:23 +0000 reimar Allow specifying custom path and name for screenshot files.
Sun, 16 Feb 2014 14:01:21 +0000 reimar Use sizeof instead of hardcoded number.
Sun, 16 Feb 2014 14:01:20 +0000 reimar Remove pointless "if".
Mon, 05 Aug 2013 18:36:57 +0000 reimar vf_screenshot: slice handling fix.
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Mon, 21 Jan 2013 18:21:51 +0000 diego Add a number of missing libavutil header #includes.
Fri, 21 Sep 2012 20:20:11 +0000 reimar Fix handling of out-of-order slice rendered frames.
Sun, 19 Feb 2012 22:09:30 +0000 al vf screenshot: Fix breakage after lavc API changes
Mon, 06 Feb 2012 06:30:12 +0000 siretart Update deprecated avcodec_alloc_context()/avcodec_open() API calls
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.