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-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
2009-04-02swscale: Execute sfence and emms depending on runtime flags.Ramiro Polla
2009-04-01Make examples and test progs depend on librariesMåns Rullgård
2009-03-31Add missing $(EXESUF) to example/test program dependency declaration.Diego Biurrun
2009-03-30Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.Reimar Döffinger
2009-03-29Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun
2009-03-29Move swscale AltiVec template code to ppc subdirectory.Diego Biurrun
2009-03-29Relicense file to LGPL with the permission of Romain Dolbeau, the author.Diego Biurrun
2009-03-28Move bfin specific code to its subdir.Ramiro Polla
2009-03-26Rename cs_test.c --> colorspace-test.c. This is more consistent with the namesDiego Biurrun
2009-03-26Move yuv2rgb code to subdirs.Ramiro Polla
2009-03-25swscale-example is an API example, not a test program.Diego Biurrun
2009-03-24Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertionCédric Schieli