summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Optimize pure C unscaled yuv2rgb.Reimar Döffinger2013-10-301-1/+3
* Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'Michael Niedermayer2013-08-291-3/+3
|\
| * swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-291-3/+3
* | Merge commit '3aa682f25324d811ec284edc808eb71a46eae950'Michael Niedermayer2013-08-291-4/+3
|\ \ | |/
| * swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-291-4/+3
* | Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer2013-08-291-5/+5
|\ \ | |/
| * swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-291-5/+5
* | Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer2013-08-291-2/+2
|\ \ | |/
| * swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-281-2/+2
* | swscale: change ff_dither_8x8_128 dimensions to be consistent with the othersMichael Niedermayer2013-08-161-1/+1
* | Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer2013-08-161-0/+9
|\ \ | |/
| * swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-151-0/+8
* | Merge commit 'd258531502b24cb653204fe4f003c8815755bdc4'Michael Niedermayer2013-08-161-1/+0
|\ \ | |/
* | sws: add dither enumMichael Niedermayer2013-08-151-0/+10
* | swscale_unscaled: make dither_scale static, its not used elsewhere and has no...Michael Niedermayer2013-08-151-1/+0
* | libswscale: Adding RGB => XYZ supportclook2013-07-231-0/+3
* | swscale: Add support to specify chroma positionMichael Niedermayer2013-07-171-0/+4
* | swscale: Fix PAL8 input with alphaMichael Niedermayer2013-06-261-0/+2
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-151-11/+11
|\ \ | |/
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-11/+11
* | libswscale: simplify isAnyRGB macroPaul B Mahol2013-05-081-10/+1
* | libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-081-1/+2
* | sws: share xyzgamma tables.Michael Niedermayer2013-05-011-2/+2
* | sws: support xyz inputMichael Niedermayer2013-04-281-0/+9
* | sws: fix alignment of rgb2yuvMichael Niedermayer2013-04-161-1/+1
* | sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv tableMichael Niedermayer2013-04-151-1/+1
* | sws: remove forgotten FAST_BGR2YV12 defineMichael Niedermayer2013-04-151-2/+0
* | sws/x86: update rgb/bgr->yuv code to use provided coefficient tableMichael Niedermayer2013-04-151-1/+1
* | sws: move RGB2YUV_SHIFT to swscale_internal.hMichael Niedermayer2013-04-151-0/+1
* | sws/input: replace hardcoded rgb2yuv coefficients by tableMichael Niedermayer2013-04-141-2/+12
* | Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2'Michael Niedermayer2013-01-281-6/+6
|\ \ | |/
| * swscale: GBRP output supportMichael Niedermayer2013-01-271-1/+37
* | sws: include isRGB in isAnyRGB() so that future RGB formats wont be missed a...Michael Niedermayer2013-01-261-0/+1
* | sws: add planar RGB formats to isAnyRGBMichael Niedermayer2013-01-261-0/+8
* | sws: GBRP output supportMichael Niedermayer2013-01-261-1/+37
* | swscale: check flags instead of nb_components to find if pixel format have alphaPaul B Mahol2013-01-251-1/+1
* | sws: Support error diffusion dither for mono outputMichael Niedermayer2013-01-181-0/+2
* | Merge commit 'a65bdceb060628881578afb29df4eb222421381f'Michael Niedermayer2012-10-311-5/+5
|\ \ | |/
| * x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-311-5/+5
* | Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer2012-10-311-4/+4
|\ \ | |/
| * x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-311-4/+4
* | sws: move fillPlane16() to header so it can be used from more than 1 placeMichael Niedermayer2012-10-301-0/+21
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-201-2/+2
* | Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc'Michael Niedermayer2012-10-121-38/+81
|\ \ | |/
| * sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-44/+86
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-63/+63
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-41/+41
* | swscale: fix usePal()Michael Niedermayer2012-08-301-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
OpenPOWER on IntegriCloud