1879 Commits (9241e544ffec5c3f4988ff699e6d2bd0f4c2803b)

Author SHA1 Message Date
Vittorio Giovara 1dd797e3c9 swscale: check memory allocations 10 years ago
Kieran Kunhya 18982f084c swscale: Pass through chroma positions in sws_getCachedContext 10 years ago
Michael Niedermayer 3a2bed1f9e swscale/yuv2rgb: Fix width % 4 != 0 with bgr4_byte/rgb4_byte 10 years ago
Michael Niedermayer 3848512d48 swscale/yuv2rgb: Fix width % 4 != 0 with bgr4/rgb4 10 years ago
Michael Niedermayer 3d00ba2688 swscale/yuv2rgb: fix width % 8 != 0 and rgb/bgr8 output 10 years ago
Michael Niedermayer 2a983ff7fe swscale: increase yuv2rgb table headroom 10 years ago
Derek Buitenhuis 33c827f632 swscale: Properly scale YUV 10 years ago
Michael Niedermayer 8524558858 swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 output 10 years ago
Michael Niedermayer 4388e78a0f swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*() 10 years ago
Michael Niedermayer 2f6bb86f85 swscale/utils: support bayer input + scaling, and bayer input + any supported output 10 years ago
Rong Yan e74e14608f libswscale/ppc/swscale_altivec.c : fix hScale_altivec_real() yuv2planeX_16_altivec() yuv2planeX_8() for little endian 10 years ago
Kieran Kunhya b546023b93 swscale: fix yuv2yuvX_8 assembly on x86 10 years ago
Vittorio Giovara fc1eda543c swscale: fix sign extensions in yuv planar conversion 10 years ago
Michael Niedermayer fba894615d swscale: support internal scaler cascades 10 years ago
James Almer fb7d8d50bc swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruft 10 years ago
Michael Niedermayer 61af6bebb4 swscale: Allow chroma samples to be above and to the left of luma samples 10 years ago
Vitor Sessak 55d11d277b swscale/x86: do not expect registers to be preserved across inline ASM blocks 10 years ago
Clément Bœsch d469aa8cfa sws: use av_clip() instead of av_clip_c() 10 years ago
James Almer 9ffac3d00d lsws: duplicate ff_log2_tab 10 years ago
Anton Khirnov 1985c2e75c Bump major versions of all libraries. 10 years ago
Anton Khirnov f4c444e17d Postpone API-incompatible changes until the next bump. 10 years ago
Diego Biurrun bb789016d4 swscale: Undeprecate sws_getContext() 10 years ago
Michael Niedermayer aee99a5d44 swscale/swscale_internal: fix ya16 -> rgba 10 years ago
Michael Niedermayer 700bf1fa4e swscale/swscale_unscaled: fix ya16 input 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
Michael Niedermayer b53bdae11f swscale/utils: fix rgb -> fullrange yuv 10 years ago
Michael Niedermayer d84abf35c0 swscale/utils: remove unused define 10 years ago
Michael Niedermayer 54cba3f53e swscale/x86/hscale_fast_bilinear_simd: add inline asm guards 10 years ago
Michael Niedermayer d5ee3580d8 sws: move inline asm hscale to MMX_OBJS 10 years ago
Michael Niedermayer 6532a1a828 sws/x86: split mmxext fast bilinear scaler out 10 years ago
Michael Niedermayer e9f7c7aef9 sws: Move fast bilinear C code into seperate file 10 years ago
Michael Niedermayer 76899be113 swscale/swscale_internal: add needed version.h 10 years ago
Michael Niedermayer 1e3f77b53a swscale/x86/rgb2rgb_template: fix 1 byte overread in yuyvtoyuv420 and uyvytoyuv420 10 years ago
Andreas Cadhalpun 39a6e02fd4 fix spelling errors 10 years ago
Michael Niedermayer 4abffbbc54 swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the padding 11 years ago
Michael Niedermayer a1a76b209b swscale/x86/input: prevent RGB32_TO_UV_FN from reading into the padding 11 years ago
Carl Eugen Hoyos 891307b4d1 s86/scale: Do not return the result of a (void) function from a void function. 11 years ago
Michael Niedermayer 7f5296005c swscale/swscale: replace potentially slow % by & 11 years ago
Michael Niedermayer 293d5d7a8e swscale/input: fix harmless integer overflow 11 years ago
Derek Buitenhuis a4bd4733c0 swscale: Allow the max filter size to be set at compile time 11 years ago
James Almer 345f2234d1 x86/scale: fix xmm register count for hscale*_sse2 11 years ago
Diego Biurrun 880e2aa236 Remove all Blackfin architecture optimizations 11 years ago
Michael Niedermayer ce4d91ba2a sws: document color range >8bit oddity 11 years ago
Michael Niedermayer c3417ed7fd swscale/utils: Add check that ensures that the hardcoded struct offsets are valid 11 years ago
Janne Grunau 449511740f build: handle library dependencies in configure 11 years ago
Matt Oliver 1898c2f49d inline asm: fix arrays as named constraints. 11 years ago
Michael Niedermayer 656fe7ecce swscale/utils: use FF_ALLOC(Z)_ARRAY_OR_GOTO() and av_malloc(z)_array() 11 years ago
Luca Barbato 3a177a9cca swscale: Fix an undefined behaviour 11 years ago