summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * pixfmt: support more yuva formatsLuca Barbato2012-10-301-0/+18
| * swscale: support gray to 9bit and 10bit formatsLuca Barbato2012-10-302-4/+66
* | sws: rgb has no range, avoid random results if the user tries to mess with it...Michael Niedermayer2012-10-281-0/+6
* | sws: loose the minimum dimension checksMichael Niedermayer2012-10-271-1/+1
* | sws: improve error messagesMichael Niedermayer2012-10-271-1/+5
* | sws: fix extreem downscalingMichael Niedermayer2012-10-271-2/+2
* | sws_getGaussianVec: check variance and qualityMichael Niedermayer2012-10-271-1/+6
* | sws_allocVec: check length validityMichael Niedermayer2012-10-271-1/+6
* | Merge commit '80521c1997a23e148edf89e11b939ab8646297ca'Michael Niedermayer2012-10-241-8/+9
|\ \ | |/
| * swscale: avoid pointless use of compound literalsMans Rullgard2012-10-231-8/+9
* | yuv2rgb: fix integer overflow in fill_gv_table()Michael Niedermayer2012-10-241-1/+1
* | yuv2rgb: fix integer overflow in fill_tableMichael Niedermayer2012-10-241-1/+1
* | swscale_unscaled: remove unused variablesMichael Niedermayer2012-10-241-2/+0
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-202-3/+3
* | sws-test: parse command line args before initing contextsMichael Niedermayer2012-10-171-19/+21
* | yuvPlanartouyvy_c: fix sign extensionMichael Niedermayer2012-10-161-2/+2
* | yuvPlanartoyuy2_c: fix sign extensionMichael Niedermayer2012-10-161-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-151-3/+5
|\ \ | |/
| * swscale: try to use mmap only if availableMans Rullgard2012-10-151-3/+5
| * avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-121-0/+2
OpenPOWER on IntegriCloud