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
2015-08-04x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-07-26avcodec/x86: add missing colon to labelsJames Almer
2015-02-17x86: hevc_mc: fewer xmm regs used in epel h/vChristophe Gisquet
2015-02-16x86: hevc_mc: save 1 gpr in epel filter loadingChristophe Gisquet
2015-02-14x86: hevc: remove a parameter to WP internalsChristophe Gisquet
2015-02-12x86/hevc_mc: optimize AVX2 mc functionsJames Almer
2015-02-09x86: hevc_mc: remove lea in EPEL_LOADChristophe Gisquet
2015-02-09x86: hevc_mc: fewer gpr autoloads for _v filtersChristophe Gisquet
2015-02-07x86: lavc/hevc_mc: fix commentsChristophe Gisquet
2015-02-07x86: lavc: share more constant through definesChristophe Gisquet
2015-02-07x86: lavc: share more constantsChristophe Gisquet
2015-02-06x86/hevc_mc: use aligned loadsMickaël Raulet
2015-02-06x86/hevc: use CLIPW macro when possibleMickaël Raulet
2015-02-06x86: hevc_mc: add AVX2 optimizationsPierre Edouard Lepere
2014-12-11avcodec/x86/hevc_mc: fix sse register countsMichael Niedermayer
2014-12-10avcodec/x86/hevc_mc: remove dead branch from EPEL_FILTERMichael Niedermayer
2014-10-04x86/hevc: get rid off packusdw for ssse3 compatibilityMickaël Raulet
2014-08-24x86: hevc_mc: correct unneeded use of SSE4 codeChristophe Gisquet
2014-08-22x86: hevcdsp: use compilation-time-fixed constantChristophe Gisquet
2014-08-22hevcdsp: remove more instances of compile-time-fixed parametersChristophe Gisquet
2014-08-22hevcdsp: remove compilation-time-fixed parameterChristophe Gisquet
2014-08-22x86: hevc_mc: assume 2nd source stride is 64Christophe Gisquet
2014-08-04x86/hevc_mc: use fewer instructions in hevc_put_hevc_{uni, bi}_w[24]_{8, 10, 12}James Almer
2014-08-04x86/hevc_mc: remove an unnecessary pxorJames Almer
2014-07-30x86: hevc_mc: fix register count usageChristophe Gisquet
2014-07-27x86: hevc_mc: load less data in epel filtersChristophe Gisquet
2014-07-27x86: hevc_mc: replace one lea by addChristophe Gisquet
2014-07-26x86: hevc_mc: replace simple leas by addsChristophe Gisquet
2014-07-26x86/hevc: add 12bits support for MCMickaël Raulet
2014-06-02x86: hevc_mc: remove unneeded shiftChristophe Gisquet
2014-05-28x86: hevc_mc: better register allocationChristophe Gisquet
2014-05-18x86: hevc_mc: specify coefficients registersChristophe Gisquet
2014-05-12hevcdsp: correctly indicate that hevc_put_hevc_bi_epel_h uses 9 GPRsHendrik Leppkes
2014-05-06HEVC : added assembly MC functionsplepere