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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-04x86inc: Drop SECTION_TEXT macroHenrik Gramner
2014-06-19avcodec/x86/lossless_videodsp: Fix size of values read for left/left_topMichael Niedermayer
2014-06-12x86: huffyuv: fix {add,diff}_int16Christophe Gisquet
2014-05-29rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16Michael Niedermayer
2014-05-29rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16Michael Niedermayer
2014-05-29rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16Michael Niedermayer
2014-02-15avcodec/x86/lossless_videodsp: fix w typeMichael Niedermayer
2014-01-25x86/lossless_videodsp: silly one-line cosmetic.Clément Bœsch
2014-01-25x86/lossless_videodsp: use common macro for add and diff int16 loop.Clément Bœsch
2014-01-25x86/lossless_videodsp: simplify and explicit aligned/unaligned flagsClément Bœsch
2014-01-23avcodec/x86/lossless_videodsp: port sub_hfyu_median_prediction_int16 to yasmMichael Niedermayer
2014-01-23avcodec/x86/lossless_videodsp: port add_hfyu_median_prediction_mmxext to 16bitMichael Niedermayer
2014-01-22avcodec/x86/lossless_videodsp: add diff_int16_mmx/sse2Michael Niedermayer
2014-01-21lossless_videodsp.asm: fix compilation.Reimar Döffinger
2014-01-21avcodec/x86/lossless_videodsp: Port lorens add_hfyu_left_prediction_ssse3/sse...Michael Niedermayer
2014-01-21avcodec/x86/lossless_videodsp: use SPLATW in add_int16Michael Niedermayer
2014-01-21Move add/diff_int16 to lossless_videodspMichael Niedermayer