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
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-11-12use sse16_sse2() in nsseLoren Merritt
2005-10-27faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.Loren Merritt
2005-10-10h264 mmx weighted prediction. up to 3% overall speedup.Loren Merritt
2005-09-30sse2 16x16 sum squared diff (306=>268 cycles on a K8)Loren Merritt
2005-09-22replace a few mov + psrlq with pshufw, there are more cases which could benef...Michael Niedermayer
2005-09-10Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.Reimar Döffinger
2005-09-10xvids mmx&mmx2 idctsMichael Niedermayer
2005-09-07Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård
2005-06-03sort H.264 mmx dsp functions into their own fileLoren Merritt
2005-06-02adding a few constMichael Niedermayer
2005-06-01MMX for H.264 iDCT (adapted from x264)Loren Merritt
2005-05-25MMX code for (put|avg)_h264_chroma_mc8Zoltán Hidvégi
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-17disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ...Michael Niedermayer
2005-05-08fix PICMichael Niedermayer
2005-04-25MMX for H.264 deblocking filterLoren Merritt
2005-02-07optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fj...Martin Drab
2004-10-11adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs
2004-09-261/2 resolution decodingMichael Niedermayer
2004-09-08h264_qpel8_hv_lowpass_mmx2/3dnowMichael Niedermayer
2004-09-08h264_qpel4_hv_lowpass_mmx2/3dnowMichael Niedermayer
2004-09-08optimizationMichael Niedermayer
2004-09-08optimizationMichael Niedermayer
2004-09-07optimizationMichael Niedermayer
2004-09-07h264 luma motion compensation in mmx2/3dnowMichael Niedermayer
2004-09-0610000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written...Michael Niedermayer
2004-06-08sse8 and nsse in mmxMichael Niedermayer
2004-05-18some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer
2004-04-27move the 0x80 vector outside of the function, thus saving the compilerMike Melanson
2004-04-27separate out put_signed_pixels_clamped() into its own function andMike Melanson
2004-04-26reorganize and simplify the VP3 IDCT stuffMike Melanson
2004-04-25hook up support for SSE2-optimized VP3 IDCTMike Melanson
2004-03-08use optimized VP3 functions where appropriateMike Melanson
2004-03-01attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))Dmitry Baryshkov
2004-02-06quantizer noise shaping optimizationMichael Niedermayer
2004-01-31vsad16_mmx2 only applies if encoders are turned onMike Melanson
2004-01-29SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)Michael Niedermayer
2004-01-10copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer
2004-01-06interlaced dct decision cleanupMichael Niedermayer
2003-12-30interlaced motion estimationMichael Niedermayer
2003-12-13Here are juste two added #ifdef CONFIG_ENCODERS to allowAurelien Jacobs
2003-12-03h263_h_loop_filter_mmxMichael Niedermayer
2003-12-02h263_v_loop_filter_mmxMichael Niedermayer
2003-10-241lAlex Beregszaszi
2003-10-23minor mmx2 optimization if the dctMichael Niedermayer
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
2003-10-13mmx2 optimization of huffyuv median encodingMichael Niedermayer
2003-06-21the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer