22 Commits (670530a927214e7d7da39fc1115255489e991d10)

Author SHA1 Message Date
Michael Niedermayer ebb7dffa97
swscale/tests/swscale: Add help text 11 months ago
Michael Niedermayer 6ebe4ebee3
swscale/tests/swscale: Highlight cases that worsened 11 months ago
Michael Niedermayer f7770ec9a4
swscale/tests/swscale: Allow comparing a subset of cases to a reference file 11 months ago
Michael Niedermayer 885a802f24
swscale/tests/swscale: Test a wider range of flag combinations 11 months ago
Michael Niedermayer 35ab103c30
swscale/tests/swscale: Compute chroma and alpha between gray and opaque frames too 11 months ago
Michael Niedermayer 247f485448
swscale/tests/swscale: Split sws_getContext() 11 months ago
Michael Niedermayer 1055ece30b
swscale/tests/swscale: Implement isALPHA() using AVPixFmtDescriptor 11 months ago
Michael Niedermayer 663f024415 swscale/tests/swscale: use 1 for indicating erros 5 years ago
Michael Niedermayer 24c575e0aa swscale/tests/swscale: Initialize res to a non random error code 5 years ago
Michael Niedermayer ec27c1827c swscale/tests/swscale: Fix incorrect return code check 5 years ago
Lynne 3adffab073
swscale/tests: check return value of sws_scale 5 years ago
Michael Niedermayer 9d269301f0 swscale/tests/swscale: Lengthen pixfmt name buffer to 21 bytes 6 years ago
Adam Richter b8ed493061 libswcale: Fix possible string overflow in test. 6 years ago
Michael Niedermayer 7796f29065 libswscale/tests/swscale: Fix uninitialized variables 8 years ago
Diego Biurrun 0fd0d4fd0a swscale-test: const correctness 8 years ago
Diego Biurrun 5c0e2b13eb swscale-test: const correctness for pointer variable 8 years ago
Diego Biurrun 1263b2039e Adjust printf conversion specifiers to match variable signedness 8 years ago
Michael Niedermayer 7a6c288c2b swscale/tests/swscale: add cpuflags option 8 years ago
Diego Biurrun a6a750c7ef tests: Move all test programs to a subdirectory 9 years ago
Michael Niedermayer 61ea7f1509 swscale/swscale-test: Check av_image_fill_linesizes() for failure 9 years ago
Michael Niedermayer 3afca32561 swscale/swscale-test: Fix slice height in random reference data creation. 10 years ago
Vittorio Giovara f84a1b597c swscale: support AV_PIX_FMT_YA16 as input 11 years ago
Vittorio Giovara e96c3b81ca avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 11 years ago
James Almer 89388a953a Replace all occurrences of PRI in sscanf() calls with SCN 12 years ago
Michael Niedermayer e4eedb983d swscale-test: fix 3 pointer type warnings 12 years ago
Michael Niedermayer b36745339d libswscale/swscale-test: fix some const correctness 12 years ago
Michael Niedermayer 364c60bf64 sws-test: parse command line args before initing contexts 12 years ago
Michael Niedermayer f70a651b3f sws-test: raise limigts a bit. 12 years ago
Michael Niedermayer c0f0bec2f2 sws-test: check W/H 12 years ago
Anton Khirnov 0a7068fa5d sws: do not use av_pix_fmt_descriptors directly. 12 years ago
Michael Niedermayer fac1ccbda1 swscale-test: fix freeing of uninitialized variable 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Ronald S. Bultje 06b0246da0 swscale-test: fix stack overread. 13 years ago
Diego Biurrun 999484c9fb swscale: K&R formatting cosmetics for code examples 13 years ago
Michael Niedermayer 0a3a125fd9 sws: update copyright dates 13 years ago
Michael Niedermayer f4bf06eb96 sws-test: Fix data alignment 13 years ago
Diego Biurrun 11f2eae2ae swscale: Remove commented-out printf cruft. 14 years ago
Diego Biurrun 0093199184 swscale: Remove commented-out printf cruft. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Clément Bœsch b9004bd50c Remove a few if (p) av_freep(&p) forms 14 years ago
Clément Bœsch 523d9407d5 Remove a few if (p) av_freep(&p) forms 14 years ago
Ramiro Polla b9f5e3bd75 swscale-test: cosmetic alignment 14 years ago
Ramiro Polla f1084cb0cd swscale-test: always use bilinear scaler to get output for SSD 14 years ago
Ramiro Polla 9b4bf9c21d swscale-test: allow specifying src/dst pixel formats 15 years ago
Ramiro Polla 9075bc7c51 indent 15 years ago
Ramiro Polla 4bf4478598 swscale-test: take input from reference file 15 years ago
Ramiro Polla 6bbae4c8b3 swscale-test: always use SWS_BILINEAR to convert from ref to src 15 years ago
Ramiro Polla 3e1e78008b swscale-test: move conversion from ref to source back to doTest() 15 years ago