| Commit message (Expand) | Author | Age | Files | Lines |
* | libswscale/swscale: initialize all dst plane pointers in sws_receive_slice() | James Almer | 2021-09-07 | 1 | -3/+3 |
* | sws: implement slice threading | Anton Khirnov | 2021-09-06 | 4 | -0/+161 |
* | sws: add a new scaling API | Anton Khirnov | 2021-09-06 | 6 | -64/+419 |
* | avutil/internal, swresample/audioconvert: Remove cpu.h inclusions | Andreas Rheinhardt | 2021-07-22 | 4 | -4/+0 |
* | swscale/slice: Fix wrong return on error | Michael Niedermayer | 2021-07-09 | 1 | -1/+3 |
* | swscale/utils: Use full chroma interpolation for rgb4/8 and dither none | Michael Niedermayer | 2021-07-09 | 1 | -1/+1 |
* | swscale/output: Implement dither none for yuv2rgb_write_full() | Michael Niedermayer | 2021-07-09 | 1 | -0/+11 |
* | swscale/slice: Check slice for allocation failure | Michael Niedermayer | 2021-07-09 | 1 | -1/+2 |
* | sws: move updating the palette higher up | Anton Khirnov | 2021-07-03 | 1 | -3/+3 |
* | sws: move initializing dither_error higher up | Anton Khirnov | 2021-07-03 | 1 | -4/+4 |
* | sws: move the early return for zero-sized slices higher up | Anton Khirnov | 2021-07-03 | 1 | -4/+4 |
* | sws: simplify setting sliceDir | Anton Khirnov | 2021-07-03 | 1 | -1/+1 |
* | sws: merge handling frame start into a single block | Anton Khirnov | 2021-07-03 | 1 | -4/+5 |
* | sws: make checking for the start of a new frame more explicit | Anton Khirnov | 2021-07-03 | 1 | -2/+3 |
* | sws: reset sliceDir at the end of sws_scale() | Anton Khirnov | 2021-07-03 | 1 | -4/+4 |
* | sws: rename SwsContext.swscale to convert_unscaled | Anton Khirnov | 2021-07-03 | 7 | -47/+48 |
* | sws: separate the calls to scaled vs unscaled conversion | Anton Khirnov | 2021-07-03 | 3 | -10/+9 |
* | sws: do not reallocate scratch buffers for each slice | Anton Khirnov | 2021-07-03 | 3 | -8/+27 |
* | sws: group the parameters validity checks together | Anton Khirnov | 2021-07-03 | 1 | -9/+9 |
* | sws: initialize {src,dst}Stride2 consistently with {src,dst}2 | Anton Khirnov | 2021-07-03 | 1 | -7/+4 |
* | sws: cosmetics | Anton Khirnov | 2021-07-03 | 1 | -6/+6 |
* | sws: factor out cascaded scaling | Anton Khirnov | 2021-07-03 | 1 | -11/+18 |
* | sws: cosmetics | Anton Khirnov | 2021-07-03 | 1 | -17/+20 |
* | sws: factor out gamma-correct scaling | Anton Khirnov | 2021-07-03 | 1 | -23/+30 |
* | sws: return an error code on invalid parameters to sws_scale() | Anton Khirnov | 2021-07-03 | 1 | -1/+1 |
* | sws: reindent after previous commit | Anton Khirnov | 2021-07-03 | 1 | -50/+50 |
* | sws: factor out updating the palette | Anton Khirnov | 2021-07-03 | 1 | -73/+77 |
* | sws: remove unnecessary braces | Anton Khirnov | 2021-07-03 | 1 | -4/+2 |
* | libswscale: Make sws_init_context thread safe. | Peter Lundblad | 2021-07-01 | 1 | -2/+4 |
* | swscale/swscale_unscaled: don't use the optimized bgr24toYV12 unscaled conver... | Limin Wang | 2021-06-06 | 1 | -1/+2 |
* | Bump major versions of all libraries. | Anton Khirnov | 2021-04-27 | 1 | -2/+2 |
* | libswscale: Remove unused deprecated functions, make used ones static | Andreas Rheinhardt | 2021-04-27 | 3 | -111/+0 |
* | Include attributes.h directly | Andreas Rheinhardt | 2021-04-19 | 4 | -0/+4 |
* | libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxext | Alan Kelly | 2021-04-01 | 1 | -1/+13 |
* | libswscale/x86/swscale: Only call ff_yuv2yuvX functions if the input size is > 0 | Alan Kelly | 2021-04-01 | 1 | -2/+4 |
* | Bump minor versions after release branchn4.5-dev | Michael Niedermayer | 2021-03-20 | 1 | -1/+1 |
* | Bump Versions before release/4.4 branch | Michael Niedermayer | 2021-03-20 | 1 | -1/+1 |
* | swscale/x86/swscale: Remove unused ASM constants | Andreas Rheinhardt | 2021-02-24 | 1 | -9/+0 |
* | swscale/x86/rgb2rgb: Remove unused ASM constants | Andreas Rheinhardt | 2021-02-24 | 1 | -8/+0 |
* | swscale/x86/yuv2rgb: Remove unused ASM constants | Andreas Rheinhardt | 2021-02-24 | 1 | -8/+0 |
* | lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments | Chip Kerchner | 2021-02-22 | 1 | -0/+10 |
* | swscale/x86/yuv2yuvX: use the movsxdifnidn helper macro | James Almer | 2021-02-18 | 1 | -5/+3 |
* | swscale/x86/yuv2yuvX: use movq to load 8 bytes in all non-AVX2 functions | James Almer | 2021-02-18 | 1 | -3/+1 |
* | swscale/x86/yuv2yuvX: use the SPLATW helper macro | James Almer | 2021-02-18 | 1 | -12/+2 |
* | swscale/x86/swscale: fix mix of inline and external function definitions | James Almer | 2021-02-18 | 2 | -25/+20 |
* | swscale/x86/swscale: fix compilation with old yasm | James Almer | 2021-02-17 | 2 | -4/+13 |
* | swscale: move yuv2yuvX_sse3 to yasm, unrolls main loop | Alan Kelly | 2021-02-17 | 4 | -158/+191 |
* | lsws/ppc/yuv2rgb: Fix transparency converting from yuv->rgb32. | Carl Eugen Hoyos | 2021-01-24 | 1 | -4/+4 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 8 | -0/+9 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 2 | -0/+3 |