]> git.sesse.net Git - ffmpeg/history - libswscale/swscale.c
Enable unscaled packed422 -> planar 420 converters by default as the
[ffmpeg] / libswscale / swscale.c
2009-03-21 Michael NiedermayerEnable unscaled packed422 -> planar 420 converters...
2009-03-21 Reimar DöffingerFix planarCopy to ignore the GRAY8 "pseudo"-palette...
2009-03-20 Reimar DöffingerAvoid crash on planarCopy to a destination without...
2009-03-20 Cédric SchieliYUVA420P is now supported as output format
2009-03-20 Cédric SchieliAdd alpha channel scaling
2009-03-20 Cédric SchieliUse a simpler and more general check for the gray case...
2009-03-19 Ramiro PollaAllocate executable memory with VirtualAlloc() in Windows.
2009-03-19 Ramiro PollaDrop unnecessary cast and cosmetically align.
2009-03-19 Michael NiedermayerFix 10l typo.
2009-03-19 Michael NiedermayerUnscaled converters for
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-17 Cédric SchieliAdd a fillPlane function to fill a plane with one const...
2009-03-17 Cédric SchieliDon't write outside of the picture buffer in planarCopy...
2009-03-11 Cédric SchieliIn initMMX2HScaler, when chrDstW is not divisible by...
2009-03-07 Cédric SchieliLet the 4th plane reach the swScale function
2009-03-05 Cédric SchieliFix bug introduced by me in r28756
2009-02-28 Cédric SchieliWhen converting from a non alpha format to an alpha...
2009-02-27 Cédric SchieliUse YUV420P code path for YUVA420P where appropriate
2009-02-22 Kostya ShishkovNew LGPLed YUV2RGB table generator for SwScaler
2009-02-14 Stefano SabatiniUse sws_printVec2() instead of the deprecated sws_print...
2009-02-14 Stefano SabatiniImplement sws_printVec2() and deprecate sws_printVec().
2009-02-14 Kostya ShishkovSome AltiVec functions in SwScaler produce different...
2009-02-10 Stefano SabatiniMove sws_getGaussianVec() documentation from swscale...
2009-02-10 Stefano SabatiniMove documentation of sws_getCachedContext() from swsca...
2009-02-10 Stefano SabatiniRemove pointless comment regarding sws_scale_ordered().
2009-02-09 Kostya ShishkovPrefix visible YUV2RGB functions with sws_
2009-02-09 Kostya ShishkovGive better name to Inverse_Table_6_9
2009-02-08 Stefano SabatiniDrop the deprecated sws_scale_ordered() at the next...
2009-01-25 Diego BiurrunHAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest config...
2009-01-25 Diego BiurrunDisable C code when compiling AltiVec code, fixes the...
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
next