summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-261-1/+1
* Adding 2 intra 8x8 cmp functions: vsad, vsseRoman Shaposhnik2009-02-191-28/+37
* Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik2009-02-191-2/+2
* move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs2009-02-091-0/+3
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-081-0/+18
* Remove H.264 encoder initialization.Diego Biurrun2009-02-011-3/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+1
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-17/+17
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-25/+25
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-271-2/+2
* RV30 decoderKostya Shishkov2008-12-201-0/+7
* Move filter_luma_intra into dsputil for later addition of asm.Jason Garrett-Glaser2008-12-191-0/+59
* H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer2008-12-181-0/+4
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-171-1/+1
* clear_block mmxLoren Merritt2008-12-101-0/+6
* RV40 MC functionsKostya Shishkov2008-12-011-0/+24
* Electronic Arts TGQ/TQI/MAD IDCT algorithmPeter Ross2008-11-081-0/+6
* Move VP3 loop filter to DSPContextDavid Conrad2008-10-041-0/+5
* simd int->floatLoren Merritt2008-08-131-0/+7
* simd downmixLoren Merritt2008-08-131-0/+6
* 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
OpenPOWER on IntegriCloud