summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* Add unscaled converter from GBRP > 8bit to RGBx48/64.Carl Eugen Hoyos2013-06-06
* Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a'Michael Niedermayer2013-06-03
|\
| * swscale: ppc: Remove commented-out define cruftDiego Biurrun2013-06-02
* | add YUVJ411PMichael Niedermayer2013-05-21
* | swscale/output: silence warning about undefined 'ASSERT_LEVEL'Paul B Mahol2013-05-19
* | swscale/output: remove unused headerPaul B Mahol2013-05-19
* | sws/output: yuv2rgb_write() assert that alpha has the correct value in the ta...Michael Niedermayer2013-05-18
* | sws/output: init A1/A2 so that rgba64 ends with 0xffff in the absence of alph...Michael Niedermayer2013-05-18
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-15
|\|
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* | swscale/output: silence compiler warnings about uninitialized variablesMichael Niedermayer2013-05-14
* | sws/output: remove offset/coef for alpha in rgba64Michael Niedermayer2013-05-12
* | swscale: RGBA64 outputPaul B Mahol2013-05-12
* | sws/packed_16bpc_bswap: fix handling of negative strideMichael Niedermayer2013-05-12
* | Revert "sws: support endianness conversion for AV_PIX_FMT_RGBA64"Michael Niedermayer2013-05-12
* | sws: support endianness conversion for AV_PIX_FMT_RGBA64Paul B Mahol2013-05-12
* | sws: add casts to silence pointer type mismatch warningsMichael Niedermayer2013-05-10
* | sws/output/yuv2gbrp_full_X_c(): silence warning about uninitialized variableMichael Niedermayer2013-05-10
* | sws/output: silence warnings about uninitialized use of variablesMichael Niedermayer2013-05-10
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-09
* | libswscale: simplify isAnyRGB macroPaul B Mahol2013-05-08
* | libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-08
* | sws: factorize rgb 9+ planar funcs declarations.Clément Bœsch2013-05-07
* | Merge commit '9cfa21c8c2b81146aab574f55c93f27e5c2d435c'Michael Niedermayer2013-05-07
|\|
| * swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau2013-05-06
* | Merge commit 'c1eb3e7fecdc270e03a700d61ef941600a6af491'Michael Niedermayer2013-05-07
|\|
| * swscale: add support for endianness only conversionJanne Grunau2013-05-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-06
|\|
| * swscale: Use alpha from the right row in yuva2rgba_cMartin Storsjö2013-05-06
* | Merge commit '6c5eac9a603a91a707d030d96ba97e2ef6b3ce50'Michael Niedermayer2013-05-06
|\|
| * swscale: Remove unnecessary backslashesMartin Storsjö2013-05-06
* | Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70'Michael Niedermayer2013-05-05
|\|
| * swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | Avoid incorrect deprecated pixel format warning.Reimar Döffinger2013-05-05
* | lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2013-05-03
* | Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d'Michael Niedermayer2013-05-01
|\|
| * ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* | sws: share xyzgamma tables.Michael Niedermayer2013-05-01
* | sws: fix typo in xyz2rgb matrix use.Michael Niedermayer2013-04-28
* | sws: Check for malloc failure of rgb0_tmpMichael Niedermayer2013-04-28
* | sws: support xyz inputMichael Niedermayer2013-04-28
* | sws: remove hack to support partial convert / xyz bswapingMichael Niedermayer2013-04-28
* | sws: enable xyz12, this for now is just for swaping between le and beMichael Niedermayer2013-04-28
* | sws: add 16bit gbrp formats to packed_16bpc_bswap()Michael Niedermayer2013-04-28
* | sws: extend packed_16bpc_bswap code to handle planar formatsMichael Niedermayer2013-04-28
* | Fix libswscale compilation with --disable-optimizations on x86-32.Carl Eugen Hoyos2013-04-18
* | sws: Skip ff_yuv2rgb_c_init_tables() when the output is YUVMichael Niedermayer2013-04-16
* | sws/fill_rgb2yuv_table: use ROUNDED_DIVMichael Niedermayer2013-04-16
* | sws/fill_rgb2yuv_table: increase precission to 32bitMichael Niedermayer2013-04-16