| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | x86: build: Restore ordering of OBJS lines | Diego Biurrun | 2014-07-28 | 1 | -2/+2 |
* | hevc: SSE2 and SSSE3 loop filters | Pierre Edouard Lepere | 2014-07-26 | 3 | -0/+898 |
* | qpeldsp: Mark source pointer in qpel_mc_func function pointer const | Diego Biurrun | 2014-07-25 | 4 | -137/+178 |
* | dct-test: Move arch-specific bits into arch-specific subdirectories | Diego Biurrun | 2014-07-21 | 1 | -0/+82 |
* | simple_idct: Move x86-specific declarations to a header in the x86 directory | Diego Biurrun | 2014-07-19 | 3 | -2/+31 |
* | fdct: Move x86-specific declarations to a header in the x86 directory | Diego Biurrun | 2014-07-19 | 4 | -2/+31 |
* | x86: dnxhdenc: Eliminate some unnecessary ifdefs | Diego Biurrun | 2014-07-18 | 1 | -2/+0 |
* | idctdsp: prettyprinting cosmetics | Diego Biurrun | 2014-07-18 | 1 | -11/+11 |
* | idct: Convert IDCT permutation #defines to an enum | Diego Biurrun | 2014-07-18 | 4 | -11/+11 |
* | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 3 | -7/+7 |
* | x86: dsputil: Coalesce all init files | Diego Biurrun | 2014-07-17 | 4 | -526/+447 |
* | x86: dsputil: Avoid pointless CONFIG_ENCODERS indirection | Diego Biurrun | 2014-07-13 | 4 | -888/+855 |
* | 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 | -99/+159 |
* | dsputil: Split off FDCT bits into their own context | Diego Biurrun | 2014-07-07 | 3 | -15/+46 |
* | dsputil: Move draw_edges() to mpegvideoencdsp | Diego Biurrun | 2014-07-06 | 5 | -147/+99 |
* | dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc | Diego Biurrun | 2014-07-06 | 5 | -74/+106 |
* | dsputil: Split off *_8x8basis to a separate context | Diego Biurrun | 2014-07-06 | 4 | -81/+128 |
* | x86: build: Only compile FDCT code if MMX is enabled | Diego Biurrun | 2014-07-05 | 1 | -1/+1 |
* | x86: Unconditionally compile blockdsp and svq1enc init files | Diego Biurrun | 2014-07-05 | 3 | -2/+2 |
* | x86: huffyuvdsp: Move inline assembly to init file | Diego Biurrun | 2014-07-05 | 4 | -131/+76 |
* | x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercase | Diego Biurrun | 2014-07-03 | 2 | -16/+16 |
* | Update Fiona's name in copyright statements. | Diego Biurrun | 2014-07-01 | 8 | -8/+8 |
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 13 | -237/+318 |
* | dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectory | Diego Biurrun | 2014-06-26 | 1 | -0/+33 |
* | x86: h264dsp: Fix link failure with optimizations disabled | Diego Biurrun | 2014-06-25 | 1 | -1/+1 |
* | dsputil: Split off global motion compensation bits into a separate context | Diego Biurrun | 2014-06-23 | 5 | -122/+155 |
* | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 4 | -20/+40 |
* | dsputil: Split audio operations off into a separate context | Diego Biurrun | 2014-06-22 | 9 | -200/+289 |
* | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 5 | -78/+121 |
* | x86: h264: Don't keep data in the redzone across function calls on 64 bit unix | Martin Storsjö | 2014-06-10 | 1 | -5/+5 |
* | dsputil: Split off quarterpel bits into their own context | Diego Biurrun | 2014-05-29 | 4 | -470/+509 |
* | dsputil: Move APE-specific bits into apedsp | Diego Biurrun | 2014-05-29 | 5 | -150/+216 |