log libmpcodecs/vf_expand.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 25 Nov 2012 19:37:21 +0000 reimar Expand: when using DR clear the part of the image that
Mon, 06 Aug 2012 18:26:02 +0000 reimar Remove outdated code that instead of preventing now causes crashes.
Fri, 25 May 2012 20:31:11 +0000 reimar Move decrementing usage count to a common place.
Wed, 23 May 2012 19:51:54 +0000 reimar expand: handle NUMBERED mp_image type correctly.
Tue, 22 Nov 2011 19:33:29 +0000 reimar Make vf expand more picky:
Wed, 27 Oct 2010 17:53:24 +0000 cigaes Move osd.[ch] and osd_template.c from libvo to sub.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Thu, 06 May 2010 10:18:25 +0000 cehoyos Add support for 12-bit color mode on framebuffer devices.
Mon, 22 Feb 2010 14:03:46 +0000 diego Mark a bunch of video filter structures as const.
Mon, 22 Feb 2010 09:51:44 +0000 diego Declare externally used variables from vd.c as extern in vd.h.
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().
Wed, 17 Feb 2010 21:36:00 +0000 diego libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Sun, 22 Nov 2009 13:26:57 +0000 reimar Fix initialization values for vf_expand priv struct.
Mon, 14 Sep 2009 13:16:35 +0000 reimar %lf is not a valid printf format specifier, use just %f instead.
Thu, 10 Sep 2009 16:49:20 +0000 reimar Always keep a backup of the expand values from the command-line, so values
Thu, 06 Aug 2009 20:04:19 +0000 ben Replace macro: MAX -> FFMAX
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
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
Tue, 28 Aug 2007 13:54:27 +0000 reimar Add code to clear left and right borders not only top and bottom.
Sun, 28 Jan 2007 16:48:01 +0000 reimar Mark m_struct_t defaults as const
Thu, 04 Jan 2007 16:46:15 +0000 ben allows OSD menu to be displayed when using MPEG PES video out
Wed, 01 Nov 2006 10:52:23 +0000 reimar Do not modify parsed command-line values on config,
Thu, 27 Apr 2006 19:42:36 +0000 gpoirier fixes a bug when copying the image into a destination buffer smaller than the source.
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)
Mon, 05 Dec 2005 17:52:00 +0000 ods15 expand aspect works by display aspect, not video aspect.
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Sun, 23 Oct 2005 15:25:10 +0000 rfelker 10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't bother anyone already using it too much
Fri, 08 Jul 2005 06:39:47 +0000 ods15 cosmetics.
Thu, 07 Jul 2005 19:54:58 +0000 ods15 add 'aspect' and 'round' params to vf_expand.
Sun, 24 Apr 2005 09:29:01 +0000 henry - preserve ordering of the slices
Sun, 10 Apr 2005 15:37:43 +0000 henry fix displaying of the subtitles when using slices
Wed, 01 Dec 2004 09:32:48 +0000 henry call draw_slice in top-down order (fixes crash with -vf expand=...,scale)
Thu, 19 Jun 2003 18:26:13 +0000 rathann small warning fix
Tue, 20 May 2003 17:42:33 +0000 rfelker fix segfaults with slices. support slice rendering into a filter even
Sat, 15 Mar 2003 20:59:16 +0000 albeu And 10L their, i should have started to read vop.txt sooner ;)
Sat, 15 Mar 2003 18:49:33 +0000 albeu Add support for the new option stuff.
Sat, 15 Mar 2003 18:01:02 +0000 albeu Add the new -vf option wich is the same as vop in reverse order.
Fri, 14 Mar 2003 15:06:21 +0000 arpi clear black bands when using slices
Sun, 23 Feb 2003 23:30:44 +0000 arpi experimental slices support
Tue, 04 Feb 2003 18:53:33 +0000 arpi fixed palette support
Fri, 10 Jan 2003 10:43:01 +0000 rfelker use mp_msg for messages. prolly more filters need to be fixed like this too
Wed, 16 Oct 2002 23:12:00 +0000 arpi 10l bug, found by valgrind :)
Tue, 10 Sep 2002 22:18:32 +0000 arpi changing return type of put_image void->int
Wed, 21 Aug 2002 19:12:13 +0000 michael allocating large enough buffer, fixes green stuff on top for encoding of height %16 != 0 videos
Sat, 20 Jul 2002 16:38:31 +0000 arpi DR1+IPB support (works only with ffmpeg12, as libmpeg2 doesn't accept stride)
Sun, 23 Jun 2002 21:08:31 +0000 alex better planar support, chroma subsampling support and Y8/Y800 support
Sun, 23 Jun 2002 19:33:55 +0000 alex yv12 osd drawer is working for y8/y800/yvu9/if09 becouse it uses only Y-plane and Y-plane is the same for all these formats
Sun, 23 Jun 2002 15:15:31 +0000 alex yvu9 and if09 support
Sun, 12 May 2002 19:06:15 +0000 arpi keep aspect ratio - based on Fredrik Kuivinen's idea
Wed, 01 May 2002 14:15:05 +0000 pontscho expand=-1:-50:0:0 -> mwidth:mheight+50:0:0
Sun, 28 Apr 2002 01:02:02 +0000 arpi 1000l
Thu, 18 Apr 2002 17:59:32 +0000 arpi don't allow invalid parameters
Wed, 17 Apr 2002 22:19:14 +0000 arpi IMGTYPE_IPB not yet supported :(
Wed, 17 Apr 2002 21:51:18 +0000 arpi enabled new OSD code in -vop expand, subtitles rendering support to mencoder
Tue, 16 Apr 2002 00:34:04 +0000 arpi (buggy) osd support, disabled for now, mencoder needs fixes to compile
Sat, 13 Apr 2002 19:14:34 +0000 arpi mp_image.h and img_format.h moved to libmpcodecs