index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
/
swscale-test.c
Age
Commit message (
Expand
)
Author
2012-01-12
swscale-test: fix stack overread.
Ronald S. Bultje
2012-01-08
swscale: K&R formatting cosmetics for code examples
Diego Biurrun
2011-05-26
swscale: Remove commented-out printf cruft.
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2011-02-04
Remove a few if (p) av_freep(&p) forms
Clément Bœsch
2010-09-16
swscale-test: cosmetic alignment
Ramiro Polla
2010-09-16
swscale-test: always use bilinear scaler to get output for SSD
Ramiro Polla
2010-09-12
swscale-test: allow specifying src/dst pixel formats
Ramiro Polla
2010-09-12
indent
Ramiro Polla
2010-09-12
swscale-test: take input from reference file
Ramiro Polla
2010-09-12
swscale-test: always use SWS_BILINEAR to convert from ref to src
Ramiro Polla
2010-09-12
swscale-test: move conversion from ref to source back to doTest()
Ramiro Polla
2010-09-08
av_fill_image_linesizes -> av_image_fill_linesizes
Ramiro Polla
2010-08-19
swscale-test: add CRC output
Ramiro Polla
2010-08-08
indent
Ramiro Polla
2010-08-08
swscale-test: get strides using av_fill_image_linesizes() from libavcore
Ramiro Polla
2010-07-31
swscale-test: merge declaration and initialization
Ramiro Polla
2010-07-23
swscale-test: scale from reference to source only once for each algorithm
Ramiro Polla
2010-07-23
indent
Ramiro Polla
2010-07-23
swscale-test: change order tests are run, maintaining the same algorithm for
Ramiro Polla
2010-07-22
swscale-test: use only 3 characters to print width/height since they're always
Ramiro Polla
2010-07-22
swscale-test: print test name before running test, so that it's available in
Ramiro Polla
2010-07-22
swscale-test: allocate more memory to prevent scalers from writing out of bounds
Ramiro Polla
2010-07-20
swscale-test: use av_pix_fmt_descriptors[].name directly
Ramiro Polla
2010-03-04
Revert r30825, it was not supposed to be committed.
Stefano Sabatini
2010-03-04
Make swscale-test take in input the name of the input and the output
Stefano Sabatini
2010-01-30
Fix randomness of the swscale-test output.
Stefano Sabatini
2010-01-27
Rename swscale-example to swscale-test, to better reflect the intended
Stefano Sabatini