| Commit message (Expand) | Author | Age | Files | Lines |
* | build: miscellaneous cosmetics | Diego Biurrun | 2016-04-07 | 1 | -1/+1 |
* | fft: Split MDCT bits off from FFT | Diego Biurrun | 2016-03-01 | 6 | -77/+150 |
* | fft: x86: cosmetics: Drop silly comments, add comment, whitespace | Diego Biurrun | 2016-02-26 | 1 | -5/+6 |
* | x86: hevc: Fix linking with both yasm and optimizations disabled | Diego Biurrun | 2016-02-23 | 1 | -4/+8 |
* | build: Add vc1dsp component for more fine-grained dependencies | Diego Biurrun | 2016-02-19 | 1 | -3/+3 |
* | v210: Use separate sample_factors | Luca Barbato | 2016-02-01 | 1 | -3/+4 |
* | v210: Add avx2 version of the 10-bit line encoder | James Darnley | 2016-02-01 | 2 | -7/+23 |
* | v210: Add avx2 version of the 8-bit line encoder | James Darnley | 2016-02-01 | 2 | -21/+43 |
* | v210: x86: Add the correct guards around the asm code | Luca Barbato | 2016-01-26 | 1 | -0/+6 |
* | x86inc: Add debug symbols indicating sizes of compiled functions | Geza Lore | 2016-01-23 | 1 | -1/+1 |
* | x86: build: Group all encoder objects together | Diego Biurrun | 2016-01-18 | 1 | -2/+2 |
* | x86: ac3dsp: Drop forward declaration for nonexisting function | Diego Biurrun | 2016-01-18 | 1 | -1/+0 |
* | x86: use emms after ff_int32_to_float_fmul_scalar_sse | Janne Grunau | 2015-12-30 | 1 | -1/+8 |
* | x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitly | Janne Grunau | 2015-12-29 | 1 | -4/+1 |
* | dca: remove unused decode_hf function and quant_d tables | Alexandra Hájková | 2015-12-24 | 2 | -106/+0 |
* | x86_64: int32_to_float_fmul_scalar sign extend integer length | Janne Grunau | 2015-12-14 | 1 | -0/+3 |
* | hevcdsp: use a macro for .rodata section | Dave Yeo | 2015-12-11 | 1 | -1/+1 |
* | hevcdsp: add x86 SIMD for MC | Anton Khirnov | 2015-12-05 | 3 | -5/+1090 |
* | mpegvideo: Make sure mpegutils.h is included where needed | Vittorio Giovara | 2015-09-13 | 1 | -0/+1 |
* | lavc: Drop deprecated deinterlace module | Vittorio Giovara | 2015-08-28 | 2 | -86/+0 |
* | x86inc: Drop SECTION_TEXT macro | Henrik Gramner | 2015-08-11 | 14 | -14/+14 |
* | x86inc: Support arbitrary stack alignments | Henrik Gramner | 2015-08-11 | 1 | -2/+2 |
* | x86: dcadsp: Avoid SSE2 instructions in SSE functions | Henrik Gramner | 2015-08-11 | 1 | -1/+1 |
* | x86: dct: Disable dct32_float_sse on x86-64 | Henrik Gramner | 2015-08-02 | 2 | -0/+5 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 5 | -11/+11 |
* | x86: bswapdsp: Don't treat 32-bit integers as 64-bit | Henrik Gramner | 2015-07-17 | 1 | -13/+10 |
* | configure: Factor out vp8dsp module | Vittorio Giovara | 2015-07-17 | 1 | -6/+3 |
* | configure: Factor out rv34dsp module | Vittorio Giovara | 2015-07-17 | 1 | -6/+4 |
* | h264_qpel: Use the correct header | Vittorio Giovara | 2015-06-12 | 1 | -1/+1 |
* | h264_weight: Fix SSSE3 biweight code with weights of 128 | Michael Niedermayer | 2015-06-12 | 1 | -0/+10 |
* | x86: check for AV_CPU_FLAG_AVXSLOW where useful | James Almer | 2015-05-31 | 3 | -4/+4 |
* | x86: cavs: Remove an unneeded scratch buffer | Michael Niedermayer | 2015-05-28 | 1 | -15/+13 |
* | mpegvideo: Drop flags and flags2 | Vittorio Giovara | 2015-05-22 | 1 | -1/+1 |
* | x86: Put COPY3_IF_LT under HAVE_6REGS | Luca Barbato | 2015-03-17 | 1 | -0/+5 |
* | lavc: do not compile fmtconvert unconditionally | Anton Khirnov | 2015-02-28 | 1 | -2/+2 |
* | fmtconvert: drop unused functions | Anton Khirnov | 2015-02-28 | 2 | -459/+0 |
* | hevc_deblock: Fix compilation with nasm | Carl Eugen Hoyos | 2015-02-22 | 1 | -2/+2 |
* | v210enc: Add SIMD optimised 8-bit and 10-bit encoders | Kieran Kunhya | 2014-12-05 | 3 | -0/+189 |
* | motion_est: convert stride to ptrdiff_t | Vittorio Giovara | 2014-11-24 | 1 | -64/+68 |
* | x86: h264_intrapred: Don't treat 32-bit integers as 64-bit | Henrik Gramner | 2014-10-08 | 1 | -49/+49 |
* | xvid: Add C IDCT | Pascal Massimino | 2014-09-02 | 1 | -1/+7 |
* | idctdsp: Add global function pointers for {add|put}_pixels_clamped functions | Diego Biurrun | 2014-09-02 | 1 | -2/+5 |
* | x86: xvid: K&R formatting cosmetics | Diego Biurrun | 2014-08-27 | 2 | -489/+489 |
* | cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTs | Diego Biurrun | 2014-08-27 | 6 | -46/+50 |
* | x86: xvid_idct: Drop unused definitions | Diego Biurrun | 2014-08-27 | 2 | -20/+0 |
* | build: Add explanatory comments to (optimization) blocks in the Makefiles | Diego Biurrun | 2014-08-15 | 1 | -0/+10 |
* | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 2 | -2/+2 |
* | avcodec: Rename xvidmmx IDCT to xvid | Diego Biurrun | 2014-08-08 | 1 | -1/+1 |
* | xvididct: Ensure that the scantable permutation is always set correctly | Diego Biurrun | 2014-08-08 | 2 | -13/+8 |
* | idct: Split off Xvid IDCT | Diego Biurrun | 2014-08-01 | 4 | -37/+73 |