2476 Commits (237c400727c9bfb7b0c50221bcd17864b2b8ade3)

Author SHA1 Message Date
James Almer eab91c3e2e x86/scale_avx2: don't use $ for hex literals 3 years ago
Alan Kelly 9092e58c44 x86/scale_avx2: Change asm indent from 2 to 4 spaces. 3 years ago
Alan Kelly 86663963e6 x86/swscale: fix minor coding style issues 3 years ago
James Almer 76a3f961f8 x86/scale_avx2: add missing check for AVX2 assembler support 3 years ago
Alan Kelly f900a19fa9 libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all filter sizes. 3 years ago
Andreas Rheinhardt 3be6fe9a56 swscale/yuv2rgb: Silence a set-but-unused-variable warning 3 years ago
rcombs f0204de47d swscale: add P210/P410/P216/P416 input 3 years ago
Mark Reid 3f4ce004b8 swscale/input: clip rgbf32 values before lrintf 3 years ago
Mark Reid 74e49cc583 swscale/input: unify grayf32 funcs with rgbf32 funcs 3 years ago
Soft Works 58dce6f010 swscale/swscale: check SWS_PRINT_INFO flag for printing alignment warnings 3 years ago
Mark Reid d2379bd6a0 swscale/input: fix planar_rgb16_to_a for gbrap10be and gbrap12be formats 3 years ago
Michael Niedermayer 8316b2a15f swscale/swscale: Improve *ColorspaceDetails() doxy 3 years ago
Michael Niedermayer 5f3a160b42 swscale/utils: Improve return codes of sws_setColorspaceDetails() 3 years ago
Michael Niedermayer c7699f95bb swscale/utils: Set all threads to the same colorspace even on failure 3 years ago
Wu Jianhua 2c734a8496 libswscale/x86/rgb2rgb: add shuffle_bytes avx2 3 years ago
Michael Niedermayer f801207568 swscale/swscale: Pass slice location into unscaled code also for dst scaling 3 years ago
Michael Niedermayer 06d6726588 swscale/alphablend: Fix slice handling 3 years ago
Michael Niedermayer 9f40b5badb swscale/swscale_internal: Avoid unsigned for slice parameters 3 years ago
Manuel Stoeckl 32329397e2 swscale: add input/output support for X2BGR10LE 3 years ago
Manuel Stoeckl ca594df622 swscale/yuv2rgb: fix conversion to X2RGB10 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 044a7c08dc swscale/swscale: Disable x86-specific code for other arches 3 years ago
Andreas Rheinhardt f440c422b7 swscale/swscale: Fix races when using unaligned strides/data 3 years ago
Andreas Rheinhardt a1255a350d libswscale/options: Add parent_log_context_offset to AVClass 3 years ago
James Almer 5fe648d04a libswscale/swscale: initialize all dst plane pointers in sws_receive_slice() 3 years ago
Anton Khirnov d6fdc78e91 sws: implement slice threading 3 years ago
Anton Khirnov 42cd64c182 sws: add a new scaling API 3 years ago
Andreas Rheinhardt 2c05ee092b avutil/internal, swresample/audioconvert: Remove cpu.h inclusions 3 years ago
Michael Niedermayer 7874d40f10 swscale/slice: Fix wrong return on error 3 years ago
Michael Niedermayer fa1e158ef6 swscale/utils: Use full chroma interpolation for rgb4/8 and dither none 3 years ago
Michael Niedermayer 7528532550 swscale/output: Implement dither none for yuv2rgb_write_full() 3 years ago
Michael Niedermayer 997f9cfc12 swscale/slice: Check slice for allocation failure 3 years ago
Anton Khirnov 37c0fe49b7 sws: move updating the palette higher up 3 years ago
Anton Khirnov d6649d9a3b sws: move initializing dither_error higher up 3 years ago
Anton Khirnov e188985598 sws: move the early return for zero-sized slices higher up 3 years ago
Anton Khirnov a91e6c927e sws: simplify setting sliceDir 3 years ago
Anton Khirnov ff753f41dd sws: merge handling frame start into a single block 3 years ago
Anton Khirnov 1b11a324fe sws: make checking for the start of a new frame more explicit 3 years ago
Anton Khirnov 0fb014b7bb sws: reset sliceDir at the end of sws_scale() 3 years ago
Anton Khirnov 1f80789bf7 sws: rename SwsContext.swscale to convert_unscaled 3 years ago
Anton Khirnov fe490ec165 sws: separate the calls to scaled vs unscaled conversion 3 years ago
Anton Khirnov 0f8e0957d2 sws: do not reallocate scratch buffers for each slice 3 years ago
Anton Khirnov 2730639259 sws: group the parameters validity checks together 3 years ago
Anton Khirnov c05cab34a9 sws: initialize {src,dst}Stride2 consistently with {src,dst}2 3 years ago
Anton Khirnov d3d8e09640 sws: cosmetics 3 years ago
Anton Khirnov f136493d03 sws: factor out cascaded scaling 3 years ago
Anton Khirnov a2254aedc9 sws: cosmetics 3 years ago
Anton Khirnov 44f12718bf sws: factor out gamma-correct scaling 3 years ago
Anton Khirnov e355af9be9 sws: return an error code on invalid parameters to sws_scale() 3 years ago
Anton Khirnov 21a4e48f88 sws: reindent after previous commit 3 years ago