log libmpcodecs/vf_expand.c @ 10311:87043624b0d8

age author description
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
Mon, 08 Apr 2002 01:36:21 +0000 arpi copy width too
Sat, 06 Apr 2002 22:05:01 +0000 arpi video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch