677 Commits (da02836b9d204ca002d973ef7b1e6f60a2316cb1)

Author SHA1 Message Date
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
Ronald S. Bultje f99654d470 swscale: reintroduce full precision in 16-bit output. 13 years ago
Kieran Kunhya ff7913aef1 Split up yuv2yuvX functions 13 years ago
Kieran Kunhya 34e8d147b3 Split out yuv2yuv1 luma and chroma in order to make them generic DSP functions 13 years ago
Ronald S. Bultje dc49bf1270 sws/pixfmt/pixdesc: add support for yuv420p9le/be. 13 years ago
Michael Niedermayer cca81e7eb0 sws: gbr24p input support 13 years ago
Michael Niedermayer bd141af460 swscale: Fix prototypes of *toyv12 so they can be used with planar rgb input. 13 years ago
Kieran Kunhya 4d4d0e8176 Fix unnecessary shift with 9/10bit vertical scaling 13 years ago
Michael Niedermayer d06c5b44cc swscale: drop redundant code. 13 years ago
Clément Bœsch 7c14c24250 sws: fix a huge amount of incompatible pointer type arguments warnings. 13 years ago
Ronald S. Bultje 3f04ab4fcd swscale: split hScale() function pointer into h[cy]Scale(). 13 years ago
Michael Niedermayer d9c9a0c767 sws: remove hScale16NX_c() 13 years ago
Michael Niedermayer 66bb5cd592 sws: remove hScale16N() and use ronalds reformated version of it. 13 years ago
Michael Niedermayer 3652409f5b sws: remove unneeded code from last merge 13 years ago
Ronald S. Bultje 28c1115a91 swscale: use 15-bit intermediates for 9/10-bit scaling. 13 years ago
Ronald S. Bultje 62ee0e6a97 Revert "swscale: use 15-bit intermediates for 9/10-bit scaling." 13 years ago
Ronald S. Bultje ac0fb59348 swscale: use 15-bit intermediates for 9/10-bit scaling. 13 years ago
Ronald S. Bultje c59f9a68e2 swscale: error dithering for 16/9/10-bit to 8-bit. 14 years ago
Ronald S. Bultje 93a10dd561 swscale: fix overflow in 16-bit vertical scaling. 14 years ago
Ronald S. Bultje 71a04bc19d swscale: fix crash in 8-bpc bilinear output without alpha. 14 years ago
Michael Niedermayer 08b57574c6 sws: fix non native endian 9-15 bit input with 16bit out 14 years ago
Michael Niedermayer ca78fa24b7 sws: disable scale16 when int32 is used 14 years ago
Michael Niedermayer 987e4c1787 sws: fix rgb -> 16bit 14 years ago
Michael Niedermayer d2c910b9a4 sws: fix gray16_1 14 years ago
Michael Niedermayer 9470205414 sws:ix yuv2rgb48_1_c_template() 14 years ago
Michael Niedermayer ae05dd8731 sws: fix 16/32 bug from merge 14 years ago
Ronald S. Bultje 948ccdadf4 swscale: for >8bit scaling, read in native bit-depth. 14 years ago
Ronald S. Bultje 4e3e333a79 swscale: error dithering for 16/9/10-bit to 8-bit. 14 years ago