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-02-25Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun
2009-02-24Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanDiego Biurrun
2009-02-24Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Diego Biurrun
2009-02-22New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov
2009-02-21Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.Cédric Schieli
2009-02-21move zeroing of alpha channel register out of YSCALEYUV2xxx macros,Cédric Schieli
2009-02-21splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,Cédric Schieli
2009-02-21make MMX registers parametrized in the WRITEBGR32 macro,Cédric Schieli
2009-02-19Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini
2009-02-19Document sws_scale().Stefano Sabatini
2009-02-14Use sws_printVec2() instead of the deprecated sws_printVec().Stefano Sabatini
2009-02-14Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini
2009-02-14Document sws_normalizeVec().Stefano Sabatini
2009-02-14Make hScale_altivec_real() trim its output like other implementations doKostya Shishkov
2009-02-14Some AltiVec functions in SwScaler produce different output than theirKostya Shishkov
2009-02-12Apply misc fixes for sws_getCachedContext() documentation.Stefano Sabatini
2009-02-12Bump micro version, related to r28491.Stefano Sabatini
2009-02-12Document sws_getContext().Stefano Sabatini
2009-02-12Document sws_getIdentityVec().Stefano Sabatini
2009-02-11Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Stefano Sabatini
2009-02-11Document sws_cloneVec().Stefano Sabatini
2009-02-11Fix typo: lenght -> length.Stefano Sabatini
2009-02-11Document sws_scaleVec().Stefano Sabatini
2009-02-11Document sws_getConstVec().Stefano Sabatini
2009-02-11Move documentation of sws_getCachedContext() from swscale.c toStefano Sabatini
2009-02-11Remove pointless comment regarding sws_scale_ordered().Stefano Sabatini
2009-02-11Add a @deprecated notice to swscale_get_ordered().Stefano Sabatini
2009-02-10Remove unnecessary emms Assembler instructions.Diego Biurrun
2009-02-10Document coeff and length fields in SwsVector.Stefano Sabatini
2009-02-09Revert #undefining system functions, it is not necessary.Diego Biurrun
2009-02-09Add config.h #include for ARCH_X86 definition.Diego Biurrun
2009-02-09Add #undefs to reenable system functions that are normally forbidden in otherDiego Biurrun
2009-02-09Drop DECLARE_ALIGNED from extern declarations. It creates trouble whenDiego Biurrun
2009-02-09Prefix visible YUV2RGB functions with sws_Kostya Shishkov
2009-02-09Give better name to Inverse_Table_6_9Kostya Shishkov
2009-02-09Remove file name from file headers.Diego Biurrun
2009-02-09Drop the deprecated sws_scale_ordered() at the next major versionStefano Sabatini
2009-02-09Replace int type with enum PixelFormat for the dstFormat/srcFormatStefano Sabatini
2009-02-09Fix a typo: lumaSarpen -> lumaSharpen.Stefano Sabatini
2009-02-01cosmetics: Remove period after copyright statement non-sentence.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-25HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun
2009-01-25Declare struct SwsContext before using it, fixes the checkheaders warning:Diego Biurrun
2009-01-25Disable C code when compiling AltiVec code, fixes the warning:Diego Biurrun
2009-01-25spelling/grammar cosmeticsDiego Biurrun
2009-01-25Fix #endif comments.Diego Biurrun
2009-01-20Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.Carl Eugen Hoyos
2009-01-16Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which willNVIDIA Corporation
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-08Add PIX_FMT_VDPAU_H264.Carl Eugen Hoyos