]> git.sesse.net Git - ffmpeg/history - libswscale/swscale_template.c
#include just the required stdint.h instead of libavutil/common.h.
[ffmpeg] / libswscale / swscale_template.c
2009-06-11 Ramiro PollaKill warnings of possibly unused variables by using...
2009-06-04 Ramiro PollaReplace more uses of __attribute__((aligned)) by DECLAR...
2009-06-02 Kostya ShishkovPartial (low bits ignored, no direct transcoding into...
2009-05-25 Kostya ShishkovMove colorspace conversion functions implemented in...
2009-05-02 Cédric SchieliFix chroma shift when scaling from ARGB on LE and BGRA...
2009-04-21 Michael NiedermayerPlanar 16bit 420 422 444 YUV support (output is only...
2009-04-14 Cédric SchieliDo not use abgrToA for both luma and alpha channel...
2009-04-04 Ramiro Pollaswscale: Use function pointers for swScale functions.
2009-04-04 Ramiro Pollaswscale: Add const to some swScale functions' parameters.
2009-04-02 Ramiro Pollaswscale: Remove mmx2 params from h[yc]scale().
2009-04-02 Ramiro Pollaswscale: Split h[yc]scale_fast() into their own functions.
2009-04-02 Ramiro Pollaswscale: Execute sfence and emms depending on runtime...
2009-03-29 Diego BiurrunMove swscale AltiVec template code to ppc subdirectory.
2009-03-20 Reimar DöffingerDo _not_ use rbx on x86_64, it will fail to compile...
2009-03-20 Reimar DöffingerFix swscale compilation with Altivec enabled.
2009-03-20 Cédric SchieliReindent after last commit
2009-03-20 Cédric SchieliYUVA420P is now supported as output format
2009-03-20 Cédric SchieliAdd alpha channel scaling
2009-03-19 Matthieu CastetRemove useless casting in asm "m" operand.
2009-03-18 Ramiro PollaDo not assume long is same width as x86 register.
2009-03-18 Diego BiurrunConsistently use ff_ prefixes for internal symbols.
2009-03-14 Cédric SchieliMake the source buffer operands parametrized in the...
2009-03-11 Cédric SchieliMake MMX registers parametrized in the YSCALEYUV2PACKED...
2009-03-09 Kostya ShishkovMask all unused bits for packed pixel format instead...
2009-03-03 Jindřich Makovičkaremove the rest of x86 asm from LGPL build
2009-02-28 Cédric SchieliWhen converting from a non alpha format to an alpha...
2009-02-21 Cédric Schielimove zeroing of alpha channel register out of YSCALEYUV...
2009-02-21 Cédric Schielisplits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
2009-02-21 Cédric Schielimake MMX registers parametrized in the WRITEBGR32 macro,
2009-02-14 Kostya ShishkovSome AltiVec functions in SwScaler produce different...
2009-01-25 Diego BiurrunHAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest config...
2009-01-14 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-11-17 Diego BiurrunPut variable declaration inside an #ifdef to avoid...
2008-10-25 Carl Eugen HoyosRemove unused code that can't be compiled without svn...
2008-10-23 Diego Biurruncosmetics: typo fix
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-09 Diego PettenòInvert logic for the single-pass in swScale() functions.
2008-10-08 Vitor SessakDo not set src[1] to the palette, it is now in the...
2008-10-04 Carl Eugen HoyosRemove b5Dither, g5Dither and r5Dither from libswscale.
2008-10-04 Carl Eugen HoyosRemove g6Dither from libswscale.
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-13 Benjamin ZoresFix libswscale build after r27561 if --enable-runtime...
2008-09-13 Michael NiedermayerFix indention.
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-12 Michael NiedermayerMake the horizontal C scaler code clip only against...
2008-09-12 Michael NiedermayerFix another 1000l bug in the mono input code.
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-11 Michael NiedermayerFix typo that lead to averaging of the same pixel in...
2008-09-11 Michael NiedermayerImplement full horizontal chroma for rgb/bgr24/32 output.
2008-09-11 Michael NiedermayerFactorize yuv2packedXinC().
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-09 Michael NiedermayerRewrite bgr24->yuv mmx code, the new code is cleaner...
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-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-04 Michael NiedermayerMake 16bit grayscale output work.
2008-09-04 Michael NiedermayerSupport PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
2008-09-04 Michael NiedermayerFix rgb15/16 vs. bgr part2.
2008-07-18 Michael NiedermayerMake C code in yuv2yuv1() do accurate rounding, this...
2008-07-17 Michael Niedermayerindent
2008-07-17 Michael NiedermayerForgotten accurate rounding function YSCALEYUV2YV121_AC...
2008-07-17 Michael Niedermayersimplify yuv2yuv1()
2008-07-06 Luca BarbatoRemove ASSERT() macro. SoC Patch from Keiji Costantini
2008-07-04 Diego Biurrunspelling/grammar/wording overhaul
2008-06-01 Baptiste Couduriercast to correct type, suppress warnings
2008-03-22 Diego Biurruncosmetics: comment typo fixes
2008-03-06 Baptiste Coudurierremove redundant SwScaler text since av_log uses AVClas...
2008-03-05 Michael NiedermayerTurn ancient V offset numerical constants into named...
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile part 3
2008-02-22 Carl Eugen HoyosDiscard two symbols from libswscale.
2008-01-29 Reimar DöffingerMake some assembler constants global instead of declari...
2008-01-17 Benoit FouetChange (a == NULL) condition to (!a) and (a != NULL...
2008-01-17 Benoit FouetRemove non cosmetic spaces inside parentheses.
2007-11-30 Diego BiurrunComment some #endif directives.
2007-11-04 Diego BiurrunThe function names of [rgb|bgr]1[56]to[UV|Y] had rgb...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-28 Diego Biurruncomment grammar fixes
2007-05-09 Ivo van Poortenremove the need of one extra shift in rgb16ToUV
2007-05-09 Ivo van PoortenFix rgb15ToUV. Correct order of components and use...
2007-04-30 Diego Biurruncosmetics attack, part IV: Remove all tabs and prettypr...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace.
2007-04-15 Michael Niedermayerimprove horizontal chroma resolution with pal
2007-04-15 Michael Niedermayerconvert palette to yuv instead of converting each pixel...
2007-04-07 Diego Biurruntypo
2007-03-01 Reimar DöffingerFix a possible crash on 64 bit systems when the lumSrcP...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
next