aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the ali...Michael Niedermayer2015-12-151-6/+6
* swscale/x86/rgb2rgb_template: Do not crash on misaligend strideMichael Niedermayer2015-12-151-1/+4
* swscale/utils: Fix for runtime error: left shift of negative value -1Michael Niedermayer2015-12-061-1/+1
* swscale/utils: Clear pix buffersMichael Niedermayer2015-07-281-3/+3
* swscale/swscale_unscaled: Fix rounding difference with RGBA output between li...Michael Niedermayer2015-07-281-0/+5
* swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,...James Almer2015-07-281-1/+1
* swscale/x86/rgb2rgb_template: add missing xmm clobbersJames Almer2015-07-281-1/+1
* swscale/rgb2rgb_template: Fix signedness of v in shuffle_bytes_2103_c()Michael Niedermayer2015-07-281-1/+1
* swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix shuffle_byte...Michael Niedermayer2015-07-283-3/+21
* swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endianMichael Niedermayer2015-07-281-0/+2
* libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on...Nick Lewycky2015-05-211-2/+2
* swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macr...Rong Yan2015-05-211-9/+2
* swscale/utils: clear formatConvBuffer on allocationMichael Niedermayer2015-03-211-1/+1
* swscale/utils: More carefully merge and clear coefficients outside the inputMichael Niedermayer2015-03-211-5/+15
* swscale/utils: Limit filter shifting so as not to read from prior the arrayMichael Niedermayer2015-02-121-2/+3
* swscale/input: fix rgba64 alpha non nativeMichael Niedermayer2015-02-121-5/+15
* swscale/input: Fix alpha of YA16 inputMichael Niedermayer2015-02-121-2/+6
* swscale: check memory allocationsVittorio Giovara2015-02-121-7/+11
* swscale: increase yuv2rgb table headroomMichael Niedermayer2014-12-221-1/+1
* swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 outputMichael Niedermayer2014-12-031-0/+1
* swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*()Michael Niedermayer2014-11-201-0/+10
* swscale/utils: support bayer input + scaling, and bayer input + any supported...Michael Niedermayer2014-11-121-0/+25
* libswscale/ppc/swscale_altivec.c : fix hScale_altivec_real() yuv2planeX_16_al...Rong Yan2014-11-121-94/+140
* swscale: fix yuv2yuvX_8 assembly on x86Kieran Kunhya2014-11-091-1/+1
* Merge commit 'fc1eda543c6ef043300612db90da5cfd972af650'Michael Niedermayer2014-10-181-4/+4
|\
| * swscale: fix sign extensions in yuv planar conversionVittorio Giovara2014-10-181-4/+4
* | swscale: support internal scaler cascadesMichael Niedermayer2014-10-114-12/+67
* | swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruftJames Almer2014-10-053-22/+0
* | swscale: Allow chroma samples to be above and to the left of luma samplesMichael Niedermayer2014-09-213-6/+6
* | swscale/x86: do not expect registers to be preserved across inline ASM blocksVitor Sessak2014-09-181-39/+44
* | sws: use av_clip() instead of av_clip_c()Clément Bœsch2014-09-161-6/+6
* | lsws: duplicate ff_log2_tabJames Almer2014-08-122-0/+3
* | Merge commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8'Michael Niedermayer2014-08-101-3/+3
|\|
| * Bump major versions of all libraries.Anton Khirnov2014-08-091-3/+3
* | Merge commit 'f4c444e17d137c786f0ed2da0e5943df505d5f9e'Michael Niedermayer2014-08-091-2/+2
|\|
| * Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-091-2/+2
* | Merge commit 'bb789016d423d2cfacd2904ac66257bdf7f0964e'Michael Niedermayer2014-08-073-9/+1
|\|
| * swscale: Undeprecate sws_getContext()Diego Biurrun2014-08-073-9/+1
* | swscale/swscale_internal: fix ya16 -> rgbaMichael Niedermayer2014-08-051-0/+2
* | swscale/swscale_unscaled: fix ya16 inputMichael Niedermayer2014-08-051-1/+1
* | Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820'Michael Niedermayer2014-08-045-2/+49
|\|
| * swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-045-2/+49
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-046-10/+10
|\|
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-046-10/+10
* | Merge commit '5420099cab1e915b191cceccec4364f54cec6e52'Michael Niedermayer2014-08-041-1/+1
|\|
| * swscale: correctly pad destination buffer in rgb conversionKostya Shishkov2014-08-041-1/+1
* | swscale/utils: fix rgb -> fullrange yuvMichael Niedermayer2014-07-191-1/+1
* | swscale/utils: remove unused defineMichael Niedermayer2014-07-191-2/+0
* | swscale/x86/hscale_fast_bilinear_simd: add inline asm guardsMichael Niedermayer2014-07-191-0/+2
* | sws: move inline asm hscale to MMX_OBJSMichael Niedermayer2014-07-191-2/+3