summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails.Reimar Döffinger2011-06-021-5/+5
* swscale: fix compilation of bfin due to missing pixdesc.h headerStefano Sabatini2011-06-011-0/+1
* swscale: More accurate rounding in YSCALE_YUV_2_PACKEDX_FULL_C()Michael Niedermayer2011-06-011-3/+3
* Add "const" to avoid "initialization discards qualifiers" warning.Reimar Döffinger2011-05-301-1/+1
* Add const to fix "cast discards qualifiers" warnings.Reimar Döffinger2011-05-301-3/+3
* Include pixdesc.h for av_get_pix_fmt_name.Reimar Döffinger2011-05-301-0/+1
* swscale: remove sws_format_name()Stefano Sabatini2011-05-306-21/+13
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-303-233/+0
|\
| * swscale: Remove disabled code.Diego Biurrun2011-05-293-233/+0
* | Add const to vector types for input in altivec code.Reimar Döffinger2011-05-291-5/+5
* | Remove unused variable, avoiding compiler warning.Reimar Döffinger2011-05-291-2/+0
* | Cast pointers to uintptr_t rather than unsigned int.Reimar Döffinger2011-05-291-2/+2
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-2916-485/+473
|\ \ | |/
| * sws: replace all long with int.Anton Khirnov2011-05-2815-410/+410
| * swscale: fix crash in bilinear scaling.Ronald S. Bultje2011-05-283-78/+66
| * swscale: Remove unused variables in x86 code.Diego Biurrun2011-05-271-4/+0
| * swscale: delay allocation of formatConvBuffer().Ronald S. Bultje2011-05-271-1/+1
| * 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 ppc.Ronald S. Bultje2011-05-264-34/+45
| * swscale: fix compile on x86-32.Ronald S. Bultje2011-05-261-1/+1
| * swscale: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje2011-05-261-17/+3
| * swscale: remove VOF/VOFW.Ronald S. Bultje2011-05-262-16/+7
| * swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-265-265/+359
| * swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-263-7/+6
| * 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-262-10/+0
| * swscale: remove if(accurate_rnd) branch from functions.Ronald S. Bultje2011-05-261-16/+42
| * swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov2011-05-261-0/+16
| * swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-264-10/+0
* | swscale: Commits that could not be pulled earlier due to bugs #2Michael Niedermayer2011-05-293-13/+11
* | Commits that could not be pulled earlier due to bugs.Michael Niedermayer2011-05-298-315/+430
* | swscale: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje2011-05-281-17/+3
* | swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-283-3/+6
* | 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-282-10/+0
* | swscale: remove if(accurate_rnd) branch from functions.Ronald S. Bultje2011-05-281-16/+42
* | swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov2011-05-281-1/+9
* | swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-284-10/+0
* | swscale: dont loose precission on RGB/BGR48 input, that is dont drop half the...Michael Niedermayer2011-05-272-103/+59
* | swscale: Do not loose precission on yuv values after rgb->yuv.Michael Niedermayer2011-05-265-82/+87
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-262-19/+7
|\ \ | |/
OpenPOWER on IntegriCloud