| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename swscale-example to swscale-test, to better reflect the intended | Stefano Sabatini | 2010-01-27 | 2 | -2/+1 |
* | Use isAnyRGB() where possible | Michael Niedermayer | 2010-01-26 | 3 | -13/+11 |
* | Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr. | Michael Niedermayer | 2010-01-26 | 1 | -0/+16 |
* | Rename isRGB() and isBGR() as their meaning is confusing. | Michael Niedermayer | 2010-01-26 | 4 | -19/+19 |
* | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly | Stefano Sabatini | 2010-01-25 | 1 | -2/+0 |
* | Fix mis-computation of the needsDither variable erroneously introduced | Stefano Sabatini | 2010-01-24 | 1 | -1/+1 |
* | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks. | Stefano Sabatini | 2010-01-24 | 1 | -2/+0 |
* | Use av_get_bits_per_pixel() for computing the bits per pixel of the | Stefano Sabatini | 2010-01-24 | 4 | -46/+12 |
* | Indent. | Ramiro Polla | 2010-01-24 | 1 | -94/+94 |
* | Don't redefine M_PI. It is already defined from libavutil/mathematics.h. | Ramiro Polla | 2010-01-24 | 1 | -10/+4 |
* | Split swscale.c into scaler code (swscale.c) and utility code (utils.c). | Ramiro Polla | 2010-01-24 | 4 | -1539/+1620 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 4 | -18/+18 |
* | More const-correctness for sws_scale | David Conrad | 2010-01-21 | 2 | -5/+5 |
* | Document some more of SwsContext. | Ramiro Polla | 2010-01-20 | 1 | -26/+54 |
* | Avoid more pointless tests, the input and output formats need to be | Stefano Sabatini | 2010-01-20 | 1 | -2/+2 |
* | Split overly long line. | Stefano Sabatini | 2010-01-19 | 1 | -1/+2 |
* | Make selfTest() perform tests where both the input and output formats | Stefano Sabatini | 2010-01-19 | 1 | -0/+6 |
* | Make const prototypes for input sources of sws_scale_* stricter. | Alexis Ballier | 2010-01-19 | 2 | -4/+4 |
* | swscale-example: Add comment about the use of av_{malloc,free}. | Ramiro Polla | 2010-01-19 | 1 | -0/+4 |
* | Remove useless forward declaration. | Ramiro Polla | 2010-01-19 | 1 | -2/+0 |
* | User friendly warning message that gives out names of source and target formats | Zuxy Meng | 2010-01-19 | 1 | -1/+1 |
* | swscale-example: use av_malloc() | Måns Rullgård | 2010-01-19 | 1 | -10/+11 |
* | Split long line. | Stefano Sabatini | 2010-01-18 | 1 | -1/+2 |
* | Convert int -> enum PixelFormat in doTest(). | Stefano Sabatini | 2010-01-18 | 1 | -1/+1 |
* | Define out currently unused static functions. | Zuxy Meng | 2010-01-18 | 1 | -1/+6 |
* | Remove stray '\' at the end of macro definitions. | Stefano Sabatini | 2010-01-17 | 1 | -15/+14 |
* | Remove duplicated or pointless newlines. | Stefano Sabatini | 2010-01-17 | 1 | -12/+0 |
* | Factorize error message logging, log it if the converter cannot be | Stefano Sabatini | 2010-01-17 | 1 | -7/+6 |
* | Reindent after the last commit. | Stefano Sabatini | 2010-01-17 | 1 | -15/+15 |
* | Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper | Stefano Sabatini | 2010-01-17 | 1 | -2/+3 |
* | Remove double const | Måns Rullgård | 2010-01-17 | 1 | -1/+1 |
* | Factorize error message logging in rgb2rgbWrapper(). | Stefano Sabatini | 2010-01-17 | 1 | -8/+4 |
* | Reindent | Måns Rullgård | 2010-01-17 | 1 | -2/+2 |
* | Remove inline from initFilter() | Måns Rullgård | 2010-01-17 | 1 | -1/+1 |
* | Add a const qualifier in a cast, fix the gcc warning: | Stefano Sabatini | 2010-01-17 | 1 | -1/+1 |
* | Add a const qualifier in a cast, fix the gcc warning: | Stefano Sabatini | 2010-01-17 | 1 | -1/+1 |
* | Fix typo, "get rid off" -> "get rid of". | Stefano Sabatini | 2010-01-16 | 1 | -1/+1 |
* | Revert r30331, which broke compilation. | Stefano Sabatini | 2010-01-16 | 1 | -3/+12 |
* | Prefer enum PixelFormat to int as the parameter type of | Stefano Sabatini | 2010-01-16 | 1 | -1/+1 |
* | Declare with av_unused the variable alpMmxFilter, fix the gcc warning: | Stefano Sabatini | 2010-01-16 | 1 | -1/+1 |
* | Factorize the code which calls the non optimized C functions in | Stefano Sabatini | 2010-01-16 | 1 | -12/+3 |
* | Prefer "to %s%s" over "to%s %s", slightly more readable. | Stefano Sabatini | 2010-01-16 | 1 | -2/+2 |
* | Simplify code in sws_getContext() which logs if the destination format | Stefano Sabatini | 2010-01-16 | 1 | -6/+5 |
* | Document some of SwsContext. | Ramiro Polla | 2010-01-16 | 1 | -11/+18 |
* | Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler. | Ramiro Polla | 2010-01-16 | 3 | -20/+12 |
* | Factorize code which logs the source and destination formats in | Stefano Sabatini | 2010-01-16 | 1 | -6/+4 |
* | Simplify reset_ptr(): employ usePal() macro rather than enumerating | Stefano Sabatini | 2010-01-16 | 1 | -6/+2 |
* | Add symbol versioning for shared libraries | Måns Rullgård | 2010-01-16 | 1 | -0/+4 |
* | Don't initialize normal horizontal filter if MMX2 filter is used. | Ramiro Polla | 2010-01-15 | 1 | -17/+18 |
* | Const correctness for src pointer. Remove all constness related warnings in | Zuxy Meng | 2010-01-15 | 9 | -69/+69 |