summaryrefslogtreecommitdiffstats
path: root/libswscale/x86
Commit message (Expand)AuthorAgeFilesLines
* swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-111-1/+1
* Merge branch 'ronalds_buggy_gt8bit_sws'Michael Niedermayer2011-07-111-63/+7
|\
| * swscale: implement >8bit scaling support.Ronald S. Bultje2011-06-301-69/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-291-76/+83
|\ \ | |/
| * swscale: change prototypes of scaled YUV output functions.Ronald S. Bultje2011-06-271-76/+83
| * swscale: don't use planar output functions to write to NV12/21.Ronald S. Bultje2011-06-271-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-271-2/+1
|\ \ | |/
| * swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje2011-06-261-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-163-3/+7
|\ \ | |/
| * swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled.Diego Biurrun2011-06-152-2/+2
| * swscale: Fix compilation with --disable-mmx2.Diego Biurrun2011-06-152-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-101-185/+206
|\ \ | |/
| * swscale: fix function declaration keywords in x86/swscale_template.c.Ronald S. Bultje2011-06-091-181/+202
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-37/+31
|\ \ | |/
| * swscale: fix types of assembly arguments.Ronald S. Bultje2011-06-081-4/+4
| * swscale: move two macros that are only used once into caller.Ronald S. Bultje2011-06-081-36/+30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-32/+40
|\ \ | |/
| * swscale: reindent x86 init code.Ronald S. Bultje2011-06-071-35/+35
| * swscale: extract SWS_FULL_CHR_H_INT conditional into init code.Ronald S. Bultje2011-06-071-0/+6
| * swscale: un-special-case yuv2yuvX16_c().Ronald S. Bultje2011-06-071-1/+4
* | swscale: override the lack of the accurate rounding flag when needed for dither.Michael Niedermayer2011-06-051-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-043-161/+187
|\ \ | |/
| * swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje2011-06-033-161/+187
* | In libswscale, use all lines when converting from 422p to rgb with mmx, impro...Baptiste Coudurier2011-06-031-14/+11
* | swscale: dither for planar yuv outputsMichael Niedermayer2011-06-021-26/+38
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-292-185/+170
|\ \ | |/
| * sws: replace all long with int.Anton Khirnov2011-05-282-107/+107
| * swscale: fix crash in bilinear scaling.Ronald S. Bultje2011-05-281-78/+63
| * swscale: Remove unused variables in x86 code.Diego Biurrun2011-05-271-4/+0
| * swscale: fix build with --disable-swscale-alpha.Ronald S. Bultje2011-05-271-4/+4
| * swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.Ronald S. Bultje2011-05-271-4/+6
| * swscale: fix compile on x86-32.Ronald S. Bultje2011-05-261-1/+1
| * swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-261-160/+220
| * rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.Ronald S. Bultje2011-05-262-35/+41
| * swscale: reindent h[cy]scale_fast() and updateDitherTables().Ronald S. Bultje2011-05-261-131/+132
| * swscale: reformat x86/swscale_template.c.Ronald S. Bultje2011-05-261-852/+868
| * swscale: remove duplicate mmx/mmx2 functions if they are identical.Ronald S. Bultje2011-05-261-1/+12
| * swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().Ronald S. Bultje2011-05-261-136/+234
| * swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje2011-05-261-5/+0
| * swscale: remove if(accurate_rnd) branch from functions.Ronald S. Bultje2011-05-261-16/+42
| * swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-261-1/+0
| * swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer2011-05-261-46/+1
* | swscale: Commits that could not be pulled earlier due to bugs #2Michael Niedermayer2011-05-292-12/+10
* | Commits that could not be pulled earlier due to bugs.Michael Niedermayer2011-05-291-163/+221
* | rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.Ronald S. Bultje2011-05-282-35/+41
* | swscale: reindent h[cy]scale_fast() and updateDitherTables().Ronald S. Bultje2011-05-281-131/+132
* | swscale: reformat x86/swscale_template.c.Ronald S. Bultje2011-05-281-851/+868
* | swscale: remove duplicate mmx/mmx2 functions if they are identical.Ronald S. Bultje2011-05-281-2/+13
* | swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().Ronald S. Bultje2011-05-281-136/+234
* | swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje2011-05-281-5/+0
OpenPOWER on IntegriCloud