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-02-27The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.Diego Biurrun
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2006-12-11Adding H.264 DCT.Panagiotis Issaris
2006-12-11improved stack misalignment warningMåns Rullgård
2006-12-07better warningMichael Niedermayer
2006-12-07ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer
2006-11-26Move copy_block* functions to dsp dsputil.hBrian Foley
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-11-12rename inverse -> ff_inverseMåns Rullgård
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
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-17ADI Blackfin optimizationsMichael Benjamin
2006-09-03remove redundant declarationsMåns Rullgård
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-31New qpel MC functions conforming to VC-1 standard.Kostya Shishkov
2006-08-28mmx implementation of deblocking strength decision.Loren Merritt
2006-08-10sse and 3dnow implementations of float->int conversion and mdct windowing.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-07Fix compilation with --disable-decoders.Emiliano Parasassi
2006-07-03CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer
2006-06-30Disable w53 and w97 cmp methods when snow encoder is disabledDiego Pettenò
2006-05-30Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...Loren Merritt
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-23prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt
2006-03-1710l: Only set *compose97i *add_yblock to dsputils context if we are building ...Oded Shimon
2006-03-16First part of a series of speed-enchancing patches.Robert Edele
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-05ugly, but necessaryMike Melanson
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-08-14kill a bunch of compiler warningsMåns Rullgård
2005-06-17H.264 lossless modeLoren Merritt
2005-06-03decode H.264 with 8x8 transform.Loren Merritt
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
2005-05-07minor optimization of the h264 loop filterMichael Niedermayer
2005-05-03put most codecs under ifdefsMichael Niedermayer