summaryrefslogtreecommitdiff
path: root/libavcodec/arm/dsputil_init_neon.c
Commit message (Expand)AuthorAge
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-29
* dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-20
* arm: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-20
* arm: dsputil: Add a bunch of missing #includesDiego Biurrun2014-03-13
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-08
* arm: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-05
* dsputil: Separate h264 qpelMans Rullgard2013-01-24
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-22
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-22
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-19
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-26
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-18
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* Remove lowres video decodingMans Rullgard2012-04-21
* dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET2012-03-07
* ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard2011-12-01
* ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard2011-12-01
* ARM: NEON optimised vector_fmac_scalar()Mans Rullgard2011-09-28
* dsputil: remove some unused functionsMans Rullgard2011-07-27
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* ARM: NEON optimised vector_clip_int32()Mans Rullgard2011-07-02
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* ARM: fix ff_apply_window_int16_neon() prototypeMans Rullgard2011-03-24
* ARM: NEON optimised apply_window_int16()Mans Rullgard2011-03-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* Add const to some pointer parameters.Eli Friedman2010-06-27
* ARM: NEON clear_block[s]Måns Rullgård2010-06-01
* vp3: DC-only IDCTDavid Conrad2010-04-17
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16
* ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16Kostya Shishkov2010-02-22
* ARM: NEON 2xN chroma MCMåns Rullgård2009-12-02
* ARM: NEON 16x16 and 8x8 avg qpel MCMåns Rullgård2009-12-02