55 Commits (d067e2543752fd80f10d1197952523c650ea5c44)

Author SHA1 Message Date
Michael Niedermayer 015b805d13 sws: drop unused variable 12 years ago
Michael Niedermayer 115e291b53 swscale: move main swscale wraper to swscale.c 12 years ago
Reimar Döffinger 118bd609f0 Optimized unscaled yuvp9/yuvp10 -> yuvp16 conversion. 12 years ago
Paul B Mahol 6b7849e6da swscale: unscaled rgba64->rgb48 13 years ago
Paul B Mahol b4befca23e swscale: unscaled rgba64->bgr48 13 years ago
Paul B Mahol 9d8eac6899 swscale: simplify unscaled rgb48<->bgr48 13 years ago
Michael Niedermayer 21d8255423 sws: handle non native rgb<->rgb convertions 13 years ago
Michael Niedermayer 809d71d650 sws/swscale_unscaled: use av_assert 13 years ago
Paul B Mahol 1d69dcb887 swscale: unscaled rgb48 <-> bgr48 13 years ago
Paul B Mahol 02827a3c99 swscale: RGBA64LE <-> RGBA64BE support 13 years ago
Hans-Kristian Arntzen b991b300f2 Unscaled Planar RGB -> RGB support in swscale. 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 657878f76e sws: fix copy case detection with gray8a. 13 years ago
Paul B Mahol 0cc1a86dc3 rgb2rgb: rgb12to15() 13 years ago
Ronald S. Bultje e7843db3df swscale: fix invalid conversions and memory problems. 13 years ago
Paul B Mahol f7f3563214 rgb2rgb: rgb12tobgr12() 13 years ago
Michael Niedermayer ac7efd3364 sws: fix unscaled LE<->BE rgb<->bgr 13 years ago
Paul B Mahol 4ad40d6d9f rgb2rgb: rgb12tobgr12() 13 years ago
Paul B Mahol 277030627d rgb2rgb: allow conversion for <15 bpp 13 years ago
Paul B Mahol 0b8b3387a9 rgb2rgb: allow conversion for <15 bpp 13 years ago
Janne Grunau 6e9bb5aa3e swscale: prevent invalid writes in packed_16bpc_bswap 13 years ago
Nathan Adil Maxson 7b3894bee9 swscale: fix formatting and indentation of unscaled conversion routines. 13 years ago
Janne Grunau b4dc68803b swscale: add endian conversion for RGB555 and RGB444 pixel formats 13 years ago
Janne Grunau ed46a3d842 swscale: add rgb565 endianess conversion 13 years ago
Janne Grunau 72cb904453 swscale: add unscaled packed 16 bit per component endianess conversion 13 years ago
Ronald S. Bultje 185655c601 swscale: add support for planar RGB input. 13 years ago
John Stebbins 09d243ddd0 swscale: Fix stack alignment for SSE 13 years ago
Michael Niedermayer 6f326b5054 sws: fix: 13 years ago
Michael Niedermayer 8c3ab3094b sws: Fix: 13 years ago
Michael Niedermayer 0a3a125fd9 sws: update copyright dates 13 years ago
Michael Niedermayer b13ba5cb9a swscale: use isByteRGB() to simplify check for palToRgbWrapper. 13 years ago
Michael Niedermayer 307b650270 swscale: Fix packed rgb check for planarRgbToRgbWrapper. 13 years ago
Themaister 1e79926f9e Unscaled Planar RGB -> RGB support in swscale. 13 years ago
Michael Niedermayer d3d97d43d5 sws: fix warning: new qualifiers in middle of multi-level non-const cast are unsafe warning. 13 years ago
Michael Niedermayer cca81e7eb0 sws: gbr24p input support 13 years ago
Michael Niedermayer abe0b8e9f3 sws: use shift for chroma sample up convertion 13 years ago
Stefano Sabatini 4ce0a94656 lsws: remove deprecated and unused stuff after the 0->1 major bump 13 years ago
Kostya Shishkov 42ba12888b Do not convert RGB buffer at once when stride does not fit exact samples. 13 years ago
Ronald S. Bultje 55eda370cb swscale: clip unscaled colorspace conversion path. 14 years ago
Diego Biurrun 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 14 years ago
Ronald S. Bultje 1ce724ee39 swscale: implement error dithering in planarCopyWrapper. 14 years ago
Ronald S. Bultje 6af2801088 swscale: split swscale.c in unscaled and generic conversion routines. 14 years ago