OSDN Git Service

Flush SDP description
[coroid/libav_saccubus.git] / libswscale /
2008-11-04 Diego BiurrunAdd some const specifiers to function name variables...
2008-11-03 Diego BiurrunMerge ARCH_BFIN lines.
2008-11-03 Diego BiurrunAdd tests target for libswscale test programs.
2008-11-03 Måns RullgårdRemove forgotten ASM_OBJS in libswscale
2008-10-27 Vitor SessakSilence GCC warnings:
2008-10-27 Michael Niedermayerrgb2rgb.h was not really intended to be a public header...
2008-10-27 Michael NiedermayerRemove rgb2rgb.h dependancy.
2008-10-26 Vitor SessakSilence GCC warning
2008-10-25 Carl Eugen HoyosRemove unused code that can't be compiled without svn...
2008-10-25 Michael NiedermayerDo not attempt to use the unscaled yuv2rgb converter...
2008-10-23 Vitor SessakCosmetics: alignment
2008-10-23 Vitor SessakFix broken palette8to*.
2008-10-23 Diego Biurruncosmetics: typo fix
2008-10-19 David ConradConvert typeof keyword into __typeof__; this is a gcc...
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-09 Diego PettenòMark some symbols in swscale.c as constant.
2008-10-09 Diego PettenòMark dither_2x2_{8,4} static to swscale.c
2008-10-09 Diego PettenòMark variation-specific interleaveBytes static.
2008-10-09 Diego PettenòInvert logic for the single-pass in swScale() functions.
2008-10-09 Carl Eugen HoyosChange variable types from int to enum PixelFormat.
2008-10-08 Vitor SessakDo not set src[1] to the palette, it is now in the...
2008-10-08 Vitor SessakAdd a new unscaled PAL8 -> RGB converter.
2008-10-08 Aurelien JacobsChange one more variable type from int to enum PixelFormat.
2008-10-07 Carl Eugen HoyosChange variable types from int to enum PixelFormat.
2008-10-05 Luca Barbatogcc-apple specific fallback not necessary anymore ...
2008-10-05 Diego BiurrunUse HAVE_FAST_64BIT instead of nonstandard __WORDSIZE...
2008-10-04 Carl Eugen HoyosRemove b5Dither, g5Dither and r5Dither from libswscale.
2008-10-04 Carl Eugen HoyosRemove g6Dither from libswscale.
2008-10-04 Diego BiurrunRemove MPlayer-specific MP_WORDSIZE hack.
2008-09-29 Diego BiurrunRemove unused function fast_memcpy.
2008-09-29 Diego Biurruncosmetics: indentation
2008-09-29 Michael NiedermayerRevert mistakely commited hunk.
2008-09-29 Michael NiedermayerPrint all cases that are tested, not just the ones...
2008-09-29 Michael NiedermayerFix infinite loop with spline, bug was introduced in...
2008-09-18 Luca BarbatoUniform *ToY and *ToUV function signatures
2008-09-18 Luca BarbatoSplit mono2Y in monowhite and monoblack
2008-09-18 Luca BarbatoFactorize unit32_t* casts for palette pointer
2008-09-16 Michael NiedermayerFix segfault with rgb24 and full_internal_chrome due...
2008-09-15 Michael NiedermayerAvoid using floating point for calculating filter coeff...
2008-09-14 Michael NiedermayerAvoid some explicit types in sizeof().
2008-09-14 Michael NiedermayerUse av_mallocz() instead of for() =0;
2008-09-14 Michael NiedermayerMove dither tables from yuv2rgb to swscale, they have...
2008-09-13 Benjamin ZoresFix libswscale build after r27561 if --enable-runtime...
2008-09-13 Michael NiedermayerFix indention.
2008-09-13 Michael NiedermayerRename yuv2rgb variables to avoid name clashes with...
2008-09-13 Michael NiedermayerDisable mmx routines that are not bitexact when the...
2008-09-13 Michael NiedermayerMake horizontal mmx scaling code match C code.
2008-09-13 Michael NiedermayerEnsure that additional filter coeffs that exist due...
2008-09-12 Michael Niedermayeryvu9toyv12Wrapper is not bitexact so disable it when...
2008-09-12 Michael NiedermayerMake the horizontal C scaler code clip only against...
2008-09-12 Michael NiedermayerAdd bitexact flag.
2008-09-12 Michael NiedermayerThe yuv->rgb tables are too small for cliping to be...
2008-09-12 Michael NiedermayerFix another 1000l bug in the mono input code.
2008-09-12 Michael NiedermayerAdd support for PIX_FMT_YUV440P.
2008-09-12 Michael Niedermayer10000l PIX_FMT_MONOWHITE check was really a || 1.
2008-09-12 Michael NiedermayerSupport mono as input format.
2008-09-12 Michael NiedermayerAdd support for PIX_FMT_MONOWHITE as output format.
2008-09-12 Michael Niedermayerrgb24toyv12 isnt accuratly rounding, so disable it...
2008-09-12 Michael NiedermayerDo not use the unscaled yuv->rgb converters if SWS_ACCU...
2008-09-11 Michael Niedermayer100000000000000l, forgot to commit header change for...
2008-09-11 Michael NiedermayerFix typo that lead to averaging of the same pixel in...
2008-09-11 Michael NiedermayerRemove mistakely commited code i used for testing.
2008-09-11 Michael NiedermayerImplement full horizontal chroma for rgb/bgr24/32 output.
2008-09-11 Michael NiedermayerDo not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C.
2008-09-11 Michael NiedermayerFactorize yuv2packedXinC().
2008-09-11 Michael NiedermayerSet rgb2yuv constants more accurately, makes no real...
2008-09-11 Michael NiedermayerFix chroma yuv->rgb tables for jpeg style yuv, this...
2008-09-10 Michael NiedermayerCorrect normalization constant for the vertical filter...
2008-09-10 Michael NiedermayerMake the 2point linear interpolation coefficients corre...
2008-09-10 Michael NiedermayerFix overflow.
2008-09-10 Michael NiedermayerFix build failure due to %%eip on x86_64.
2008-09-10 Michael NiedermayerChange RGB2YUV_SHIFT from 16 to 15 to make it able...
2008-09-10 Michael NiedermayerAdd bgr/rgb15/16/32->UV-half to the macro so theres...
2008-09-10 Michael NiedermayerFactorize RGB/BGR15/16/32->UV by using the preprocessor.
2008-09-10 Michael NiedermayerFactorize rgb/bgr15/16/32->Y by using the preprocessor.
2008-09-10 Michael NiedermayerMake SWS_FULL_CHR_H_INP work.
2008-09-10 Diego Biurrunspelling/wording cosmetics
2008-09-09 Michael NiedermayerMore accurate rounding for 8bit inputs.
2008-09-09 Michael NiedermayerRewrite bgr24->yuv mmx code, the new code is cleaner...
2008-09-09 Michael NiedermayerAdd table of rgb->yuv convertion coefficients.
2008-09-09 Michael NiedermayerMore correct rounding for the rgb/bgr->yuv converters.
2008-09-09 Michael NiedermayerPrevent overflows during mpeg->jpeg yuv.
2008-09-08 Michael NiedermayerFix jpeg yuv.
2008-09-08 Michael NiedermayerFix typo in comment.
2008-09-07 Michael NiedermayerFix accurate rounding mode on x86_64.
2008-09-07 Luca BarbatoMake ToY and ToUV family of function consistent part I
2008-09-07 Michael NiedermayerMake fast bilinear scaler work again.
2008-09-05 Baptiste Couduriersimplify function selection code
2008-09-05 Baptiste Coudurierenable yuv422p to uyvy converter
2008-09-04 Michael NiedermayerMake 16bit grayscale output work.
2008-09-04 Michael NiedermayerFix SWS_FAST_BILINEAR and SWS_POINT with some unscaled...
2008-09-04 Michael NiedermayerSupport PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
2008-09-04 Michael NiedermayerFix 4 and 8 bit RGB/BGR input.
2008-09-04 Michael NiedermayerRemove workaround for rgb/bgr mess.
2008-09-04 Michael NiedermayerFix 4 of the unscaled rgb15/16 converters, each of...
2008-09-04 Michael Niedermayerrgb vs bgr fix for the unscaled converters.
2008-09-04 Michael NiedermayerFix rgb15/16 vs. bgr part2.
2008-09-04 Michael NiedermayerFix rgb15/16 vs. bgr part1.
2008-09-04 Michael NiedermayerAdd fflush to prevent stdout & stderr from being mixed.
2008-08-31 Stefano SabatiniChange headers' guardnames consistently with r15120.
next