summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAge
* Adding 2 intra 8x8 cmp functions: vsad, vsseRoman Shaposhnik2009-02-19
* Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik2009-02-19
* move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs2009-02-09
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-08
* Remove H.264 encoder initialization.Diego Biurrun2009-02-01
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
* RV30 decoderKostya Shishkov2008-12-20
* Move filter_luma_intra into dsputil for later addition of asm.Jason Garrett-Glaser2008-12-19
* H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer2008-12-18
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
* clear_block mmxLoren Merritt2008-12-10
* RV40 MC functionsKostya Shishkov2008-12-01
* Electronic Arts TGQ/TQI/MAD IDCT algorithmPeter Ross2008-11-08
* Move VP3 loop filter to DSPContextDavid Conrad2008-10-04
* simd int->floatLoren Merritt2008-08-13
* simd downmixLoren Merritt2008-08-13
* float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt2008-07-16
* exploit mdct symmetryLoren Merritt2008-07-13
* simplify vorbis windowingLoren Merritt2008-07-13
* Fix x86-64Michael Niedermayer2008-07-07
* Add several vector functions used by Monkey's Audio decoder to dsputilKostya Shishkov2008-07-06
* Typo: distoration -> distortion.Ramiro Polla2008-04-29
* Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.Alexander Strange2008-04-16
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-04
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-04
* move draw_edges() into dsputilAurelien Jacobs2008-03-04
* floating point AAN IDCTMichael Niedermayer2008-02-26
* cleaner way of writing packed-byte constants.Loren Merritt2008-02-22
* indentLoren Merritt2008-02-21
* pseudo-simd add_bytes and diff_bytesLoren Merritt2008-02-21
* simd and unroll png_filter_rowLoren Merritt2008-02-21
* const src for bswapMichael Niedermayer2008-02-01
* constsMichael Niedermayer2008-02-01
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-21
* More consistent { placement.Michael Niedermayer2007-12-21
* indentMichael Niedermayer2007-12-21
* ~15% faster h264_chroma_mc2/4_c() these also prevent some possible outMichael Niedermayer2007-12-21
* 30% faster h264_chroma_mc8_c(), this also prevents a possible out ofMichael Niedermayer2007-12-21
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-08
* remove useless #ifdefMichael Niedermayer2007-11-09
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-09
* sse2 version of compute_autocorr().Loren Merritt2007-09-29
* VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-23
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-13