summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
...
* checkasm: updated tests for sw_scaleSwinney, Jonathan2022-08-161-3/+5
* libswscale/aarch64: add another hscale specializationSwinney, Jonathan2022-08-162-8/+117
* configure: always enable gnu_windres if availableTimo Rothenpieler2022-08-131-1/+1
* swscale/output: fix reading chroma values when generating vuya outputJames Almer2022-08-081-2/+2
* swscale/output: add VUYA output supportJames Almer2022-08-072-1/+58
* swscale/input: add VUYA input supportJames Almer2022-08-053-1/+37
* swscale/rgb2rgb: Don't cast const awayAndreas Rheinhardt2022-07-311-6/+6
* swscale: add NV16 input/outputMatthieu Bouron2022-07-193-1/+3
* Bump versions after 5.1 branchn5.2-devMichael Niedermayer2022-07-131-1/+1
* Bump Versions for 5.1 branchMichael Niedermayer2022-07-131-1/+1
* swscale/x86/swscale: Simplify macroAndreas Rheinhardt2022-06-221-7/+7
* swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functionsAndreas Rheinhardt2022-06-225-232/+38
* swscale/x86/yuv2rgb: Remove obsolete MMX functionsAndreas Rheinhardt2022-06-223-14/+11
* swscale/x86/rgb2rgb: Remove obsolete MMX, 3dnow functionsAndreas Rheinhardt2022-06-222-134/+15
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-155-25/+30
* swscale/x86/yuv_2_rgb: fix access to memory past the frame data in yuv to rgb...Vardan Margaryan2022-06-061-4/+1
* swscale/aarch64: add hscale specializationsSwinney, Jonathan2022-05-283-11/+202
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-103-20/+42
* swscale: aarch64: Optimize the final summation in the hscale routineMartin Storsjö2022-04-221-11/+3
* Keep including the full version.h when headers are included externallyMartin Storsjö2022-03-191-0/+6
* doc: Add an entry to APIchanges about changes to version.h and version_major.hMartin Storsjö2022-03-161-1/+1
* libswscale: Split version.hMartin Storsjö2022-03-165-8/+40
* 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