summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.Diego Biurrun2007-02-271-1/+1
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-15/+15
* Adding H.264 DCT.Panagiotis Issaris2006-12-111-0/+8
* improved stack misalignment warningMåns Rullgård2006-12-111-4/+3
* better warningMichael Niedermayer2006-12-071-2/+3
* ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer2006-12-071-0/+20
* Move copy_block* functions to dsp dsputil.hBrian Foley2006-11-261-77/+0
OpenPOWER on IntegriCloud