aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* swscale/fill_rgb2yuv_table: fix default detectionMichael Niedermayer2013-07-271-1/+1
* swscale/sws_getColorspaceDetails: dont fail for non yuvMichael Niedermayer2013-07-251-1/+1
* swscale: exchange src & dst chroma posMichael Niedermayer2013-07-241-3/+3
* libswscale: Adding RGB => XYZ supportclook2013-07-231-3/+14
* swscale: Add support to specify chroma positionMichael Niedermayer2013-07-171-9/+27
* swscale: move default colorspace setup to sws_init_filter()Michael Niedermayer2013-07-161-13/+8
* swscale: call handle_format() from the functions that need itMichael Niedermayer2013-07-141-17/+15
* swscale: make handle_formats() safe to be called multiple timesMichael Niedermayer2013-07-141-4/+4
* swscale: move format handling to its own functionMichael Niedermayer2013-07-141-8/+12
* swscale: treat gray as a fullrage (0-255) formatMichael Niedermayer2013-07-081-0/+2
* swscale: fix filter alignment reduction without inline asmHendrik Leppkes2013-06-211-1/+1
* 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