| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/synth_filter: remove the fma3 version ifdefs | James Almer | 2014-04-13 | 2 | -4/+0 |
* | DNxHD: convert inline asm to yasm | Timothy Gu | 2014-04-11 | 4 | -68/+90 |
* | DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride | Timothy Gu | 2014-04-11 | 1 | -1/+1 |
* | x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they belong | Diego Biurrun | 2014-04-04 | 2 | -130/+131 |
* | x86: h264_qpel: Simplify an #if conditional | Diego Biurrun | 2014-04-04 | 1 | -1/+1 |
* | x86: Drop some unnecessary YASM ifdefs | Diego Biurrun | 2014-04-04 | 3 | -6/+0 |
* | x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includes | Diego Biurrun | 2014-04-04 | 4 | -4/+0 |
* | Remove a number of unnecessary dsputil.h #includes | Diego Biurrun | 2014-04-04 | 1 | -1/+0 |
* | x86/synth_filter: add synth_filter_fma3 | James Almer | 2014-04-04 | 2 | -0/+28 |
* | x86/synth_filter: add synth_filter_avx | James Almer | 2014-04-04 | 2 | -32/+57 |
* | x86/synth_filter: add synth_filter_sse | James Almer | 2014-04-04 | 2 | -30/+70 |
* | On2 VP7 decoder | Peter Ross | 2014-04-04 | 3 | -32/+59 |
* | x86: hpeldsp: Keep all rnd_template instantiations in hpeldsp_init | Diego Biurrun | 2014-03-26 | 3 | -40/+10 |
* | Add missing headers to make template files compile (more) standalone | Diego Biurrun | 2014-03-26 | 3 | -0/+15 |
* | x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocation | Diego Biurrun | 2014-03-26 | 1 | -1/+1 |
* | x86: dsputil: Move hpeldsp-related declarations to a separate header | Diego Biurrun | 2014-03-22 | 6 | -18/+42 |
* | x86: dsputil: Move fpel declarations to a separate header | Diego Biurrun | 2014-03-22 | 9 | -21/+50 |
* | dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros | Diego Biurrun | 2014-03-22 | 5 | -32/+24 |
* | imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputil | Diego Biurrun | 2014-03-22 | 1 | -12/+0 |
* | x86: dsputil: Move inline assembly macros to a separate header | Diego Biurrun | 2014-03-22 | 8 | -76/+108 |
* | dsputil: Use correct type in me_cmp_func function pointer | Diego Biurrun | 2014-03-20 | 3 | -27/+30 |
* | build: Group general components separate from de/encoders in arch Makefiles | Diego Biurrun | 2014-03-20 | 1 | -12/+15 |
* | dsputil: Propagate bit depth information to all (sub)init functions | Diego Biurrun | 2014-03-20 | 3 | -31/+24 |
* | 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: dsputil_x86.h: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -7/+10 |
* | x86: motion_est: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -150/+161 |
* | dsputilenc_mmx: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -726/+769 |
* | dsputil_mmx: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -55/+49 |
* | dsputilenc_mmx: Merge two assignment blocks with identical conditions | Diego Biurrun | 2014-03-13 | 1 | -3/+0 |
* | x86: Make function prototype comments in assembly code consistent | Diego Biurrun | 2014-03-13 | 24 | -246/+308 |
* | x86: h264_idct_10_bit: Use proper type in function prototype comments | Diego Biurrun | 2014-03-13 | 1 | -8/+12 |
* | Update dsputil- and SIMD-related comments to match reality more closely | Diego Biurrun | 2014-03-13 | 12 | -12/+12 |
* | x86: Add some more missing headers | Diego Biurrun | 2014-03-13 | 4 | -0/+4 |
* | x86: mpegvideoenc: Remove some remnants of the long-gone libmpeg2 IDCT | Diego Biurrun | 2014-03-13 | 1 | -44/+0 |
* | x86: dcadsp: Fix linking with yasm and optimizations disabled | Diego Biurrun | 2014-03-05 | 1 | -0/+4 |
* | x86: cabac: Use correct #includes to make header compile standalone | Diego Biurrun | 2014-03-05 | 1 | -1/+1 |
* | dcadec: simplify decoding of VQ high frequencies | Christophe Gisquet | 2014-02-28 | 2 | -21/+50 |
* | x86: synth filter float: implement SSE2 version | Christophe Gisquet | 2014-02-28 | 2 | -0/+180 |
* | x86: dcadsp: implement SSE lfe_dir | Christophe Gisquet | 2014-02-28 | 2 | -0/+91 |
* | prores: Use consistent names for DSP arch initialization functions | Diego Biurrun | 2014-02-28 | 1 | -1/+1 |
* | x86: dsputil: Use correct file name as multiple inclusion guard | Diego Biurrun | 2014-02-20 | 1 | -3/+3 |
* | x86: dca: Add missing multiple inclusion guards | Diego Biurrun | 2014-02-19 | 1 | -0/+5 |
* | dca: include dcadsp.h in {arm,x86}/dca.h for checkheaders | Janne Grunau | 2014-02-08 | 1 | -0/+1 |
* | x86: use the inline int8x8_fmul_int32 only if inline SSE2 is availbale | Janne Grunau | 2014-02-08 | 1 | -2/+4 |
* | x86: dcadsp: implement int8x8_fmul_int32 | Christophe Gisquet | 2014-02-07 | 4 | -0/+191 |
* | x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'. | Ronald S. Bultje | 2014-01-30 | 1 | -1/+1 |
* | x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such. | Ronald S. Bultje | 2014-01-30 | 2 | -39/+70 |
* | x86: dsputil: Simplify xvmc deprecation conditional | Diego Biurrun | 2014-01-15 | 1 | -8/+8 |
* | x86: Consistently use cpu flag detection macros in places that still miss it | Diego Biurrun | 2014-01-14 | 1 | -1/+1 |