summaryrefslogtreecommitdiffstats
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* add YUVJ411PMichael Niedermayer2013-05-211-0/+4
* swscale: RGBA64 outputPaul B Mahol2013-05-121-2/+2
* 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
* lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-091-5/+5
* libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-081-3/+3
* Merge commit '9cfa21c8c2b81146aab574f55c93f27e5c2d435c'Michael Niedermayer2013-05-071-2/+2
|\
| * swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau2013-05-061-0/+2
* | Merge commit 'c1eb3e7fecdc270e03a700d61ef941600a6af491'Michael Niedermayer2013-05-071-1/+12
|\ \ | |/
| * swscale: add support for endianness only conversionJanne Grunau2013-05-061-1/+12
* | Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70'Michael Niedermayer2013-05-051-8/+9
|\ \ | |/
| * swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-8/+9
| * swscale: Disallow conversion to GBRP16Martin Storsjö2013-02-111-2/+2
* | 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
* | sws: share xyzgamma tables.Michael Niedermayer2013-05-011-3/+10
* | sws: support xyz inputMichael Niedermayer2013-04-281-0/+37
* | 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: 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/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv tableMichael Niedermayer2013-04-151-2/+12
* | sws/x86: update rgba->yuv to use user supplied tableMichael Niedermayer2013-04-151-0/+12
* | sws/x86: update rgb/bgr->yuv code to use provided coefficient tableMichael Niedermayer2013-04-151-0/+19
* | sws: init input_rgb2yuv_table depending on yuv colorspaceMichael Niedermayer2013-04-151-1/+53
* | Merge commit '7b41c24c5fa221b55a9302efaf1a9eeb38b12551'Michael Niedermayer2013-02-101-0/+1
|\ \ | |/
| * sws: dont enable chrSrcHSubSample for planar RGBMichael Niedermayer2013-02-091-0/+3
* | Merge commit 'd6d5ef5534d582f9dbaf18ac2605cf5bb72cd821'Michael Niedermayer2013-02-101-1/+0
|\ \ | |/
| * sws: GBRP9, GBRP10, and GBRP16 output supportMichael Niedermayer2013-02-091-8/+8
* | Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2'Michael Niedermayer2013-01-281-2/+2
|\ \ | |/
| * swscale: GBRP output supportMichael Niedermayer2013-01-271-1/+12
* | sws: dont enable chrSrcHSubSample for planar RGBMichael Niedermayer2013-01-261-0/+4
* | sws: GBRP9, GBRP10 GBRP12 GBRP14 output supportMichael Niedermayer2013-01-261-10/+10
* | sws: GBRP output supportMichael Niedermayer2013-01-261-1/+11
* | sws: Check for unsupported combination of ED/FULL_CHR flagsMichael Niedermayer2013-01-191-5/+12
* | sws: Enable full chroma resolution when needed for ED ditherMichael Niedermayer2013-01-191-0/+14
* | sws: rgb/bgr 4/8 error diffusion ditherMichael Niedermayer2013-01-191-1/+6
* | sws: Support error diffusion dither for mono outputMichael Niedermayer2013-01-181-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-051-2/+4
|\ \ | |/
| * swscale: fix NULL checking in sws_alloc_context()Xi Wang2013-01-041-2/+4
* | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer2012-11-011-10/+11
|\ \ | |/
| * x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-311-10/+11
* | Merge commit 'a65bdceb060628881578afb29df4eb222421381f'Michael Niedermayer2012-10-311-35/+49
|\ \ | |/
| * x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-311-34/+46
* | Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer2012-10-311-3/+3
|\ \ | |/
| * x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-311-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-301-0/+18
|\ \ | |/
| * pixfmt: support more yuva formatsLuca Barbato2012-10-301-0/+18
OpenPOWER on IntegriCloud