log libswscale/swscale.c @ 29146:d6d87abb137f

age author description
Sat, 18 Apr 2009 11:53:59 +0000 stefano Make sws_setColorspaceDetails() return -1 if the destination format is
Sat, 18 Apr 2009 11:45:31 +0000 stefano Move sws_[gs]etColorspaceDetails() documentation from swscale.c to
Wed, 08 Apr 2009 20:21:21 +0000 ramiro Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
Sun, 05 Apr 2009 19:17:53 +0000 ramiro swscale: Remove X86 commented out code.
Sat, 04 Apr 2009 22:45:02 +0000 ramiro swscale: Use function pointers for swScale functions.
Sat, 04 Apr 2009 22:43:24 +0000 ramiro swscale: {}-related cosmetics.
Sat, 04 Apr 2009 22:41:46 +0000 ramiro swscale: Add const to some swScale functions' parameters.
Tue, 24 Mar 2009 07:11:35 +0000 sdrik Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion
Tue, 24 Mar 2009 07:10:19 +0000 sdrik Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane
Sat, 21 Mar 2009 23:59:02 +0000 michael Enable unscaled packed422 -> planar 420 converters by default as the
Sat, 21 Mar 2009 10:20:16 +0000 reimar Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regression test.
Fri, 20 Mar 2009 17:22:03 +0000 reimar Avoid crash on planarCopy to a destination without alpha.
Fri, 20 Mar 2009 14:16:24 +0000 sdrik YUVA420P is now supported as output format
Fri, 20 Mar 2009 14:15:14 +0000 sdrik Add alpha channel scaling
Fri, 20 Mar 2009 14:01:51 +0000 sdrik Use a simpler and more general check for the gray case in the planarCopy function
Thu, 19 Mar 2009 21:52:44 +0000 ramiro Allocate executable memory with VirtualAlloc() in Windows.
Thu, 19 Mar 2009 21:50:10 +0000 ramiro Drop unnecessary cast and cosmetically align.
Thu, 19 Mar 2009 14:04:14 +0000 michael Fix 10l typo.
Thu, 19 Mar 2009 03:45:29 +0000 michael Unscaled converters for
Wed, 18 Mar 2009 17:07:30 +0000 ramiro Do not assume long is same width as x86 register.
Wed, 18 Mar 2009 08:06:08 +0000 diego Consistently use ff_ prefixes for internal symbols.
Tue, 17 Mar 2009 19:53:36 +0000 sdrik Add a fillPlane function to fill a plane with one constant value
Tue, 17 Mar 2009 19:51:52 +0000 sdrik Don't write outside of the picture buffer in planarCopy in the gray case
Wed, 11 Mar 2009 14:22:53 +0000 sdrik In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos
Sat, 07 Mar 2009 09:39:48 +0000 sdrik Let the 4th plane reach the swScale function
Thu, 05 Mar 2009 21:02:33 +0000 sdrik Fix bug introduced by me in r28756
Sat, 28 Feb 2009 08:01:52 +0000 sdrik When converting from a non alpha format to an alpha format, defaults to all ones rather than all zeroes
Fri, 27 Feb 2009 22:13:55 +0000 sdrik Use YUV420P code path for YUVA420P where appropriate
Sun, 22 Feb 2009 09:22:05 +0000 kostya New LGPLed YUV2RGB table generator for SwScaler
Sat, 14 Feb 2009 20:18:50 +0000 stefano Use sws_printVec2() instead of the deprecated sws_printVec().