summaryrefslogtreecommitdiff
path: root/libswscale/x86
Commit message (Expand)AuthorAge
...
| * swscale: don't use planar output functions to write to NV12/21.Ronald S. Bultje2011-06-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-27
|\|
| * swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje2011-06-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-16
|\|
| * swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled.Diego Biurrun2011-06-15
| * swscale: Fix compilation with --disable-mmx2.Diego Biurrun2011-06-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-10
|\|
| * swscale: fix function declaration keywords in x86/swscale_template.c.Ronald S. Bultje2011-06-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-09
|\|
| * swscale: fix types of assembly arguments.Ronald S. Bultje2011-06-08
| * swscale: move two macros that are only used once into caller.Ronald S. Bultje2011-06-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-08
|\|
| * swscale: reindent x86 init code.Ronald S. Bultje2011-06-07
| * swscale: extract SWS_FULL_CHR_H_INT conditional into init code.Ronald S. Bultje2011-06-07
| * swscale: un-special-case yuv2yuvX16_c().Ronald S. Bultje2011-06-07
* | swscale: override the lack of the accurate rounding flag when needed for dither.Michael Niedermayer2011-06-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-04
|\|
| * swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje2011-06-03
* | In libswscale, use all lines when converting from 422p to rgb with mmx, impro...Baptiste Coudurier2011-06-03
* | swscale: dither for planar yuv outputsMichael Niedermayer2011-06-02
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-29
|\|
| * sws: replace all long with int.Anton Khirnov2011-05-28
| * swscale: fix crash in bilinear scaling.Ronald S. Bultje2011-05-28
| * swscale: Remove unused variables in x86 code.Diego Biurrun2011-05-27
| * swscale: fix build with --disable-swscale-alpha.Ronald S. Bultje2011-05-27
| * swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.Ronald S. Bultje2011-05-27
| * swscale: fix compile on x86-32.Ronald S. Bultje2011-05-26
| * swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-26
| * rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.Ronald S. Bultje2011-05-26
| * swscale: reindent h[cy]scale_fast() and updateDitherTables().Ronald S. Bultje2011-05-26
| * swscale: reformat x86/swscale_template.c.Ronald S. Bultje2011-05-26
| * swscale: remove duplicate mmx/mmx2 functions if they are identical.Ronald S. Bultje2011-05-26
| * swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().Ronald S. Bultje2011-05-26
| * swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje2011-05-26
| * swscale: remove if(accurate_rnd) branch from functions.Ronald S. Bultje2011-05-26
| * swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-26
| * swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer2011-05-26
* | swscale: Commits that could not be pulled earlier due to bugs #2Michael Niedermayer2011-05-29
* | Commits that could not be pulled earlier due to bugs.Michael Niedermayer2011-05-29
* | rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.Ronald S. Bultje2011-05-28
* | swscale: reindent h[cy]scale_fast() and updateDitherTables().Ronald S. Bultje2011-05-28
* | swscale: reformat x86/swscale_template.c.Ronald S. Bultje2011-05-28
* | swscale: remove duplicate mmx/mmx2 functions if they are identical.Ronald S. Bultje2011-05-28
* | swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().Ronald S. Bultje2011-05-28
* | swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje2011-05-28
* | swscale: remove if(accurate_rnd) branch from functions.Ronald S. Bultje2011-05-28
* | swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-28
* | swscale: Do not loose precission on yuv values after rgb->yuv.Michael Niedermayer2011-05-26
* | swscale: remove duplicatiopn of rgb24toyv12_c()Michael Niedermayer2011-05-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-25
|\|