summaryrefslogtreecommitdiff
path: root/libswscale/swscale-test.c
Commit message (Expand)AuthorAgeFilesLines
* swscale/swscale-test: Fix slice height in random reference data creation.Michael Niedermayer2015-08-171-1/+1
* Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820'Michael Niedermayer2014-08-041-1/+3
|\
| * swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-041-1/+3
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-041-1/+1
|\ \ | |/
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-1/+1
* | Replace all occurrences of PRI in sscanf() calls with SCNJames Almer2013-04-101-1/+1
* | swscale-test: fix 3 pointer type warningsMichael Niedermayer2013-02-261-3/+3
* | libswscale/swscale-test: fix some const correctnessMichael Niedermayer2012-12-261-2/+2
* | sws-test: parse command line args before initing contextsMichael Niedermayer2012-10-171-19/+21
* | sws-test: raise limigts a bit.Michael Niedermayer2012-10-131-1/+1
* | sws-test: check W/HMichael Niedermayer2012-10-131-1/+2
* | Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc'Michael Niedermayer2012-10-121-11/+16
|\ \ | |/
| * sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-11/+16
* | swscale-test: fix freeing of uninitialized variableMichael Niedermayer2012-10-111-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-39/+39
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-39/+39
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-141-2/+2
|\ \ | |/
| * swscale-test: fix stack overread.Ronald S. Bultje2012-01-121-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-101-95/+91
|\ \ | |/
| * swscale: K&R formatting cosmetics for code examplesDiego Biurrun2012-01-081-95/+91
| * 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
* | sws: update copyright datesMichael Niedermayer2011-11-181-1/+1
* | sws-test: Fix data alignmentMichael Niedermayer2011-10-231-0/+3
* | swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-281-6/+0
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-061-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