976 Commits (174df6affc4e2cfdc6c91c1be3c3e1a8a794cf78)

Author SHA1 Message Date
  Michael Niedermayer ba91bf58cd swscale: override the lack of the accurate rounding flag when needed for dither. 14 years ago
  Michael Niedermayer ec4207c46a swscale: factor should_dither out 14 years ago
  Ronald S. Bultje 6af2801088 swscale: split swscale.c in unscaled and generic conversion routines. 14 years ago
  Ronald S. Bultje 2762ee3034 swscale: cosmetics. 14 years ago
  Ronald S. Bultje 1674bd2abe swscale: integrate (literally) swscale_template.c in swscale.c. 14 years ago
  Ronald S. Bultje 983260b0a4 swscale: split out x86/swscale_template.c from swscale.c. 14 years ago
  Ronald S. Bultje 075d0ae72c swscale: enable hScale_altivec_real. 14 years ago
  Ronald S. Bultje 67d80a5421 swscale: split out ppc _template.c files from main swscale.c. 14 years ago
  Ronald S. Bultje a3e9bb5dee swscale: remove indirections in ppc/swscale_template.c. 14 years ago
  Ronald S. Bultje 0e5d31b16b swscale: split out unscaled altivec YUV converters in their own file. 14 years ago
  Ronald S. Bultje 0d793db1b0 swscale: remove unused COMPILE_TEMPLATE_ALTIVEC. 14 years ago
  Baptiste Coudurier 5aa70309ad In libswscale, use all lines when converting from 422p to rgb with mmx, improve quality. 14 years ago
  Stefano Sabatini b932eb1be6 swscale: reintroduce sws_format_name() symbol 14 years ago
  Michael Niedermayer 6713989c23 swscale: dither for planar yuv outputs 14 years ago
  Michael Niedermayer 877f76ad33 swscale: Fix use of uninitialized values 14 years ago
  Ronald S. Bultje 808d8ff6bb swscale: allocate larger buffer to handle altivec overreads. 14 years ago
  Reimar Döffinger 3c194f390f Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails. 14 years ago
  Stefano Sabatini eb5a3ab7b0 swscale: fix compilation of bfin due to missing pixdesc.h header 14 years ago
  Michael Niedermayer 201549d1a9 swscale: More accurate rounding in YSCALE_YUV_2_PACKEDX_FULL_C() 14 years ago
  Diego Biurrun f635a233e3 swscale: Remove unused variable. 14 years ago
  Reimar Döffinger 3d0424f2ff Add "const" to avoid "initialization discards qualifiers" warning. 14 years ago
  Reimar Döffinger 70564983c5 Add const to fix "cast discards qualifiers" warnings. 14 years ago
  Reimar Döffinger b7b62c3a53 Include pixdesc.h for av_get_pix_fmt_name. 14 years ago
  Stefano Sabatini e1197b9e17 swscale: remove sws_format_name() 14 years ago
  Reimar Döffinger 89c687e97e Add const to vector types for input in altivec code. 14 years ago
  Reimar Döffinger 4596d0f4c4 Remove unused variable, avoiding compiler warning. 14 years ago
  Reimar Döffinger 54dc95634d Cast pointers to uintptr_t rather than unsigned int. 14 years ago
  Diego Biurrun 06b5facd4b swscale: Remove disabled code. 15 years ago
  Michael Niedermayer 39d607e5bb swscale: Commits that could not be pulled earlier due to bugs #2 14 years ago
  Michael Niedermayer 986f0d86cb Commits that could not be pulled earlier due to bugs. 14 years ago
  Ronald S. Bultje 9222dddb44 swscale: use av_clip_uint8() in yuv2yuv1_c(). 14 years ago
  Ronald S. Bultje 485d73ef21 swscale: replace formatConvBuffer[VOF] by allocated array. 14 years ago
  Anton Khirnov b8e893399f sws: replace all long with int. 14 years ago
  Ronald S. Bultje 009f829dde swscale: fix crash in bilinear scaling. 14 years ago
  Ronald S. Bultje 78046dadc3 rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions. 14 years ago
  Ronald S. Bultje fc72ec727e swscale: reindent h[cy]scale_fast() and updateDitherTables(). 14 years ago
  Ronald S. Bultje c3f07903ec swscale: reformat x86/swscale_template.c. 14 years ago
  Ronald S. Bultje 1dbf40c383 swscale: remove duplicate mmx/mmx2 functions if they are identical. 14 years ago
  Ronald S. Bultje 264dcc63af swscale: remove if (c->dstFormat) branch from yuv2packed[12X](). 14 years ago
  Ronald S. Bultje f2a3b23051 swscale: remove if(full_chr_int) from yuv2packed1(). 14 years ago
  Ronald S. Bultje 835ab9207e swscale: remove if(accurate_rnd) branch from functions. 14 years ago
  Anton Khirnov 2b04858a10 swscale: revive SWS_CPU_CAPS until next major bump. 14 years ago
  Diego Biurrun 11f2eae2ae swscale: Remove commented-out printf cruft. 14 years ago
  Diego Biurrun 5a5a0f1613 swscale: Remove unused variables in x86 code. 14 years ago
  Ronald S. Bultje 389e2000eb swscale: delay allocation of formatConvBuffer(). 14 years ago
  Ronald S. Bultje f327bfa6dc swscale: fix build with --disable-swscale-alpha. 14 years ago
  Ronald S. Bultje 9f5d45025e swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions. 14 years ago
  Michael Niedermayer 041dbd3c14 swscale: dont loose precission on RGB/BGR48 input, that is dont drop half the bits. 14 years ago
  Michael Niedermayer 2b6bfff2b2 swscale: Do not loose precission on yuv values after rgb->yuv. 14 years ago
  Ronald S. Bultje 93681fbd50 swscale: fix compile on ppc. 14 years ago