| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 input. | michael | 2008-09-04 | 1 | -9/+34 |
* | Remove workaround for rgb/bgr mess. | michael | 2008-09-04 | 1 | -2/+2 |
* | Fix 4 of the unscaled rgb15/16 converters, each of these contained | michael | 2008-09-04 | 1 | -28/+10 |
* | rgb vs bgr fix for the unscaled converters. | michael | 2008-09-04 | 3 | -42/+42 |
* | Fix rgb15/16 vs. bgr part2. | michael | 2008-09-04 | 1 | -24/+24 |
* | Fix rgb15/16 vs. bgr part1. | michael | 2008-09-04 | 1 | -5/+12 |
* | Add fflush to prevent stdout & stderr from being mixed. | michael | 2008-09-04 | 1 | -0/+2 |
* | Change header inclusion guard names in line with FFmpeg r15120. | stefano | 2008-08-31 | 3 | -9/+9 |
* | Implement swscale_version(). | stefano | 2008-08-29 | 2 | -1/+11 |
* | compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(... | gpoirier | 2008-07-25 | 1 | -8/+8 |
* | cosmetics: Fix indentation after last commit. | diego | 2008-07-24 | 1 | -6/+6 |
* | Remove AltiVec vector declaration compiler compatibility macros. | diego | 2008-07-24 | 1 | -47/+47 |
* | fix memleak | michael | 2008-07-21 | 1 | -4/+7 |
* | Cleanup, use av_freep() instead of av_free(x); x=NULL | michael | 2008-07-21 | 1 | -46/+22 |
* | 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 |
* | 10l forgot SWS_BILINEAR | michael | 2008-07-17 | 1 | -0/+1 |
* | Ensure that exactly one scaler algo is used. | michael | 2008-07-17 | 1 | -0/+17 |
* | Cosmetics: reindent. | astrange | 2008-07-13 | 1 | -13/+13 |
* | Remove const vector casts from Altivec. | astrange | 2008-07-13 | 1 | -7/+7 |
* | 100l, avoption splitted code added, I should double check with svn status... | lu_zero | 2008-07-10 | 1 | -0/+59 |
* | Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini | lu_zero | 2008-07-09 | 3 | -40/+3 |
* | Remove ASSERT() macro. SoC Patch from Keiji Costantini | lu_zero | 2008-07-06 | 2 | -33/+27 |
* | Reindent. SoC Patch from Keiji Costantini | lu_zero | 2008-07-06 | 1 | -45/+42 |
* | Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini | lu_zero | 2008-07-06 | 1 | -8/+14 |
* | spelling/grammar/wording overhaul | diego | 2008-07-04 | 13 | -176/+178 |
* | whitespace cosmetics | diego | 2008-07-04 | 2 | -82/+81 |
* | Place license header at the top of the file for consistency. | diego | 2008-07-04 | 1 | -21/+21 |
* | OBJS should end in .o, not .c. | diego | 2008-06-08 | 1 | -1/+1 |
* | VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi. | diego | 2008-06-08 | 1 | -1/+1 |
* | Add missing #include, patch by Jan Knutar, jknutar nic fi. | diego | 2008-06-08 | 1 | -0/+1 |
* | restore needed cast to correct type with const | bcoudurier | 2008-06-01 | 1 | -2/+2 |
* | cast to correct type, suppress warnings | bcoudurier | 2008-06-01 | 1 | -1/+1 |
* | cast to correct type, suppress warnings | bcoudurier | 2008-06-01 | 1 | -1/+1 |
* | cast to correct type, suppress warning | bcoudurier | 2008-06-01 | 1 | -1/+1 |
* | cast to correct type, suppress warnings | bcoudurier | 2008-06-01 | 1 | -2/+2 |
* | add const, suppress warnings | bcoudurier | 2008-06-01 | 1 | -2/+2 |
* | remove useless casts | bcoudurier | 2008-06-01 | 1 | -4/+4 |
* | add const, suppress warnings | bcoudurier | 2008-06-01 | 1 | -6/+6 |
* | add const, suppress warnings | bcoudurier | 2008-06-01 | 1 | -10/+11 |
* | remove useless casts | bcoudurier | 2008-06-01 | 1 | -6/+6 |
* | Remove in_asm_used_var_warning_killer() | superdump | 2008-05-09 | 1 | -10/+0 |
* | Use full path for #includes from another directory. | diego | 2008-05-09 | 4 | -6/+6 |
* | cosmetics: sort lines (correctly) | diego | 2008-05-05 | 1 | -5/+2 |
* | cosmetics: Shuffle lines around and add empty lines. | lu_zero | 2008-05-04 | 1 | -1/+3 |
* | Build sparc arch specific code using the Makefile | lu_zero | 2008-05-04 | 2 | -8/+3 |
* | cosmetics: alphabetical order | diego | 2008-05-04 | 1 | -3/+1 |
* | cosmetics: __asm__ __volatile__ --> asm volatile | diego | 2008-04-17 | 1 | -12/+12 |
* | Relicense test/example files as LGPL with Michael's permission. | diego | 2008-04-13 | 2 | -16/+16 |
* | non-recursive makefiles | mru | 2008-04-07 | 1 | -7/+6 |
* | Fix wrong #endif comment. | diego | 2008-03-29 | 1 | -1/+1 |
* | Classify mlib as a configurable option, not as a hardware feature. | diego | 2008-03-25 | 1 | -2/+2 |
* | Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling. | diego | 2008-03-22 | 1 | -8/+8 |
* | cosmetics: comment typo fixes | diego | 2008-03-22 | 1 | -1/+2 |
* | Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. | diego | 2008-03-18 | 1 | -2/+0 |
* | Fix a typo that causes an assertion to always fail. | zuxy | 2008-03-17 | 1 | -1/+1 |
* | typo | diego | 2008-03-15 | 1 | -1/+1 |
* | Remove the unused function roundToInt16. It is a duplicate of the same function | diego | 2008-03-15 | 1 | -7/+0 |
* | typos | diego | 2008-03-12 | 2 | -2/+2 |
* | Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings. | diego | 2008-03-11 | 1 | -2/+1 |
* | typo | diego | 2008-03-10 | 1 | -1/+1 |
* | Make av_class a pointer to const. | benoit | 2008-03-10 | 2 | -2/+2 |
* | define VOF as double of VOFW. | benoit | 2008-03-10 | 1 | -1/+1 |
* | Remove redundant swScaler: output from places where av_log() | diego | 2008-03-10 | 1 | -4/+4 |
* | cosmetics: Remove useless empty line.< |