summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAge
...
* Add const to ff_emulated_edge_mcDavid Conrad2010-05-27
* Add more const to _l4 pixel functionsDavid Conrad2010-05-27
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* vp3: DC-only IDCTDavid Conrad2010-04-17
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16
* Separate DWT from snow and dsputilMåns Rullgård2010-03-14
* Add some required castsMåns Rullgård2010-03-11
* Move ff_spatial_dwt() prototype to snow.hMåns Rullgård2010-03-06
* Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-06
* Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-06
* Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård2010-03-06
* Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Bink video decoderKostya Shishkov2010-02-21
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-17
* Simplify some declarations of aligned arraysMåns Rullgård2010-02-17
* The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needsReimar Döffinger2010-01-22
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Mark the h264 c loop filter as av_always_inline av_flatten to make sure itsMichael Niedermayer2010-01-19
* skip outer pixels if possible in h264_loop_filter_luma_c().Michael Niedermayer2010-01-19
* Implement alpha channel decoding for BGR HuffYUV.Alexander Strange2010-01-14
* More av_cold for infrequently called functions.Zuxy Meng2010-01-13
* Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun2009-12-30
* Add required header #includes for mpegvideo.h and config.h.Diego Biurrun2009-12-30
* refactor and optimize scalarproductLoren Merritt2009-12-05
* huffyuv: add some const qualifiersLoren Merritt2009-10-18
* add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles2009-10-18
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-17
* Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().Alexander Strange2009-10-16
* Huffyuv: Add missing const to src pointers in dsputil functions.Alexander Strange2009-10-16
* Move HuffYUV left prediction to dsputil.Nathan Caldwell2009-10-06
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-27
* Add some dsputil functions useful for AAC decoderMåns Rullgård2009-09-22
* extend ff_inverse[], and fix its documentationLoren Merritt2009-09-21
* Mark parameter src of vector_clipf() as constVitor Sessak2009-08-27
* SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak2009-08-27
* dsputil: declare some arrays 16-byte alignedMåns Rullgård2009-08-26
* 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2Reimar Döffinger2009-08-26
* Remove explicit init to zero of static inv_zigzag_direct16Måns Rullgård2009-08-25
* Get rid of large stack array in rd8x8_c()Måns Rullgård2009-08-19
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-29
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-22
* Don't #if a function declaration and properly indent it.Ramiro Polla2009-04-30
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-30
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-14
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-14
* VC1: Do qpel when needed for both MVs in a B frameDavid Conrad2009-04-14
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-26
* Adding 2 intra 8x8 cmp functions: vsad, vsseRoman Shaposhnik2009-02-19
* Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik2009-02-19