summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* swscale/rgb2rgb: Don't cast const awayAndreas Rheinhardt2022-07-31
* swscale: add NV16 input/outputMatthieu Bouron2022-07-19
* Bump versions after 5.1 branchMichael Niedermayer2022-07-13
* Bump Versions for 5.1 branchMichael Niedermayer2022-07-13
* swscale/x86/swscale: Simplify macroAndreas Rheinhardt2022-06-22
* swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functionsAndreas Rheinhardt2022-06-22
* swscale/x86/yuv2rgb: Remove obsolete MMX functionsAndreas Rheinhardt2022-06-22
* swscale/x86/rgb2rgb: Remove obsolete MMX, 3dnow functionsAndreas Rheinhardt2022-06-22
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* swscale/x86/yuv_2_rgb: fix access to memory past the frame data in yuv to rgb...Vardan Margaryan2022-06-06
* swscale/aarch64: add hscale specializationsSwinney, Jonathan2022-05-28
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-10
* swscale: aarch64: Optimize the final summation in the hscale routineMartin Storsjö2022-04-22
* Keep including the full version.h when headers are included externallyMartin Storsjö2022-03-19
* doc: Add an entry to APIchanges about changes to version.h and version_major.hMartin Storsjö2022-03-16
* libswscale: Split version.hMartin Storsjö2022-03-16
* swscale: Take the destination range into account for yuv->rgb->yuv conversionsMartin Storsjö2022-02-25
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* Remove obsolete version.h inclusionsAndreas Rheinhardt2022-02-24
* libswscale: Re-factor ff_shuffle_filter_coefficients.Alan Kelly2022-02-17
* libswscale: Check and propagate memory allocation errors from ff_shuffle_filt...Alan Kelly2022-02-17
* 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