aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
AgeCommit message (Expand)Author
2008-04-29Typo: distoration -> distortion.Ramiro Polla
2008-04-16Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.Alexander Strange
2008-03-05remove more useless mpegvideo.h includesAurelien Jacobs
2008-03-04move ff_emulated_edge_mc() to dsputilAurelien Jacobs
2008-03-04move ff_init_scantable() into dsputilAurelien Jacobs
2008-03-04move draw_edges() into dsputilAurelien Jacobs
2008-02-26floating point AAN IDCTMichael Niedermayer
2008-02-22cleaner way of writing packed-byte constants.Loren Merritt
2008-02-21indentLoren Merritt
2008-02-21pseudo-simd add_bytes and diff_bytesLoren Merritt
2008-02-21simd and unroll png_filter_rowLoren Merritt
2008-02-01const src for bswapMichael Niedermayer
2008-02-01constsMichael Niedermayer
2007-12-21Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun
2007-12-21More consistent { placement.Michael Niedermayer
2007-12-21indentMichael Niedermayer
2007-12-21~15% faster h264_chroma_mc2/4_c() these also prevent some possible outMichael Niedermayer
2007-12-2130% faster h264_chroma_mc8_c(), this also prevents a possible out ofMichael Niedermayer
2007-12-08add ff_ prefix to all simple_idct symbolsAurelien Jacobs
2007-11-09remove useless #ifdefMichael Niedermayer
2007-11-09intrax8 decoder patch by "someone"Michael Niedermayer
2007-09-29sse2 version of compute_autocorr().Loren Merritt
2007-09-23VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun
2007-08-13Add attribute that forces alignment of stack to functions that need it.Ramiro Polla
2007-08-09 * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik
2007-07-28Take care of some renames (Doxygen and function name) after the previous pure...Panagiotis Issaris
2007-07-24help some gcc version to optimize out those functionsAurelien Jacobs
2007-07-11revert commit 9603Ivan Kalvachev
2007-07-11Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev
2007-07-10cosmetics: indentationAurelien Jacobs
2007-07-10Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs
2007-07-08fix warningMåns Rullgård
2007-07-08make arguments to ssd_int8_vs_int16() constMåns Rullgård
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-16kill some "defined but not used" warningsMåns Rullgård
2007-06-16kill a warning on 64-bit machinesMåns Rullgård
2007-06-15use if() instead of #ifdef and ensure all possible optimisations are enabledAurelien Jacobs
2007-06-15Correct signature of just_return().Panagiotis Issaris
2007-06-14Simplify init preprocessor statements.Albert Lee
2007-06-12misc typo fixesDiego Biurrun
2007-05-23ReindentPanagiotis Issaris
2007-05-23Make the compilation of h264idct.c optional.Panagiotis Issaris
2007-05-14Make vp3dsp*.c compilation optional.Panagiotis Issaris
2007-05-12factor sum_abs_dctelem out of dct_sad, and simd it.Loren Merritt
2007-03-30mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt
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