| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Propagate bit depth information to all (sub)init functions | Diego Biurrun | 2014-03-20 | 1 | -4/+3 |
* | arm: dsputil: K&R formatting cosmetics | Diego Biurrun | 2014-03-20 | 1 | -6/+8 |
* | arm: dsputil: Add a bunch of missing #includes | Diego Biurrun | 2014-03-13 | 1 | -0/+1 |
* | dsputil: Move apply_window_int16 to ac3dsp | Diego Biurrun | 2013-12-08 | 1 | -5/+0 |
* | arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp | Ronald S. Bultje | 2013-04-19 | 1 | -59/+0 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -18/+0 |
* | Add av_cold attributes to arch-specific init functions | Diego Biurrun | 2013-02-05 | 1 | -1/+2 |
* | Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. | Diego Biurrun | 2013-02-05 | 1 | -26/+26 |
* | dsputil: Separate h264 qpel | Mans Rullgard | 2013-01-24 | 1 | -136/+0 |
* | dsputil: remove one array dimension from avg_no_rnd_pixels_tab. | Ronald S. Bultje | 2013-01-22 | 1 | -4/+4 |
* | dsputil: remove avg_no_rnd_pixels8. | Ronald S. Bultje | 2013-01-22 | 1 | -7/+0 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -8/+8 |
* | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -3/+0 |
* | floatdsp: move butterflies_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -2/+0 |
* | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -3/+0 |
* | floatdsp: move vector_fmul_add from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -3/+0 |
* | Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. | Ronald S. Bultje | 2013-01-19 | 1 | -5/+0 |
* | lavc: Move vector_fmul_window to AVFloatDSPContext | Justin Ruggles | 2013-01-16 | 1 | -3/+0 |
* | dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil | Justin Ruggles | 2012-11-26 | 1 | -3/+0 |
* | vp3: move idct and loop filter pointers to new vp3dsp context | Mans Rullgard | 2012-07-18 | 1 | -21/+0 |
* | float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil | Justin Ruggles | 2012-06-18 | 1 | -3/+0 |
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 1 | -2/+0 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -1/+1 |
* | dsputil: remove shift parameter from scalarproduct_int16 | Christophe GISQUET | 2012-03-07 | 1 | -2/+1 |
* | ARM: fix indentation in ff_dsputil_init_neon() | Mans Rullgard | 2011-12-01 | 1 | -41/+39 |
* | ARM: add remaining NEON avg_pixels8/16 functions | Mans Rullgard | 2011-12-01 | 1 | -0/+27 |
* | ARM: NEON optimised vector_fmac_scalar() | Mans Rullgard | 2011-09-28 | 1 | -0/+3 |
* | dsputil: remove some unused functions | Mans Rullgard | 2011-07-27 | 1 | -14/+0 |
* | dsputil: update per-arch init funcs for non-h264 high bit depth | Mans Rullgard | 2011-07-21 | 1 | -1/+1 |
* | simple_idct: add 10-bit version | Mans Rullgard | 2011-07-20 | 1 | -1/+1 |
* | ARM: NEON optimised vector_clip_int32() | Mans Rullgard | 2011-07-02 | 1 | -0/+3 |
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -0/+6 |
* | ARM: fix ff_apply_window_int16_neon() prototype | Mans Rullgard | 2011-03-24 | 1 | -1/+1 |
* | ARM: NEON optimised apply_window_int16() | Mans Rullgard | 2011-03-24 | 1 | -0/+5 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -10/+0 |
* | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-01-31 | 1 | -2/+1 |
* | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. | Justin Ruggles | 2011-01-22 | 1 | -1/+1 |
* | Add const to some pointer parameters. | Eli Friedman | 2010-06-27 | 1 | -3/+3 |
* | ARM: NEON clear_block[s] | Måns Rullgård | 2010-06-01 | 1 | -0/+6 |
* | vp3: DC-only IDCT | David Conrad | 2010-04-17 | 1 | -0/+2 |
* | Move H264 dsputil functions into their own struct | Måns Rullgård | 2010-03-16 | 1 | -92/+0 |
* | ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16 | Kostya Shishkov | 2010-02-22 | 1 | -0/+8 |
* | ARM: NEON 2xN chroma MC | Måns Rullgård | 2009-12-02 | 1 | -0/+4 |
* | ARM: NEON 16x16 and 8x8 avg qpel MC | Måns Rullgård | 2009-12-02 | 1 | -0/+60 |
* | ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00 | Måns Rullgård | 2009-10-07 | 1 | -0/+6 |
* | ARM: cosmetics | Måns Rullgård | 2009-10-04 | 1 | -16/+15 |
* | ARM: clean up file/function naming conventions | Måns Rullgård | 2009-10-04 | 1 | -0/+340 |