15 Commits (47806f4119b7cc04d2a8bf26d86ddacaab7aad2b)

Author SHA1 Message Date
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 14 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
Stefano Sabatini 2d8d885b06 Split long line. 15 years ago
Stefano Sabatini 591e465acf Convert int -> enum PixelFormat in doTest(). 15 years ago
Ramiro Polla dd653355fa Revert mistakenly commited hunk. 15 years ago
Ramiro Polla 7248797c03 swscale: Check for return values of malloc. 15 years ago
Ramiro Polla 111641a97a swscale-example: Free memory used by input data. 15 years ago
Ramiro Polla 89fb9516af swscale-example: Rename src->ref so as to not confuse with src being used in doTest(). 15 years ago
Ramiro Polla 7da35acdab swscale-example: Use SWS_BILINEAR instead of hardcoded value. 15 years ago
Ramiro Polla a48ce2c3a7 Fix inconsistent indentation. 15 years ago
Reimar Döffinger 64d39b7c76 Free initial swscale context, too. Avoids a valgrind warning. 15 years ago
Reimar Döffinger 7b67bd92f4 Remove useless casts of malloc return value. 15 years ago
Ramiro Polla 6b052ba88f swscale-example: Make selection of dstW, dstH, and flags more clear. 15 years ago
Ramiro Polla dd68318cee Cosmetics: 15 years ago
Ramiro Polla d426ea20c9 swscale-example: Don't check for chroma planes in mono formats. 15 years ago
Ramiro Polla 475f361308 Indent. 15 years ago
Ramiro Polla e55ed689a2 swscale-example: Remove hack to end loop by setting variables to break. 15 years ago
Ramiro Polla d7cf0a6ff7 swscale-example: Don't return random value from main(). 15 years ago
Ramiro Polla f5a9c4ee50 swscale-example: Check for Gray formats. 15 years ago
Ramiro Polla 71ed6c8f06 Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer 16 years ago
Diego Biurrun dc8229015c Fix compilation: #undef standard library functions that are 16 years ago
Kostya Shishkov 5d5a8813fc Testing RGB48 variants requires bigger stride in swscale-example.c 16 years ago
Reimar Döffinger 4ed886430c Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings. 16 years ago
Benoit Fouet 1cd98da820 Initialize pointer arrays which may be freed before being initialized. 16 years ago
Cédric Schieli 110f147a85 Also test the alpha channel in swscale-example 16 years ago
Diego Biurrun 54ea773614 Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings: 16 years ago
Ramiro Polla 9a034dde8b swscale-example: use LFG instead of random() 16 years ago
Diego Biurrun 3d021dd6eb Remove unnecessary emms Assembler instructions. 16 years ago
Diego Biurrun 945f7c6e92 Revert #undefining system functions, it is not necessary. 16 years ago
Diego Biurrun 516c5f88a1 Add config.h #include for ARCH_X86 definition. 16 years ago
Diego Biurrun 84205e0239 Add #undefs to reenable system functions that are normally forbidden in other 16 years ago
Aurelien Jacobs b63f641e9b Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer b29e65513c Remove rgb2rgb.h dependancy. 16 years ago