summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAge
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-07
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-25
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-25
* Move cavs dsp functions to their own structMåns Rullgård2010-08-03
* Make ff_inverse stay with libavutil, and optional copy it to libavcodec.Diego Pettenò2010-07-21
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Set rv34 (0,0) subpel mc functions to the optimised h264 onesMåns Rullgård2010-06-28
* Add const to some pointer parameters.Eli Friedman2010-06-27
* Make VP8 DSP functions take two stridesJason Garrett-Glaser2010-06-25
* Native VP8 decoder.David Conrad2010-06-22
* 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