Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-12sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-01-13swscale-test: fix stack overread.Ronald S. Bultje
2012-01-09swscale: K&R formatting cosmetics for code examplesDiego Biurrun
2011-05-26swscale: Remove commented-out printf cruft.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-04Remove a few if (p) av_freep(&p) formsClément Bœsch
2010-09-16swscale-test: cosmetic alignmentRamiro Polla
2010-09-16swscale-test: always use bilinear scaler to get output for SSDRamiro Polla
2010-09-12swscale-test: allow specifying src/dst pixel formatsRamiro Polla
2010-09-12indentRamiro Polla
2010-09-12swscale-test: take input from reference fileRamiro Polla
2010-09-12swscale-test: always use SWS_BILINEAR to convert from ref to srcRamiro Polla
2010-09-12swscale-test: move conversion from ref to source back to doTest()Ramiro Polla
2010-09-09av_fill_image_linesizes -> av_image_fill_linesizesRamiro Polla
2010-08-19swscale-test: add CRC outputRamiro Polla
2010-08-08indentRamiro Polla
2010-08-08swscale-test: get strides using av_fill_image_linesizes() from libavcoreRamiro Polla
2010-08-01swscale-test: merge declaration and initializationRamiro Polla
2010-07-24swscale-test: scale from reference to source only once for each algorithmRamiro Polla
2010-07-24indentRamiro Polla
2010-07-24swscale-test: change order tests are run, maintaining the same algorithm forRamiro Polla
2010-07-22swscale-test: use only 3 characters to print width/height since they're alwaysRamiro Polla
2010-07-22swscale-test: print test name before running test, so that it's available inRamiro Polla
2010-07-22swscale-test: allocate more memory to prevent scalers from writing out of boundsRamiro Polla
2010-07-21swscale-test: use av_pix_fmt_descriptors[].name directlyRamiro Polla
2010-03-04Revert r30825, it was not supposed to be committed.Stefano Sabatini
2010-03-04Make swscale-test take in input the name of the input and the outputStefano Sabatini
2010-01-30Fix randomness of the swscale-test output.Stefano Sabatini
2010-01-27Rename swscale-example to swscale-test, to better reflect the intendedStefano Sabatini