]> git.sesse.net Git - ffmpeg/history - libswscale/swscale.c
Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer
[ffmpeg] / libswscale / swscale.c
2009-06-25 Diego BiurrunAltiVec code and runtime cpudetect do not require CONFI...
2009-06-25 Diego BiurrunThe AltiVec optimizations of libswscale are no longer...
2009-06-25 Diego BiurrunPPC: Make sure that COMPILE_C is not deactivated if...
2009-06-17 Vitor SessakDo not call rgb2rgbWrapper() for rgb48*, there is no...
2009-06-04 Pavel PavlovUse DECLARE_ALIGNED macro instead of gcc __attribute__.
2009-06-02 Kostya ShishkovYUV into RGB48 BE/LE conversion support
2009-06-02 Kostya ShishkovPartial (low bits ignored, no direct transcoding into...
2009-05-25 Kostya ShishkovMove colorspace conversion functions implemented in...
2009-05-19 Kostya ShishkovMake SwScaler recognize RGB48 BE/LE colourspaces (not...
2009-05-10 Diego BiurrunAdd const qualifier to param argument of sws_getContext...
2009-05-10 Diego BiurrunMove preprocessor condition before variable declaration...
2009-05-07 Vitor SessakFix sliced yuv410 -> yuv420 conversion
2009-04-23 Carl Eugen HoyosMake reset_ptr() void.
2009-04-21 Michael NiedermayerPlanar 16bit 420 422 444 YUV support (output is only...
2009-04-21 Michael NiedermayerMerge gray->gray converters into planarCopy(), this...
2009-04-21 Michael NiedermayerMake sure src/dst are NULL when they arent used, some...
2009-04-20 Michael NiedermayerUse generic BE check instead of checking for gray16LE.
2009-04-18 Stefano SabatiniMake sws_setColorspaceDetails() return -1 if the destin...
2009-04-18 Stefano SabatiniMove sws_[gs]etColorspaceDetails() documentation from...
2009-04-08 Ramiro PollaRename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT...
2009-04-05 Ramiro Pollaswscale: Remove X86 commented out code.
2009-04-04 Ramiro Pollaswscale: Use function pointers for swScale functions.
2009-04-04 Ramiro Pollaswscale: {}-related cosmetics.
2009-04-04 Ramiro Pollaswscale: Add const to some swScale functions' parameters.
2009-03-24 Cédric SchieliAdds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P...
2009-03-24 Cédric SchieliFix some places where "non-alpha to YUVA420P" do not...
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...
next