2311 Commits (aa34e99f889af37e5c719737de1347e4985e0196)

Author SHA1 Message Date
Ronald S. Bultje 98038e2ee0 swscale: fix bt709 yuv2rgb coefficients. 9 years ago
Clément Bœsch eadaef2a63 sws/aarch64: disable ff_hscale_8_to_15_neon temporarly 9 years ago
Matthieu Bouron 58994d7bca swscale/arm/yuv2rgb: make the code bitexact with its aarch64 counter part 9 years ago
Matthieu Bouron 5629361cc2 swscale/arm/yuv2rgb: save a few instructions by processing the luma line interleaved 9 years ago
Matthieu Bouron 339668301e swscale/arm/yuv2rgb: re-order compute_rgba macro arguments 9 years ago
Matthieu Bouron ff4885face swscale/arm/yuv2rgb: rename {process_1l,process_2l,compute}_16px{,_internal} macros 9 years ago
Matthieu Bouron 562653b731 swscale/arm/yuv2rgb: macro-ify 9 years ago
Matthieu Bouron 0286b56f2f swscale/arm/yuv2rgb: factorize lsl in load_args_nvx 9 years ago
Matthieu Bouron 0649fe0fae swscale/arm/yuv2rgb: factorize lsl in load_args_yuv420p 9 years ago
Matthieu Bouron 2aec59c07c swscale/arm/yuv2rgb: remove unused store of dst + linesize in load_args_yuv422p 9 years ago
Matthieu Bouron b3ea901945 swscale/arm/yuv2rgb: factorize lsl in load_args_yuv422p 9 years ago
Matthieu Bouron 466e209e6e swscale/arm/yuv2rgb: fix comments in load_args_yuv422p 9 years ago
Matthieu Bouron 11b4acab8b swscale/arm/yuv2rgb: remove 32bit code path 9 years ago
Pedro Arthur 6de58b4903 swscale: cleanup unused code 9 years ago
Michael Niedermayer 3b905b9fe6 swscale: Deprecate vector functions which are unused outside swscale 9 years ago
Clément Bœsch 263eb76bdf sws/aarch64: add ff_hscale_8_to_15_neon 9 years ago
Lou Logan 06eef96b69 fix some a/an typos 9 years ago
Clément Bœsch 277408b7f1 sws/aarch64/yuv2rgb: save a few mul and add 9 years ago
Clément Bœsch f1148390d7 sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neon 9 years ago
Clément Bœsch 1e7a37f0a0 sws/yuv2rgb: clarify precision of coeff and offset for mmx code 9 years ago
Clément Bœsch f9987464cf sws/yuv2rgb: avoid a few ub on signed left shifts 9 years ago
Kieran Kunhya 4170a44bbc Add GBRAP12 pixel format 9 years ago
Michael Niedermayer 67e5bd0c50 swscale/utils: Fix chrSrcHSubSample for GBRAP16 9 years ago
Michael Niedermayer df36257a53 swscale/input: Fix GBRAP16 input 9 years ago
Xiaolei Yu 5a91589476 swscale/arm: re-enable neon rgbx to nv12 routines 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Michael Niedermayer f6492a2ea8 swscale/x86/output: Fix yuv2planeX_16* with unaligned destination 9 years ago
Michael Niedermayer d07f6e5f1c swscale/x86/output: Move code into yuv2planeX_mainloop 9 years ago
Derek Buitenhuis 15d9645fb4 swscale/slice: Actually use the buffers' strides 9 years ago
Michael Niedermayer 23261e6001 sws/output: fix ordered dither threshold for mono output 9 years ago
Michael Niedermayer 61ea7f1509 swscale/swscale-test: Check av_image_fill_linesizes() for failure 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Hendrik Leppkes 2e31434d84 swscale: add P010 input support 9 years ago
Vittorio Giovara e9175634ec yuv2rgb: Document the color space coefficients 9 years ago
Vittorio Giovara ff8c2c4103 yuv2rgb: Document the color space coefficients 9 years ago
Michael Niedermayer 321e85e176 swscale/swscale: Add some sanity checks for srcSlice* parameters 9 years ago
Michael Niedermayer c8a9aaab26 swscale/x86/rgb2rgb_template: Fix planar2x() for short width 9 years ago
Michael Niedermayer 757248ea3c swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper() 9 years ago
Michael Niedermayer ad3b6fa7d8 swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper() 9 years ago
Michael Niedermayer fc2588a1d6 swscale/vscale: Use matching sliceY/chrSliceY for luma/chroma 9 years ago
Michael Niedermayer eb7802afef swscale/vscale: Check that 2 tap filters are bilinear before using bilinear code 9 years ago
Michael Niedermayer b99f498716 swscale/output: Assert that yalpha and uvalpha are within their expected range 9 years ago
Michael Niedermayer fe6372bb61 swscale/vscale: Add fixme comment to "ugly" code 9 years ago
Michael Niedermayer 705a2f70ee swscale/slice: Fix indention 9 years ago
Michael Niedermayer 8feeffc1d7 swscale/slice: Fix doc typo 9 years ago
Michael Niedermayer e06403331c swscale: Move Contexts used only in hscale.c into it 9 years ago
Michael Niedermayer 7b6e6895f2 swscale: Move VScalerContext into vscale.c 9 years ago
Michael Niedermayer cc538e9dbd swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() calls 9 years ago
Michael Niedermayer 8f3a9a8c27 swscale/yuv2rgb: Increase YUV2RGB table headroom 9 years ago
Michael Niedermayer 5e5f82a287 swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out 9 years ago