summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale: Take the destination range into account for yuv->rgb->yuv conversionsMartin Storsjö2022-02-251-3/+8
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-245-19/+3
* Remove obsolete version.h inclusionsAndreas Rheinhardt2022-02-241-1/+0
* libswscale: Re-factor ff_shuffle_filter_coefficients.Alan Kelly2022-02-171-30/+36
* libswscale: Check and propagate memory allocation errors from ff_shuffle_filt...Alan Kelly2022-02-172-4/+9
* swscale/x86/swscale: Remove superfluous and invalid ';'Andreas Rheinhardt2022-01-221-10/+10
* swscale/x86/input.asm: add x86-optimized planer rgb2yuv functionsMark Reid2022-01-112-1/+653
* swscale/x86/output.asm: add x86-optimized planer gbr yuv2anyX functionsMark Reid2022-01-112-1/+531
* 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 after release/5.0 branchn5.1-devAndreas Rheinhardt2022-01-041-1/+1
* 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