| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Add explanatory comments to (optimization) blocks in the Makefiles | Diego Biurrun | 2014-08-15 | 1 | -0/+18 |
* | h264: Move start code search functions into separate source files. | Ben Avison | 2014-08-04 | 1 | -1/+1 |
* | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -2/+2 |
* | arm: dsputil: Coalesce all init files | Diego Biurrun | 2014-07-16 | 1 | -2/+1 |
* | dsputil: Split off pixel block routines into their own context | Diego Biurrun | 2014-07-09 | 1 | -0/+2 |
* | dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc | Diego Biurrun | 2014-07-06 | 1 | -0/+2 |
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -10/+13 |
* | dsputil: Split audio operations off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -1/+4 |
* | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -0/+3 |
* | dsputil: Move APE-specific bits into apedsp | Diego Biurrun | 2014-05-29 | 1 | -0/+2 |
* | On2 VP7 decoder | Peter Ross | 2014-04-04 | 1 | -0/+6 |
* | arm: build: Maintain decoder objects separate from infrastructure objects | Diego Biurrun | 2014-03-27 | 1 | -3/+4 |
* | truehd: add hand-scheduled ARM asm version of ff_mlp_pack_output. | Ben Avison | 2014-03-26 | 1 | -0/+1 |
* | truehd: add hand-scheduled ARM asm version of mlp_filter_channel. | Ben Avison | 2014-03-26 | 1 | -0/+2 |
* | build: Group general components separate from de/encoders in arch Makefiles | Diego Biurrun | 2014-03-20 | 1 | -17/+20 |
* | arm: Add an option for making sure NEON registers aren't clobbered | Martin Storsjö | 2014-01-11 | 1 | -0/+1 |
* | 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 |