| Commit message (Expand) | Author | Age | Files | Lines |
* | arm: Remove a stray .fpu directive | Martin Storsjö | 2014-02-09 | 1 | -2/+0 |
* | dca: include dcadsp.h in {arm,x86}/dca.h for checkheaders | Janne Grunau | 2014-02-08 | 1 | -0/+1 |
* | dcadsp: split lfe_dir cases | Christophe Gisquet | 2014-02-07 | 3 | -33/+40 |
* | dcadsp: add int8x8_fmul_int32 to dsp context | Christophe Gisquet | 2014-02-07 | 1 | -1/+2 |
* | arm: Add X() around all references to extern symbols | Martin Storsjö | 2014-02-07 | 7 | -22/+22 |
* | vp8: Use 2 registers for dst_stride and src_stride in neon bilin filter | Martin Storsjö | 2014-02-06 | 1 | -60/+60 |
* | arm: Use full filenames as multiple inclusion guards | Diego Biurrun | 2014-01-14 | 3 | -9/+9 |
* | arm: Add an option for making sure NEON registers aren't clobbered | Martin Storsjö | 2014-01-11 | 2 | -0/+80 |
* | arm: Add a missing # as prefix for an immediate constant | Martin Storsjö | 2014-01-07 | 1 | -1/+1 |
* | arm: Allow overriding the alignment set in the function macro | Martin Storsjö | 2014-01-07 | 2 | -18/+9 |
* | arm: Remove a leftover define for the pld instruction | Martin Storsjö | 2014-01-07 | 1 | -4/+0 |
* | arm: cosmetics: Reindent the h264dsp neon init function | Martin Storsjö | 2014-01-07 | 1 | -19/+19 |
* | Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT | Diego Biurrun | 2014-01-06 | 1 | -1/+1 |
* | h264: do not use 422 functions for monochrome | Anton Khirnov | 2014-01-06 | 1 | -1/+1 |
* | arm: Use the matching endfunc macro instead of the assembler directive directly | Martin Storsjö | 2014-01-04 | 1 | -1/+1 |
* | arm: Add a missing endfunc macro call | Martin Storsjö | 2014-01-04 | 1 | -0/+1 |
* | arm: Don't clobber callee saved registers in scalarproduct | Martin Storsjö | 2013-12-20 | 1 | -6/+6 |
* | vc1: arm: Add NEON no_rnd chroma MC | Mason Carter | 2013-12-20 | 2 | -0/+27 |
* | vc1: arm: Add NEON assembly | Mason Carter | 2013-12-20 | 5 | -0/+1331 |
* | dsputil: Move apply_window_int16 to ac3dsp | Diego Biurrun | 2013-12-08 | 4 | -28/+26 |
* | arm: fmtconvert: Split armv6 fmtconvert code off from vfp code | Diego Biurrun | 2013-08-29 | 4 | -63/+85 |
* | arm: dcadsp: Move synth filter initialization to dcadsp file | Diego Biurrun | 2013-08-29 | 2 | -24/+22 |
* | arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 decoder | Diego Biurrun | 2013-08-23 | 1 | -2/+0 |
* | vp56: Mark VP6-only optimizations as such. | Diego Biurrun | 2013-08-23 | 3 | -6/+4 |
* | arm: Add assembly version of h264_find_start_code_candidate | Ben Avison | 2013-08-08 | 3 | -0/+258 |
* | arm: Comment out unused labels in simple_idct_arm | Martin Storsjö | 2013-07-24 | 1 | -8/+8 |
* | arm: Mangle external symbols properly in new vfp assembly files | Martin Storsjö | 2013-07-22 | 3 | -4/+4 |
* | arm: Add VFP-accelerated version of qmf_32_subbands | Ben Avison | 2013-07-22 | 2 | -1/+282 |
* | arm: Add VFP-accelerated version of fft16 | Martin Storsjö | 2013-07-22 | 3 | -3/+301 |
* | arm: Add VFP-accelerated version of dca_lfe_fir | Martin Storsjö | 2013-07-22 | 3 | -1/+226 |
* | arm: Add VFP-accelerated version of imdct_half | Martin Storsjö | 2013-07-22 | 4 | -1/+217 |
* | arm: Add VFP-accelerated version of int32_to_float_fmul_array8 | Ben Avison | 2013-07-22 | 2 | -1/+167 |
* | arm: Add VFP-accelerated version of int32_to_float_fmul_scalar | Ben Avison | 2013-07-22 | 2 | -0/+48 |
* | arm: Add VFP-accelerated version of synth_filter_float | Ben Avison | 2013-07-22 | 3 | -0/+252 |
* | fmtconvert: Explicitly use int32_t instead of int | Christophe Gisquet | 2013-07-17 | 2 | -3/+3 |
* | 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: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 3 | -9/+9 |
* | arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp | Ronald S. Bultje | 2013-04-19 | 14 | -1349/+1541 |
* | vp3: Use full transpose for all IDCTs | Ronald S. Bultje | 2013-04-15 | 1 | -1/+0 |
* | h264: Integrate clear_blocks calls with IDCT | Ronald S. Bultje | 2013-04-10 | 1 | -6/+23 |
* | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 2 | -65/+65 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 7 | -7/+0 |
* | Fix a number of incorrect intmath.h #includes. | Diego Biurrun | 2013-02-26 | 1 | -1/+2 |
* | arm: vp8: Add missing #includes for header to compile standalone | Diego Biurrun | 2013-02-20 | 1 | -0/+4 |
* | rv34: Drop now unnecessary dsputil dependencies | Diego Biurrun | 2013-02-06 | 2 | -2/+2 |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 3 | -20/+53 |