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
2007-01-30Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris
2006-12-19Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detectionGuillaume Poirier
2006-12-07ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer
2006-12-07Added entry for H.264 DCT to the DSP context.Panagiotis Issaris
2006-12-06Add comment denoting group of H.264 functionsPanagiotis Issaris
2006-12-03Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger
2006-11-26Move copy_block* functions to dsp dsputil.hBrian Foley
2006-11-26Correct rounding values in overlap filteringKostya Shishkov
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-11-13rename squareTbl -> ff_squareTblMåns Rullgård
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-02approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt
2006-09-21sse implementation of imdct.Loren Merritt
2006-09-17ADI Blackfin optimizationsMichael Benjamin
2006-09-02Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov
2006-09-02New function for chroma MC (will be used in VC-1)Kostya Shishkov
2006-08-31Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato
2006-08-31New qpel MC functions conforming to VC-1 standard.Kostya Shishkov
2006-08-28mmx implementation of deblocking strength decision.Loren Merritt
2006-08-11vorbis simd tweaksLoren Merritt
2006-08-10sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt
2006-08-083dnow2 implementation of imdct.Loren Merritt
2006-08-03sse & sse2 implementations of vorbis channel coupling.Loren Merritt
2006-07-30New functions in DSPContext for VC-1 decodingKostya Shishkov
2006-07-03CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer
2006-04-28Remove unused and unsupported Cyrix's "Extended MMX",Zuxy Meng
2006-04-04mmx implementation of 3-point GMC. (5x faster than C)Loren Merritt
2006-04-01remove mpegvideo.c img resample dependancyMichael Niedermayer
2006-03-24ST16 is undefined for non-GNU compilers.Steve L'Homme
2006-03-23prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt
2006-03-16First part of a series of speed-enchancing patches.Robert Edele
2006-03-083DNow! & Extended 3DNow! versions of FFTZuxy Meng
2006-02-10h264: special case dc-only idct. ~1% faster overallLoren Merritt
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-09tweak h264_biweightLoren Merritt
2006-01-08use h264 MC functions for 2xX Xx2 blocks in snow tooMichael Niedermayer
2006-01-048x8 integer dct from x264 as cmp function (under CONFIG_GPL)Michael Niedermayer
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-20Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.hDiego Biurrun
2005-06-29IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin :...Gildas Bazin
2005-06-17H.264 lossless modeLoren Merritt
2005-06-03decode H.264 with 8x8 transform.Loren Merritt
2005-05-21remove unused vp3 related function pointersMichael Niedermayer
2005-05-18H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas...Loren Merritt
2005-05-17porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct APIMichael Niedermayer
2005-05-17porting vp3 idct over to lavc idct apiMichael Niedermayer