| Commit message (Expand) | Author | Age | Files | Lines |
* | vc1: arm: Add NEON assembly | Mason Carter | 2013-12-20 | 1 | -0/+3 |
* | arm: fmtconvert: Split armv6 fmtconvert code off from vfp code | Diego Biurrun | 2013-08-29 | 1 | -1/+3 |
* | vp56: Mark VP6-only optimizations as such. | Diego Biurrun | 2013-08-23 | 1 | -4/+2 |
* | arm: Add assembly version of h264_find_start_code_candidate | Ben Avison | 2013-08-08 | 1 | -0/+1 |
* | arm: Add VFP-accelerated version of fft16 | Martin Storsjö | 2013-07-22 | 1 | -0/+1 |
* | arm: Add VFP-accelerated version of dca_lfe_fir | Martin Storsjö | 2013-07-22 | 1 | -1/+2 |
* | arm: Add VFP-accelerated version of imdct_half | Martin Storsjö | 2013-07-22 | 1 | -0/+1 |
* | arm: Add VFP-accelerated version of synth_filter_float | Ben Avison | 2013-07-22 | 1 | -0/+1 |
* | arm: Include hpeldsp_neon.o if h264qpel is enabled | Martin Storsjö | 2013-05-30 | 1 | -1/+2 |
* | arm: Don't unconditionally build dsputil files | Martin Storsjö | 2013-05-30 | 1 | -14/+13 |
* | arm: Only build the FFT init files if FFT is enabled | Martin Storsjö | 2013-05-30 | 1 | -2/+2 |
* | build: cosmetics: Place unconditional before conditional OBJS lines | Diego Biurrun | 2013-05-30 | 1 | -19/+19 |
* | build: arm: cosmetics: Place all OBJS declarations in alphabetical order | Diego Biurrun | 2013-05-30 | 1 | -61/+36 |
* | arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp | Ronald S. Bultje | 2013-04-19 | 1 | -0/+8 |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -2/+2 |
* | arm: Add mathops.h to ARCH_HEADERS list | Diego Biurrun | 2013-01-24 | 1 | -0/+2 |
* | dsputil: Separate h264 qpel | Mans Rullgard | 2013-01-24 | 1 | -0/+3 |
* | floatdsp: move vector_fmul_reverse 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 | -0/+3 |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -0/+5 |
* | arm: rename ARMVFP config symbol to VFP | Mans Rullgard | 2012-12-07 | 1 | -2/+2 |
* | arm: call arm-specific rv34dsp init functions under if (ARCH_ARM) | Jean-Baptiste Kempf | 2012-10-10 | 1 | -6/+6 |
* | build: non-x86: Only compile mpegvideo optimizations when necessary | Diego Biurrun | 2012-10-09 | 1 | -4/+5 |
* | flacdsp: arm optimised lpc filter | Mans Rullgard | 2012-09-15 | 1 | -0/+3 |
* | vp3: move idct and loop filter pointers to new vp3dsp context | Mans Rullgard | 2012-07-18 | 1 | -0/+1 |
* | build: add CONFIG_VP3DSP, reduce repetition in OBJS lists | Mans Rullgard | 2012-07-18 | 1 | -3/+1 |
* | aacps: NEON optimisations | Mans Rullgard | 2012-05-05 | 1 | -2/+4 |
* | vp8: arm: separate ARMv6 functions from NEON | Mans Rullgard | 2012-04-25 | 1 | -2/+5 |
* | build: Consistently handle conditional compilation for all optimization OBJS. | Diego Biurrun | 2012-04-12 | 1 | -8/+5 |
* | remove iwmmxt optimizations | Janne Grunau | 2012-03-12 | 1 | -3/+0 |
* | aacsbr: ARM NEON optimised sbrdsp functions | Mans Rullgard | 2012-01-28 | 1 | -0/+4 |
* | rv40: NEON optimised weighted prediction | Janne Grunau | 2011-12-06 | 1 | -0/+1 |
* | rv40: NEON optimised chroma MC | Janne Grunau | 2011-12-06 | 1 | -0/+2 |
* | ARM: move NEON H264 chroma mc to a separate file | Mans Rullgard | 2011-12-06 | 1 | -0/+1 |
* | rv34: NEON optimised inverse transform functions | Janne Grunau | 2011-12-06 | 1 | -0/+6 |
* | ARM: optimised mpadsp_apply_window_fixed | Mans Rullgard | 2011-06-13 | 1 | -0/+3 |
* | ARM: ac3dsp: optimised update_bap_counts() | Mans Rullgard | 2011-06-01 | 1 | -0/+1 |
* | ARM: unbreak build | Mans Rullgard | 2011-05-28 | 1 | -1/+0 |
* | ARM: NEON fixed-point forward MDCT | Mans Rullgard | 2011-04-03 | 1 | -0/+1 |
* | ARM: NEON fixed-point FFT | Mans Rullgard | 2011-04-03 | 1 | -0/+2 |
* | ac3enc: ARM optimised ac3_compute_matissa_size | Mans Rullgard | 2011-04-01 | 1 | -1/+3 |
* | ac3: armv6 optimised bit_alloc_calc_bap | Mans Rullgard | 2011-04-01 | 1 | -0/+2 |
* | ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min | Mans Rullgard | 2011-03-24 | 1 | -0/+3 |
* | VP8: ARM optimised decode_block_coeffs_internal | Mans Rullgard | 2011-02-11 | 1 | -0/+2 |
* | VP8: ARM NEON optimisations for dsp functions | Mans Rullgard | 2011-02-07 | 1 | -0/+3 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -0/+5 |
* | Split h264dsp and h264pred in configure. | Jason Garrett-Glaser | 2010-08-07 | 1 | -3/+4 |
* | fix VP5/6 neon dependencies | Aurelien Jacobs | 2010-07-10 | 1 | -2/+5 |
* | ARM: NEON optimised dct_unquantize_h263_{intra,inter} | Måns Rullgård | 2010-05-29 | 1 | -0/+1 |
* | ARM: NEON optimised VP6 edge filter | Måns Rullgård | 2010-04-30 | 1 | -0/+6 |