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 | -1/+1 |
* | 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/lossless_videodsp: fix incompatible pointer type warning | Michael Niedermayer | 2014-05-05 | 1 | -1/+1 |
* | avcodec/lossless_videodsp: Pass AVCodecContext to init | Michael Niedermayer | 2014-01-23 | 1 | -2/+2 |
* | Move sub_hfyu_median_prediction_int16() to losslessviddsp | Michael Niedermayer | 2014-01-20 | 1 | -0/+1 |
* | Move add_hfyu_median_prediction_int16() to losslessviddsp | Michael Niedermayer | 2014-01-20 | 1 | -0/+2 |
* | Move add_hfyu_left_prediction_int16 to losslessviddsp | Michael Niedermayer | 2014-01-20 | 1 | -0/+1 |
* | Move add/diff_int16 to lossless_videodsp | Michael Niedermayer | 2014-01-20 | 1 | -0/+36 |