]> git.sesse.net Git - ffmpeg/history - libavcodec/arm/dsputil_init_neon.c
dsputil: Split audio operations off into a separate context
[ffmpeg] / libavcodec / arm / dsputil_init_neon.c
2014-06-22 Diego Biurrundsputil: Split audio operations off into a separate...
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-05-29 Diego Biurrundsputil: Move APE-specific bits into apedsp
2014-03-20 Diego Biurrundsputil: Propagate bit depth information to all (sub...
2014-03-20 Diego Biurrunarm: dsputil: K&R formatting cosmetics
2014-03-13 Diego Biurrunarm: dsputil: Add a bunch of missing #includes
2013-12-08 Diego Biurrundsputil: Move apply_window_int16 to ac3dsp
2013-04-19 Ronald S. Bultjearm: hpeldsp: Move half-pel assembly from dsputil to...
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-06 Diego Biurrundsputil: Separate h264chroma
2013-02-05 Diego BiurrunAdd av_cold attributes to arch-specific init functions
2013-02-05 Diego BiurrunUse ptrdiff_t instead of int for {avg, put}_pixels...
2013-01-24 Mans Rullgarddsputil: Separate h264 qpel
2013-01-23 Ronald S. Bultjedsputil: remove one array dimension from avg_no_rnd_pix...
2013-01-23 Ronald S. Bultjedsputil: remove avg_no_rnd_pixels8.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move butterflies_float from dsputil to avfloa...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_add from dsputil to avfloatdsp.
2013-01-20 Ronald S. BultjeMove vorbis_inverse_coupling from dsputil to vorbisdspc...
2013-01-16 Justin Ruggleslavc: Move vector_fmul_window to AVFloatDSPContext
2012-11-26 Justin Rugglesdsputil: move vector_fmul_scalar() to AVFloatDSPContext...
2012-07-18 Mans Rullgardvp3: move idct and loop filter pointers to new vp3dsp...
2012-06-18 Justin Rugglesfloat_dsp: Move vector_fmac_scalar() from libavcodec...
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-04-21 Mans RullgardRemove lowres video decoding
2012-03-07 Christophe GISQUETdsputil: remove shift parameter from scalarproduct_int16
2011-12-01 Mans RullgardARM: fix indentation in ff_dsputil_init_neon()
2011-12-01 Mans RullgardARM: add remaining NEON avg_pixels8/16 functions
2011-09-28 Mans RullgardARM: NEON optimised vector_fmac_scalar()
2011-07-27 Mans Rullgarddsputil: remove some unused functions
2011-07-21 Mans Rullgarddsputil: update per-arch init funcs for non-h264 high...
2011-07-20 Mans Rullgardsimple_idct: add 10-bit version
2011-07-02 Mans RullgardARM: NEON optimised vector_clip_int32()
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-03-24 Mans RullgardARM: fix ff_apply_window_int16_neon() prototype
2011-03-24 Mans RullgardARM: NEON optimised apply_window_int16()
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-22 Justin RugglesChange DSPContext.vector_fmul() from dst=dst*src to...
2010-06-27 Eli FriedmanAdd const to some pointer parameters.
2010-06-01 Måns RullgårdARM: NEON clear_block[s]
2010-04-17 David Conradvp3: DC-only IDCT
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2010-02-22 Kostya ShishkovARM: NEON scalarproduct_int16 and scalarproduct_and_mad...
2009-12-02 Måns RullgårdARM: NEON 2xN chroma MC
2009-12-02 Måns RullgårdARM: NEON 16x16 and 8x8 avg qpel MC
2009-10-07 Måns RullgårdARM: NEON avg_pixels8 and avg_h264_qpel8_mc00
2009-10-04 Måns RullgårdARM: cosmetics
2009-10-04 Måns RullgårdARM: clean up file/function naming conventions