1773 Commits (ed1a6878564a97e67e5fe3a25bc099208cfed024)

Author SHA1 Message Date
Michael Niedermayer 91c981857b rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytes 11 years ago
Michael Niedermayer 7597e6efe4 swscale/x86/rgb2rgb: add support for AVX 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 46bacb5cc6 x86: Consistently use cpu flag detection macros in places that still miss it 11 years ago
Michael Niedermayer 6bd001d766 swscale: disable ARM code until its build failure with clang/iphone is fixed 11 years ago
Michael Niedermayer 6044f161d3 Revert "swscale: disable ARM code until its build failure with clang/iphone is fixed" 11 years ago
Yu Xiaolei 842b8f4ba2 fix build with gas-preprocessor.pl 11 years ago
Michael Niedermayer ab9d7e0b12 swscale: fix rgb48Toxyz12() endianness 11 years ago
Carl Eugen Hoyos 693a36b6f8 Unscaled 16bit packed RGB to planar GBR converter. 11 years ago
Michael Niedermayer c8c7736c10 swscale: disable ARM code until its build failure with clang/iphone is fixed 11 years ago
Yu Xiaolei af228a9f9f swscale/arm: fix build error with --enable-shared 11 years ago
Diego Biurrun b83d1ee3b4 avutil: Move library version related macros to version.h 11 years ago
Michael Niedermayer 51fed95dde swscale/utils: fix wrong deprecated message with rgb0 11 years ago
Michael Niedermayer f618cb1a4b swscale/x86/rgb2rgb_template: try to fix build failure with avx disabled 11 years ago
Yu Xiaolei 1c67ad9d93 swscale: NEON optimized unscaled rgba to nv12 conversion 11 years ago
Michael Niedermayer 037fc3b054 swscale/utils: check chroma width for fast bilinear scaler 11 years ago
Michael Niedermayer 554e913fd7 swscale/utils: remove useless () 11 years ago
Michael Niedermayer dc54bd4e8d swscale/utils: factor (d + 1 < 4) out 11 years ago
Michael Niedermayer 445c58a8c6 swscale/x86/rgb2rgb: Make sure COMPILE_TEMPLATE_AVX is defined 11 years ago
Michael Niedermayer 3f4290a206 swscale/x86/rgb2rgb_template: try to fix build without AVX 11 years ago
Luca Barbato c85aad9cb2 doxy: Define a group for libswscale documentation 11 years ago
Michael Niedermayer 4d18060e56 swscale/utils: fill xyz tables only when they will be used 11 years ago
James Almer 56572787ae Add Windows resource file support for shared libraries 11 years ago
Diego Biurrun c16bfb147d swscale: x86: Consistently use lowercase function name suffixes 11 years ago
Michael Niedermayer f836b0c581 swscale/x86: SIMD deinterleaveBytes() depends on YASM 11 years ago
Michael Niedermayer 3033cd7555 swscale/x86/rgb2rgb_template: add mmx/sse2/avx optimized deinterleaveBytes 11 years ago
Michael Niedermayer 1de064e21e swscale/x86/rgb2rgb: change cpu optim identifiers to lower case 11 years ago
Michael Niedermayer 4729b529e6 swscale/x86/rgb2rgb: extend framework to also include AVX 11 years ago
Michael Niedermayer 94d7ca2b58 swscale: fix used stride in planarToNv12Wrapper() 11 years ago
Michael Niedermayer ef627bf9ec swscale: add nv12/nv21->yuv420 converter 11 years ago
Michael Niedermayer 6909a611d2 swscale/swscale_unscaled: fix right column handling in planarCopyWrapper 11 years ago
Stefano Sabatini 2a6c95d85f lsws/utils: introduce scale_algorithms array 11 years ago
Stefano Sabatini 246e323de8 lsws/utils: fix typo 11 years ago
Reimar Döffinger 4fab08c94f Optimize pure C unscaled yuv2rgb. 11 years ago
Stefano Sabatini ff9d11f95d lsws: use av_pix_fmt_get_chroma_sub_sample() 11 years ago
Michael Niedermayer eb4205cc89 swscale/utils: check mprotect() return code 11 years ago
Michael Niedermayer d0a3bc1302 swscale/yuv2rgb: clip cy, avoid division by 0 with 0 contrast 11 years ago
Michael Niedermayer 2db6547237 swscale/utils/sws_setColorspaceDetails(): fix indention 11 years ago
Paul B Mahol 37d6b2b4e6 swsscale/swscale_unscaled: add GBRAP16 11 years ago
Michael Niedermayer 9ec9d46365 swscale/swscale_unscaled: fix alpha pointer & stride for planarRgb16ToRgb16Wrapper() 11 years ago
Michael Niedermayer a830915b78 swscale: Use full resolution chroma for yuv2rgb when the input has full chroma 11 years ago
Michael Niedermayer ccf96f8c64 swscale/options: switch default to bicubic 11 years ago
Vittorio Giovara 6b3ff6f91a swscale: provide a default scaler if none is set 11 years ago
Michael Niedermayer 2e2a2d8801 swscale/utils: dont divide by zero with zero vectors 11 years ago
wm4 01e3340fb6 swscale: make bilinear scaling the default 11 years ago
Michael Niedermayer 13eff473ad swscale/swscale_unscaled: fix alpha values for rgb/bgr -> RGB32_1 / BGR32_1 11 years ago
Michael Niedermayer 2d28950da9 swscale/utils: remove redundant NULL checks before sws_freeVec() 11 years ago
Michael Niedermayer a446657d8c swscale/utils: simplify cpu caps printing code 11 years ago
Michael Niedermayer 9d052adbeb swscale/utils: Simplify scaler name printing code 11 years ago