]> git.sesse.net Git - ffmpeg/history - libswscale/swscale_template.c
Remove unused PREFETCHW macro
[ffmpeg] / libswscale / swscale_template.c
2010-01-09 Zuxy MengRemove unused PREFETCHW macro
2010-01-01 Reimar DöffingerDo not needlessly use the BP register in x86_64-specifi...
2009-12-28 Diego BiurrunRemove unused variable, fixes the warning:
2009-12-21 Ramiro PollaRemove parameters no longer used in h[yc]scale().
2009-12-21 Ramiro PollaMove fast bilinear scaler code to the existing h[yc...
2009-12-21 Ramiro PollaRename function pointers used to convert from the input...
2009-12-21 Ramiro PollaCheck if chroma horizontal scaler is needed in sws_init...
2009-12-20 Ramiro PollaIndent.
2009-12-20 Ramiro PollaSet fast_bilinear functions in sws_init_swScale().
2009-12-20 Ramiro PollaSet horizontal scaler's range conversion in context...
2009-12-20 Ramiro PollaSet horizontal scaler's src offsets in context in sws_i...
2009-12-06 Ramiro PollaStart using intermediate buffers at index 0.
2009-12-05 Ramiro PollaFix compilation with runtime cpu detection.
2009-12-03 Ramiro PollaAdd support for nv12/nv21 input.
2009-11-08 Carl Eugen HoyosUse enum PixelFormat instead of int for srcFormat and...
2009-09-22 Diego BiurrunReplace manual gcc version check by AV_GCC_VERSION_AT_L...
2009-09-16 Ramiro PollaCleanup buffer debugs in swScale().
2009-09-16 Ramiro PollaUse correct buffers in vertical scaler in unscaled...
2009-09-05 Lars TäuberMake 16bit YUV formats compatible with NE avcodec_get_p...
2009-08-16 Ramiro PollaMore indentation changes leftover from r29522:
2009-08-16 Ramiro PollaCosmetics:
2009-08-16 Ramiro PollaIndent libswscale:
2009-08-15 Ramiro PollaIndent.
2009-08-14 Ramiro PollaVertical yuv -> yuv16 scaler.
2009-08-13 Ramiro PollaRemove duplicate define (it is the same in the lum...
2009-08-13 Ramiro PollaRename "funny" code to "mmx2 filter" code.
2009-08-08 Diego BiurrunRemove disabled crufty code.
2009-07-28 Ramiro PollaIndent.
2009-07-28 Ramiro PollaRemove duplicate horizontal scaling when there aren...
2009-07-27 Ramiro PollaDo not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE...
2009-07-27 Ramiro PollaFactorize x86 fast_bilinear assembly.
2009-07-27 Ramiro PollaFix assembly comments for x86 fast_bilinear so they...
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.
next