| Commit message (Expand) | Author | Age |
* | Implement shuffle_bytes_abcd() functions and use them for shuffling | stefano | 2010-02-03 |
* | Reindent. | stefano | 2010-01-30 |
* | Use a consistent convention for the names of the internal wrapper | stefano | 2010-01-30 |
* | Use isAnyRGB() where possible | michael | 2010-01-26 |
* | Rename isRGB() and isBGR() as their meaning is confusing. | michael | 2010-01-26 |
* | Fix mis-computation of the needsDither variable erroneously introduced | 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 |
* | 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 |
* | Split overly long line. | stefano | 2010-01-19 |
* | Make const prototypes for input sources of sws_scale_* stricter. | benoit | 2010-01-19 |
* | Remove useless forward declaration. | ramiro | 2010-01-19 |
* | 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 |
* | Factorize the code which calls the non optimized C functions in | stefano | 2010-01-16 |
* | Prefer "to %s%s" over "to%s %s", slightly more readable. | stefano | 2010-01-16 |
* | Simplify code in sws_getContext() which logs if the destination format | stefano | 2010-01-16 |
* | Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler. | ramiro | 2010-01-16 |
* | Factorize code which logs the source and destination formats in | stefano | 2010-01-16 |
* | Simplify reset_ptr(): employ usePal() macro rather than enumerating | stefano | 2010-01-16 |
* | Don't initialize normal horizontal filter if MMX2 filter is used. | ramiro | 2010-01-15 |
* | Const correctness for src pointer. Remove all constness related warnings in | zuxy | 2010-01-15 |
* | Fix typo. | stefano | 2010-01-15 |
* | Remove unused clip_table code. | ramiro | 2010-01-14 |
* | Add const qualifier to rgb48 to YV12 functions' src. | ramiro | 2010-01-14 |
* | Add missing parameter to rgb48 to YV12 functions. | ramiro | 2010-01-14 |
* | Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will | reimar | 2010-01-08 |
* | Implement sws_isSupportedInput() and sws_isSupportedOutput(). | stefano | 2010-01-07 |
* | Prefer enum PixelFormat over int for the type of the format parameter | stefano | 2010-01-03 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the | stefano | 2010-01-03 |
* | Simplify usePal() macro, make it use av_pix_fmt_descriptors. | stefano | 2010-01-03 |
* | Simplify getSubSampleFactors(), make it use the values provided by | stefano | 2010-01-03 |
* | Indentation. | ramiro | 2009-12-20 |
* | Document the differences between the two asm fragments in initMMX2HScaler(). | ramiro | 2009-12-07 |
* | Add support for nv12/nv21 input. | ramiro | 2009-12-03 |
* | Make sws_format_name() use av_pix_fmt_descriptors. | stefano | 2009-11-26 |
* | Add functions to return library license and library configuration. | diego | 2009-11-18 |