| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid duplication of usePal() macro. | Stefano Sabatini | 2010-03-06 | 1 | -1/+0 |
* | libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special | Janusz Krzysztofik | 2010-03-05 | 1 | -1/+8 |
* | Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in | Alexis Ballier | 2010-03-04 | 1 | -4/+8 |
* | Fill the r, g, b values used for computing the c->pal_yuv table in the | Stefano Sabatini | 2010-03-04 | 1 | -0/+2 |
* | Implement shuffle_bytes_abcd() functions and use them for shuffling | Stefano Sabatini | 2010-02-03 | 1 | -6/+30 |
* | Reindent. | Stefano Sabatini | 2010-01-30 | 1 | -4/+4 |
* | Use a consistent convention for the names of the internal wrapper | Stefano Sabatini | 2010-01-30 | 1 | -30/+30 |
* | Use isAnyRGB() where possible | Michael Niedermayer | 2010-01-26 | 1 | -7/+6 |
* | Rename isRGB() and isBGR() as their meaning is confusing. | Michael Niedermayer | 2010-01-26 | 1 | -11/+11 |
* | Fix mis-computation of the needsDither variable erroneously introduced | Stefano Sabatini | 2010-01-24 | 1 | -1/+1 |
* | Use av_get_bits_per_pixel() for computing the bits per pixel of the | Stefano Sabatini | 2010-01-24 | 1 | -7/+7 |
* | Indent. | Ramiro Polla | 2010-01-24 | 1 | -94/+94 |
* | Split swscale.c into scaler code (swscale.c) and utility code (utils.c). | Ramiro Polla | 2010-01-24 | 1 | -1538/+13 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -11/+11 |
* | More const-correctness for sws_scale | David Conrad | 2010-01-21 | 1 | -2/+2 |
* | Split overly long line. | Stefano Sabatini | 2010-01-19 | 1 | -1/+2 |
* | Make const prototypes for input sources of sws_scale_* stricter. | Alexis Ballier | 2010-01-19 | 1 | -2/+2 |
* | Remove useless forward declaration. | Ramiro Polla | 2010-01-19 | 1 | -2/+0 |
* | 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 |
* | 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 |
* | Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler. | Ramiro Polla | 2010-01-16 | 1 | -10/+6 |
* | 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 |
* | 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 | 1 | -26/+26 |
* | Fix typo. | Stefano Sabatini | 2010-01-15 | 1 | -1/+1 |
* | Remove unused clip_table code. | Ramiro Polla | 2010-01-14 | 1 | -14/+0 |
* | Add const qualifier to rgb48 to YV12 functions' src. | Ramiro Polla | 2010-01-14 | 1 | -4/+4 |
* | Add missing parameter to rgb48 to YV12 functions. | Ramiro Polla | 2010-01-14 | 1 | -3/+6 |
* | Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will | Reimar Döffinger | 2010-01-08 | 1 | -0/+4 |
* | Implement sws_isSupportedInput() and sws_isSupportedOutput(). | Stefano Sabatini | 2010-01-07 | 1 | -0/+12 |
* | Prefer enum PixelFormat over int for the type of the format parameter | Stefano Sabatini | 2010-01-03 | 1 | -1/+1 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the | Stefano Sabatini | 2010-01-03 | 1 | -2/+2 |
* | Simplify usePal() macro, make it use av_pix_fmt_descriptors. | Stefano Sabatini | 2010-01-03 | 1 | -7/+1 |
* | Simplify getSubSampleFactors(), make it use the values provided by | Stefano Sabatini | 2010-01-03 | 1 | -47/+2 |
* | Indentation. | Ramiro Polla | 2009-12-20 | 1 | -6/+6 |