summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale: aarch64: Fix yuv2rgb with negative stridesMartin Storsjö2022-11-041-4/+4
* libswscale: force a minimum size of the slide for bayer sourcesChema Gonzalez2022-10-141-0/+1
* swscale/output: use isSwappedChromarcombs2022-01-041-2/+1
* swscale/output: use isSemiPlanarYUV for NV12/21/24/42 casercombs2022-01-041-2/+1
* swscale: introduce isSwappedChromarcombs2022-01-042-0/+20
* swscale/output: use isDataInHighBits for 10-bit casercombs2022-01-041-3/+2
* swscale/output: use isSemiPlanarYUV for 16-bit casercombs2022-01-041-3/+1
* swscale: introduce isDataInHighBitsrcombs2022-01-042-0/+20
* swscale/output: template-ize yuv2nv12cX 10-bit and 16-bit casesrcombs2022-01-041-7/+41
* lib*/version.h: Bump Versions before release/5.0 branchAndreas Rheinhardt2022-01-041-1/+1
* Makefile: Redo duplicating object files in shared buildsAndreas Rheinhardt2022-01-041-1/+2
* lib*/version.h: Bump Versions after release/5.0 branchMichael Niedermayer2022-01-031-1/+1
* lib*/version.h: Bump Versions before release/5.0 branchMichael Niedermayer2022-01-031-2/+2
* swscale/x86/init: use isSemiPlanarYUVrcombs2021-12-231-2/+2
* swscale: add P210/P410/P216/P416 outputrcombs2021-12-223-11/+15
* libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions.Alan Kelly2021-12-212-2/+2
* x86/scale_avx2: don't use $ for hex literalsJames Almer2021-12-161-6/+6
* x86/scale_avx2: Change asm indent from 2 to 4 spaces.Alan Kelly2021-12-161-48/+48
* x86/swscale: fix minor coding style issuesAlan Kelly2021-12-161-7/+7
* x86/scale_avx2: add missing check for AVX2 assembler supportJames Almer2021-12-161-0/+2
* libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...Alan Kelly2021-12-155-0/+171
* swscale/yuv2rgb: Silence a set-but-unused-variable warningAndreas Rheinhardt2021-12-031-2/+2
* swscale: add P210/P410/P216/P416 inputrcombs2021-11-283-1/+25
* swscale/input: clip rgbf32 values before lrintfMark Reid2021-11-151-8/+8
* swscale/input: unify grayf32 funcs with rgbf32 funcsMark Reid2021-11-141-25/+11
* swscale/swscale: check SWS_PRINT_INFO flag for printing alignment warningsSoft Works2021-11-131-1/+1
* swscale/input: fix planar_rgb16_to_a for gbrap10be and gbrap12be formatsMark Reid2021-11-041-1/+1
* swscale/swscale: Improve *ColorspaceDetails() doxyMichael Niedermayer2021-10-241-0/+8
* swscale/utils: Improve return codes of sws_setColorspaceDetails()Michael Niedermayer2021-10-241-1/+4
* swscale/utils: Set all threads to the same colorspace even on failureMichael Niedermayer2021-10-241-2/+3
* libswscale/x86/rgb2rgb: add shuffle_bytes avx2Wu Jianhua2021-10-152-2/+26
* swscale/swscale: Pass slice location into unscaled code also for dst scalingMichael Niedermayer2021-10-031-2/+10
* swscale/alphablend: Fix slice handlingMichael Niedermayer2021-10-031-15/+17
* swscale/swscale_internal: Avoid unsigned for slice parametersMichael Niedermayer2021-09-301-2/+2
* swscale: add input/output support for X2BGR10LEManuel Stoeckl2021-09-264-6/+28
* swscale/yuv2rgb: fix conversion to X2RGB10Manuel Stoeckl2021-09-261-1/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-203-6/+6
* swscale/swscale: Disable x86-specific code for other archesAndreas Rheinhardt2021-09-191-0/+2
* swscale/swscale: Fix races when using unaligned strides/dataAndreas Rheinhardt2021-09-193-6/+12
* libswscale/options: Add parent_log_context_offset to AVClassAndreas Rheinhardt2021-09-193-0/+5
* libswscale/swscale: initialize all dst plane pointers in sws_receive_slice()James Almer2021-09-071-3/+3
* sws: implement slice threadingAnton Khirnov2021-09-064-0/+161
* sws: add a new scaling APIAnton Khirnov2021-09-066-64/+419
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-224-4/+0
* swscale/slice: Fix wrong return on errorMichael Niedermayer2021-07-091-1/+3
* swscale/utils: Use full chroma interpolation for rgb4/8 and dither noneMichael Niedermayer2021-07-091-1/+1
* swscale/output: Implement dither none for yuv2rgb_write_full()Michael Niedermayer2021-07-091-0/+11
* swscale/slice: Check slice for allocation failureMichael Niedermayer2021-07-091-1/+2
* sws: move updating the palette higher upAnton Khirnov2021-07-031-3/+3
* sws: move initializing dither_error higher upAnton Khirnov2021-07-031-4/+4