summaryrefslogtreecommitdiff
path: root/libavcodec/i386/dsputil_mmx.c
Commit message (Expand)AuthorAge
* 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
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-21
* more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot c...Michael Niedermayer2003-05-07
* 10l (hadamard fix)Michael Niedermayer2003-04-14
* faster hadamard transformMichael Niedermayer2003-03-26
* * oooooops - sorry for this one - wrong logicZdenek Kabelac2003-03-10
* * support FF_MM_FORCEZdenek Kabelac2003-03-07
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* * prototypes at one placeZdenek Kabelac2003-02-11
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10