summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAge
* Do not set swscale sizeFactor to -1.Carl Eugen Hoyos2014-03-25
* swscale: add two spatially stable dithering methodsØyvind Kolås2014-03-25
* swscale/utils: Fix color range of gray16Carl Eugen Hoyos2014-03-18
* libswscale: bayer to rgb24 & yv12 colorspace convertersPeter Ross2014-02-23
* swscale/utils: fix wrong deprecated message with rgb0Michael Niedermayer2013-12-24
* swscale/utils: check chroma width for fast bilinear scalerMichael Niedermayer2013-12-15
* swscale/utils: remove useless ()Michael Niedermayer2013-12-15
* swscale/utils: factor (d + 1 < 4) outMichael Niedermayer2013-12-15
* swscale/utils: fill xyz tables only when they will be usedMichael Niedermayer2013-12-07
* lsws/utils: introduce scale_algorithms arrayStefano Sabatini2013-11-05
* lsws/utils: fix typoStefano Sabatini2013-11-05
* lsws: use av_pix_fmt_get_chroma_sub_sample()Stefano Sabatini2013-10-24
* swscale/utils: check mprotect() return codeMichael Niedermayer2013-10-23
* swscale/utils/sws_setColorspaceDetails(): fix indentionMichael Niedermayer2013-10-17
* swscale: Use full resolution chroma for yuv2rgb when the input has full chromaMichael Niedermayer2013-10-10
* Merge commit '6b3ff6f91a535d6383f41ca7bdf760165dcb6015'Michael Niedermayer2013-10-06
|\
| * swscale: provide a default scaler if none is setVittorio Giovara2013-10-05
* | swscale/utils: dont divide by zero with zero vectorsMichael Niedermayer2013-10-01
* | swscale/utils: remove redundant NULL checks before sws_freeVec()Michael Niedermayer2013-09-17
* | swscale/utils: simplify cpu caps printing codeMichael Niedermayer2013-09-17
* | swscale/utils: Simplify scaler name printing codeMichael Niedermayer2013-09-17
* | 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