]> git.sesse.net Git - ffmpeg/history - libswscale
ADPCM: remove unreachable break statement after return
[ffmpeg] / libswscale /
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-11 Ramiro PollaKill warnings of possibly unused variables by using...
2009-06-11 Diego BiurrunFix compilation: #undef standard library functions...
2009-06-11 Diego BiurrunAdd libavutil/internal.h #include, required for the...
2009-06-06 Stefano SabatiniRemove '\p' doxygen markup, as it should improve plain...
2009-06-04 Ramiro PollaUse DECLARE_ALIGNED macro instead of __attribute__...
2009-06-04 Ramiro PollaReplace more uses of __attribute__((aligned)) by DECLAR...
2009-06-04 Pavel PavlovUse DECLARE_ALIGNED macro instead of gcc __attribute__.
2009-06-02 Kostya ShishkovTesting RGB48 variants requires bigger stride in swscal...
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 ShishkovLet SwScaler know that RGB48 BE/LE is 16-bits per compo...
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-09 Diego BiurrunAdd missing const qualifiers to AltiVec function parame...
2009-05-07 Vitor SessakFix sliced yuv410 -> yuv420 conversion
2009-05-05 Michael NiedermayerChange VOFW for x86 to 5120, it allows larger images...
2009-05-02 Cédric SchieliFix chroma shift when scaling from ARGB on LE and BGRA...
2009-04-27 Cédric SchieliRemove useless duplicated code in yuv2rgb_c_32, yuva2rg...
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 NiedermayerAdd macro to check for 16bit per sample.
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-20 Michael Niedermayeradd isBE()
2009-04-18 Michael NiedermayerRemove 2 useless += at the end of rgb16to15(), found...
2009-04-18 Stefano SabatiniRename swscale_avoption.c to options.c.
2009-04-18 Stefano SabatiniMake sws_setColorspaceDetails() return -1 if the destin...
2009-04-18 Stefano SabatiniMove sws_[gs]etColorspaceDetails() documentation from...
2009-04-14 Diego Biurrunwhitespace cosmetics: Break some overly long lines.
2009-04-14 Cédric SchieliDo not use abgrToA for both luma and alpha channel...
2009-04-12 Diego BiurrunMove addition of MMX-OBJS to OBJS into common.mak inste...
2009-04-12 Diego Biurrunwhitespace cosmetics: Reindent a few lines and break...
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-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-04-01 Måns RullgårdMake examples and test progs depend on libraries
2009-03-31 Diego BiurrunAdd missing $(EXESUF) to example/test program dependenc...
2009-03-30 Reimar DöffingerUse correct PRId64 instead of "lld" in printf string...
2009-03-29 Diego BiurrunGeneralize example target rule in common.mak so that...
2009-03-29 Diego BiurrunMove swscale AltiVec template code to ppc subdirectory.
2009-03-29 Diego BiurrunRelicense file to LGPL with the permission of Romain...
2009-03-27 Ramiro PollaMove bfin specific code to its subdir.
2009-03-26 Diego BiurrunRename cs_test.c --> colorspace-test.c. This is more...
2009-03-26 Ramiro PollaMove yuv2rgb code to subdirs.
2009-03-25 Diego Biurrunswscale-example is an API example, not a test program.
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-24 Cédric SchieliSimpler and more elegant fix to the x86_32/OSX+PIC...
2009-03-22 Diego BiurrunRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 Diego BiurrunRemove unnecessary CLEANFILES declaration. Test program...
2009-03-21 Michael NiedermayerEnable unscaled packed422 -> planar 420 converters...
2009-03-21 Michael Niedermayer10l (C code was buggy and untested)
2009-03-21 Michael NiedermayerAverage chroma of 2 lines in packed 422 -> planar 420.
2009-03-21 Cédric SchieliFix build failure on x86_32 Mac OS X with PIC enabled
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 Benoit FouetInitialize pointer arrays which may be freed before...
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 SchieliAlso test the alpha channel in swscale-example
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 SchieliAdd YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters
2009-03-20 Cédric SchieliUse a simpler and more general check for the gray case...
2009-03-19 Diego BiurrunInitialize *srcContext, *dstContext, *outContext to...
2009-03-19 Matthieu CastetRemove useless casting in asm "m" operand.
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 NiedermayerRevert
2009-03-19 Michael NiedermayerFix 10l typo.
2009-03-19 Michael NiedermayerUnscaled converters for
2009-03-18 Reimar DöffingerFix libswscale compilation on non-x86, hopefully withou...
2009-03-18 Ramiro Pollaswscale-example: use LFG instead of random()
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-17 Diego BiurrunFix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2...
2009-03-17 Diego Biurrunwhitespace cosmetics: Consistently format function...
2009-03-16 Cédric SchieliAdd an alpha parameter to the YUV2RGBFUNC macro to...
2009-03-16 Cédric SchieliSplit YUV2RGB operands declaration into a separate...
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-11 Cédric SchieliIn initMMX2HScaler, when chrDstW is not divisible by...
2009-03-09 Kostya ShishkovMask all unused bits for packed pixel format instead...
2009-03-07 Cédric SchieliLet the 4th plane reach the swScale function
2009-03-07 Cédric SchieliYUVA420P is a planar YUV format
next