summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* swscale/x86/swscale: Remove superfluous and invalid ';'Andreas Rheinhardt2022-01-22
* swscale/x86/input.asm: add x86-optimized planer rgb2yuv functionsMark Reid2022-01-11
* swscale/x86/output.asm: add x86-optimized planer gbr yuv2anyX functionsMark Reid2022-01-11
* swscale/output: use isSwappedChromarcombs2022-01-04
* swscale/output: use isSemiPlanarYUV for NV12/21/24/42 casercombs2022-01-04
* swscale: introduce isSwappedChromarcombs2022-01-04
* swscale/output: use isDataInHighBits for 10-bit casercombs2022-01-04
* swscale/output: use isSemiPlanarYUV for 16-bit casercombs2022-01-04
* swscale: introduce isDataInHighBitsrcombs2022-01-04
* swscale/output: template-ize yuv2nv12cX 10-bit and 16-bit casesrcombs2022-01-04
* lib*/version.h: Bump Versions after release/5.0 branchAndreas Rheinhardt2022-01-04
* lib*/version.h: Bump Versions before release/5.0 branchAndreas Rheinhardt2022-01-04
* Makefile: Redo duplicating object files in shared buildsAndreas Rheinhardt2022-01-04
* lib*/version.h: Bump Versions after release/5.0 branchMichael Niedermayer2022-01-03
* lib*/version.h: Bump Versions before release/5.0 branchMichael Niedermayer2022-01-03
* swscale/x86/init: use isSemiPlanarYUVrcombs2021-12-23
* swscale: add P210/P410/P216/P416 outputrcombs2021-12-22
* libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions.Alan Kelly2021-12-21
* x86/scale_avx2: don't use $ for hex literalsJames Almer2021-12-16
* x86/scale_avx2: Change asm indent from 2 to 4 spaces.Alan Kelly2021-12-16
* x86/swscale: fix minor coding style issuesAlan Kelly2021-12-16
* x86/scale_avx2: add missing check for AVX2 assembler supportJames Almer2021-12-16
* libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...Alan Kelly2021-12-15
* swscale/yuv2rgb: Silence a set-but-unused-variable warningAndreas Rheinhardt2021-12-03
* swscale: add P210/P410/P216/P416 inputrcombs2021-11-28
* swscale/input: clip rgbf32 values before lrintfMark Reid2021-11-15
* swscale/input: unify grayf32 funcs with rgbf32 funcsMark Reid2021-11-14
* swscale/swscale: check SWS_PRINT_INFO flag for printing alignment warningsSoft Works2021-11-13
* swscale/input: fix planar_rgb16_to_a for gbrap10be and gbrap12be formatsMark Reid2021-11-04
* swscale/swscale: Improve *ColorspaceDetails() doxyMichael Niedermayer2021-10-24
* swscale/utils: Improve return codes of sws_setColorspaceDetails()Michael Niedermayer2021-10-24
* swscale/utils: Set all threads to the same colorspace even on failureMichael Niedermayer2021-10-24
* libswscale/x86/rgb2rgb: add shuffle_bytes avx2Wu Jianhua2021-10-15
* swscale/swscale: Pass slice location into unscaled code also for dst scalingMichael Niedermayer2021-10-03
* swscale/alphablend: Fix slice handlingMichael Niedermayer2021-10-03
* swscale/swscale_internal: Avoid unsigned for slice parametersMichael Niedermayer2021-09-30
* swscale: add input/output support for X2BGR10LEManuel Stoeckl2021-09-26
* swscale/yuv2rgb: fix conversion to X2RGB10Manuel Stoeckl2021-09-26
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* swscale/swscale: Disable x86-specific code for other archesAndreas Rheinhardt2021-09-19
* swscale/swscale: Fix races when using unaligned strides/dataAndreas Rheinhardt2021-09-19
* libswscale/options: Add parent_log_context_offset to AVClassAndreas Rheinhardt2021-09-19
* libswscale/swscale: initialize all dst plane pointers in sws_receive_slice()James Almer2021-09-07
* sws: implement slice threadingAnton Khirnov2021-09-06
* sws: add a new scaling APIAnton Khirnov2021-09-06
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-22
* swscale/slice: Fix wrong return on errorMichael Niedermayer2021-07-09
* swscale/utils: Use full chroma interpolation for rgb4/8 and dither noneMichael Niedermayer2021-07-09
* swscale/output: Implement dither none for yuv2rgb_write_full()Michael Niedermayer2021-07-09
* swscale/slice: Check slice for allocation failureMichael Niedermayer2021-07-09