| Commit message (Expand) | Author | Age | Files | Lines |
* | Move swscale AltiVec template code to ppc subdirectory. | diego | 2009-03-29 | 1 | -1/+1 |
* | Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it | reimar | 2009-03-20 | 1 | -4/+3 |
* | Fix swscale compilation with Altivec enabled. | reimar | 2009-03-20 | 1 | -1/+1 |
* | Reindent after last commit | sdrik | 2009-03-20 | 1 | -66/+66 |
* | YUVA420P is now supported as output format | sdrik | 2009-03-20 | 1 | -0/+3 |
* | Add alpha channel scaling | sdrik | 2009-03-20 | 1 | -38/+218 |
* | Remove useless casting in asm "m" operand. | cehoyos | 2009-03-19 | 1 | -2/+2 |
* | Do not assume long is same width as x86 register. | ramiro | 2009-03-18 | 1 | -15/+15 |
* | Consistently use ff_ prefixes for internal symbols. | diego | 2009-03-18 | 1 | -4/+4 |
* | Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro | sdrik | 2009-03-14 | 1 | -7/+7 |
* | Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro | sdrik | 2009-03-11 | 1 | -11/+11 |
* | Mask all unused bits for packed pixel format instead of green and alpha mask ... | kostya | 2009-03-09 | 1 | -1/+1 |
* | remove the rest of x86 asm from LGPL build | henry | 2009-03-03 | 1 | -2/+2 |
* | When converting from a non alpha format to an alpha format, defaults to all o... | sdrik | 2009-02-28 | 1 | -13/+14 |
* | 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 |
* | Some AltiVec functions in SwScaler produce different output than their | kostya | 2009-02-14 | 1 | -2/+3 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | diego | 2009-01-25 | 1 | -3/+3 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | aurel | 2009-01-14 | 1 | -43/+43 |
* | Put variable declaration inside an #ifdef to avoid an unused variable warning. | diego | 2008-11-17 | 1 | -2/+3 |
* | Remove unused code that can't be compiled without svn archive. | cehoyos | 2008-10-25 | 1 | -269/+0 |
* | cosmetics: typo fix | diego | 2008-10-23 | 1 | -1/+1 |
* | Convert asm keyword into __asm__. | flameeyes | 2008-10-16 | 1 | -42/+42 |
* | Invert logic for the single-pass in swScale() functions. | flameeyes | 2008-10-09 | 1 | -3/+3 |
* | Do not set src[1] to the palette, it is now in the context | vitor | 2008-10-08 | 1 | -2/+1 |
* | Remove b5Dither, g5Dither and r5Dither from libswscale. | cehoyos | 2008-10-04 | 1 | -34/+34 |
* | Remove g6Dither from libswscale. | cehoyos | 2008-10-04 | 1 | -8/+10 |
* | 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 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 |
* | 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 |
* | Make the horizontal C scaler code clip only against INT16_MAX not 0, | michael | 2008-09-12 | 1 | -1/+1 |
* | Fix another 1000l bug in the mono input code. | michael | 2008-09-12 | 1 | -2/+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 | 1 | -1/+16 |
* | Add support for PIX_FMT_MONOWHITE as output format. | michael | 2008-09-12 | 1 | -3/+3 |
* | Fix typo that lead to averaging of the same pixel in rgb24ToUV_half(). | michael | 2008-09-11 | 1 | -3/+3 |
* | Implement full horizontal chroma for rgb/bgr24/32 output. | michael | 2008-09-11 | 1 | -0/+28 |
* | Factorize yuv2packedXinC(). | michael | 2008-09-11 | 1 | -3/+3 |
* | 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 | 1 | -4/+2 |
* | 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 | 1 | -10/+164 |
* | Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate, | michael | 2008-09-09 | 1 | -195/+131 |
* | 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 | 1 | -6/+35 |
* | Fix accurate rounding mode on x86_64. | michael | 2008-09-07 | 1 | -20/+21 |
* | Make ToY and ToUV family of function consistent part I | lu_zero | 2008-09-07 | 1 | -16/+16 |
* | Make 16bit grayscale output work. | michael | 2008-09-04 | 1 | -5/+5 |
* | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. | michael | 2008-09-04 | 1 | -0/+22 |
* | Fix rgb15/16 vs. bgr part2. | michael | 2008-09-04 | 1 | -24/+24 |
* | Make C code in yuv2yuv1() do accurate rounding, this could be split | michael | 2008-07-18 | 1 | -3/+3 |
* | indent | michael | 2008-07-17 | 1 | -8/+8 |
* | Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE. | michael | 2008-07-17 | 1 | -2/+31 |
* | simplify yuv2yuv1() | michael | 2008-07-17 | 1 | -16/+7 |
* | Remove ASSERT() macro. SoC Patch from Keiji Costantini | lu_zero | 2008-07-06 | 1 | -18/+18 |
* | spelling/grammar/wording overhaul | diego | 2008-07-04 | 1 | -20/+21 |
* | cast to correct type, suppress warnings | bcoudurier | 2008-06-01 | 1 | -2/+2 |
* | cosmetics: comment typo fixes | diego | 2008-03-22 | 1 | -1/+2 |
* | remove redundant SwScaler text since av_log uses AVClass context | bcoudurier | 2008-03-06 | 1 | -2/+2 |
* | Turn ancient V offset numerical constants into named ones. | michael | 2008-03-05 | 1 | -61/+61 |
* | __asm __volatile -> asm volatile part 3 | reimar | 2008-02-24 | 1 | -2/+2 |
* | Discard two symbols from libswscale. | cehoyos | 2008-02-22 | 1 | -4/+4 |
* | Make some assembler constants global instead of declaring them multiple times. | reimar | 2008-01-29 | 1 | -15/+15 |
* | Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). | benoit | 2008-01-17 | 1 | -2/+2 |
* | Remove non cosmetic spaces inside parentheses. | benoit | 2008-01-17 | 1 | -12/+12 |
* | Comment some #endif directives. | diego | 2007-11-30 | 1 | -14/+14 |
* | The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped. | diego | 2007-11-04 | 1 | -8/+8 |
* | license header consistency cosmetics | diego | 2007-07-05 | 1 | -1/+1 |
* | comment grammar fixes | diego | 2007-06-28 | 1 | -3/+3 |
* | remove the need of one extra shift in rgb16ToUV | ivo | 2007-05-09 | 1 | -6/+3 |
* | Fix rgb15ToUV. Correct order of components and use one shift less. | ivo | 2007-05-09 | 1 | -7/+4 |
* | cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code. | diego | 2007-04-30 | 1 | -2682/+2681 |
* | cosmetics: Remove trailing whitespace. | diego | 2007-04-26 | 1 | -32/+32 |
* | improve horizontal chroma resolution with pal | michael | 2007-04-15 | 1 | -5/+3 |
* | convert palette to yuv instead of converting each pixel after pal->rgb | michael | 2007-04-15 | 1 | -9/+3 |
* | typo | diego | 2007-04-07 | 1 | -1/+1 |
* | Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr | reimar | 2007-03-01 | 1 | -0/+2 |
* | Add av_ prefix to clip functions | reimar | 2007-02-25 | 1 | -1/+1 |
* | BGR/RGB4 byte formats as input | michael | 2007-02-17 | 1 | -2/+2 |
* | pal8 input | michael | 2007-02-16 | 1 | -6/+51 |
* | Pass a context to av_log(), when possible | lucabe | 2007-01-23 | 1 | -1/+1 |
* | change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() | lucabe | 2006-12-26 | 1 | -1/+1 |
* | Add some explicit casts to avoid some warnings | lucabe | 2006-12-26 | 1 | -4/+4 |
* | Fix compilation of non-MMX code with gcc 2.95 | lucabe | 2006-12-20 | 1 | -3/+3 |
* | Change "p" asm constraints to "g", since "p" was a no longer necessary hack to | reimar | 2006-11-27 | 1 | -2/+2 |
* | Clarify that some of the non-SIMD code is now LGPLed. | lucabe | 2006-11-19 | 1 | -2/+2 |
* | forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actua... | michael | 2006-11-16 | 1 | -11/+11 |
* | fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsamplin... | michael | 2006-11-16 | 1 | -91/+52 |
* | Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS | gpoirier | 2006-11-07 | 1 | -3/+3 |
* | Add support for conversions from the rgb565 and rgb555 formats | lucabe | 2006-11-02 | 1 | -0/+93 |
* | Use common define for x86_32 and x86_64. | diego | 2006-11-01 | 1 | -2/+2 |
* | 16-bit grayscale support | kostya | 2006-10-24 | 1 | -2/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program'. | diego | 2006-10-07 | 1 | -19/+21 |
* | Fix unused variable warning when compiling with MMX disabled. | diego | 2006-10-03 | 1 | -1/+1 |
* | Remove the dependency of libswscale on img_format.h | lucabe | 2006-09-17 | 1 | -57/+57 |
* | make the C code of the swscaler which i wrote LGPL | michael | 2006-08-30 | 1 | -0/+3 |
* | Fix compilation with -no-PIC and without -fomit-frame-pointer (used by | uau | 2006-08-15 | 1 | -1/+1 |
* | -fPIC support for libswscale | diego | 2006-08-15 | 1 | -70/+116 |
* | Replace asmalign.h hack by ASMALIGN cpp macros from config.h. | diego | 2006-08-13 | 1 | -25/+23 |
* | Replace MIN() and MAX() with FFMIN() and FFMAX() | lucabe | 2006-07-26 | 1 | -1/+1 |
* | a tiny bit of cleanup | michael | 2006-07-24 | 1 | -77/+35 |
* | vertical scaler with accurate rounding, some people on doom9 can see +-1 errors | michael | 2006-07-24 | 1 | -40/+292 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 | 1 | -0/+2928 |