1387 Commits (b4fc53856d365d21dcdeb10fa692b073b982b2e5)

Author SHA1 Message Date
Ronald S. Bultje c0b87359b2 swscale: handle gray16 as a "planar" YUV format (Y-only, of course). 13 years ago
Ronald S. Bultje 9d9c846491 swscale: use yuv2packed1() functions for unscaled chroma also. 13 years ago
Ronald S. Bultje d63b7d8c37 swscale: fix incorrect chroma bias in yuv2rgb48_1_c(). 13 years ago
Ronald S. Bultje 1ca7dc60d2 swscale: fix invalid memory accesses in yuvpacked1() functions. 13 years ago
Ronald S. Bultje 3e23badd83 swscale: convert yuv2yuvX() to using named arguments. 13 years ago
Ronald S. Bultje 8c433d8a03 swscale: rename "dstw" to "w" to prevent name collisions. 13 years ago
Ronald S. Bultje ef66a0ed2e swscale: use named registers in yuv2yuv1_plane() place. 13 years ago
Ronald S. Bultje dae2ce361a swscale: enforce a minimum filtersize. 13 years ago
Diego Biurrun a2e40cd3e2 swscale: ppc: Add missing header #includes to pass 'make checkheaders'. 13 years ago
Anton Khirnov 38d5533228 pixdesc: mark pseudopaletted formats with a special flag. 13 years ago
Ronald S. Bultje 783487ae44 swscale: sign-extend integer function argument to qword on x86-64. 13 years ago
Diego Biurrun 0144fe6995 Remove Sun medialib glue code. 13 years ago
Ronald S. Bultje ef1c785f11 swscale: make yuv2yuv1 use named registers. 13 years ago
Ronald S. Bultje b7542dd3d7 swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case. 13 years ago
Diego Biurrun 06b320ad78 swscale: K&R formatting cosmetics for SPARC code 13 years ago
Ronald S. Bultje 2144941069 swscale: split C output functions into separate file. 13 years ago
Ronald S. Bultje 2dd7a1c030 swscale: Split C input functions into separate file. 13 years ago
Ronald S. Bultje 7e4d9d5d45 win64: add a XMM clobber test configure option. 13 years ago
Diego Biurrun 148bc235b0 swscale: K&R formatting cosmetics for Blackfin code 13 years ago
Ronald S. Bultje de53b9068a swscale: implement MMX, SSE2 and AVX functions for RGB32 input. 13 years ago
Ronald S. Bultje 378c5ef9ae swscale: enable dithering in MMX functions. 13 years ago
Ronald S. Bultje 212f161caa swscale: make rgb24 function macros slightly smaller. 13 years ago
Ronald S. Bultje f5490fbe3b swscale: remove obsolete comment. 13 years ago
Diego Biurrun 2e3fb9e372 swscale-test: Drop unused argc and argv arguments from main(). 13 years ago
Paul B Mahol 08d8029ea8 swscale: more generic check for planar destination formats with alpha 13 years ago
Paul B Mahol 762311ff94 swscale: fix conversion into yuva444p from non-alpha formats 13 years ago
Paul B Mahol 7bab43f29c yuv2rgb: better check if source format have alpha 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Paul B Mahol f9ca1ac796 sws/pixfmt/pixdesc: add support for yuva444p 13 years ago
Ronald S. Bultje b5d08c27c3 swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm. 13 years ago
Ronald S. Bultje 3b15a6d742 config.asm: change %ifdef directives to %if directives. 13 years ago
Alex Converse 08628b6afb Revert "sws/pixfmt/pixdesc: add support for yuva444p" 13 years ago
Paul B Mahol fc115c80b7 sws/pixfmt/pixdesc: add support for yuva444p 13 years ago
Diego Biurrun 33ad8c3cab cosmetics: Remove some unnecessary block braces. 13 years ago
Michael Niedermayer 1c910d2f11 sws: Fix RGB0->alpha containing formats. 13 years ago
Michael Niedermayer 234405315f sws: Fix unscaled >8bit planar chroma handling. 13 years ago
Michael Niedermayer 0421b6dc7a sws: In case of an invalid scaler algorithm, show the invalid value. 13 years ago
Michael Niedermayer 657878f76e sws: fix copy case detection with gray8a. 13 years ago
Michael Niedermayer 5a840f6364 x86/yuv2rgb_mmx: Remove yuv420 check. 13 years ago
Diego Biurrun e44c11e9fa cosmetics: Move static and inline attributes to more standard places. 13 years ago
Ronald S. Bultje 3c172a4106 swscale: change yuv2yuvX code to use cpuflag(). 13 years ago
Paul B Mahol 0cc1a86dc3 rgb2rgb: rgb12to15() 13 years ago
Ronald S. Bultje 06b0246da0 swscale-test: fix stack overread. 13 years ago
Ronald S. Bultje e7843db3df swscale: fix invalid conversions and memory problems. 13 years ago
Carl Eugen Hoyos ef3a19d595 Fix compilation with yasm-0.6.2 13 years ago
Michael Niedermayer 05577aafaa sws: yuv2rgb asm, add memory clobber. 13 years ago
Paul B Mahol f7f3563214 rgb2rgb: rgb12tobgr12() 13 years ago
Michael Niedermayer bc11580007 sws: Remove unneeded YUV cliping from yuv2rgb_X_c_template() 13 years ago
Michael Niedermayer ba6e36f906 swscale: Force full horizontal chroma internally when the output has a odd size. 13 years ago
Michael Niedermayer 0644cabd7a sws: Move yuv2rgb clipping into the tables. 13 years ago