summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale/input: Use more unsigned intermediatesMichael Niedermayer2023-04-211-12/+12
* swscale/output: Bias 16bps output calculations to improve non overflowing rangeMichael Niedermayer2023-04-211-60/+60
* swscale: aarch64: Fix yuv2rgb with negative stridesMartin Storsjö2022-11-041-4/+4
* swscale/alphablend: Fix slice handlingMichael Niedermayer2021-10-061-15/+17
* swscale/slice: Fix wrong return on errorMichael Niedermayer2021-10-061-1/+3
* swscale/slice: Check slice for allocation failureMichael Niedermayer2021-10-061-1/+2
* swscale/utils: Fix invalid left shifts of negative numbersAndreas Rheinhardt2020-05-201-1/+1
* swscale/x86/swscale: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-05-201-2/+2
* swscale/yuv2rgb: Fix vertical dither offset with slicesMichael Niedermayer2020-05-191-21/+22
* swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of rang...Michael Niedermayer2020-05-191-3/+3
* swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_...Michael Niedermayer2020-05-191-1/+1
* swscale/input: Fix several invalid shifts related to rgb2yuv constantsMichael Niedermayer2020-05-191-4/+4
* swscale/output: Fix several invalid shifts in yuv2rgb_full_1_c_template()Michael Niedermayer2020-05-191-4/+4
* swscale/swscale: Fix several invalid shifts related to vChrDropMichael Niedermayer2020-05-191-2/+2
* Bump minor versions to separate 4.2 from masterMichael Niedermayer2019-07-211-2/+2
* swscale/tests/swscale: Lengthen pixfmt name buffer to 21 bytesMichael Niedermayer2019-05-131-4/+4
* libswcale: Fix possible string overflow in test.Adam Richter2019-05-131-2/+2
* swscale: Add test for isSemiPlanarYUV to pixdesc_queryPhilip Langdale2019-05-121-0/+1
* swscale: Add support for NV24 and NV42Philip Langdale2019-05-128-9/+64
* swscale/ppc: Shorten power8 tests via a varLauri Kasanen2019-05-071-13/+14
* swscale/ppc: VSX-optimize hScale16To*Lauri Kasanen2019-05-071-0/+159
* swscale/ppc: IndentLauri Kasanen2019-05-071-6/+6
* swscale/ppc: VSX-optimize hScale8To19Lauri Kasanen2019-05-071-1/+63
* swscale/ppc: VSX-optimize hscale_fastLauri Kasanen2019-04-301-0/+196
* swscale/ppc: VSX-optimize non-full-chroma yuv2rgb_2Lauri Kasanen2019-04-111-0/+188
* swscale/ppc: VSX-optimize yuv2rgb_full_XLauri Kasanen2019-04-071-0/+160
* swscale/ppc: VSX-optimize yuv2rgb_full_2Lauri Kasanen2019-04-071-0/+166
* swscale/ppc: VSX-optimize non-full-chroma yuv2rgb_1Lauri Kasanen2019-04-071-95/+330
* swscale/ppc: VSX-optimize yuv2422_XLauri Kasanen2019-03-311-0/+104
* swscale/ppc: VSX-optimize yuv2422_2Lauri Kasanen2019-03-311-0/+69
* swscale/ppc: VSX-optimize yuv2422_1Lauri Kasanen2019-03-311-0/+149
* swscale/swscale_unscaled: Fix chroma slice heightMichael Niedermayer2019-03-281-4/+4
* swscale/swscale_unscaled: fixed the issue that when width/height is not 2-mul...Dong, Jerry2019-03-281-4/+4
* swscale/ppc: VSX-optimize yuv2rgb_fullLauri Kasanen2019-03-271-0/+291
* swscale: Remove duplicated codeLauri Kasanen2019-03-271-10/+0
* swscale/ppc: Add av_unused to template vars only used in one includerLauri Kasanen2019-03-201-10/+11
* swscale/ppc: Clean up some mixed decl warningsLauri Kasanen2019-03-203-10/+11
* libswscale/ppc: VSX-optimize 9-16 bit yuv2planeXLauri Kasanen2019-02-052-6/+184
* swscale/yuv2rgb: Return a more specific error code from ff_yuv2rgb_c_init_tab...Michael Niedermayer2019-01-011-1/+1
* swscale/output: Altivec-optimize float yuv2plane1Lauri Kasanen2018-12-261-2/+139
* swscale/output: VSX-optimize 16-bit yuv2plane1Lauri Kasanen2018-12-141-0/+59
* swscale/output: VSX-optimize nbps yuv2plane1Lauri Kasanen2018-12-121-0/+83
* swscale/ppc: Move VSX-using code to its own fileLauri Kasanen2018-12-045-281/+393
* swscale/output: Altivec-optimize yuv2plane1_8Lauri Kasanen2018-11-261-0/+53
* swscale : add support for YUVA444P12 and YUVA422P12Martin Vignali2018-11-242-0/+12
* Bump minor version for master after 4.1 branchpointn4.2-devMichael Niedermayer2018-11-021-1/+1
* Bump minor versions for branching 4.1Michael Niedermayer2018-11-021-1/+1
* swscale/swscale_unscaled : rename packed_16bpc_bswapMartin Vignali2018-10-241-2/+2
* swscale/unscaled : add grayf32 le to beMartin Vignali2018-10-241-0/+8
* swscale/utils : simplify unscaled initial test for float pixfmtMartin Vignali2018-10-241-2/+1