Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-22Remove unused variables.Ramiro Polla
2009-07-09Remove dependency from swscale_internal.h to lavu/internal.h, it is no longerRamiro Polla
2009-07-06The AltiVec code in libswscale no longer is under GPL.Diego Biurrun
2009-07-01Use enum PixelFormat in sws_format_name() prototypeMåns Rullgård
2009-06-26AltiVec code and runtime cpudetect do not require CONFIG_GPL.Diego Biurrun
2009-06-25The AltiVec optimizations of libswscale are no longer under GPL.Diego Biurrun
2009-06-25PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.Diego Biurrun
2009-06-17Do not call rgb2rgbWrapper() for rgb48*, there is no special converterVitor Sessak
2009-06-11Kill warnings of possibly unused variables by using av_unused.Ramiro Polla
2009-06-11Fix compilation: #undef standard library functions that areDiego Biurrun
2009-06-11Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.Diego Biurrun
2009-06-06Remove '\p' doxygen markup, as it should improve plain text doxyStefano Sabatini
2009-06-05Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.Ramiro Polla
2009-06-05Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla
2009-06-05Use DECLARE_ALIGNED macro instead of gcc __attribute__.Pavel Pavlov
2009-06-02Testing RGB48 variants requires bigger stride in swscale-example.cKostya Shishkov
2009-06-02YUV into RGB48 BE/LE conversion supportKostya Shishkov
2009-06-02Partial (low bits ignored, no direct transcoding into other RGB formats) supportKostya Shishkov
2009-05-25Move colorspace conversion functions implemented in pure C from templateKostya Shishkov
2009-05-19Let SwScaler know that RGB48 BE/LE is 16-bits per component format.Kostya Shishkov
2009-05-19Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).Kostya Shishkov
2009-05-10Add const qualifier to param argument of sws_getContext() andDiego Biurrun
2009-05-10Move preprocessor condition before variable declaration, fixes the warning:Diego Biurrun
2009-05-09Add missing const qualifiers to AltiVec function parameters where appropriate.Diego Biurrun
2009-05-08Fix sliced yuv410 -> yuv420 conversionVitor Sessak
2009-05-05Change VOFW for x86 to 5120, it allows larger images to be scaled and wasMichael Niedermayer
2009-05-02Fix chroma shift when scaling from ARGB on LE and BGRA on BECédric Schieli
2009-04-27Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_cCédric Schieli
2009-04-24Make reset_ptr() void.Carl Eugen Hoyos
2009-04-21Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer
2009-04-21Merge gray->gray converters into planarCopy(), this should also make planarCo...Michael Niedermayer
2009-04-21Add macro to check for 16bit per sample.Michael Niedermayer
2009-04-21Make sure src/dst are NULL when they arent used, some code uses this toMichael Niedermayer
2009-04-21Use generic BE check instead of checking for gray16LE.Michael Niedermayer
2009-04-21add isBE()Michael Niedermayer
2009-04-19Remove 2 useless += at the end of rgb16to15(), found by CSA.Michael Niedermayer
2009-04-18Rename swscale_avoption.c to options.c.Stefano Sabatini
2009-04-18Make sws_setColorspaceDetails() return -1 if the destination format isStefano Sabatini
2009-04-18Move sws_[gs]etColorspaceDetails() documentation from swscale.c toStefano Sabatini
2009-04-14whitespace cosmetics: Break some overly long lines.Diego Biurrun
2009-04-14Do not use abgrToA for both luma and alpha channel in hyscale.Cédric Schieli
2009-04-13Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun
2009-04-13whitespace cosmetics: Reindent a few lines and break a few excessively long l...Diego Biurrun
2009-04-09Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Ramiro Polla
2009-04-05swscale: Remove X86 commented out code.Ramiro Polla
2009-04-05swscale: Use function pointers for swScale functions.Ramiro Polla
2009-04-05swscale: {}-related cosmetics.Ramiro Polla
2009-04-05swscale: Add const to some swScale functions' parameters.Ramiro Polla
2009-04-02swscale: Remove mmx2 params from h[yc]scale().Ramiro Polla
2009-04-02swscale: Split h[yc]scale_fast() into their own functions.Ramiro Polla