Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-29rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16Michael Niedermayer
This makes the naming more consistent with the 8bit variant Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-29rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16Michael Niedermayer
This makes the naming more consistent with the 8bit variant Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-29rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16Michael Niedermayer
This makes the naming more consistent with the 8bit variant Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-15avcodec/lossless_videodsp: add_hfyu_left_prediction_int16_c: fix harmless ↵Michael Niedermayer
integer overflow Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-23avcodec/lossless_videodsp: Pass AVCodecContext to initMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-21avcodec/lossless_videodsp: fix diff_int16_c on MIPSMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-21Move sub_hfyu_median_prediction_int16() to losslessviddspMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-21Move add_hfyu_median_prediction_int16() to losslessviddspMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-21Move add_hfyu_left_prediction_int16 to losslessviddspMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-21Move add/diff_int16 to lossless_videodspMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>