785 Commits (a6881c6a385284f89188b11021a13cc7c592c4f9)

Author SHA1 Message Date
Stefano Sabatini 82e5f86bd5 Implement shuffle_bytes_abcd() functions and use them for shuffling 15 years ago
Stefano Sabatini af0e662169 Declare support for the pixel formats: 15 years ago
Måns Rullgård e62bd367ea Blackfin: use SRAM only when CONFIG_SRAM is set 15 years ago
Stefano Sabatini 909f659473 Reindent. 15 years ago
Stefano Sabatini 3ece3e524f Use a consistent convention for the names of the internal wrapper 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
Michael Niedermayer 6022255774 Use isAnyRGB() where possible 15 years ago
Michael Niedermayer 81858371d9 Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr. 15 years ago
Michael Niedermayer 3b1ee70312 Rename isRGB() and isBGR() as their meaning is confusing. 15 years ago
Stefano Sabatini 7b87519b32 Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly 15 years ago
Stefano Sabatini aa2ead8215 Fix mis-computation of the needsDither variable erroneously introduced 15 years ago
Stefano Sabatini f632c4549b Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks. 15 years ago
Stefano Sabatini 30b6147521 Use av_get_bits_per_pixel() for computing the bits per pixel of the 15 years ago
Ramiro Polla 59398ea9c0 Indent. 15 years ago
Ramiro Polla 2658e7a6e7 Don't redefine M_PI. It is already defined from libavutil/mathematics.h. 15 years ago
Ramiro Polla a4388ebd37 Split swscale.c into scaler code (swscale.c) and utility code (utils.c). 15 years ago
Måns Rullgård 4a88852623 Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
David Conrad 01cc47dcd3 More const-correctness for sws_scale 15 years ago
Ramiro Polla 5d4d503fd0 Document some more of SwsContext. 15 years ago
Stefano Sabatini 613f2dc4ae Avoid more pointless tests, the input and output formats need to be 15 years ago
Stefano Sabatini 0e21dcdb13 Split overly long line. 15 years ago
Stefano Sabatini 731c04ad65 Make selfTest() perform tests where both the input and output formats 15 years ago
Alexis Ballier f28cc5771f Make const prototypes for input sources of sws_scale_* stricter. 15 years ago
Ramiro Polla 9e5f164dc1 swscale-example: Add comment about the use of av_{malloc,free}. 15 years ago
Ramiro Polla 3aca8b59f6 Remove useless forward declaration. 15 years ago
Zuxy Meng d5206d3dd6 User friendly warning message that gives out names of source and target formats 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
Zuxy Meng 3c52d4849f Define out currently unused static functions. 15 years ago
Stefano Sabatini c36a4294dc Remove stray '\' at the end of macro definitions. 15 years ago
Stefano Sabatini 90eb284a77 Remove duplicated or pointless newlines. 15 years ago
Stefano Sabatini 398c193d0b Factorize error message logging, log it if the converter cannot be 15 years ago
Stefano Sabatini e36a545de5 Reindent after the last commit. 15 years ago
Stefano Sabatini c0d1dc1c4f Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper 15 years ago
Måns Rullgård 00c4127ec9 Remove double const 15 years ago
Stefano Sabatini 9a180390b9 Factorize error message logging in rgb2rgbWrapper(). 15 years ago
Måns Rullgård 1b5d46c6a6 Reindent 15 years ago
Måns Rullgård d39d7cf693 Remove inline from initFilter() 15 years ago
Stefano Sabatini e922e34c96 Add a const qualifier in a cast, fix the gcc warning: 15 years ago
Stefano Sabatini 5090d8e16a Add a const qualifier in a cast, fix the gcc warning: 15 years ago
Stefano Sabatini a630ed3ee9 Fix typo, "get rid off" -> "get rid of". 15 years ago
Stefano Sabatini 730cb9dab3 Revert r30331, which broke compilation. 15 years ago
Stefano Sabatini 73cadb4f13 Prefer enum PixelFormat to int as the parameter type of 15 years ago
Stefano Sabatini bc45751f7f Declare with av_unused the variable alpMmxFilter, fix the gcc warning: 15 years ago
Stefano Sabatini 80853cfc6a Factorize the code which calls the non optimized C functions in 15 years ago
Stefano Sabatini c70f1401df Prefer "to %s%s" over "to%s %s", slightly more readable. 15 years ago
Stefano Sabatini a9e2878c48 Simplify code in sws_getContext() which logs if the destination format 15 years ago
Ramiro Polla 9556124c97 Document some of SwsContext. 15 years ago