summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAge
* 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
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-09
* Take care of some renames (Doxygen and function name) after the previous pure...Panagiotis Issaris2007-07-28
* help some gcc version to optimize out those functionsAurelien Jacobs2007-07-24
* revert commit 9603Ivan Kalvachev2007-07-11
* Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev2007-07-11
* cosmetics: indentationAurelien Jacobs2007-07-10
* Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs2007-07-10
* fix warningMåns Rullgård2007-07-08
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-08
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* kill some "defined but not used" warningsMåns Rullgård2007-06-16
* kill a warning on 64-bit machinesMåns Rullgård2007-06-16
* use if() instead of #ifdef and ensure all possible optimisations are enabledAurelien Jacobs2007-06-15
* Correct signature of just_return().Panagiotis Issaris2007-06-15
* Simplify init preprocessor statements.Albert Lee2007-06-14
* misc typo fixesDiego Biurrun2007-06-12
* ReindentPanagiotis Issaris2007-05-23
* Make the compilation of h264idct.c optional.Panagiotis Issaris2007-05-23