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 (Expand)Author
2017-11-21x86/constants: make pb_80 32 byte wideJames Almer
2017-11-13Fix missing used attribute for inline assembly variablesThomas Köppe
2016-01-17avcodec/v210: add avx2 version of the 10-bit line encoderJames Darnley
2016-01-17avcodec/v210: add avx2 version of the 8-bit line encoderJames Darnley
2015-10-13x86: simple_idct10_template: use constChristophe Gisquet
2015-10-13vp9: add 10bpp simd (mmxext/ssse3) for idct_idct_4x4.Ronald S. Bultje
2015-10-13x86: prores: templatize 10 bits simple_idctChristophe Gisquet
2015-10-03vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.Ronald S. Bultje
2015-10-03vp9: 16bpp tm/dc/h/v intra pred simd (mostly sse2) functions.Ronald S. Bultje
2015-10-03vp9: sse2/ssse3/avx 16bpp loopfilter x86 simd.Ronald S. Bultje
2015-02-07x86: lavc: share more constant through definesChristophe Gisquet
2015-02-07x86: lavc: share more constantsChristophe Gisquet
2015-02-05x86/hevcdsp: add ff_hevc_sao_edge_filter_{10,12}_{sse2,avx2}James Almer
2014-12-19x86/constants: fix alignment of pw_255James Almer
2014-12-19vp9/x86: intra prediction sse2/32bit support.Ronald S. Bultje
2014-09-23x86/vp9: add AVX and AVX2 MCJames Almer
2014-08-06x86: sbrdsp/fft: reuse ps_neg constantChristophe Gisquet
2014-08-06x86: better share ff_pw_2Christophe Gisquet
2014-08-06x86: vpx/h264/hevc/mpeg2: share constantsChristophe Gisquet
2014-06-08x86/vp9: inital AVX2 intra_predJames Almer
2013-05-09Merge commit '71469f3b636fbe06b6aca5933f9fdebddd8d5f57'Michael Niedermayer
2013-05-09Merge commit 'ed880050edf061b38d3e39e25657c59ad9108b27'Michael Niedermayer
2013-05-08x86: dsputil: Move constant declarations into separate headerDiego Biurrun
2013-05-08Merge commit '1b343cedd7cd68e7865aa5280d1568c7e5d79917'Michael Niedermayer
2013-05-08x86: dsputil: Group all assembly constants together in constants.cDiego Biurrun
2013-05-07x86: dsputil: Remove unused MOVQ_BONE macroDiego Biurrun
2013-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
2013-03-12dsputil: make selectable.Ronald S. Bultje