summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAge
* swscale/swscale_internal: remove obsolete warningMichael Niedermayer2014-04-08
* swscale/swscale_internal: make the offset strings update themselfs when the M...Michael Niedermayer2014-04-08
* swscale: add two spatially stable dithering methodsØyvind Kolås2014-03-25
* Merge commit '1481d24c3a0abf81e1d7a514547bd5305232be30'Michael Niedermayer2014-03-17
|\
| * RGBA64 pixel formatsJean First2014-03-16
* | Merge commit 'b4dd424d96f09f9bafb88e47f37df65dc4529143'Michael Niedermayer2014-03-13
|\|
| * Remove all SPARC architecture optimizationsDiego Biurrun2014-03-13
* | libswscale: bayer to rgb24 & yv12 colorspace convertersPeter Ross2014-02-23
* | swscale: NEON optimized unscaled rgba to nv12 conversionYu Xiaolei2013-12-16
* | Optimize pure C unscaled yuv2rgb.Reimar Döffinger2013-10-30
* | Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'Michael Niedermayer2013-08-29
|\|
| * swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-29
* | Merge commit '3aa682f25324d811ec284edc808eb71a46eae950'Michael Niedermayer2013-08-29
|\|
| * swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-29
* | Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer2013-08-29
|\|
| * swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-29
* | Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer2013-08-29
|\|
| * swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* | swscale: change ff_dither_8x8_128 dimensions to be consistent with the othersMichael Niedermayer2013-08-16
* | Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer2013-08-16
|\|
| * swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-15
* | Merge commit 'd258531502b24cb653204fe4f003c8815755bdc4'Michael Niedermayer2013-08-16
|\|
* | sws: add dither enumMichael Niedermayer2013-08-15
* | swscale_unscaled: make dither_scale static, its not used elsewhere and has no...Michael Niedermayer2013-08-15
* | libswscale: Adding RGB => XYZ supportclook2013-07-23
* | swscale: Add support to specify chroma positionMichael Niedermayer2013-07-17
* | swscale: Fix PAL8 input with alphaMichael Niedermayer2013-06-26
* | 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
* | libswscale: simplify isAnyRGB macroPaul B Mahol2013-05-08
* | libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-08
* | sws: share xyzgamma tables.Michael Niedermayer2013-05-01
* | sws: support xyz inputMichael Niedermayer2013-04-28
* | sws: fix alignment of rgb2yuvMichael Niedermayer2013-04-16
* | sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv tableMichael Niedermayer2013-04-15
* | sws: remove forgotten FAST_BGR2YV12 defineMichael Niedermayer2013-04-15
* | sws/x86: update rgb/bgr->yuv code to use provided coefficient tableMichael Niedermayer2013-04-15
* | sws: move RGB2YUV_SHIFT to swscale_internal.hMichael Niedermayer2013-04-15
* | sws/input: replace hardcoded rgb2yuv coefficients by tableMichael Niedermayer2013-04-14
* | Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2'Michael Niedermayer2013-01-28
|\|
| * swscale: GBRP output supportMichael Niedermayer2013-01-27
* | sws: include isRGB in isAnyRGB() so that future RGB formats wont be missed a...Michael Niedermayer2013-01-26
* | sws: add planar RGB formats to isAnyRGBMichael Niedermayer2013-01-26
* | sws: GBRP output supportMichael Niedermayer2013-01-26
* | swscale: check flags instead of nb_components to find if pixel format have alphaPaul B Mahol2013-01-25
* | sws: Support error diffusion dither for mono outputMichael Niedermayer2013-01-18
* | Merge commit 'a65bdceb060628881578afb29df4eb222421381f'Michael Niedermayer2012-10-31
|\|
| * x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-31
* | Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer2012-10-31
|\|