log libmpcodecs/vf_scale.c @ 10022:3193d477c2f0

age author description
Tue, 29 Apr 2003 17:17:38 +0000 alex not needed anymore (vo_jpeg.c and vo_dga.c were depending on it some time ago)
Sun, 27 Apr 2003 10:04:39 +0000 rfelker generate meaningful d_width & d_height when scaling, rather than useless nonsense.
Fri, 25 Apr 2003 11:26:34 +0000 michael moving getFilter stuff back (vf_scale.c -> swscale.c)
Thu, 24 Apr 2003 17:04:20 +0000 michael removing sws - global verbose var dependancy
Sat, 19 Apr 2003 02:48:53 +0000 michael vf_clone_mpi_attributes()
Thu, 27 Mar 2003 16:04:53 +0000 michael 10000l (YUV vs. YVU swscale fix/cleanup)
Sat, 15 Mar 2003 20:39:05 +0000 albeu 10L the scale filter accpet w and h to -3
Sat, 15 Mar 2003 18:01:02 +0000 albeu Add the new -vf option wich is the same as vop in reverse order.
Sun, 23 Feb 2003 22:05:55 +0000 michael sws_ prefix, more seperation between internal & external swscaler API
Sun, 23 Feb 2003 20:40:46 +0000 arpi draw_slice support
Fri, 21 Feb 2003 20:35:18 +0000 michael yuv2rgb brightness/contrast/saturation/different colorspaces support finished
Tue, 04 Feb 2003 17:51:39 +0000 arpi move some verbose msg to dbg2
Thu, 30 Jan 2003 09:15:09 +0000 michael fixing rgb4 & bgr4 (2 pixels per byte)
Thu, 23 Jan 2003 09:35:22 +0000 michael UYVY input
Thu, 17 Oct 2002 21:53:30 +0000 arpi exporting palette for 4/8bpp modes
Sun, 13 Oct 2002 00:30:38 +0000 michael yuy2 output support
Sun, 15 Sep 2002 13:36:37 +0000 arpi out formats reordered, quality order
Tue, 10 Sep 2002 22:18:32 +0000 arpi changing return type of put_image void->int
Sun, 18 Aug 2002 22:46:03 +0000 michael typo fix, patch by (Eric Lammerts <eric at lammerts dot org>)
Fri, 02 Aug 2002 22:57:58 +0000 arpi imho swscale also likes aligned stride :)
Thu, 01 Aug 2002 12:39:08 +0000 michael planar yuv 444 422 411 support
Thu, 18 Jul 2002 16:14:27 +0000 kmkaplan Put back the ordering of the if as requested by Arpi.
Thu, 18 Jul 2002 14:06:32 +0000 kmkaplan Round height or width to valid values when doing automatic calculation.
Thu, 11 Jul 2002 19:16:30 +0000 alex support for external pp by divx4. some fixes/cosmetics?
Thu, 04 Jul 2002 13:08:37 +0000 michael more scaling algos
Mon, 24 Jun 2002 01:05:41 +0000 michael support dropping some chroma src lines for a bit extra speed
Sun, 23 Jun 2002 19:31:31 +0000 arpi IF09 added
Sun, 23 Jun 2002 18:53:46 +0000 michael yvu9 & y8
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.
Sun, 19 May 2002 23:39:42 +0000 arpi new special w/h values: -2 and -3. based on proposal by Bohdan Horst <nexus@hoth.amu.edu.pl>
Sun, 12 May 2002 19:06:15 +0000 arpi keep aspect ratio - based on Fredrik Kuivinen's idea
Mon, 06 May 2002 22:50:02 +0000 arpi w/h=0 means d_w/h instead of original
Fri, 19 Apr 2002 23:29:41 +0000 arpi swscaler yv12 vs i420 workaround
Sat, 13 Apr 2002 19:14:34 +0000 arpi mp_image.h and img_format.h moved to libmpcodecs
Thu, 11 Apr 2002 20:56:17 +0000 arpi capabilities support -> automatic insertion of scale, expand, pp
Mon, 08 Apr 2002 00:06:03 +0000 arpi pp passtrough
Sun, 07 Apr 2002 23:30:59 +0000 arpi free old context, really use query_format
Sun, 07 Apr 2002 22:45:07 +0000 arpi 10l
Sun, 07 Apr 2002 21:33:42 +0000 arpi colorspace conversion support
Sun, 07 Apr 2002 20:21:37 +0000 arpi swscale filter