Mon, 24 Jul 2006 10:36:06 +0000 |
michael |
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
|
Fri, 30 Jun 2006 12:00:31 +0000 |
lucabe |
Move postproc ---> libswscale
|
Fri, 24 Mar 2006 08:12:03 +0000 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
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)
|
Fri, 24 Feb 2006 15:22:59 +0000 |
michael |
10l (dont limit dimension components independantly if noup)
|
Sat, 18 Feb 2006 21:12:56 +0000 |
michael |
no upscale flag so automatic downscaling is possible in mencoder
|
Thu, 09 Feb 2006 14:08:03 +0000 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
Sat, 17 Dec 2005 20:00:16 +0000 |
ods15 |
deobfuscate some very simple code...
|
Fri, 18 Nov 2005 14:39:25 +0000 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
Sat, 21 May 2005 15:00:27 +0000 |
alex |
10l
|
Sun, 06 Mar 2005 21:15:24 +0000 |
nicodvb |
subtracting 8 from negative w and h rounds the dimension to the closest multiple of 16
|
Wed, 16 Feb 2005 23:47:00 +0000 |
syrjala |
Improved NV12/NV21 support.
|
Fri, 12 Nov 2004 11:15:26 +0000 |
reimar |
fix for negative values for width and height (aspect-preserving scaling).
|
Sat, 18 Sep 2004 00:08:17 +0000 |
michael |
passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags
|
Mon, 06 Sep 2004 21:26:46 +0000 |
reimar |
do not modify d_width and d_height when -xy option was given, otherwise -xy has no effect with e.g. vo_gl
|
Fri, 14 May 2004 21:08:53 +0000 |
reimar |
give Y8 and Y800 lower conversion priority to avoid grayscaled video
|
Fri, 23 Apr 2004 15:24:24 +0000 |
faust3 |
prefer yuv formats over rgb in case both are supported by hw
|
Thu, 11 Mar 2004 17:58:11 +0000 |
michael |
AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
|
Mon, 29 Dec 2003 14:16:07 +0000 |
michael |
interlaced scaling
|
Sat, 29 Nov 2003 19:40:30 +0000 |
alex |
uninit support
|
Mon, 03 Nov 2003 12:15:32 +0000 |
michael |
another lame workaround for the g1 filter layer ...
|
Thu, 09 Oct 2003 22:32:30 +0000 |
alex |
some missing formats
|
Thu, 09 Oct 2003 22:25:53 +0000 |
alex |
uyvy output support in swscaler
|
Fri, 05 Sep 2003 15:30:46 +0000 |
alex |
size presets: added the standard resolutions as proposed by Fabrice (ffmpeg)
|
Sat, 16 Aug 2003 19:22:11 +0000 |
michael |
-brightness && -vf scale fix
|
Sun, 01 Jun 2003 21:59:29 +0000 |
michael |
vf_scale.h & related cleanup & some small warning fix by dominik
|
Tue, 20 May 2003 17:42:33 +0000 |
rfelker |
fix segfaults with slices. support slice rendering into a filter even
|
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)
|