4 Commits (503f9c0bd6ad6929d1f89f0745fe6ab9f71e6e96)

Author SHA1 Message Date
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
Diego Pettenò 7ad6469eae Convert asm keyword into __asm__. 16 years ago
Diego Biurrun 92ca910542 Remove unused function fast_memcpy. 16 years ago
Diego Biurrun ed2164f37e cosmetics: indentation 16 years ago
Michael Niedermayer 8335a9f0cb Revert mistakely commited hunk. 16 years ago
Michael Niedermayer 0473e31faa Print all cases that are tested, not just the ones that are bad. 16 years ago
Michael Niedermayer ae9e0e8391 Add fflush to prevent stdout & stderr from being mixed. 16 years ago
Diego Biurrun 83da2c6f26 Use full path for #includes from another directory. 17 years ago
Diego Biurrun 54e3ae2ea6 Relicense test/example files as LGPL with Michael's permission. 17 years ago
Benoit Fouet 1b0a4572f4 Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 17 years ago
Benoit Fouet 8916b4b55b Remove some useless parentheses. 17 years ago
Benoit Fouet e5091488a5 Remove non cosmetic spaces inside parentheses. 17 years ago