summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale: aarch64: Fix yuv2rgb with negative stridesMartin Storsjö2022-11-041-4/+4
* swscale/utils: Fix invalid left shifts of negative numbersAndreas Rheinhardt2020-07-021-1/+1
* swscale/x86/swscale: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-07-021-2/+2
* swscale/yuv2rgb: Fix vertical dither offset with slicesMichael Niedermayer2020-07-011-21/+22
* swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of rang...Michael Niedermayer2020-07-011-3/+3
* swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_...Michael Niedermayer2020-07-011-1/+1
* swscale/input: Fix several invalid shifts related to rgb2yuv constantsMichael Niedermayer2020-07-011-4/+4
* swscale/output: Fix several invalid shifts in yuv2rgb_full_1_c_template()Michael Niedermayer2020-07-011-4/+4
* swscale/swscale: Fix several invalid shifts related to vChrDropMichael Niedermayer2020-07-011-2/+2
* swscale/tests/swscale: Lengthen pixfmt name buffer to 21 bytesMichael Niedermayer2019-11-111-4/+4
* libswcale: Fix possible string overflow in test.Adam Richter2019-11-111-2/+2
* Bump minor versions for branching release/4.0Michael Niedermayer2018-04-161-2/+2
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-031-3/+11
* arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supportedMartin Storsjö2018-03-313-0/+12
* swscale/rgb2rgb : cosmetic, move shuffle_bytes func declarationMartin Vignali2018-03-241-4/+3
* swscale/rgb : add X86 SIMD (SSSE3), for shuffle_bytes_1230, shuffle_bytes_301...Martin Vignali2018-03-242-0/+12
* swscale/rgb : move shuffle func shuffle_bytes_1230, shuffle_bytes_3012, shuff...Martin Vignali2018-03-243-22/+28
* swscale/rgb : add X86 SIMD (SSSE3) for shuffle_bytes_2103 and shuffle_bytes_0321Martin Vignali2018-03-243-1/+90
* swscale: Introduce a helper to identify semi-planar formatsPhilip Langdale2018-03-032-6/+12
* swscale: Add p016 output support and generalise yuv420p1x to p010Philip Langdale2018-03-024-13/+59
* Fix missing used attribute for inline assembly variablesThomas Köppe2017-11-131-6/+6
* Merge commit '29ccc641b17afad058a5c24071ea827865a8b3a9'James Almer2017-11-111-1/+1
|\
| * build: Drop check for sys/mman.h in favor of mmap() checkDiego Biurrun2017-10-101-1/+1
| * swscale: Do not expand a macro with 'defined' in itDerek Buitenhuis2017-08-281-1/+5
| * build: Add feature test macros for glibc 2.19+Diego Biurrun2017-07-101-0/+1
* | Merge commit '0fd0d4fd0a518e30ff23972828ad7cf7f35cfb9d'James Almer2017-10-301-10/+14
|\ \ | |/
| * swscale-test: const correctnessDiego Biurrun2017-04-241-10/+14
| * swscale: Convert the check check_image_pointers helper to a macroLuca Barbato2017-04-151-22/+15
| * swscale: Do not shift negative values directlyLuca Barbato2017-04-151-10/+13
| * swscale: Add gbrap10 outputMichael Niedermayer2017-04-152-2/+4
| * swscale: Add input support for gbrap10 pixel formatPaul B Mahol2017-04-132-0/+19
* | lsws/yuv2rgb: Fix yuva2rgb32 on big endian hardware.Carl Eugen Hoyos2017-10-292-1/+9
* | swscale: use dithering in DITHER_COPY only if not set -sws_dither noneMateusz2017-10-251-1/+19
* | swscale: more accurate DITHER_COPY macro for full and limited rangeMateusz2017-10-231-35/+38
* | Merge commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5'James Almer2017-10-211-2/+2
|\ \ | |/
| * Bump major versions of all librariesVittorio Giovara2017-03-231-1/+1
* | Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2'James Almer2017-10-211-9/+1
|\ \ | |/
| * x86util: Port all macros to cpuflagsDiego Biurrun2017-03-141-9/+1
| * build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-012-3/+3
| * swscale-test: const correctness for pointer variableDiego Biurrun2017-01-241-1/+1
* | Bump version for master after 3.4 branchpointn3.5-devMichael Niedermayer2017-10-111-1/+1
* | Bump minor versions for branching 3.4Michael Niedermayer2017-10-111-2/+2
* | Fix several typosLou Logan2017-09-211-1/+1
* | utils: Do not expand a macro with 'defined' in itDerek Buitenhuis2017-08-251-1/+5
* | lsws/rgb2rgb: Add unscaled 48bit to 64bit rgb conversion.Carl Eugen Hoyos2017-08-244-1/+60
* | libswscale: add gray9 supportPaul B Mahol2017-08-074-1/+8
* | swscale: fix gbrap16 alpha channel issuesJames Cowgill2017-08-051-8/+8
* | sws/tests/pixdesc_query: fix use of free() instead of av_free()Clément Bœsch2017-07-301-1/+1
* | sws/tests/pixdesc_query: replace rgb based pix fmts with endianess agnostic n...Clément Bœsch2017-07-301-2/+9
* | sws/tests/pixdesc_query: sort pixel formatsClément Bœsch2017-07-301-0/+11