summaryrefslogtreecommitdiffstats
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* swscale/utils: fix changing src/dst range after initializing the contextMichael Niedermayer2014-04-151-0/+6
* swscale/utils: move handling of unscaled case to the end of init functionMichael Niedermayer2014-04-141-14/+14
* Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3'Michael Niedermayer2014-04-091-0/+1
|\
| * swscale: support converting YVYU422 pixel formatVittorio Giovara2014-04-071-0/+1
* | swscale/utils: scale filter_size in warning so that it can be used as max for...Michael Niedermayer2014-04-091-1/+2
* | swscale/utils: dont print message about filter size when the cause is a mallo...Michael Niedermayer2014-04-091-1/+3
* | swscale: add full bgra64 supportMichael Niedermayer2014-04-021-2/+2
* | Merge commit '0ca0924c10d9617a5793964bf79655424ef32b68'Michael Niedermayer2014-04-021-4/+4
|\ \ | |/
| * swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau2014-04-021-4/+4
| * RGBA64 pixel formatsJean First2014-03-161-0/+4
* | Do not set swscale sizeFactor to -1.Carl Eugen Hoyos2014-03-251-1/+1
* | swscale: add two spatially stable dithering methodsØyvind Kolås2014-03-251-1/+1
* | swscale/utils: Fix color range of gray16Carl Eugen Hoyos2014-03-181-0/+2
* | libswscale: bayer to rgb24 & yv12 colorspace convertersPeter Ross2014-02-231-0/+12
* | swscale/utils: fix wrong deprecated message with rgb0Michael Niedermayer2013-12-241-2/+3
* | swscale/utils: check chroma width for fast bilinear scalerMichael Niedermayer2013-12-151-1/+2
* | swscale/utils: remove useless ()Michael Niedermayer2013-12-151-2/+2
* | swscale/utils: factor (d + 1 < 4) outMichael Niedermayer2013-12-151-4/+4
* | swscale/utils: fill xyz tables only when they will be usedMichael Niedermayer2013-12-071-2/+2
* | lsws/utils: introduce scale_algorithms arrayStefano Sabatini2013-11-051-46/+40
* | lsws/utils: fix typoStefano Sabatini2013-11-051-1/+1
* | lsws: use av_pix_fmt_get_chroma_sub_sample()Stefano Sabatini2013-10-241-9/+2
* | swscale/utils: check mprotect() return codeMichael Niedermayer2013-10-231-2/+5
* | swscale/utils/sws_setColorspaceDetails(): fix indentionMichael Niedermayer2013-10-171-6/+6
* | swscale: Use full resolution chroma for yuv2rgb when the input has full chromaMichael Niedermayer2013-10-101-0/+10
* | Merge commit '6b3ff6f91a535d6383f41ca7bdf760165dcb6015'Michael Niedermayer2013-10-061-2/+13
|\ \ | |/
| * swscale: provide a default scaler if none is setVittorio Giovara2013-10-051-1/+11
* | swscale/utils: dont divide by zero with zero vectorsMichael Niedermayer2013-10-011-0/+4
* | swscale/utils: remove redundant NULL checks before sws_freeVec()Michael Niedermayer2013-09-171-8/+4
* | swscale/utils: simplify cpu caps printing codeMichael Niedermayer2013-09-171-6/+8
* | swscale/utils: Simplify scaler name printing codeMichael Niedermayer2013-09-171-13/+15
* | swscale/utils: Allow sws_setColorspaceDetails() to use the tables from sws_ge...Michael Niedermayer2013-09-171-2/+2
* | swscale/utils: use memcpy instead of loop in sws_cloneVec()Michael Niedermayer2013-09-081-3/+1
* | Merge commit '79aec43ce813a3e270743ca64fa3f31fa43df80b'Michael Niedermayer2013-08-301-6/+4
|\ \ | |/
| * x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-291-6/+4
* | Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'Michael Niedermayer2013-08-291-2/+2
|\ \ | |/
| * swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-291-2/+2
* | Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer2013-08-291-3/+3
|\ \ | |/
| * swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-291-3/+3
* | Merge commit 'f61bece684d9685b07895508e6c1c733b5564ccf'Michael Niedermayer2013-08-291-7/+6
|\ \ | |/
| * ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-281-7/+6
* | swscale: improve dither checksMichael Niedermayer2013-08-191-11/+15
* | swscale: set dither to a specific value for rgb/bgr8 outputMichael Niedermayer2013-08-191-0/+2
* | Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer2013-08-161-2/+0
|\ \ | |/
| * swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-151-2/+0
* | sws: add dither enumMichael Niedermayer2013-08-151-4/+8
* | swscale/utils: Fix potential overflow of srcPos*C before converting to 64bitMichael Niedermayer2013-08-081-3/+3
* | swscale/utils: Fix potential overflow of dstPos*xInc before converting to 64bitMichael Niedermayer2013-08-081-3/+3
* | 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
OpenPOWER on IntegriCloud