| 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 | -2/+2 |
* | 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: add_hfyu_left_prediction_int16_c: fix harmless int... | Michael Niedermayer | 2014-02-15 | 1 | -1/+1 |
* | avcodec/lossless_videodsp: Pass AVCodecContext to init | Michael Niedermayer | 2014-01-23 | 1 | -2/+2 |
* | avcodec/lossless_videodsp: fix diff_int16_c on MIPS | Michael Niedermayer | 2014-01-21 | 1 | -1/+1 |
* | Move sub_hfyu_median_prediction_int16() to losslessviddsp | Michael Niedermayer | 2014-01-20 | 1 | -0/+19 |
* | Move add_hfyu_median_prediction_int16() to losslessviddsp | Michael Niedermayer | 2014-01-20 | 1 | -0/+19 |
* | Move add_hfyu_left_prediction_int16 to losslessviddsp | Michael Niedermayer | 2014-01-20 | 1 | -0/+21 |
* | Move add/diff_int16 to lossless_videodsp | Michael Niedermayer | 2014-01-20 | 1 | -0/+69 |