26 Commits (5997285d3a20a4b14a3525220679637823a5ee45)

Author SHA1 Message Date
Michael Niedermayer 3be0c86b97 sws: remove cliping in yuv2rgb code. 13 years ago
Ronald S. Bultje 7f77e9041a swscale: clip before assigning tables in RGB output functions. 13 years ago
Ronald S. Bultje 4860625236 swscale: fix off-by-one in second coefficient in bilinear filters. 13 years ago
Ronald S. Bultje 9206ac80a5 swscale: handle last pixel if lines have an odd width. 13 years ago
Ronald S. Bultje bc0bdda77b swscale: handle complete dimensions for monoblack/white. 13 years ago
Ronald S. Bultje 9487fb4dea swscale: clip unscaled output intermediates. 13 years ago
Michael Niedermayer 4a9f466b99 Fix alpha overflow when converting from RGBA64 to RGBA. 13 years ago
Ronald S. Bultje 25c42234a9 swscale: make monowhite/black RGB-independent. 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
Diego Biurrun 7331b6e718 Drop some completely unnecessary av_unused attributes. 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 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 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 f5490fbe3b swscale: remove obsolete comment. 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
Michael Niedermayer bc11580007 sws: Remove unneeded YUV cliping from yuv2rgb_X_c_template() 13 years ago
Michael Niedermayer 0644cabd7a sws: Move yuv2rgb clipping into the tables. 13 years ago
Michael Niedermayer 5ab6f0fe5a Revert "swscale: fix integer overflows in RGB pixel writing." 13 years ago
Paul B Mahol 5cad970971 swscale: RGB4444 and BGR444 input 13 years ago
Ronald S. Bultje 2ba65879b5 swscale: remove unused U/V arguments from yuv2rgb_write(). 13 years ago
Ronald S. Bultje 6b3995ccd1 swscale: remove obsolete comment. 13 years ago
Ronald S. Bultje 9ea3501d87 swscale: don't show full-chroma-int warning for non-RGB output. 13 years ago
Ronald S. Bultje d49352c7cc swscale: fix overflows in vertical scaling at top/bottom edges. 13 years ago
Ronald S. Bultje 72dafea0fc swscale: fix overflow in gray16 vertical scaling. 13 years ago
Mans Rullgard 77d88b872d swscale: fix integer overflows in RGB pixel writing. 13 years ago
Ronald S. Bultje be1bafc303 swscale: fix overflows in output of RGB48 pixels. 13 years ago
Ronald S. Bultje 4391805916 swscale: fix overflows in RGB rounding constants. 13 years ago
Mans Rullgard 373211d828 Remove extraneous semicolons 13 years ago
Michael Niedermayer b552e3f6d8 swscale: Fix all cast qualifier warnings: 13 years ago
Mans Rullgard 7c5ce99bd9 swscale: fix signed overflow in yuv2mono_X_c_template 13 years ago
Michael Niedermayer 31a1342e7a swscale: remove duplicate code from yesterdays merge. 13 years ago
Ronald S. Bultje 185655c601 swscale: add support for planar RGB input. 13 years ago
Michael Niedermayer 0a3a125fd9 sws: update copyright dates 13 years ago
Michael Niedermayer f44ad92c3f sws: print a warning on unaligned input on SSE2+ 13 years ago
Michael Niedermayer fbf4b390d0 sws: increase stride alignment requirement for the warning print code. 13 years ago
Michael Niedermayer 90640cc764 sws: fix assert failure 13 years ago
Michael Niedermayer 76a3490672 sws: add yuv2yuvX() back and updated to the just 1 plane API 13 years ago
Michael Niedermayer 74fdb7a0f8 sws: factorize v*Filter use 13 years ago
Michael Niedermayer b6dcd6dfcc sws cleanup yuv2planeX_10_c_template() 13 years ago
Michael Niedermayer b1a4b735f9 sws: remove nonsensical code that leaked in from libav 13 years ago
Michael Niedermayer 1c26f2da81 sws: drop unused code 13 years ago
Ronald S. Bultje 109f62e8f8 swscale: decide whether to use yuv2plane1/X on a per-plane basis. 13 years ago