| Commit message (Expand) | Author | Age |
* | Simplify how usesVFilter and usesHFilter are set. | stefano | 2010-02-05 |
* | Apply misc fixes to sws_getCoefficients() doxy. | stefano | 2010-02-05 |
* | Satisfy consistency need: | stefano | 2010-02-05 |
* | Add function to translate SWS_CS_* to coefficient array | conrad | 2010-02-05 |
* | Implement shuffle_bytes_abcd() functions and use them for shuffling | stefano | 2010-02-03 |
* | Declare support for the pixel formats: | stefano | 2010-01-31 |
* | Blackfin: use SRAM only when CONFIG_SRAM is set | mru | 2010-01-31 |
* | Reindent. | stefano | 2010-01-30 |
* | Use a consistent convention for the names of the internal wrapper | stefano | 2010-01-30 |
* | Fix randomness of the swscale-test output. | stefano | 2010-01-30 |
* | Rename swscale-example to swscale-test, to better reflect the intended | stefano | 2010-01-27 |
* | Use isAnyRGB() where possible | michael | 2010-01-26 |
* | Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr. | michael | 2010-01-26 |
* | Rename isRGB() and isBGR() as their meaning is confusing. | michael | 2010-01-26 |
* | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly | stefano | 2010-01-25 |
* | Fix mis-computation of the needsDither variable erroneously introduced | stefano | 2010-01-24 |
* | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks. | stefano | 2010-01-24 |
* | Use av_get_bits_per_pixel() for computing the bits per pixel of the | stefano | 2010-01-24 |
* | Indent. | ramiro | 2010-01-24 |
* | Don't redefine M_PI. It is already defined from libavutil/mathematics.h. | ramiro | 2010-01-24 |
* | Split swscale.c into scaler code (swscale.c) and utility code (utils.c). | ramiro | 2010-01-24 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | mru | 2010-01-22 |
* | More const-correctness for sws_scale | conrad | 2010-01-21 |
* | Document some more of SwsContext. | ramiro | 2010-01-20 |
* | Avoid more pointless tests, the input and output formats need to be | stefano | 2010-01-20 |
* | Split overly long line. | stefano | 2010-01-19 |
* | Make selfTest() perform tests where both the input and output formats | stefano | 2010-01-19 |
* | Make const prototypes for input sources of sws_scale_* stricter. | benoit | 2010-01-19 |
* | swscale-example: Add comment about the use of av_{malloc,free}. | ramiro | 2010-01-19 |
* | Remove useless forward declaration. | ramiro | 2010-01-19 |
* | User friendly warning message that gives out names of source and target formats | zuxy | 2010-01-19 |
* | swscale-example: use av_malloc() | mru | 2010-01-19 |
* | Split long line. | stefano | 2010-01-18 |
* | Convert int -> enum PixelFormat in doTest(). | stefano | 2010-01-18 |
* | Define out currently unused static functions. | zuxy | 2010-01-18 |
* | Remove stray '\' at the end of macro definitions. | stefano | 2010-01-17 |
* | Remove duplicated or pointless newlines. | stefano | 2010-01-17 |
* | Factorize error message logging, log it if the converter cannot be | stefano | 2010-01-17 |
* | Reindent after the last commit. | stefano | 2010-01-17 |
* | Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper | stefano | 2010-01-17 |
* | Remove double const | mru | 2010-01-17 |
* | Factorize error message logging in rgb2rgbWrapper(). | stefano | 2010-01-17 |
* | Reindent | mru | 2010-01-17 |
* | Remove inline from initFilter() | mru | 2010-01-17 |
* | Add a const qualifier in a cast, fix the gcc warning: | stefano | 2010-01-17 |
* | Add a const qualifier in a cast, fix the gcc warning: | stefano | 2010-01-17 |
* | Fix typo, "get rid off" -> "get rid of". | stefano | 2010-01-16 |
* | Revert r30331, which broke compilation. | stefano | 2010-01-16 |
* | Prefer enum PixelFormat to int as the parameter type of | stefano | 2010-01-16 |
* | Declare with av_unused the variable alpMmxFilter, fix the gcc warning: | stefano | 2010-01-16 |