463 Commits (61bcd7737dca1f89235a63c97010822896735b09)

Author SHA1 Message Date
Michael Niedermayer 21d8255423 sws: handle non native rgb<->rgb convertions 13 years ago
Michael Niedermayer fa36f33422 sws: support 12&14 bit planar colorspaces 13 years ago
Michael Niedermayer e003da7139 sws/utils: use av_assert 13 years ago
Carl Eugen Hoyos 143a5c55ff Add yuva422p pix_fmt. 13 years ago
Diego Biurrun ef0ee7f657 swscale: K&R formatting cosmetics (part II) 13 years ago
Michael Niedermayer 87a72b9122 swscale: Merge a hunk from qatar that seems to have been forgotten or lost. 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
Carl Eugen Hoyos f972193a15 Support RGBA64 as input colour space. 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 19a65b5be4 swscale: fix overflows in filterPos[] calculation for large sizes. 13 years ago
Ronald S. Bultje 1254022ea7 swscale: fix filtersize clipping. 13 years ago
Ronald S. Bultje dae2ce361a swscale: enforce a minimum filtersize. 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
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
Michael Niedermayer 1c910d2f11 sws: Fix RGB0->alpha containing formats. 13 years ago
Michael Niedermayer 0421b6dc7a sws: In case of an invalid scaler algorithm, show the invalid value. 13 years ago
Diego Biurrun e44c11e9fa cosmetics: Move static and inline attributes to more standard places. 13 years ago
Michael Niedermayer ba6e36f906 swscale: Force full horizontal chroma internally when the output has a odd size. 13 years ago
Paul B Mahol 5cad970971 swscale: RGB4444 and BGR444 input 13 years ago
Ronald S. Bultje 9ea3501d87 swscale: don't show full-chroma-int warning for non-RGB output. 13 years ago
Michael Niedermayer 0f91a57732 libswscale: increase LIBSWSCALE_VERSION_MICRO to 100 13 years ago
Michael Niedermayer 32a92d3258 sws: Print an error in case of av_malloc() failure 13 years ago
Michael Niedermayer 90cad5edf6 swscale: Fix several (real world) integer overflows. 13 years ago
Ronald S. Bultje d49352c7cc swscale: fix overflows in vertical scaling at top/bottom edges. 13 years ago
Reinhard Tartler 5089ce1b5a swscale: #include "libavutil/mathematics.h" 13 years ago
Michael Niedermayer b89ce2d6af swscale: alpha less rgb32 support. 13 years ago
Martin Storsjö f32dfad9dc swscale: Readd #define _SVID_SOURCE 13 years ago
Ronald S. Bultje 185655c601 swscale: add support for planar RGB input. 13 years ago
Michael Niedermayer 58eca5178a sws: Fix: 13 years ago
Michael Niedermayer 5bccb2d096 sws: handle jpeg pixel formats in sws_init_context() 13 years ago
Sean McGovern 124e56454d swscale: add padding to conversion buffer. 13 years ago
Ronald S. Bultje 1deb08fcb6 swscale: align vertical filtersize by 2 on x86. 13 years ago
Ronald S. Bultje dc49bf1270 sws/pixfmt/pixdesc: add support for yuv420p9le/be. 13 years ago
Ronald S. Bultje 8305041e13 swscale: prevent overflow in coefficient calculation. 13 years ago
Ronald Bultje d1d421cbc0 swscale: prevent overflow during initialization 13 years ago
Anton Khirnov 04de1569cd sws: support yuv444p9/10 output. 13 years ago
Michael Niedermayer cca81e7eb0 sws: gbr24p input support 13 years ago
Reimar Döffinger ae23b26995 Enable conversions to YUV444P9/YUV444P10, they seem to work fine. 13 years ago
Jean First 9569a3c9f4 Add new pix_fmt RGBA64 13 years ago
Ronald S. Bultje ea540401d6 swscale: fix byte overreads in SSE-optimized hscale(). 13 years ago
Michael Niedermayer 66bb5cd592 sws: remove hScale16N() and use ronalds reformated version of it. 13 years ago
Ronald S. Bultje 28c1115a91 swscale: use 15-bit intermediates for 9/10-bit scaling. 13 years ago
Stefano Sabatini 6a92551234 lsws: remove optimization debug logs in sws_init_context() 13 years ago
Stefano Sabatini 347167ecf5 lsws: use array for storing the supported in/out information 13 years ago
Stefano Sabatini 4ce0a94656 lsws: remove deprecated and unused stuff after the 0->1 major bump 13 years ago
Ronald S. Bultje 62ee0e6a97 Revert "swscale: use 15-bit intermediates for 9/10-bit scaling." 13 years ago