| Commit message (Expand) | Author | Age | Files | Lines |
* | arm: use a local label instead of the function symbol in ff_prefetch_arm | Janne Grunau | 2015-07-20 | 1 | -1/+2 |
* | h264: arm: use intra pred8x8 functions only for chroma_format_idc <= 1 | Janne Grunau | 2015-07-18 | 1 | -14/+16 |
* | configure: Factor out g722dsp module | Vittorio Giovara | 2015-07-17 | 1 | -4/+2 |
* | configure: Factor out vp8dsp module | Vittorio Giovara | 2015-07-17 | 1 | -12/+6 |
* | configure: Factor out rv34dsp module | Vittorio Giovara | 2015-07-17 | 1 | -3/+2 |
* | configure: Factor out flacdsp module | Vittorio Giovara | 2015-07-17 | 1 | -2/+2 |
* | lavc: do not compile fmtconvert unconditionally | Anton Khirnov | 2015-02-28 | 1 | -4/+3 |
* | fmtconvert: drop unused functions | Anton Khirnov | 2015-02-28 | 4 | -434/+0 |
* | g722: Add ARM NEON implementation for g722_apply_qmf() | Peter Meerwald | 2015-02-15 | 3 | -0/+108 |
* | arm: mlpdsp: handle pic offset calculation in a macro | Janne Grunau | 2014-12-09 | 1 | -16/+20 |
* | arm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix_channel_arm position ... | Janne Grunau | 2014-12-09 | 1 | -10/+13 |
* | arm: Use .data.rel.ro for const data with relocations | Martin Storsjö | 2014-12-09 | 3 | -3/+3 |
* | arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumb | Martin Storsjö | 2014-12-08 | 1 | -10/+5 |
* | arm: fft_vfp: Add a missing "endconst" when building in thumb mode | Martin Storsjö | 2014-12-08 | 1 | -0/+1 |
* | motion_est: convert stride to ptrdiff_t | Vittorio Giovara | 2014-11-24 | 1 | -5/+5 |
* | idctdsp: Add global function pointers for {add|put}_pixels_clamped functions | Diego Biurrun | 2014-09-02 | 1 | -7/+0 |
* | build: Add explanatory comments to (optimization) blocks in the Makefiles | Diego Biurrun | 2014-08-15 | 1 | -0/+18 |
* | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 3 | -4/+4 |
* | vc-1: Add platform-specific start code search routine to VC1DSPContext. | Ben Avison | 2014-08-04 | 1 | -0/+3 |
* | h264: Move start code search functions into separate source files. | Ben Avison | 2014-08-04 | 4 | -6/+31 |
* | qpeldsp: Mark source pointer in qpel_mc_func function pointer const | Diego Biurrun | 2014-07-25 | 2 | -66/+68 |
* | arm: Macroize the test for 'setend' CPU instruction support | Ben Avison | 2014-07-21 | 1 | -5/+1 |
* | dct-test: Move arch-specific bits into arch-specific subdirectories | Diego Biurrun | 2014-07-21 | 1 | -0/+40 |
* | idct: Move arm-specific declarations to a header in the arm directory | Diego Biurrun | 2014-07-20 | 5 | -15/+44 |
* | idctdsp: prettyprinting cosmetics | Diego Biurrun | 2014-07-18 | 4 | -20/+20 |
* | idct: Convert IDCT permutation #defines to an enum | Diego Biurrun | 2014-07-18 | 4 | -5/+5 |
* | arm: cosmetics: Consistently use lowercase for shift operators | Martin Storsjö | 2014-07-18 | 2 | -3/+3 |
* | arm: cosmetics: Fix a misaligned asm operand | Martin Storsjö | 2014-07-18 | 1 | -1/+1 |
* | armv6: Accelerate ff_fft_calc for general case (nbits != 4) | Ben Avison | 2014-07-18 | 2 | -17/+255 |
* | armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6) | Ben Avison | 2014-07-18 | 1 | -2/+144 |
* | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 3 | -5/+4 |
* | arm: dsputil: Coalesce all init files | Diego Biurrun | 2014-07-16 | 4 | -91/+28 |
* | dsputil: Drop unused bit_depth parameter from all init functions | Diego Biurrun | 2014-07-11 | 3 | -7/+4 |
* | dsputil: Split off pixel block routines into their own context | Diego Biurrun | 2014-07-09 | 5 | -63/+120 |
* | arm: Avoid using the 'setend' instruction on ARMv7 and newer | Martin Storsjö | 2014-07-08 | 1 | -1/+5 |
* | dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc | Diego Biurrun | 2014-07-06 | 5 | -61/+116 |
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 13 | -128/+250 |
* | h264: avoid using uninitialized memory in NEON chroma mc | Janne Grunau | 2014-06-23 | 1 | -4/+56 |
* | dsputil: Split audio operations off into a separate context | Diego Biurrun | 2014-06-22 | 7 | -55/+168 |
* | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 7 | -24/+137 |
* | arm: check if AS supports .dn | Janne Grunau | 2014-06-03 | 2 | -0/+8 |
* | dsputil: Move APE-specific bits into apedsp | Diego Biurrun | 2014-05-29 | 5 | -45/+102 |
* | mpegvideo: move the MpegEncContext fields used from arm asm to the beginning | Anton Khirnov | 2014-04-29 | 1 | -6/+6 |
* | lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets | Janne Grunau | 2014-04-24 | 2 | -13/+8 |
* | Remove a number of unnecessary dsputil.h #includes | Diego Biurrun | 2014-04-04 | 1 | -1/+0 |
* | arm: asm decode_block_coeffs_internal is vp8 specific | Janne Grunau | 2014-04-04 | 1 | -1/+1 |
* | On2 VP7 decoder | Peter Ross | 2014-04-04 | 6 | -46/+72 |
* | 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 | 3 | -0/+628 |
* | truehd: add hand-scheduled ARM asm version of ff_mlp_rematrix_channel. | Ben Avison | 2014-03-26 | 2 | -0/+234 |