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-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-03-24Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertionCédric Schieli
2009-03-24Fix some places where "non-alpha to YUVA420P" do not fill the alpha planeCédric Schieli
2009-03-22Enable unscaled packed422 -> planar 420 converters by default as theMichael Niedermayer
2009-03-21Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi...Reimar Döffinger
2009-03-20Avoid crash on planarCopy to a destination without alpha.Reimar Döffinger
2009-03-20YUVA420P is now supported as output formatCédric Schieli
2009-03-20Add alpha channel scalingCédric Schieli
2009-03-20Use a simpler and more general check for the gray case in the planarCopy func...Cédric Schieli
2009-03-20Allocate executable memory with VirtualAlloc() in Windows.Ramiro Polla
2009-03-20Drop unnecessary cast and cosmetically align.Ramiro Polla
2009-03-19Fix 10l typo.Michael Niedermayer
2009-03-19Unscaled converters forMichael Niedermayer
2009-03-18Do not assume long is same width as x86 register.Ramiro Polla
2009-03-18Consistently use ff_ prefixes for internal symbols.Diego Biurrun
2009-03-17Add a fillPlane function to fill a plane with one constant valueCédric Schieli
2009-03-17Don't write outside of the picture buffer in planarCopy in the gray caseCédric Schieli
2009-03-11In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos el...Cédric Schieli
2009-03-07Let the 4th plane reach the swScale functionCédric Schieli
2009-03-06Fix bug introduced by me in r28756Cédric Schieli
2009-02-28When converting from a non alpha format to an alpha format, defaultsCédric Schieli
2009-02-28Use YUV420P code path for YUVA420P where appropriateCédric Schieli
2009-02-22New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov
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-14Some AltiVec functions in SwScaler produce different output than theirKostya Shishkov
2009-02-11Move sws_getGaussianVec() documentation from swscale.c to swscale.h.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-09Prefix visible YUV2RGB functions with sws_Kostya Shishkov
2009-02-09Give better name to Inverse_Table_6_9Kostya Shishkov
2009-02-09Drop the deprecated sws_scale_ordered() at the next major versionStefano Sabatini
2009-01-25HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.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
2008-12-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun
2008-10-27Silence GCC warnings:Vitor Sessak
2008-10-26Silence GCC warningVitor Sessak
2008-10-25Do not attempt to use the unscaled yuv2rgb converter when height is odd becauseMichael Niedermayer
2008-10-23Cosmetics: alignmentVitor Sessak
2008-10-23Fix broken palette8to*.Vitor Sessak