| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -1321/+0 |
* | x86: dsputil: Coalesce all init files | Diego Biurrun | 2014-07-17 | 1 | -5/+446 |
* | x86: dsputil: Avoid pointless CONFIG_ENCODERS indirection | Diego Biurrun | 2014-07-13 | 1 | -4/+853 |
* | dsputil: Drop unused bit_depth parameter from all init functions | Diego Biurrun | 2014-07-11 | 1 | -3/+2 |
* | dsputil: Move draw_edges() to mpegvideoencdsp | Diego Biurrun | 2014-07-06 | 1 | -15/+0 |
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -85/+0 |
* | dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectory | Diego Biurrun | 2014-06-26 | 1 | -0/+33 |
* | dsputil: Split off global motion compensation bits into a separate context | Diego Biurrun | 2014-06-23 | 1 | -2/+0 |
* | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -18/+0 |
* | dsputil: Split audio operations off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -50/+0 |
* | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -17/+0 |
* | dsputil: Split off quarterpel bits into their own context | Diego Biurrun | 2014-05-29 | 1 | -464/+0 |
* | dsputil: Move APE-specific bits into apedsp | Diego Biurrun | 2014-05-29 | 1 | -13/+0 |
* | dsputil: Split off HuffYUV decoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -24/+0 |
* | x86: dsputil: Move fpel declarations to a separate header | Diego Biurrun | 2014-03-22 | 1 | -0/+1 |
* | dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros | Diego Biurrun | 2014-03-22 | 1 | -2/+3 |
* | dsputil: Propagate bit depth information to all (sub)init functions | Diego Biurrun | 2014-03-20 | 1 | -22/+15 |
* | x86: dsputil_init: Drop some unnecessary parentheses | Diego Biurrun | 2014-03-13 | 1 | -30/+30 |
* | x86: dsputil_init: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -61/+62 |
* | x86: Add some more missing headers | Diego Biurrun | 2014-03-13 | 1 | -0/+1 |
* | x86: dsputil: Simplify xvmc deprecation conditional | Diego Biurrun | 2014-01-15 | 1 | -8/+8 |
* | dsputil: Move apply_window_int16 to ac3dsp | Diego Biurrun | 2013-12-08 | 1 | -28/+0 |
* | x86: dsputil: Suppress deprecation warnings for XvMC bits | Diego Biurrun | 2013-11-28 | 1 | -0/+3 |
* | Deprecate obsolete XvMC hardware decoding support | Diego Biurrun | 2013-11-13 | 1 | -2/+6 |
* | dsputil: Split off H.263 bits into their own H263DSPContext | Diego Biurrun | 2013-11-08 | 1 | -8/+0 |
* | x86: avcodec: Use convenience macros to check for CPU flags | Diego Biurrun | 2013-08-29 | 1 | -6/+7 |
* | dsputil: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 1 | -1/+1 |
* | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -26/+26 |
* | x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h | Diego Biurrun | 2013-05-12 | 1 | -1/+1 |
* | x86: dsputil: Split inline assembly from init code | Diego Biurrun | 2013-05-12 | 1 | -0/+718 |