| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |