summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* swscale: override the lack of the accurate rounding flag when needed for dither.Michael Niedermayer2011-06-05
* swscale: factor should_dither outMichael Niedermayer2011-06-05
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-04
|\
| * swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje2011-06-03
| * swscale: cosmetics.Ronald S. Bultje2011-06-03
| * swscale: integrate (literally) swscale_template.c in swscale.c.Ronald S. Bultje2011-06-03
| * swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje2011-06-03
| * swscale: enable hScale_altivec_real.Ronald S. Bultje2011-06-03
| * swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje2011-06-03
| * swscale: remove indirections in ppc/swscale_template.c.Ronald S. Bultje2011-06-03
| * swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje2011-06-03
| * swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.Ronald S. Bultje2011-06-02
| * swscale: allocate larger buffer to handle altivec overreads.Ronald S. Bultje2011-06-02
| * swscale: Remove unused variable.Diego Biurrun2011-05-30
* | In libswscale, use all lines when converting from 422p to rgb with mmx, impro...Baptiste Coudurier2011-06-03
* | swscale: reintroduce sws_format_name() symbolStefano Sabatini2011-06-03
* | swscale: dither for planar yuv outputsMichael Niedermayer2011-06-02
* | swscale: Fix use of uninitialized valuesMichael Niedermayer2011-06-02
* | Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails.Reimar Döffinger2011-06-02
* | swscale: fix compilation of bfin due to missing pixdesc.h headerStefano Sabatini2011-06-01
* | swscale: More accurate rounding in YSCALE_YUV_2_PACKEDX_FULL_C()Michael Niedermayer2011-06-01
* | Add "const" to avoid "initialization discards qualifiers" warning.Reimar Döffinger2011-05-30
* | Add const to fix "cast discards qualifiers" warnings.Reimar Döffinger2011-05-30
* | Include pixdesc.h for av_get_pix_fmt_name.Reimar Döffinger2011-05-30
* | swscale: remove sws_format_name()Stefano Sabatini2011-05-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-30
|\|
| * swscale: Remove disabled code.Diego Biurrun2011-05-29
* | Add const to vector types for input in altivec code.Reimar Döffinger2011-05-29
* | 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