summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* Mark parameter src of vector_clipf() as constVitor Sessak2009-08-271-3/+3
* SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak2009-08-271-0/+46
* dsputil: declare some arrays 16-byte alignedMåns Rullgård2009-08-261-6/+6
* 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2Reimar Döffinger2009-08-261-1/+1
* Remove explicit init to zero of static inv_zigzag_direct16Måns Rullgård2009-08-251-1/+1
* Get rid of large stack array in rd8x8_c()Måns Rullgård2009-08-191-9/+9
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-291-4/+4
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-221-2/+2
* Don't #if a function declaration and properly indent it.Ramiro Polla2009-04-301-3/+1
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-301-0/+8
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-141-0/+25
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-141-2/+2
* VC1: Do qpel when needed for both MVs in a B frameDavid Conrad2009-04-141-0/+3
* 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
OpenPOWER on IntegriCloud