aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/tests
Commit message (Expand)AuthorAgeFilesLines
* swscale: add support for new 10/12 bit MSB formatsTimo Rothenpieler2025-07-111-0/+2
* tests/swscale: improve colorization of speedupNiklas Haas2025-05-181-5/+6
* tests/swscale: allow setting log verbosityNiklas Haas2025-03-311-0/+4
* tests/swscale: constrain reference SSIM for low bit depth formatsNiklas Haas2025-03-311-0/+12
* tests/swscale: calculate theoretical expected SSIMNiklas Haas2025-03-311-12/+62
* tests/swscale: remove stray whitespace in scanf formatNiklas Haas2025-03-311-1/+1
* tests/swscale: check supported inputs for legacy swscale separatelyNiklas Haas2025-03-311-1/+1
* tests/swscale: print performance stats on exitNiklas Haas2025-03-311-9/+38
* tests/swscale: switch from MSE to SSIMNiklas Haas2025-03-311-43/+65
* tests/swscale: use yuva444p as referenceNiklas Haas2025-03-311-4/+4
* tests/swscale: print speedup numbers in colorNiklas Haas2025-03-311-4/+11
* tests/swscale: allow testing only unscaled convertorsNiklas Haas2025-03-311-4/+25
* tests/swscale: use hex format for flags valuesNiklas Haas2025-03-311-2/+2
* tests/swscale: allow choosing specific flags and dither modeNiklas Haas2025-03-311-11/+31
* swscale/tests/swscale: Fix potential buffer overflowAndreas Rheinhardt2025-03-211-1/+1
* tests/swscale: allow nonzero positive return codes from sws_scale_frame()Niklas Haas2024-12-181-1/+1
* tests/swscale: fix sscanf return value checkNiklas Haas2024-12-111-1/+1
* tests/swscale: add a benchmarking modeNiklas Haas2024-11-251-25/+68
* tests/swscale: rewrite on top of new APINiklas Haas2024-11-251-381/+284
* swscale: rename SwsContext to SwsInternalNiklas Haas2024-10-242-4/+4
* tests/swscale: fix minor typosNiklas Haas2024-10-071-2/+2
* swscale/tests/swscale: Add help textMichael Niedermayer2024-02-151-1/+20
* swscale/tests/swscale: Highlight cases that worsenedMichael Niedermayer2024-02-151-0/+9
* swscale/tests/swscale: Allow comparing a subset of cases to a reference fileMichael Niedermayer2024-02-151-0/+11
* swscale/tests/swscale: Test a wider range of flag combinationsMichael Niedermayer2024-02-151-2/+4
* swscale/tests/swscale: Compute chroma and alpha between gray and opaque frame...Michael Niedermayer2024-02-151-1/+24
* swscale/tests/swscale: Split sws_getContext()Michael Niedermayer2024-02-151-3/+20
* swscale/tests/swscale: Implement isALPHA() using AVPixFmtDescriptorMichael Niedermayer2024-02-151-6/+6
* swscale: introduce isSwappedChromarcombs2022-01-041-0/+1
* swscale: introduce isDataInHighBitsrcombs2022-01-041-0/+1
* libswscale/tests: add floatimg_cmp testMark Reid2020-10-022-0/+297
* swscale/tests/swscale: use 1 for indicating errosMichael Niedermayer2020-07-161-1/+1
* swscale/tests/swscale: Initialize res to a non random error codeMichael Niedermayer2020-07-141-1/+3
* swscale/tests/swscale: Fix incorrect return code checkMichael Niedermayer2020-07-141-1/+1
* swscale/tests: check return value of sws_scaleLynne2020-07-091-1/+3
* 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
* Merge commit '0fd0d4fd0a518e30ff23972828ad7cf7f35cfb9d'James Almer2017-10-301-10/+14
|\
| * swscale-test: const correctnessDiego Biurrun2017-04-241-10/+14
| * swscale-test: const correctness for pointer variableDiego Biurrun2017-01-241-1/+1
* | 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
* | sws/tests/pixdesc_query: save every pix fmts in a listClément Bœsch2017-07-301-4/+15
* | libswscale/tests/swscale: Fix uninitialized variablesMichael Niedermayer2017-04-301-2/+2
* | Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'Clément Bœsch2017-03-241-1/+1
|\|
| * Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-281-1/+1
| * swscale: Add proper ff_ prefix to init functionsDiego Biurrun2016-07-161-1/+1
* | sws/tests/pixdesc_query: remove func wrappersClément Bœsch2017-03-241-42/+17