| Commit message (Expand) | Author | Age | Files | Lines |
* | rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16 | Michael Niedermayer | 2014-05-29 | 1 | -4/+4 |
* | rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16 | Michael Niedermayer | 2014-05-29 | 1 | -2/+2 |
* | rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16 | Michael Niedermayer | 2014-05-29 | 1 | -2/+2 |
* | avcodec/lossless_videodsp: fix incompatible pointer type warning | Michael Niedermayer | 2014-05-05 | 1 | -2/+2 |
* | avcodec/x86/lossless_videodsp: disable median optimizations for 16bps | Michael Niedermayer | 2014-01-23 | 1 | -1/+2 |
* | avcodec/lossless_videodsp: Pass AVCodecContext to init | Michael Niedermayer | 2014-01-23 | 1 | -1/+2 |
* | avcodec/x86/lossless_videodsp: port sub_hfyu_median_prediction_int16 to yasm | Michael Niedermayer | 2014-01-22 | 1 | -47/+2 |
* | avcodec/x86/lossless_videodsp: Port sub_hfyu_median_prediction_mmxext to int16 | Michael Niedermayer | 2014-01-22 | 1 | -0/+48 |
* | avcodec/x86/lossless_videodsp: port add_hfyu_median_prediction_mmxext to 16bit | Michael Niedermayer | 2014-01-22 | 1 | -0/+5 |
* | avcodec/x86/lossless_videodsp: add diff_int16_mmx/sse2 | Michael Niedermayer | 2014-01-22 | 1 | -0/+4 |
* | avcodec/x86/lossless_videodsp: Port lorens add_hfyu_left_prediction_ssse3/sse... | Michael Niedermayer | 2014-01-21 | 1 | -0/+10 |
* | Move add/diff_int16 to lossless_videodsp | Michael Niedermayer | 2014-01-20 | 1 | -0/+38 |