summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* sws/output: yuv2rgb_write() assert that alpha has the correct value in the ta...Michael Niedermayer2013-05-181-0/+6
* sws/output: init A1/A2 so that rgba64 ends with 0xffff in the absence of alph...Michael Niedermayer2013-05-181-4/+5
* replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-153-4/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-152-12/+12
|\
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-152-12/+12
* | swscale/output: silence compiler warnings about uninitialized variablesMichael Niedermayer2013-05-141-1/+1
* | sws/output: remove offset/coef for alpha in rgba64Michael Niedermayer2013-05-121-28/+10
* | swscale: RGBA64 outputPaul B Mahol2013-05-123-13/+282
* | sws/packed_16bpc_bswap: fix handling of negative strideMichael Niedermayer2013-05-121-3/+3
* | Revert "sws: support endianness conversion for AV_PIX_FMT_RGBA64"Michael Niedermayer2013-05-121-2/+2
* | sws: support endianness conversion for AV_PIX_FMT_RGBA64Paul B Mahol2013-05-121-2/+2
* | sws: add casts to silence pointer type mismatch warningsMichael Niedermayer2013-05-101-1/+1
* | sws/output/yuv2gbrp_full_X_c(): silence warning about uninitialized variableMichael Niedermayer2013-05-101-1/+2
* | sws/output: silence warnings about uninitialized use of variablesMichael Niedermayer2013-05-101-4/+4
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-095-19/+19
* | libswscale: simplify isAnyRGB macroPaul B Mahol2013-05-081-10/+1
* | libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-086-6/+54
* | sws: factorize rgb 9+ planar funcs declarations.Clément Bœsch2013-05-071-109/+21
* | Merge commit '9cfa21c8c2b81146aab574f55c93f27e5c2d435c'Michael Niedermayer2013-05-071-2/+2
|\ \ | |/
| * swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau2013-05-062-1/+4
* | Merge commit 'c1eb3e7fecdc270e03a700d61ef941600a6af491'Michael Niedermayer2013-05-073-2/+20
|\ \ | |/
| * swscale: add support for endianness only conversionJanne Grunau2013-05-063-2/+20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-061-6/+6
|\ \ | |/
| * swscale: Use alpha from the right row in yuva2rgba_cMartin Storsjö2013-05-061-6/+6
* | Merge commit '6c5eac9a603a91a707d030d96ba97e2ef6b3ce50'Michael Niedermayer2013-05-061-8/+8
|\ \ | |/
| * swscale: Remove unnecessary backslashesMartin Storsjö2013-05-061-8/+8
* | Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70'Michael Niedermayer2013-05-053-10/+15
|\ \ | |/
| * swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-043-10/+15
* | Avoid incorrect deprecated pixel format warning.Reimar Döffinger2013-05-051-1/+2
* | lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2013-05-031-0/+3
* | Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d'Michael Niedermayer2013-05-011-16/+16
|\ \ | |/
| * ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-16/+16
* | sws: share xyzgamma tables.Michael Niedermayer2013-05-012-5/+12
* | sws: fix typo in xyz2rgb matrix use.Michael Niedermayer2013-04-281-1/+1
* | sws: Check for malloc failure of rgb0_tmpMichael Niedermayer2013-04-281-0/+6
* | sws: support xyz inputMichael Niedermayer2013-04-283-0/+111
* | sws: remove hack to support partial convert / xyz bswapingMichael Niedermayer2013-04-281-2/+0
* | sws: enable xyz12, this for now is just for swaping between le and beMichael Niedermayer2013-04-281-0/+2
* | sws: add 16bit gbrp formats to packed_16bpc_bswap()Michael Niedermayer2013-04-281-0/+5
* | sws: extend packed_16bpc_bswap code to handle planar formatsMichael Niedermayer2013-04-281-13/+33
* | Fix libswscale compilation with --disable-optimizations on x86-32.Carl Eugen Hoyos2013-04-181-0/+4
* | sws: Skip ff_yuv2rgb_c_init_tables() when the output is YUVMichael Niedermayer2013-04-161-0/+2
* | sws/fill_rgb2yuv_table: use ROUNDED_DIVMichael Niedermayer2013-04-161-14/+14
* | sws/fill_rgb2yuv_table: increase precission to 32bitMichael Niedermayer2013-04-161-13/+17
* | sws/fill_rgb2yuv_table: avoid 2 divisionsMichael Niedermayer2013-04-161-2/+2
* | sws: fix alignment of rgb2yuvMichael Niedermayer2013-04-161-1/+1
* | sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv tableMichael Niedermayer2013-04-153-11/+24
* | sws: remove forgotten FAST_BGR2YV12 defineMichael Niedermayer2013-04-151-2/+0
* | sws/x86: remove 8bit rgb2yuv coefficient case for rgb24toyv12 special converterMichael Niedermayer2013-04-153-15/+1
* | sws: Update rgb24toyv12_c() to user supplied rgb2yuv tablesMichael Niedermayer2013-04-155-24/+31
OpenPOWER on IntegriCloud