43 Commits (024e5a2d5ff8a94adce48abb15ce2fb471f9d18e)

Author SHA1 Message Date
Paul B Mahol 928061670e libswscale: GBRAP input & output and GBRAP16 input support 10 years ago
Derek Buitenhuis 33c827f632 swscale: Properly scale YUV 10 years ago
Vittorio Giovara f84a1b597c swscale: support AV_PIX_FMT_YA16 as input 10 years ago
Vittorio Giovara e96c3b81ca avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 10 years ago
Kostya Shishkov 5420099cab swscale: correctly pad destination buffer in rgb conversion 10 years ago
Diego Biurrun 880e2aa236 Remove all Blackfin architecture optimizations 11 years ago
Justin Ruggles d9a542ace1 swscale: Set alpha to opaque for internal palettes. 11 years ago
Justin Ruggles 20c38c9c18 swscale: fix some undefined signed left shifts 11 years ago
Justin Ruggles 60c4660ba0 swscale: fix an implementation-defined unsigned-to-signed conversion 11 years ago
Janne Grunau 0ca0924c10 swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64 11 years ago
Michael Niedermayer 9047491f8b swscale: add nv12/nv21->yuv420 converter 11 years ago
Michael Niedermayer eb01a25fe1 swscale: fix stride used in planarToNv12Wrapper() 11 years ago
Diego Biurrun 1909f6b1b6 swscale: cosmetics: Drop silly camelCase from swScale function pointer name 11 years ago
Diego Biurrun 3aa682f253 swscale: consistent names for arch-specific acceleration functions 11 years ago
Diego Biurrun c2503d9c8a swscale: ppc: Hide arch-specific initialization details 11 years ago
Diego Biurrun aa2ba8c99e swscale: Move extern declarations for tables to swscale_internal.h 11 years ago
Diego Biurrun d258531502 swscale: Mark a bunch of tables only used within one file static 11 years ago
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
Janne Grunau 9cfa21c8c2 swscale: support endianness conversion for AV_PIX_FMT_XYZ12 12 years ago
Anton Khirnov 542b83fc90 Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*. 12 years ago
Derek Buitenhuis 57c4c25596 swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB 12 years ago
Michael Niedermayer e58013dd8f sws: use planarRgbToRgbWrapper only for 8bit per component 12 years ago
Luca Barbato 26b5ad2543 swscale: support gray to 9bit and 10bit formats 12 years ago
Mans Rullgard a805cefd8b swscale: avoid pointless use of compound literals 12 years ago
Anton Khirnov 0a7068fa5d sws: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Hans-Kristian Arntzen b991b300f2 Unscaled Planar RGB -> RGB support in swscale. 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
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
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