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