summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAge
* 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
|\|
| * x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-31
* | sws: move fillPlane16() to header so it can be used from more than 1 placeMichael Niedermayer2012-10-30
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-20
* | Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc'Michael Niedermayer2012-10-12
|\|
| * sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | swscale: fix usePal()Michael Niedermayer2012-08-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | sws: support 12&14 bit planar colorspacesMichael Niedermayer2012-07-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-13
|\|
| * swscale: K&R formatting cosmetics (part II)Diego Biurrun2012-04-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-04
|\|
| * Unscaled Planar RGB -> RGB support in swscale.Hans-Kristian Arntzen2012-04-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-07
|\|
| * swscale: make filterPos 32bit.Ronald S. Bultje2012-03-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-21
|\|
| * Revert two swscale commits.Ronald S. Bultje2012-02-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-18
|\|
| * swscale: update context offsets after removal of AlpMmxFilter.Ronald S. Bultje2012-02-17
| * swscale: Remove some write-only variables related to alpha handling.Diego Biurrun2012-02-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-09
|\|
| * pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
| * Remove Sun medialib glue code.Diego Biurrun2012-02-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-08
|\|
| * swscale: split C output functions into separate file.Ronald S. Bultje2012-02-07
| * swscale: Split C input functions into separate file.Ronald S. Bultje2012-02-07
* | sws: Fix RGB0->alpha containing formats.Michael Niedermayer2012-01-24
* | sws: Move yuv2rgb clipping into the tables.Michael Niedermayer2012-01-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-10
|\|
| * swscale: K&R reformatting cosmetics for header filesDiego Biurrun2012-01-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-23
|\|