summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt2008-07-161-5/+5
* exploit mdct symmetryLoren Merritt2008-07-131-3/+12
* simplify vorbis windowingLoren Merritt2008-07-131-8/+33
* Fix x86-64Michael Niedermayer2008-07-071-1/+1
* Add several vector functions used by Monkey's Audio decoder to dsputilKostya Shishkov2008-07-061-0/+25
* Typo: distoration -> distortion.Ramiro Polla2008-04-291-3/+3
* Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.Alexander Strange2008-04-161-0/+6
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-051-1/+0
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-041-0/+71
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-041-0/+24
* move draw_edges() into dsputilAurelien Jacobs2008-03-041-0/+31
* floating point AAN IDCTMichael Niedermayer2008-02-261-0/+6
* cleaner way of writing packed-byte constants.Loren Merritt2008-02-221-2/+3
* indentLoren Merritt2008-02-211-10/+10
* pseudo-simd add_bytes and diff_bytesLoren Merritt2008-02-211-13/+20
* simd and unroll png_filter_rowLoren Merritt2008-02-211-0/+18
* const src for bswapMichael Niedermayer2008-02-011-1/+1
* constsMichael Niedermayer2008-02-011-1/+1
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-211-8/+8
* More consistent { placement.Michael Niedermayer2007-12-211-12/+6
* indentMichael Niedermayer2007-12-211-29/+29
* ~15% faster h264_chroma_mc2/4_c() these also prevent some possible outMichael Niedermayer2007-12-211-0/+26
* 30% faster h264_chroma_mc8_c(), this also prevents a possible out ofMichael Niedermayer2007-12-211-0/+18
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-081-4/+4
* remove useless #ifdefMichael Niedermayer2007-11-091-4/+0
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-091-0/+94
* sse2 version of compute_autocorr().Loren Merritt2007-09-291-0/+6
* VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-231-1/+1
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-131-1/+2
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-091-71/+71
* Take care of some renames (Doxygen and function name) after the previous pure...Panagiotis Issaris2007-07-281-2/+2
* help some gcc version to optimize out those functionsAurelien Jacobs2007-07-241-0/+4
* revert commit 9603Ivan Kalvachev2007-07-111-16/+0
* Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev2007-07-111-0/+16
* cosmetics: indentationAurelien Jacobs2007-07-101-2/+2
* Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs2007-07-101-0/+3
* fix warningMåns Rullgård2007-07-081-2/+2
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-081-1/+2
* Group all copyright and author notices together.Diego Biurrun2007-07-051-2/+2
* kill some "defined but not used" warningsMåns Rullgård2007-06-161-3/+3
* kill a warning on 64-bit machinesMåns Rullgård2007-06-161-1/+1
* use if() instead of #ifdef and ensure all possible optimisations are enabledAurelien Jacobs2007-06-151-19/+9
* Correct signature of just_return().Panagiotis Issaris2007-06-151-1/+1
* Simplify init preprocessor statements.Albert Lee2007-06-141-17/+9
* misc typo fixesDiego Biurrun2007-06-121-1/+1
* ReindentPanagiotis Issaris2007-05-231-4/+4
* Make the compilation of h264idct.c optional.Panagiotis Issaris2007-05-231-1/+3
* Make vp3dsp*.c compilation optional.Panagiotis Issaris2007-05-141-1/+2
* factor sum_abs_dctelem out of dct_sad, and simd it.Loren Merritt2007-05-121-7/+11
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-301-0/+10
OpenPOWER on IntegriCloud