summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale: increase yuv2rgb table headroomMichael Niedermayer2014-12-211-1/+1
* swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 outputMichael Niedermayer2014-12-211-0/+1
* sws: dont use the optimized 410->420 unscaled conversion when height%4Michael Niedermayer2014-05-101-1/+1
* Merge commit '9a2387cfb1a99e4b00593c22074929cdc73410f0' into release/1.1Michael Niedermayer2014-05-041-1/+1
|\
| * swscale: Fix an undefined behaviourLuca Barbato2014-05-041-1/+1
* | swscale/swscale: fix srcStride/srcSlice typoMichael Niedermayer2014-04-221-1/+1
* | swscale/x86/swscale_template: loose hardcoded dstw_offsetMichael Niedermayer2014-04-221-41/+37
* | swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3()Michael Niedermayer2014-04-221-1/+2
* | Merge commit '1ab4578c88dc3e1407da15471bd323ba40c3ebbb' into release/1.1Michael Niedermayer2013-05-121-6/+6
|\ \ | |/
| * swscale: Use alpha from the right row in yuva2rgba_cMartin Storsjö2013-05-061-6/+6
* | sws: dont write out of array on bigendianMichael Niedermayer2013-02-141-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-051-2/+4
|\ \ | |/
| * swscale: fix NULL checking in sws_alloc_context()Xi Wang2013-01-041-2/+4
* | sws: fix warning: cast from pointer to integer of different sizeMichael Niedermayer2012-12-291-1/+2
* | swscale: fix warning: assignment from incompatible pointer typeMichael Niedermayer2012-12-291-3/+3
* | libswscale/swscale-test: fix some const correctnessMichael Niedermayer2012-12-261-2/+2
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-212-2/+2
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-212-2/+2
* | doxy: add ref for lavfi, lpp and lsws.Clément Bœsch2012-12-111-2/+11
* | sws_scale: check input against NULLMichael Niedermayer2012-12-071-2/+9
* | swscale: fix 12 and 14 bit YUV planar output with scaling.Michael Niedermayer2012-12-011-2/+13
* | lsws: define version in SWScaler classStefano Sabatini2012-11-292-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-191-1/+1
|\ \ | |/
| * x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-181-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-171-2/+0
|\ \ | |/
| * libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJORJanne Grunau2012-11-161-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-142-6/+6
|\ \ | |/
| * x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-142-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-101-3/+1
|\ \ | |/
| * x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-091-3/+1
* | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer2012-11-015-21/+30
|\ \ | |/
| * x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-314-17/+20
| * swscale: do not forget to swap data in formats with different endiannessKostya Shishkov2012-10-311-0/+42
* | sws: bump micro for range bugfixMichael Niedermayer2012-11-011-1/+1
* | Merge commit 'be923ed659016350592acb9b3346f706f8170ac5'Michael Niedermayer2012-10-311-20/+20
|\ \ | |/
| * x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-311-20/+20
* | Merge commit 'a65bdceb060628881578afb29df4eb222421381f'Michael Niedermayer2012-10-313-46/+59
|\ \ | |/
| * x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-313-45/+56
* | Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer2012-10-3110-19/+19
|\ \ | |/
| * x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-3110-19/+19
* | Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer2012-10-313-3/+3
|\ \ | |/
| * x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-313-3/+3
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-313-3/+0
|\ \ | |/
| * x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-313-3/+0
* | sws: fix handling of big endian alphaMichael Niedermayer2012-10-311-0/+4
* | swscale.c:remove fill_plane9or10() use fillPlane16()Michael Niedermayer2012-10-301-29/+4
* | sws: move fillPlane16() to header so it can be used from more than 1 placeMichael Niedermayer2012-10-302-20/+21
* | sws_unscaled: drop fill_plane9or10()Michael Niedermayer2012-10-301-35/+0
* | sws: fix BE/LE handling for fillPlane16()Michael Niedermayer2012-10-301-2/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-304-5/+133
|\ \ | |/