aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needsReimar Döffinger2010-01-221-1/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-8/+8
* Mark the h264 c loop filter as av_always_inline av_flatten to make sure itsMichael Niedermayer2010-01-191-4/+4
* skip outer pixels if possible in h264_loop_filter_luma_c().Michael Niedermayer2010-01-191-0/+2
* Implement alpha channel decoding for BGR HuffYUV.Alexander Strange2010-01-141-2/+9
* More av_cold for infrequently called functions.Zuxy Meng2010-01-131-2/+2
* Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun2009-12-301-4/+3
* Add required header #includes for mpegvideo.h and config.h.Diego Biurrun2009-12-301-0/+2
* refactor and optimize scalarproductLoren Merritt2009-12-051-14/+11
* huffyuv: add some const qualifiersLoren Merritt2009-10-181-2/+2
* add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles2009-10-181-0/+2
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-171-5/+3
* Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().Alexander Strange2009-10-161-1/+1
* Huffyuv: Add missing const to src pointers in dsputil functions.Alexander Strange2009-10-161-4/+4
* Move HuffYUV left prediction to dsputil.Nathan Caldwell2009-10-061-0/+55
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-271-3/+3
* Add some dsputil functions useful for AAC decoderMåns Rullgård2009-09-221-0/+83
* extend ff_inverse[], and fix its documentationLoren Merritt2009-09-211-2/+4
* 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