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
2017-11-07libavcodec/lossless_videodsp : add add_bytes avx2 versionMartin Vignali
2017-03-23avcodec/lossless_videodsp: use ptrdiff_t for length parametersJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-01-31Merge commit 'd06dfaa5cbdd20acfd2364b16c0f4ae4ddb30a65'James Almer
* commit 'd06dfaa5cbdd20acfd2364b16c0f4ae4ddb30a65': x86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro where appropriate Merged-by: James Almer <jamrial@gmail.com>
2017-01-13lossless_videodsp: rename add_hfyu_left_pred_int16 to add_left_pred_int16James Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-01-13huffyuvdsp: move functions only used by huffyuv from lossless_videodspJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-01-13huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-01-13lossless_videodsp: move shared functions from huffyuvdspJames Almer
Several codecs other than huffyuv use them. Signed-off-by: James Almer <jamrial@gmail.com>
2016-12-20avcodec/magicyuv: add 10 bit supportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
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-05-05avcodec/lossless_videodsp: fix incompatible pointer type warningMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-23avcodec/x86/lossless_videodsp: disable median optimizations for 16bpsMichael Niedermayer
They only support upto 15bps 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-23avcodec/x86/lossless_videodsp: port sub_hfyu_median_prediction_int16 to yasmMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-23avcodec/x86/lossless_videodsp: Port sub_hfyu_median_prediction_mmxext to int16Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-23avcodec/x86/lossless_videodsp: port add_hfyu_median_prediction_mmxext to 16bitMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-22avcodec/x86/lossless_videodsp: add diff_int16_mmx/sse2Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-21avcodec/x86/lossless_videodsp: Port lorens ↵Michael Niedermayer
add_hfyu_left_prediction_ssse3/sse4 to 16bit 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>