summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale-test.c
Commit message (Expand)AuthorAgeFilesLines
* swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-261-6/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-041-2/+1
* swscale-test: cosmetic alignmentRamiro Polla2010-09-161-2/+2
* swscale-test: always use bilinear scaler to get output for SSDRamiro Polla2010-09-161-1/+1
* swscale-test: allow specifying src/dst pixel formatsRamiro Polla2010-09-121-6/+33
* indentRamiro Polla2010-09-121-12/+12
* swscale-test: take input from reference fileRamiro Polla2010-09-121-19/+118
* swscale-test: always use SWS_BILINEAR to convert from ref to srcRamiro Polla2010-09-121-4/+3
* swscale-test: move conversion from ref to source back to doTest()Ramiro Polla2010-09-121-30/+43
* av_fill_image_linesizes -> av_image_fill_linesizesRamiro Polla2010-09-081-2/+2
* swscale-test: add CRC outputRamiro Polla2010-08-191-2/+8
* indentRamiro Polla2010-08-081-6/+6
* swscale-test: get strides using av_fill_image_linesizes() from libavcoreRamiro Polla2010-08-081-18/+11
* swscale-test: merge declaration and initializationRamiro Polla2010-07-311-2/+1
* swscale-test: scale from reference to source only once for each algorithmRamiro Polla2010-07-231-27/+41
* indentRamiro Polla2010-07-231-2/+2
* swscale-test: change order tests are run, maintaining the same algorithm forRamiro Polla2010-07-231-1/+1
* swscale-test: use only 3 characters to print width/height since they're alwaysRamiro Polla2010-07-221-1/+1
* swscale-test: print test name before running test, so that it's available inRamiro Polla2010-07-221-5/+8
* swscale-test: allocate more memory to prevent scalers from writing out of boundsRamiro Polla2010-07-221-2/+4
* swscale-test: use av_pix_fmt_descriptors[].name directlyRamiro Polla2010-07-201-11/+11
* Revert r30825, it was not supposed to be committed.Stefano Sabatini2010-03-041-24/+18
* Make swscale-test take in input the name of the input and the outputStefano Sabatini2010-03-041-18/+24
* Fix randomness of the swscale-test output.Stefano Sabatini2010-01-301-3/+3
* Rename swscale-example to swscale-test, to better reflect the intendedStefano Sabatini2010-01-271-0/+260
OpenPOWER on IntegriCloud