summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAge
...
* | swscale/utils: Allow sws_setColorspaceDetails() to use the tables from sws_ge...Michael Niedermayer2013-09-17
* | swscale/utils: use memcpy instead of loop in sws_cloneVec()Michael Niedermayer2013-09-08
* | Merge commit '79aec43ce813a3e270743ca64fa3f31fa43df80b'Michael Niedermayer2013-08-30
|\|
| * x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-29
* | Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'Michael Niedermayer2013-08-29
|\|
| * swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-29
* | Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer2013-08-29
|\|
| * swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-29
* | Merge commit 'f61bece684d9685b07895508e6c1c733b5564ccf'Michael Niedermayer2013-08-29
|\|
| * ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-28
* | swscale: improve dither checksMichael Niedermayer2013-08-19
* | swscale: set dither to a specific value for rgb/bgr8 outputMichael Niedermayer2013-08-19
* | Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer2013-08-16
|\|
| * swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-15
* | sws: add dither enumMichael Niedermayer2013-08-15
* | swscale/utils: Fix potential overflow of srcPos*C before converting to 64bitMichael Niedermayer2013-08-08
* | swscale/utils: Fix potential overflow of dstPos*xInc before converting to 64bitMichael Niedermayer2013-08-08
* | swscale/fill_rgb2yuv_table: fix default detectionMichael Niedermayer2013-07-27
* | swscale/sws_getColorspaceDetails: dont fail for non yuvMichael Niedermayer2013-07-25
* | swscale: exchange src & dst chroma posMichael Niedermayer2013-07-24
* | libswscale: Adding RGB => XYZ supportclook2013-07-23
* | swscale: Add support to specify chroma positionMichael Niedermayer2013-07-17
* | swscale: move default colorspace setup to sws_init_filter()Michael Niedermayer2013-07-16
* | swscale: call handle_format() from the functions that need itMichael Niedermayer2013-07-14
* | swscale: make handle_formats() safe to be called multiple timesMichael Niedermayer2013-07-14
* | swscale: move format handling to its own functionMichael Niedermayer2013-07-14
* | swscale: treat gray as a fullrage (0-255) formatMichael Niedermayer2013-07-08
* | swscale: fix filter alignment reduction without inline asmHendrik Leppkes2013-06-21
* | add YUVJ411PMichael Niedermayer2013-05-21
* | swscale: RGBA64 outputPaul B Mahol2013-05-12
* | Revert "sws: support endianness conversion for AV_PIX_FMT_RGBA64"Michael Niedermayer2013-05-12
* | sws: support endianness conversion for AV_PIX_FMT_RGBA64Paul B Mahol2013-05-12
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-09
* | libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-08
* | Merge commit '9cfa21c8c2b81146aab574f55c93f27e5c2d435c'Michael Niedermayer2013-05-07
|\|
| * swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau2013-05-06
* | Merge commit 'c1eb3e7fecdc270e03a700d61ef941600a6af491'Michael Niedermayer2013-05-07
|\|
| * swscale: add support for endianness only conversionJanne Grunau2013-05-06
* | Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70'Michael Niedermayer2013-05-05
|\|
| * swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
| * swscale: Disallow conversion to GBRP16Martin Storsjö2013-02-11
* | Avoid incorrect deprecated pixel format warning.Reimar Döffinger2013-05-05
* | lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2013-05-03
* | sws: share xyzgamma tables.Michael Niedermayer2013-05-01
* | sws: support xyz inputMichael Niedermayer2013-04-28
* | sws: remove hack to support partial convert / xyz bswapingMichael Niedermayer2013-04-28
* | sws: enable xyz12, this for now is just for swaping between le and beMichael Niedermayer2013-04-28
* | sws: Skip ff_yuv2rgb_c_init_tables() when the output is YUVMichael Niedermayer2013-04-16
* | sws/fill_rgb2yuv_table: use ROUNDED_DIVMichael Niedermayer2013-04-16
* | sws/fill_rgb2yuv_table: increase precission to 32bitMichael Niedermayer2013-04-16