52 Commits (83900c0ed34c22487d6a97cdf9e9949d0795f5b0)

Author SHA1 Message Date
Michael Niedermayer 3afca32561 swscale/swscale-test: Fix slice height in random reference data creation. 9 years ago
Vittorio Giovara f84a1b597c swscale: support AV_PIX_FMT_YA16 as input 10 years ago
Vittorio Giovara e96c3b81ca avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 10 years ago
James Almer 89388a953a Replace all occurrences of PRI in sscanf() calls with SCN 12 years ago
Michael Niedermayer e4eedb983d swscale-test: fix 3 pointer type warnings 12 years ago
Michael Niedermayer b36745339d libswscale/swscale-test: fix some const correctness 12 years ago
Michael Niedermayer 364c60bf64 sws-test: parse command line args before initing contexts 12 years ago
Michael Niedermayer f70a651b3f sws-test: raise limigts a bit. 12 years ago
Michael Niedermayer c0f0bec2f2 sws-test: check W/H 12 years ago
Anton Khirnov 0a7068fa5d sws: do not use av_pix_fmt_descriptors directly. 12 years ago
Michael Niedermayer fac1ccbda1 swscale-test: fix freeing of uninitialized variable 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Ronald S. Bultje 06b0246da0 swscale-test: fix stack overread. 13 years ago
Diego Biurrun 999484c9fb swscale: K&R formatting cosmetics for code examples 13 years ago
Michael Niedermayer 0a3a125fd9 sws: update copyright dates 13 years ago
Michael Niedermayer f4bf06eb96 sws-test: Fix data alignment 13 years ago
Diego Biurrun 11f2eae2ae swscale: Remove commented-out printf cruft. 14 years ago
Diego Biurrun 0093199184 swscale: Remove commented-out printf cruft. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Clément Bœsch b9004bd50c Remove a few if (p) av_freep(&p) forms 14 years ago
Clément Bœsch 523d9407d5 Remove a few if (p) av_freep(&p) forms 14 years ago
Ramiro Polla b9f5e3bd75 swscale-test: cosmetic alignment 14 years ago
Ramiro Polla f1084cb0cd swscale-test: always use bilinear scaler to get output for SSD 14 years ago
Ramiro Polla 9b4bf9c21d swscale-test: allow specifying src/dst pixel formats 14 years ago
Ramiro Polla 9075bc7c51 indent 14 years ago
Ramiro Polla 4bf4478598 swscale-test: take input from reference file 14 years ago
Ramiro Polla 6bbae4c8b3 swscale-test: always use SWS_BILINEAR to convert from ref to src 14 years ago
Ramiro Polla 3e1e78008b swscale-test: move conversion from ref to source back to doTest() 14 years ago
Ramiro Polla 4389d606e6 av_fill_image_linesizes -> av_image_fill_linesizes 14 years ago
Ramiro Polla 8d88402013 swscale-test: add CRC output 14 years ago
Ramiro Polla a4fc3bd533 indent 14 years ago
Ramiro Polla 06c93cb705 swscale-test: get strides using av_fill_image_linesizes() from libavcore 14 years ago
Ramiro Polla e07b1939e5 swscale-test: merge declaration and initialization 15 years ago
Ramiro Polla 73016d29c9 swscale-test: scale from reference to source only once for each algorithm 15 years ago
Ramiro Polla be1c5d35cc indent 15 years ago
Ramiro Polla da78053af0 swscale-test: change order tests are run, maintaining the same algorithm for 15 years ago
Ramiro Polla 9bb9875eb7 swscale-test: use only 3 characters to print width/height since they're always 15 years ago
Ramiro Polla b6f1e7ec44 swscale-test: print test name before running test, so that it's available in 15 years ago
Ramiro Polla 67e1d52783 swscale-test: allocate more memory to prevent scalers from writing out of bounds 15 years ago
Ramiro Polla 92bfd7461c swscale-test: use av_pix_fmt_descriptors[].name directly 15 years ago
Stefano Sabatini 91cfeac668 Revert r30825, it was not supposed to be committed. 15 years ago
Stefano Sabatini 3fec44c640 Make swscale-test take in input the name of the input and the output 15 years ago
Stefano Sabatini 7dac0c4379 Fix randomness of the swscale-test output. 15 years ago
Stefano Sabatini b51de6d8c7 Rename swscale-example to swscale-test, to better reflect the intended 15 years ago
Stefano Sabatini 613f2dc4ae Avoid more pointless tests, the input and output formats need to be 15 years ago
Stefano Sabatini 731c04ad65 Make selfTest() perform tests where both the input and output formats 15 years ago
Ramiro Polla 9e5f164dc1 swscale-example: Add comment about the use of av_{malloc,free}. 15 years ago
Måns Rullgård 51d83986b1 swscale-example: use av_malloc() 15 years ago