summaryrefslogtreecommitdiff
path: root/libswscale/swscale-test.c
Commit message (Expand)AuthorAge
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
* swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-04
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04
* sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* swscale-test: fix stack overread.Ronald S. Bultje2012-01-12
* swscale: K&R formatting cosmetics for code examplesDiego Biurrun2012-01-08
* swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-04
* swscale-test: cosmetic alignmentRamiro Polla2010-09-16
* swscale-test: always use bilinear scaler to get output for SSDRamiro Polla2010-09-16
* swscale-test: allow specifying src/dst pixel formatsRamiro Polla2010-09-12
* indentRamiro Polla2010-09-12
* swscale-test: take input from reference fileRamiro Polla2010-09-12
* swscale-test: always use SWS_BILINEAR to convert from ref to srcRamiro Polla2010-09-12
* swscale-test: move conversion from ref to source back to doTest()Ramiro Polla2010-09-12
* av_fill_image_linesizes -> av_image_fill_linesizesRamiro Polla2010-09-08
* swscale-test: add CRC outputRamiro Polla2010-08-19
* indentRamiro Polla2010-08-08
* swscale-test: get strides using av_fill_image_linesizes() from libavcoreRamiro Polla2010-08-08
* swscale-test: merge declaration and initializationRamiro Polla2010-07-31
* swscale-test: scale from reference to source only once for each algorithmRamiro Polla2010-07-23
* indentRamiro Polla2010-07-23
* swscale-test: change order tests are run, maintaining the same algorithm forRamiro Polla2010-07-23
* swscale-test: use only 3 characters to print width/height since they're alwaysRamiro Polla2010-07-22
* swscale-test: print test name before running test, so that it's available inRamiro Polla2010-07-22
* swscale-test: allocate more memory to prevent scalers from writing out of boundsRamiro Polla2010-07-22
* swscale-test: use av_pix_fmt_descriptors[].name directlyRamiro Polla2010-07-20
* Revert r30825, it was not supposed to be committed.Stefano Sabatini2010-03-04
* Make swscale-test take in input the name of the input and the outputStefano Sabatini2010-03-04
* Fix randomness of the swscale-test output.Stefano Sabatini2010-01-30
* Rename swscale-example to swscale-test, to better reflect the intendedStefano Sabatini2010-01-27