| Commit message (Expand) | Author | Age | Files | Lines |
* | vp8/armv6: mc: avoid boolean expression in calculation | Janne Grunau | 2016-07-10 | 1 | -7/+2 |
* | arm: Fix a typo in a comment | Martin Storsjö | 2016-07-06 | 2 | -2/+2 |
* | libavcodec: fix constness in clobber test avcodec_open2() wrappers | Clément Bœsch | 2016-06-26 | 1 | -1/+1 |
* | tests: Move all test programs to a subdirectory | Diego Biurrun | 2016-05-13 | 1 | -40/+0 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 4 | -6/+6 |
* | build: miscellaneous cosmetics | Diego Biurrun | 2016-04-07 | 1 | -4/+4 |
* | fft: Split MDCT bits off from FFT | Diego Biurrun | 2016-03-01 | 5 | -25/+89 |
* | rdft: arm: Split RDFT initialization into a separate file | Diego Biurrun | 2016-02-26 | 3 | -13/+34 |
* | fft: arm: Drop unnecessary #include, add missing ones | Diego Biurrun | 2016-02-26 | 2 | -1/+5 |
* | build: Add vc1dsp component for more fine-grained dependencies | Diego Biurrun | 2016-02-19 | 1 | -3/+3 |
* | dca: remove unused decode_hf function and quant_d tables | Alexandra Hájková | 2015-12-24 | 2 | -36/+0 |
* | arm: add ff_int32_to_float_fmul_array8_neon | Janne Grunau | 2015-12-14 | 2 | -0/+41 |
* | arm: add a cpu flag for the VFPv2 vector mode | Janne Grunau | 2015-12-14 | 3 | -4/+4 |
* | 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 |