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-24Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.Diego Biurrun
2007-02-23reorder a few more paddws to reduce dependancy chainsMichael Niedermayer
2007-02-23reorder paddws to reduce dependancy chainMichael Niedermayer
2007-02-23shortening dependancy chain in chroma mc2Michael Niedermayer
2007-02-23remove now wrong commentMichael Niedermayer
2007-02-23fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c...Michael Niedermayer
2007-02-22gcc 2.95 fixMichael Niedermayer
2007-02-18fix for x86-64Måns Rullgård
2007-02-18rewrite H264_CHROMA_MC4_TMPL (20% faster)Michael Niedermayer
2007-02-17add a few asserts to ensure alignmentMichael Niedermayer
2007-02-17prevent h.264 MC related functions from being inlined (yes this is much faste...Michael Niedermayer
2007-02-10Minor AMD64 compilation fixReimar Döffinger
2007-02-10maybe fix x86_64 (untested)Michael Niedermayer
2007-02-09factor out common subexprssion (gcc of course is too stupid to do this ...)Michael Niedermayer
2007-02-09merge asm fragments in H264_CHROMA_MC2_TMPL()Michael Niedermayer
2007-01-30Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris
2007-01-22Fix some more license headers.Diego Biurrun
2006-12-19Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detectionGuillaume Poirier
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-11-13zigzag_direct_noperm doesn't exist, remove declarationMåns Rullgård
2006-11-12rename inverse -> ff_inverseMåns Rullgård
2006-11-12adding more static keywordsMåns Rullgård
2006-11-03ensure alignment (no speed change)Michael Niedermayer
2006-11-03merging mov & and (no speedchange)Michael Niedermayer
2006-11-032 instructions less (same speed)Michael Niedermayer
2006-11-03comment about failed optimizationMichael Niedermayer
2006-11-03move luma tc0 related init into asmMichael Niedermayer
2006-11-032 instructions less in h264_loop_filter_luma_mmx2()Michael Niedermayer
2006-11-03preempt possible overflowMichael Niedermayer
2006-11-031 instruction lessMichael Niedermayer
2006-11-03optimize H264_DEBLOCK_P0_Q0Michael Niedermayer
2006-10-14Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failureDiego Biurrun
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-07Compilation fix, printf gets redefined to please_use_av_log.Diego Biurrun
2006-10-05Switch idct_mmx_xvid.c from GPL to LGPL as permitted by theDiego Biurrun
2006-10-02approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
2006-09-21cosmetics (indentation)Loren Merritt
2006-09-21tweak ff_imdct_calc_3dn2Loren Merritt
2006-09-21sse implementation of imdct.Loren Merritt
2006-09-20New single instruction math operation headerLuca Barbato
2006-09-15disable vp3 mmx idct for theora files to avoid artifactsAurelien Jacobs
2006-09-14Remove the LGPL exception clause as discussed on ffmpeg-develDiego Biurrun
2006-09-13Enables back the mmx/sse optimized version of the vp3 idct.Aurelien Jacobs
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-09-03remove redundant declarationsMåns Rullgård
2006-08-28mmx implementation of deblocking strength decision.Loren Merritt