Mon, 28 Apr 2008 14:43:30 +0000 |
diego |
Consistently #include mpbswap.h instead of bswap.h everywhere.
|
Sun, 02 Dec 2007 14:57:15 +0000 |
reimar |
Make all vf_info_t structs const
|
Tue, 28 Aug 2007 17:06:00 +0000 |
diego |
warning fix:
|
Thu, 07 Jun 2007 20:01:05 +0000 |
reimar |
100l, fix compile error in r23498 due to bad copy in paste
|
Thu, 07 Jun 2007 19:11:25 +0000 |
reimar |
RGB8/BGR8 IMGFMTs are paletted in case of swscale input.
|
Sun, 27 May 2007 20:36:04 +0000 |
reimar |
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
Sat, 17 Feb 2007 12:58:35 +0000 |
michael |
swap palette on big endian
|
Sat, 17 Feb 2007 11:40:01 +0000 |
michael |
palette init code for IMGFMT_RGB4 and IMGFMT_RG4B
|
Sat, 17 Feb 2007 11:34:25 +0000 |
michael |
add IMGFMT_RGB8 palette init code what moron actually added init code just for half of the formats?!
|
Sat, 17 Feb 2007 11:04:13 +0000 |
michael |
another ridiculous palette bug which has nothing to do with the new palete support in sws
|
Fri, 16 Feb 2007 21:17:41 +0000 |
michael |
PAL8 ...
|
Sun, 28 Jan 2007 16:48:01 +0000 |
reimar |
Mark m_struct_t defaults as const
|
Sun, 17 Sep 2006 15:02:13 +0000 |
lucabe |
Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()
|
Thu, 24 Aug 2006 17:21:03 +0000 |
reimar |
A value of 2 is valid for noup, too
|
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
|