| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | dsputil: Move SVQ1 encoding specific bits into svq1enc | Diego Biurrun | 2014-05-29 | 3 | -36/+74 |
* | dsputil: Split off HuffYUV encoding bits into their own context | Diego Biurrun | 2014-05-27 | 3 | -68/+114 |
* | dsputil: Split off HuffYUV decoding bits into their own context | Diego Biurrun | 2014-05-27 | 9 | -202/+292 |
* | 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 |