]> git.sesse.net Git - ffmpeg/history - libswscale
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
[ffmpeg] / libswscale /
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
2009-03-05 Cédric SchieliFix bug introduced by me in r28756
2009-03-04 Cédric SchieliRewrite of rgb15to32 and rgb16to32 using fewer asm...
2009-03-03 Jindřich Makovičkaremove the rest of x86 asm from LGPL build
2009-03-01 Dominik MierzejewskiFix typo in comments.
2009-03-01 Reimar DöffingerAdd warnings to yuv2rgb_vis.c because alpha is set...
2009-03-01 Reimar DöffingerMake AltiVec code write alpha as 255 instead of 0 when...
2009-03-01 Reimar DöffingerFix braindead and broken way to calculate abase, fixes...
2009-02-28 Cédric SchieliWhen converting from a non alpha format to an alpha...
2009-02-27 Cédric SchieliAdd an isALPHA macro to check if pixel format has alpha...
2009-02-27 Cédric SchieliUse YUV420P code path for YUVA420P where appropriate
2009-02-27 Cédric SchieliRefactor code for upcoming alpha patches.
2009-02-24 Diego BiurrunRename yuv2rgb2.c --> yuv2rgb.c.
2009-02-24 Diego BiurrunRelicense AltiVec optimizations as LGPL with the permis...
2009-02-24 Diego BiurrunRemove GPL version of yuv2rgb.c that has been replaced...
2009-02-22 Kostya ShishkovNew LGPLed YUV2RGB table generator for SwScaler
2009-02-21 Cédric SchieliFactorize some code in yuv2rgb_template.c to ease furth...
2009-02-21 Cédric Schielimove zeroing of alpha channel register out of YSCALEYUV...
2009-02-21 Cédric Schielisplits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
2009-02-21 Cédric Schielimake MMX registers parametrized in the WRITEBGR32 macro,
2009-02-18 Stefano SabatiniRename the "src" parameter in the sws_scale() declarati...
2009-02-18 Stefano SabatiniDocument sws_scale().
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 Stefano SabatiniDocument sws_normalizeVec().
2009-02-14 Kostya ShishkovMake hScale_altivec_real() trim its output like other...
2009-02-14 Kostya ShishkovSome AltiVec functions in SwScaler produce different...
2009-02-12 Stefano SabatiniApply misc fixes for sws_getCachedContext() documentation.
2009-02-12 Stefano SabatiniBump micro version, related to r28491.
2009-02-11 Stefano SabatiniDocument sws_getContext().
2009-02-11 Stefano SabatiniDocument sws_getIdentityVec().
2009-02-10 Stefano SabatiniMove sws_getGaussianVec() documentation from swscale...
2009-02-10 Stefano SabatiniDocument sws_cloneVec().
2009-02-10 Stefano SabatiniFix typo: lenght -> length.
2009-02-10 Stefano SabatiniDocument sws_scaleVec().
2009-02-10 Stefano SabatiniDocument sws_getConstVec().
2009-02-10 Stefano SabatiniMove documentation of sws_getCachedContext() from swsca...
2009-02-10 Stefano SabatiniRemove pointless comment regarding sws_scale_ordered().
2009-02-10 Stefano SabatiniAdd a @deprecated notice to swscale_get_ordered().
2009-02-10 Diego BiurrunRemove unnecessary emms Assembler instructions.
2009-02-09 Stefano SabatiniDocument coeff and length fields in SwsVector.
2009-02-09 Diego BiurrunRevert #undefining system functions, it is not necessary.
2009-02-09 Diego BiurrunAdd config.h #include for ARCH_X86 definition.
2009-02-09 Diego BiurrunAdd #undefs to reenable system functions that are norma...
2009-02-09 Diego BiurrunDrop DECLARE_ALIGNED from extern declarations. It...
2009-02-09 Kostya ShishkovPrefix visible YUV2RGB functions with sws_
2009-02-09 Kostya ShishkovGive better name to Inverse_Table_6_9
2009-02-09 Diego BiurrunRemove file name from file headers.
2009-02-08 Stefano SabatiniDrop the deprecated sws_scale_ordered() at the next...
2009-02-08 Stefano SabatiniReplace int type with enum PixelFormat for the dstForma...
2009-02-08 Stefano SabatiniFix a typo: lumaSarpen -> lumaSharpen.
2009-02-01 Diego Biurruncosmetics: Remove period after copyright statement...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-25 Diego BiurrunHAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest config...
2009-01-25 Diego BiurrunDeclare struct SwsContext before using it, fixes the...
2009-01-25 Diego BiurrunDisable C code when compiling AltiVec code, fixes the...
2009-01-25 Diego Biurrunspelling/grammar cosmetics
next