summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Set rv34 (0,0) subpel mc functions to the optimised h264 onesMåns Rullgård2010-06-281-0/+10
* Add const to some pointer parameters.Eli Friedman2010-06-271-2/+2
* Make VP8 DSP functions take two stridesJason Garrett-Glaser2010-06-251-12/+0
* Native VP8 decoder.David Conrad2010-06-221-0/+13
* Add const to ff_emulated_edge_mcDavid Conrad2010-05-271-1/+1
* Add more const to _l4 pixel functionsDavid Conrad2010-05-271-4/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* vp3: DC-only IDCTDavid Conrad2010-04-171-0/+1
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-161-288/+0
* Separate DWT from snow and dsputilMåns Rullgård2010-03-141-109/+3
* Add some required castsMåns Rullgård2010-03-111-2/+2
* Move ff_spatial_dwt() prototype to snow.hMåns Rullgård2010-03-061-3/+0
* Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-061-8/+0
* Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-061-2/+2
* Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård2010-03-061-14/+0
* Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård2010-03-061-12/+4
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* Bink video decoderKostya Shishkov2010-02-211-0/+72
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-171-7/+7
* Simplify some declarations of aligned arraysMåns Rullgård2010-02-171-15/+8
* 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
OpenPOWER on IntegriCloud