| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all occurrences of PRI in sscanf() calls with SCN | James Almer | 2013-04-10 | 1 | -1/+1 |
* | swscale-test: fix 3 pointer type warnings | Michael Niedermayer | 2013-02-26 | 1 | -3/+3 |
* | libswscale/swscale-test: fix some const correctness | Michael Niedermayer | 2012-12-26 | 1 | -2/+2 |
* | sws-test: parse command line args before initing contexts | Michael Niedermayer | 2012-10-17 | 1 | -19/+21 |
* | sws-test: raise limigts a bit. | Michael Niedermayer | 2012-10-13 | 1 | -1/+1 |
* | sws-test: check W/H | Michael Niedermayer | 2012-10-13 | 1 | -1/+2 |
* | Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc' | Michael Niedermayer | 2012-10-12 | 1 | -11/+16 |
|\ |
|
| * | sws: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -11/+16 |
* | | swscale-test: fix freeing of uninitialized variable | Michael Niedermayer | 2012-10-11 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -39/+39 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -39/+39 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-14 | 1 | -2/+2 |
|\| |
|
| * | swscale-test: fix stack overread. | Ronald S. Bultje | 2012-01-12 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-10 | 1 | -95/+91 |
|\| |
|
| * | swscale: K&R formatting cosmetics for code examples | Diego Biurrun | 2012-01-08 | 1 | -95/+91 |
| * | swscale: Remove commented-out printf cruft. | Diego Biurrun | 2011-05-26 | 1 | -6/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | Remove a few if (p) av_freep(&p) forms | Clément Bœsch | 2011-02-04 | 1 | -2/+1 |
* | | sws: update copyright dates | Michael Niedermayer | 2011-11-18 | 1 | -1/+1 |
* | | sws-test: Fix data alignment | Michael Niedermayer | 2011-10-23 | 1 | -0/+3 |
* | | swscale: Remove commented-out printf cruft. | Diego Biurrun | 2011-05-28 | 1 | -6/+0 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Remove a few if (p) av_freep(&p) forms | Clément Bœsch | 2011-02-06 | 1 | -2/+1 |
|/ |
|
* | swscale-test: cosmetic alignment | Ramiro Polla | 2010-09-16 | 1 | -2/+2 |
* | swscale-test: always use bilinear scaler to get output for SSD | Ramiro Polla | 2010-09-16 | 1 | -1/+1 |
* | swscale-test: allow specifying src/dst pixel formats | Ramiro Polla | 2010-09-12 | 1 | -6/+33 |
* | indent | Ramiro Polla | 2010-09-12 | 1 | -12/+12 |
* | swscale-test: take input from reference file | Ramiro Polla | 2010-09-12 | 1 | -19/+118 |
* | swscale-test: always use SWS_BILINEAR to convert from ref to src | Ramiro Polla | 2010-09-12 | 1 | -4/+3 |
* | swscale-test: move conversion from ref to source back to doTest() | Ramiro Polla | 2010-09-12 | 1 | -30/+43 |
* | av_fill_image_linesizes -> av_image_fill_linesizes | Ramiro Polla | 2010-09-08 | 1 | -2/+2 |
* | swscale-test: add CRC output | Ramiro Polla | 2010-08-19 | 1 | -2/+8 |
* | indent | Ramiro Polla | 2010-08-08 | 1 | -6/+6 |
* | swscale-test: get strides using av_fill_image_linesizes() from libavcore | Ramiro Polla | 2010-08-08 | 1 | -18/+11 |
* | swscale-test: merge declaration and initialization | Ramiro Polla | 2010-07-31 | 1 | -2/+1 |
* | swscale-test: scale from reference to source only once for each algorithm | Ramiro Polla | 2010-07-23 | 1 | -27/+41 |
* | indent | Ramiro Polla | 2010-07-23 | 1 | -2/+2 |
* | swscale-test: change order tests are run, maintaining the same algorithm for | Ramiro Polla | 2010-07-23 | 1 | -1/+1 |
* | swscale-test: use only 3 characters to print width/height since they're always | Ramiro Polla | 2010-07-22 | 1 | -1/+1 |
* | swscale-test: print test name before running test, so that it's available in | Ramiro Polla | 2010-07-22 | 1 | -5/+8 |
* | swscale-test: allocate more memory to prevent scalers from writing out of bounds | Ramiro Polla | 2010-07-22 | 1 | -2/+4 |
* | swscale-test: use av_pix_fmt_descriptors[].name directly | Ramiro Polla | 2010-07-20 | 1 | -11/+11 |
* | Revert r30825, it was not supposed to be committed. | Stefano Sabatini | 2010-03-04 | 1 | -24/+18 |
* | Make swscale-test take in input the name of the input and the output | Stefano Sabatini | 2010-03-04 | 1 | -18/+24 |
* | Fix randomness of the swscale-test output. | Stefano Sabatini | 2010-01-30 | 1 | -3/+3 |
* | Rename swscale-example to swscale-test, to better reflect the intended | Stefano Sabatini | 2010-01-27 | 1 | -0/+260 |