]> git.sesse.net Git - ffmpeg/history - libswscale/swscale.c
spelling/grammar cosmetics
[ffmpeg] / libswscale / swscale.c
2009-01-25 Diego Biurrunspelling/grammar cosmetics
2009-01-25 Diego BiurrunFix #endif comments.
2009-01-20 Carl Eugen HoyosAdd PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
2009-01-16 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-14 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-08 Carl Eugen HoyosAdd PIX_FMT_VDPAU_H264.
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-10-27 Vitor SessakSilence GCC warnings:
2008-10-26 Vitor SessakSilence GCC warning
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-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 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-04 Carl Eugen HoyosRemove b5Dither, g5Dither and r5Dither from libswscale.
2008-10-04 Carl Eugen HoyosRemove g6Dither from libswscale.
2008-09-29 Michael NiedermayerFix infinite loop with spline, bug was introduced in...
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 Michael NiedermayerRename yuv2rgb variables to avoid name clashes with...
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 NiedermayerThe yuv->rgb tables are too small for cliping to be...
2008-09-12 Michael NiedermayerAdd support for PIX_FMT_YUV440P.
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 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-10 Michael NiedermayerCorrect normalization constant for the vertical filter...
2008-09-10 Michael NiedermayerChange RGB2YUV_SHIFT from 16 to 15 to make it able...
2008-09-10 Michael NiedermayerMake SWS_FULL_CHR_H_INP work.
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-08 Michael NiedermayerFix jpeg yuv.
2008-09-07 Michael NiedermayerFix accurate rounding mode on x86_64.
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-08-29 Stefano SabatiniImplement swscale_version().
2008-07-21 Michael Niedermayerfix memleak
2008-07-21 Michael NiedermayerCleanup, use av_freep() instead of av_free(x); x=NULL
2008-07-17 Michael Niedermayer10l forgot SWS_BILINEAR
2008-07-17 Michael NiedermayerEnsure that exactly one scaler algo is used.
2008-07-09 Luca BarbatoSplit AVOption/AVClass in a separate file. SoC Patch...
2008-07-06 Luca BarbatoRemove ASSERT() macro. SoC Patch from Keiji Costantini
2008-07-06 Luca BarbatoReindent. SoC Patch from Keiji Costantini
2008-07-06 Luca BarbatoSplit simpleCopy into packedCopy and planarCopy. SoC...
2008-06-01 Baptiste Couduriercast to correct type, suppress warnings
2008-06-01 Baptiste Couduriercast to correct type, suppress warnings
2008-06-01 Baptiste Coudurieradd const, suppress warnings
2008-06-01 Baptiste Coudurieradd const, suppress warnings
2008-05-09 Keiji CostantiniRemove in_asm_used_var_warning_killer()
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-22 Alexander StrangeFix 64 bit shared library compilation with MMX2 by...
2008-03-18 Diego BiurrunRemove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
2008-03-17 Zuxy MengFix a typo that causes an assertion to always fail.
2008-03-12 Diego Biurruntypos
2008-03-10 Diego Biurruntypo
2008-03-10 Panagiotis IssarisMake av_class a pointer to const.
2008-03-10 Diego BiurrunRemove redundant swScaler: output from places where...
2008-03-06 Baptiste Coudurierchange sws_format_name to return const char*, supress...
2008-03-06 Baptiste Coudurierremove redundant SwScaler text since av_log uses AVClas...
2008-03-05 Michael NiedermayerOne more (forgotten) fix for fixing sws_flags.
2008-03-05 Michael NiedermayerTurn ancient V offset numerical constants into named...
2008-02-22 Carl Eugen HoyosDiscard two symbols from libswscale.
2008-02-15 Stefano SabatiniMore explicit unsupported pixel format error messages.
2008-02-09 Carl Eugen HoyosMake dither4 & dither8 const.
2008-01-29 Reimar DöffingerMake some assembler constants global instead of declari...
2008-01-28 Reimar DöffingerUse DECLARE_ASM_CONST where possible in libswscale...
2008-01-21 Reimar DöffingerFix typo in comment
2008-01-17 Benoit FouetChange (a == NULL) condition to (!a) and (a != NULL...
2008-01-17 Benoit FouetCosmetics: whitespaces
2008-01-17 Benoit FouetRemove non cosmetic spaces inside parentheses.
2008-01-17 Benoit FouetDescription: remove superfluous parentheses.
2008-01-17 KO Myung-HunCheck param in sws_getCachedContext().
2007-12-21 Diego Biurruncomment typo fixes
2007-12-20 Peter SchlaileMake sure strides have positive values before converting.
2007-09-27 Diego BiurrunRevert wrong ARCH_BFIN --> HAVE_BFIN change.
2007-09-24 Aurelien Jacobsadd support for yuva420p colorspace (yuv420p + alpha)
2007-08-31 Marc Hoffmanrenaming ARCH_BFIN to HAVE_BFIN
2007-07-28 Diego Biurruntypo
next