1751 Commits (554e913fd7acc9da02ddac2c5ce9487f7f633c92)

Author SHA1 Message Date
Diego Biurrun 02c39f056a ppc: Add/remove a number of const qualifiers to fix related warnings. 13 years ago
Ronald S. Bultje bc0bdda77b swscale: handle complete dimensions for monoblack/white. 13 years ago
Hans-Kristian Arntzen b991b300f2 Unscaled Planar RGB -> RGB support in swscale. 13 years ago
Diego Biurrun e7e19b15c7 build: Only clean the architecture subdirectory we build for. 13 years ago
Diego Biurrun ad0e31f134 build: prettyprinting cosmetics 13 years ago
Michael Niedermayer 87a72b9122 swscale: Merge a hunk from qatar that seems to have been forgotten or lost. 13 years ago
Ronald S. Bultje 45fdcc8e2d swscale: convert hscale() to use named arguments. 13 years ago
Ronald S. Bultje aba7a827aa swscale: convert hscale to cpuflags(). 13 years ago
Ronald S. Bultje 9487fb4dea swscale: clip unscaled output intermediates. 13 years ago
Michael Niedermayer 4707f1da8a swscale: remove duplicate PIX_FMT_GBRP entry from format_entries. 13 years ago
Ronald S. Bultje 2254b559cb swscale: make filterPos 32bit. 13 years ago
Ronald S. Bultje 1c97b5c4a3 swscale: remove "cpu flags" from -sws_flags description. 13 years ago
Michael Niedermayer 4a9f466b99 Fix alpha overflow when converting from RGBA64 to RGBA. 13 years ago
Ronald S. Bultje dccb2cd3f9 swscale: make %rep unconditional. 13 years ago
Ronald S. Bultje 8249a23fc1 swscale: remove now unnecessary hack. 13 years ago
Carl Eugen Hoyos f972193a15 Support RGBA64 as input colour space. 13 years ago
Diego Biurrun 36697be187 swscale: K&R formatting cosmetics for PowerPC code (part II/II) 13 years ago
Ronald S. Bultje 791de61bbb swscale: fix another integer overflow. 13 years ago
Ronald S. Bultje 2bb628f870 swscale: fix another integer overflow at large dimensions/rescales. 13 years ago
Ronald S. Bultje 1d8c4af396 swscale: take first/lastline over/underflows into account for MMX. 13 years ago
Ronald S. Bultje 491865b57d swscale: fix underflows in firstline calculations for extreme resizes. 13 years ago
Ronald S. Bultje 19a65b5be4 swscale: fix overflows in filterPos[] calculation for large sizes. 13 years ago
Ronald S. Bultje 1254022ea7 swscale: fix filtersize clipping. 13 years ago
Diego Biurrun 89d94b2182 swscale: K&R formatting cosmetics (part I) 13 years ago
Diego Biurrun 72b95764d0 swscale: variable declaration and placement cosmetics 13 years ago
Diego Biurrun 04217de4d6 swscale: K&R formatting cosmetics for PowerPC code (part I/II) 13 years ago
Ronald S. Bultje b18f8cbf3d Revert two swscale commits. 13 years ago
Ronald S. Bultje 1bab6f852c swscale: make access to filter data conditional on filter type. 13 years ago
Ronald S. Bultje a95e3fa90b swscale: update context offsets after removal of AlpMmxFilter. 13 years ago
Ronald S. Bultje 25c42234a9 swscale: make monowhite/black RGB-independent. 13 years ago
Michael Niedermayer e7dbfa59f2 swscale: enable some more SIMD functions. 13 years ago
Michael Niedermayer 94bc672489 swscale: yuv2422_2_c_template() add cliping. 13 years ago
Michael Niedermayer f03a029939 swscale: Add cliping to yuv2422_1_c_template() 13 years ago
Michael Niedermayer ef96bf294d swscale: Fix rounding in yuv2mono_1_c_template() 13 years ago
Michael Niedermayer c0c32a3704 swscale: Fix rounding in yuv2rgb_1_c_template() 13 years ago
Michael Niedermayer 2bc610ddc5 swscale: yuv2422_1_c_template: fix rounding 13 years ago
Carl Eugen Hoyos 186923758d Fix compilation with old yasm that does not support AVX. 13 years ago
Diego Biurrun 9d03cb9fc5 swscale: Remove some write-only variables related to alpha handling. 13 years ago
Ronald S. Bultje 771bab7f57 swscale: fix crashes in yuv2yuvX on x86-32. 13 years ago
Diego Biurrun 7331b6e718 Drop some completely unnecessary av_unused attributes. 13 years ago
Diego Biurrun 92fed11352 swscale: Remove unused variable alpMmxFilter. 13 years ago
Ronald S. Bultje 3cac475655 swscale: move YUV2PACKED16WRAPPER() macro down to where it is used. 13 years ago
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