| Commit message (Expand) | Author | Age | Files | Lines |
* | Let the 4th plane reach the swScale function | sdrik | 2009-03-07 | 1 | -6/+8 |
* | YUVA420P is a planar YUV format | sdrik | 2009-03-07 | 1 | -0/+1 |
* | Fix bug introduced by me in r28756 | sdrik | 2009-03-05 | 1 | -2/+2 |
* | Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a... | sdrik | 2009-03-04 | 1 | -38/+23 |
* | remove the rest of x86 asm from LGPL build | henry | 2009-03-03 | 1 | -2/+2 |
* | Fix typo in comments. | rathann | 2009-03-01 | 1 | -2/+2 |
* | Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255). | reimar | 2009-03-01 | 1 | -2/+4 |
* | Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA | reimar | 2009-03-01 | 1 | -5/+5 |
* | Fix braindead and broken way to calculate abase, fixes regression tests on | reimar | 2009-03-01 | 1 | -1/+1 |
* | When converting from a non alpha format to an alpha format, defaults to all o... | sdrik | 2009-02-28 | 6 | -37/+40 |
* | Add an isALPHA macro to check if pixel format has alpha channel | sdrik | 2009-02-27 | 1 | -0/+7 |
* | Use YUV420P code path for YUVA420P where appropriate | sdrik | 2009-02-27 | 1 | -3/+4 |
* | Refactor code for upcoming alpha patches. | cehoyos | 2009-02-27 | 1 | -40/+42 |
* | Rename yuv2rgb2.c --> yuv2rgb.c. | diego | 2009-02-24 | 2 | -1/+1 |
* | Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffman | diego | 2009-02-24 | 1 | -8/+8 |
* | Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute. | diego | 2009-02-24 | 1 | -780/+0 |
* | New LGPLed YUV2RGB table generator for SwScaler | kostya | 2009-02-22 | 4 | -5/+685 |
* | Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch. | cehoyos | 2009-02-21 | 1 | -158/+73 |
* | move zeroing of alpha channel register out of YSCALEYUV2xxx macros, | stefang | 2009-02-21 | 1 | -4/+23 |
* | splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV, | stefang | 2009-02-21 | 1 | -8/+27 |
* | make MMX registers parametrized in the WRITEBGR32 macro, | stefang | 2009-02-21 | 1 | -24/+23 |
* | Rename the "src" parameter in the sws_scale() declaration to | stefano | 2009-02-18 | 1 | -3/+3 |
* | Document sws_scale(). | stefano | 2009-02-18 | 1 | -0/+23 |
* | Use sws_printVec2() instead of the deprecated sws_printVec(). | stefano | 2009-02-14 | 1 | -2/+2 |
* | Implement sws_printVec2() and deprecate sws_printVec(). | stefano | 2009-02-14 | 2 | -7/+25 |
* | Document sws_normalizeVec(). | stefano | 2009-02-14 | 1 | -0/+5 |
* | Make hScale_altivec_real() trim its output like other implementations do | kostya | 2009-02-14 | 1 | -5/+5 |
* | Some AltiVec functions in SwScaler produce different output than their | kostya | 2009-02-14 | 2 | -2/+4 |
* | Apply misc fixes for sws_getCachedContext() documentation. | stefano | 2009-02-12 | 1 | -7/+10 |
* | Bump micro version, related to r28491. | stefano | 2009-02-12 | 1 | -1/+1 |
* | Document sws_getContext(). | stefano | 2009-02-11 | 1 | -0/+13 |
* | Document sws_getIdentityVec(). | stefano | 2009-02-11 | 1 | -0/+5 |
* | Move sws_getGaussianVec() documentation from swscale.c to swscale.h. | stefano | 2009-02-10 | 2 | -4/+5 |
* | Document sws_cloneVec(). | stefano | 2009-02-10 | 1 | -0/+5 |
* | Fix typo: lenght -> length. | stefano | 2009-02-10 | 1 | -1/+1 |
* | Document sws_scaleVec(). | stefano | 2009-02-10 | 1 | -0/+4 |
* | Document sws_getConstVec(). | stefano | 2009-02-10 | 1 | -0/+5 |
* | Move documentation of sws_getCachedContext() from swscale.c to | stefano | 2009-02-10 | 2 | -10/+10 |
* | Remove pointless comment regarding sws_scale_ordered(). | stefano | 2009-02-10 | 1 | -3/+0 |
* | Add a @deprecated notice to swscale_get_ordered(). | stefano | 2009-02-10 | 1 | -0/+3 |
* | Remove unnecessary emms Assembler instructions. | diego | 2009-02-10 | 1 | -9/+0 |
* | Document coeff and length fields in SwsVector. | stefano | 2009-02-09 | 1 | -2/+2 |
* | Revert #undefining system functions, it is not necessary. | diego | 2009-02-09 | 1 | -7/+0 |
* | Add config.h #include for ARCH_X86 definition. | diego | 2009-02-09 | 1 | -0/+1 |
* | Add #undefs to reenable system functions that are normally forbidden in other | diego | 2009-02-09 | 1 | -0/+7 |
* | Drop DECLARE_ALIGNED from extern declarations. It creates trouble when | diego | 2009-02-09 | 1 | -2/+2 |
* | Prefix visible YUV2RGB functions with sws_ | kostya | 2009-02-09 | 6 | -16/+16 |
* | Give better name to Inverse_Table_6_9 | kostya | 2009-02-09 | 2 | -4/+4 |
* | Remove file name from file headers. | diego | 2009-02-09 | 1 | -1/+1 |
* | Drop the deprecated sws_scale_ordered() at the next major version | stefano | 2009-02-08 | 2 | -0/+4 |
* | Replace int type with enum PixelFormat for the dstFormat/srcFormat | stefano | 2009-02-08 | 1 | -3/+3 |
* | Fix a typo: lumaSarpen -> lumaSharpen. | stefano | 2009-02-08 | 1 | -1/+1 |
* | cosmetics: Remove period after copyright statement non-sentence. | diego | 2009-02-01 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | diego | 2009-02-01 | 1 | -1/+1 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | diego | 2009-01-25 | 6 | -31/+31 |
* | Declare struct SwsContext before using it, fixes the checkheaders warning: | diego | 2009-01-25 | 1 | -0/+2 |
* | Disable C code when compiling AltiVec code, fixes the warning: | diego | 2009-01-25 | 1 | -0/+1 |
* | spelling/grammar cosmetics | diego | 2009-01-25 | 1 | -48/+48 |
* | Fix #endif comments. | diego | 2009-01-25 | 1 | -5/+5 |
* | Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1. | cehoyos | 2009-01-20 | 1 | -0/+4 |
* | Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will | cehoyos | 2009-01-16 | 1 | -0/+4 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | aurel | 2009-01-14 | 8 | -186/+195 |
* | Add PIX_FMT_VDPAU_H264. | cehoyos | 2009-01-08 | 1 | -0/+2 |
* | Avoid POSIX-reserved _t namespace. | diego | 2008-12-27 | 1 | -3/+3 |
* | consistency cosmetics: Rename POWERPC identifiers to PPC. | diego | 2008-12-27 | 1 | -3/+3 |
* | Remove pointless malloc.h #include. | diego | 2008-12-19 | 3 | -9/+0 |
* | Some forgotten eax -> REG_a changes. | reimar | 2008-12-12 | 1 | -24/+24 |
* | Delete unnecessary 'extern' keywords. | diego | 2008-12-03 | 3 | -31/+31 |
* | Remove commented-out duplicate declarations. | diego | 2008-12-02 | 1 | -2/+0 |
* | Remove unused declarations. | diego | 2008-12-02 | 1 | -15/+0 |
* | cosmetics: Consistently place HEADERS before OBJS in all Makefiles. | diego | 2008-11-20 | 1 | -2/+2 |
* | Put variable declaration inside an #ifdef to avoid an unused variable warning. | diego | 2008-11-17 | 1 | -2/+3 |
* | Add some const specifiers to function name variables; fixes a bunch of | diego | 2008-11-04 | 1 | -2/+2 |
* | Merge ARCH_BFIN lines. | diego | 2008-11-03 | 1 | -3/+1 |
* | Add tests target for libswscale test programs. | diego | 2008-11-03 | 1 | -0/+2 |
* | Remove forgotten ASM_OBJS in libswscale | mru | 2008-11-03 | 1 | -1/+1 |
* | Silence GCC warnings: | vitor | 2008-10-27 | 1 | -1/+2 |
* | rgb2rgb.h was not really intended to be a public header, thus remove it. | michael | 2008-10-27 | 1 | -1/+1 |
* | Remove rgb2rgb.h dependancy. | michael | 2008-10-27 | 1 | -6/+0 |
* | Silence the following GCC warning: | vitor | 2008-10-26 | 1 | -1/+1 |
* | Remove unused code that can't be compiled without svn archive. | cehoyos | 2008-10-25 | 1 | -269/+0 |
* | Do not attempt to use the unscaled yuv2rgb converter when height is odd because | michael | 2008-10-25 | 1 | -1/+1 |
* | Cosmetics: alignment | vitor | 2008-10-23 | 1 | -3/+3 |
* | Fix broken palette8to*. | vitor | 2008-10-23 | 3 | -75/+43 |
* | cosmetics: typo fix | diego | 2008-10-23 | 3 | -3/+3 |
* | Convert typeof keyword into __typeof__ | conrad | 2008-10-19 | 1 | -10/+10 |
* | Convert asm keyword into __asm__. | flameeyes | 2008-10-16 | 6 | -180/+180 |
* | Mark some symbols in swscale.c as constant. | flameeyes | 2008-10-09 | 1 | -7/+7 |
* | Mark dither_2x2_{8,4} static to swscale.c | flameeyes | 2008-10-09 | 2 | -4/+2 |
* | Mark variation-specific interleaveBytes static. | flameeyes | 2008-10-09 | 1 | -1/+1 |
* | Invert logic for the single-pass in swScale() functions. | flameeyes | 2008-10-09 | 1 | -3/+3 |
* | Change variable types from int to enum PixelFormat. | cehoyos | 2008-10-09 | 1 | -2/+2 |
* | Do not set src[1] to the palette, it is now in the context | vitor | 2008-10-08 | 2 | -3/+1 |
* | Add a new unscaled PAL8 -> RGB converter. | vitor | 2008-10-08 | 2 | -10/+55 |
* | Change one more variable type from int to enum PixelFormat. | aurel | 2008-10-08 | 1 | -1/+1 |
* | Change variable types from int to enum PixelFormat. | cehoyos | 2008-10-07 | 2 | -6/+6 |
* | gcc-apple specific fallback not necessary anymore | lu_zero | 2008-10-05 | 1 | -5/+0 |
* | Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro. | diego | 2008-10-05 | 1 | -3/+2 |
* | Remove b5Dither, g5Dither and r5Dither from libswscale. | cehoyos | 2008-10-04 | 4 | -58/+48 |
* | Remove g6Dither from libswscale. | cehoyos | 2008-10-04 | 4 | -14/+12 |
* | Remove MPlayer-specific MP_WORDSIZE hack. | diego | 2008-10-04 | 1 | -5/+0 |
* | Remove unused function fast_memcpy. | diego | 2008-09-29 | 1 | -4/+0 |
* | cosmetics: indentation | diego | 2008-09-29 | 1 | -6/+5 |
* | Revert mistakenly committed hunk. | michael | 2008-09-29 | 1 | -1/+1 |
* | Print all cases that are tested, not just the ones that are bad. | michael | 2008-09-29 | 1 | -3/+1 |
* | Fix infinite loop with spline, bug was introduced in r27612 by me. | michael | 2008-09-29 | 1 | -1/+1 |
* | Uniform *ToY and *ToUV function signatures | lu_zero | 2008-09-18 | 1 | -51/+51 |
* | Split mono2Y in monowhite and monoblack | lu_zero | 2008-09-18 | 1 | -4/+19 |
* | Factorize unit32_t* casts for palette pointer | lu_zero | 2008-09-18 | 1 | -6/+6 |
* | Fix segfault with rgb24 and full_internal_chroma due to non-existing alpha | michael | 2008-09-16 | 1 | -2/+7 |
* | Avoid using floating point for calculating filter coefficients. | michael | 2008-09-15 | 1 | -81/+83 |
* | Avoid some explicit types in sizeof(). | michael | 2008-09-14 | 1 | -6/+6 |
* | Use av_mallocz() instead of for() =0; | michael | 2008-09-14 | 1 | -2/+1 |
* | Move dither tables from yuv2rgb to swscale, they have been written by me and | michael | 2008-09-14 | 2 | -111/+111 |
* | Fix libswscale build after r27561 if --enable-runtime-cpudetection is used. | ben | 2008-09-13 | 1 | -6/+6 |
* | Fix indention. | michael | 2008-09-13 | 1 | -313/+313 |
* | Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm. | michael | 2008-09-13 | 2 | -12/+17 |
* | Disable mmx routines that are not bitexact when the user wants | michael | 2008-09-13 | 1 | -6/+15 |
* | Make horizontal mmx scaling code match C code. | michael | 2008-09-13 | 1 | -16/+15 |
* | Ensure that additional filter coeffs that exist due to alignment | michael | 2008-09-13 | 1 | -0/+2 |
* | yvu9toyv12Wrapper is not bitexact so disable it when the user wants | michael | 2008-09-12 | 1 | -1/+1 |
* | Make the horizontal C scaler code clip only against INT16_MAX not 0, | michael | 2008-09-12 | 1 | -1/+1 |
* | Add bitexact flag. | michael | 2008-09-12 | 2 | -0/+2 |
* | The yuv->rgb tables are too small for cliping to be avoidable, | michael | 2008-09-12 | 1 | -1/+1 |
* | Fix another 1000l bug in the mono input code. | michael | 2008-09-12 | 1 | -2/+2 |
* | Add support for PIX_FMT_YUV440P. | michael | 2008-09-12 | 1 | -0/+2 |
* | 10000l PIX_FMT_MONOWHITE check was really a || 1. | michael | 2008-09-12 | 1 | -1/+1 |
* | Support mono as input format. | michael | 2008-09-12 | 2 | -1/+18 |
* | Add support for PIX_FMT_MONOWHITE as output format. | michael | 2008-09-12 | 3 | -8/+13 |
* | rgb24toyv12 is not accurately rounding, so disable it as well when the | michael | 2008-09-12 | 1 | -1/+1 |
* | Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set, | michael | 2008-09-12 | 1 | -1/+2 |
* | 100000000000000l, forgot to commit header change for r27580. | michael | 2008-09-11 | 1 | -0/+1 |
* | Fix typo that lead to averaging of the same pixel in rgb24ToUV_half(). | michael | 2008-09-11 | 1 | -3/+3 |
* | Remove mistakely commited code i used for testing. | michael | 2008-09-11 | 1 | -7/+0 |
* | Implement full horizontal chroma for rgb/bgr24/32 output. | michael | 2008-09-11 | 2 | -1/+115 |
* | Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C. | michael | 2008-09-11 | 1 | -2/+5 |
* | Factorize yuv2packedXinC(). | michael | 2008-09-11 | 2 | -228/+58 |
* | Set rgb2yuv constants more accurately, makes no real difference though. | michael | 2008-09-11 | 1 | -9/+9 |
* | Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it | michael | 2008-09-11 | 1 | -4/+4 |
* | Correct normalization constant for the vertical filter. | michael | 2008-09-10 | 1 | -2/+2 |
* | Make the 2point linear interpolation coefficients correct even for the | michael | 2008-09-10 | 1 | -2/+2 |
* | Fix overflow. | michael | 2008-09-10 | 1 | -2/+2 |
* | Fix build failure due to %%eip on x86_64. | michael | 2008-09-10 | 1 | -4/+6 |
* | Change RGB2YUV_SHIFT from 16 to 15 to make it able to work | michael | 2008-09-10 | 2 | -5/+3 |
* | Add bgr/rgb15/16/32->UV-half to the macro so there is less code duplication | michael | 2008-09-10 | 1 | -124/+24 |
* | Factorize RGB/BGR15/16/32->UV by using the preprocessor. | michael | 2008-09-10 | 1 | -93/+20 |
* | Factorize rgb/bgr15/16/32->Y by using the preprocessor. | michael | 2008-09-10 | 1 | -81/+20 |
* | Make SWS_FULL_CHR_H_INP work. | michael | 2008-09-10 | 2 | -11/+165 |
* | spelling/wording cosmetics | diego | 2008-09-10 | 1 | -4/+3 |
* | More accurate rounding for 8bit inputs. | michael | 2008-09-09 | 1 | -3/+3 |
* | Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate, | michael | 2008-09-09 | 2 | -196/+147 |
* | Add table of rgb->yuv conversion coefficients. | michael | 2008-09-09 | 1 | -0/+11 |
* | More correct rounding for the rgb/bgr->yuv converters. | michael | 2008-09-09 | 1 | -20/+20 |
* | Prevent overflows during mpeg->jpeg yuv. | michael | 2008-09-09 | 1 | -3/+3 |
* | Fix jpeg yuv. | michael | 2008-09-08 | 2 | -8/+37 |
* | Fix typo in comment. | michael | 2008-09-08 | 1 | -1/+1 |
* | Fix accurate rounding mode on x86_64. | michael | 2008-09-07 | 3 | -21/+34 |
* | Make ToY and ToUV family of function consistent part I | lu_zero | 2008-09-07 | 1 | -16/+16 |
* | Make fast bilinear scaler work again. | michael | 2008-09-07 | 1 | -0/+1 |
* | simplify function selection code | bcoudurier | 2008-09-05 | 1 | -6/+4 |
* | enable yuv422p to uyvy converter | bcoudurier | 2008-09-05 | 4 | -0/+48 |
* | Make 16bit grayscale output work. | michael | 2008-09-04 | 2 | -6/+75 |
* | Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters. | michael | 2008-09-04 | 1 | -7/+1 |
* | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. | michael | 2008-09-04 | 4 | -8/+53 |
* | Fix 4 and 8 bit RGB/BGR inp |