| Commit message (Expand) | Author | Age | Files | Lines |
* | x86inc: Drop SECTION_TEXT macro | Henrik Gramner | 2015-08-04 | 1 | -1/+1 |
* | avcodec/x86/lossless_videodsp: Fix size of values read for left/left_top | Michael Niedermayer | 2014-06-19 | 1 | -2/+2 |
* | x86: huffyuv: fix {add,diff}_int16 | Christophe Gisquet | 2014-06-12 | 1 | -10/+12 |
* | rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16 | Michael Niedermayer | 2014-05-29 | 1 | -3/+3 |
* | rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16 | Michael Niedermayer | 2014-05-29 | 1 | -1/+1 |
* | rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16 | Michael Niedermayer | 2014-05-29 | 1 | -1/+1 |
* | avcodec/x86/lossless_videodsp: fix w type | Michael Niedermayer | 2014-02-15 | 1 | -4/+4 |
* | x86/lossless_videodsp: silly one-line cosmetic. | Clément Bœsch | 2014-01-25 | 1 | -1/+1 |
* | x86/lossless_videodsp: use common macro for add and diff int16 loop. | Clément Bœsch | 2014-01-25 | 1 | -46/+26 |
* | x86/lossless_videodsp: simplify and explicit aligned/unaligned flags | Clément Bœsch | 2014-01-25 | 1 | -55/+27 |
* | avcodec/x86/lossless_videodsp: port sub_hfyu_median_prediction_int16 to yasm | Michael Niedermayer | 2014-01-22 | 1 | -0/+39 |
* | avcodec/x86/lossless_videodsp: port add_hfyu_median_prediction_mmxext to 16bit | Michael Niedermayer | 2014-01-22 | 1 | -0/+65 |
* | avcodec/x86/lossless_videodsp: add diff_int16_mmx/sse2 | Michael Niedermayer | 2014-01-22 | 1 | -0/+66 |
* | lossless_videodsp.asm: fix compilation. | Reimar Döffinger | 2014-01-21 | 1 | -1/+1 |
* | avcodec/x86/lossless_videodsp: Port lorens add_hfyu_left_prediction_ssse3/sse... | Michael Niedermayer | 2014-01-21 | 1 | -0/+84 |
* | avcodec/x86/lossless_videodsp: use SPLATW in add_int16 | Michael Niedermayer | 2014-01-21 | 1 | -3/+1 |
* | Move add/diff_int16 to lossless_videodsp | Michael Niedermayer | 2014-01-20 | 1 | -0/+88 |