log libmpcodecs/vf.c @ 7195:a5b2566f3c2b

age author description
Fri, 30 Aug 2002 06:16:40 +0000 rfelker "halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filter
Wed, 28 Aug 2002 22:45:48 +0000 arpi mostly compiler warning fixes, some small bugfix
Wed, 21 Aug 2002 23:08:20 +0000 rfelker soft video equalizer filter, currently supports brightness and
Wed, 14 Aug 2002 12:20:35 +0000 jaf arpi told me ...
Tue, 13 Aug 2002 23:32:05 +0000 jaf messages moved from vf.c and vd.c
Tue, 13 Aug 2002 23:24:20 +0000 jaf messages moved from vf.c and vd.c
Fri, 02 Aug 2002 22:55:54 +0000 arpi - some reorder/cleanup of mp_image flags
Wed, 31 Jul 2002 19:50:42 +0000 arpi new filter to use libavcodec's deinterlacer
Sat, 27 Jul 2002 11:40:15 +0000 kmkaplan New plugin to test crop parameters. Arguments are the same as for the
Thu, 11 Jul 2002 19:16:30 +0000 alex support for external pp by divx4. some fixes/cosmetics?
Sun, 23 Jun 2002 21:08:31 +0000 alex better planar support, chroma subsampling support and Y8/Y800 support
Sun, 23 Jun 2002 15:03:54 +0000 alex if09 support
Sun, 23 Jun 2002 14:23:21 +0000 alex yvu9 support
Fri, 21 Jun 2002 17:38:06 +0000 alex yvu9 support
Fri, 14 Jun 2002 01:14:56 +0000 michael noise generating filter
Mon, 03 Jun 2002 14:13:28 +0000 michael test pattern filter
Sat, 25 May 2002 13:22:28 +0000 arpi warning fixes, patch by Ulrich Hecht <uli@suse.de>
Mon, 20 May 2002 03:25:26 +0000 arpi big cosmetics patch, cleanup of messages printed by mplayer and libs.
Mon, 13 May 2002 21:05:03 +0000 arpi -vop help, patch by Julian J. M. <bandit@telecable.es>
Sun, 12 May 2002 19:06:54 +0000 arpi new filter, to detect best crop size
Mon, 06 May 2002 22:48:22 +0000 arpi passthru mode for filters which don't alter image just config parameters (query_format/control/config)
Sat, 27 Apr 2002 23:35:23 +0000 arpi 10l
Sat, 27 Apr 2002 23:34:44 +0000 arpi realtime yv12->mpeg1 with libavcodec qscale=1
Fri, 26 Apr 2002 19:46:36 +0000 albeu Correct my half reverse commit. Sorry Atmos.
Fri, 26 Apr 2002 19:38:05 +0000 albeu Don't break the pointer for the next file.
Fri, 26 Apr 2002 17:18:02 +0000 atmos4 Allow disabling of libfame and allow to enforce (not) building libavcodec.
Sun, 21 Apr 2002 17:22:37 +0000 arpi 8bpp paletted -> 15/16/24/32 converter
Sun, 21 Apr 2002 14:36:36 +0000 eyck Complement existing filters - rotate and flip.
Sat, 20 Apr 2002 22:24:19 +0000 arpi filters uninit
Fri, 19 Apr 2002 02:18:46 +0000 arpi rotation/mirror filter
Wed, 17 Apr 2002 21:50:25 +0000 arpi align yuv 4:2:0 y position by 2
Wed, 17 Apr 2002 19:51:24 +0000 arpi 10l
Wed, 17 Apr 2002 19:05:14 +0000 arpi mpi clear func
Sat, 13 Apr 2002 19:14:34 +0000 arpi mp_image.h and img_format.h moved to libmpcodecs
Sat, 13 Apr 2002 14:18:57 +0000 arpi rgb2bgr converter
Thu, 11 Apr 2002 20:56:17 +0000 arpi capabilities support -> automatic insertion of scale, expand, pp
Thu, 11 Apr 2002 03:17:14 +0000 arpi new filter: flip
Wed, 10 Apr 2002 23:23:36 +0000 arpi encoders
Tue, 09 Apr 2002 14:01:53 +0000 arpi 2 new simple filters: yuy2 and format
Mon, 08 Apr 2002 23:12:22 +0000 arpi vf_fame added - yv12->mpes converter
Mon, 08 Apr 2002 01:33:29 +0000 arpi relaly black packed yuv images
Mon, 08 Apr 2002 01:26:20 +0000 arpi really black yv12/rgb images (todo: packed yuv)
Sun, 07 Apr 2002 21:36:39 +0000 arpi allocate 2 lines more memory - to avoid some sig11
Sun, 07 Apr 2002 20:21:37 +0000 arpi swscale filter
Sun, 07 Apr 2002 03:20:41 +0000 arpi postprocessing filter (fixme: -pp 0)
Sat, 06 Apr 2002 22:46:20 +0000 arpi vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinen
Sat, 06 Apr 2002 22:05:01 +0000 arpi video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch