summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* Remove unused variable, avoiding compiler warning.Reimar Döffinger2011-05-29
* Cast pointers to uintptr_t rather than unsigned int.Reimar Döffinger2011-05-29
* 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: delay allocation of formatConvBuffer().Ronald S. Bultje2011-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 ppc.Ronald S. Bultje2011-05-26
| * swscale: fix compile on x86-32.Ronald S. Bultje2011-05-26
| * swscale: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje2011-05-26
| * swscale: remove VOF/VOFW.Ronald S. Bultje2011-05-26
| * swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-26
| * swscale: replace formatConvBuffer[VOF] by allocated array.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: revive SWS_CPU_CAPS until next major bump.Anton Khirnov2011-05-26
| * swscale: Remove commented-out printf cruft.Diego Biurrun2011-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
* | swscale: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje2011-05-28
* | swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-28
* | 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: revive SWS_CPU_CAPS until next major bump.Anton Khirnov2011-05-28
* | swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-28
* | swscale: dont loose precission on RGB/BGR48 input, that is dont drop half the...Michael Niedermayer2011-05-27
* | swscale: Do not loose precission on yuv values after rgb->yuv.Michael Niedermayer2011-05-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-26
|\|
| * swscale: Remove orphaned, commented-out function declaration.Diego Biurrun2011-05-26
| * swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer2011-05-26
* | swscale: document SWS_CPU_CAPS*Michael Niedermayer2011-05-25
* | Revert removial of SWS flags from e66149e714006d099d1ebfcca3f22ca74fc7dcf4Michael Niedermayer2011-05-25
* | swscale: remove duplicatiopn of rgb24toyv12_c()Michael Niedermayer2011-05-25
* | Return -1 on invalid input instead of crashing.Jean-Tiare Le Bigot2011-05-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-25
|\|
| * swscale: unbreak the build on non-x86 systems.Ronald S. Bultje2011-05-24
| * swscale: remove if(bitexact) branch from functions.Ronald S. Bultje2011-05-24
| * swscale: remove if(canMMX2BeUsed) conditional.Ronald S. Bultje2011-05-24