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
2022-08-19swscale: add opaque parameter to input functionsTimo Rothenpieler
2022-08-18libswscale: Enable hscale_avx2 for all input sizes.Alan Kelly
2022-08-18sws: Replace call to yuv2yuvX_mmx by yuv2yuvX_mmxextAlan Kelly
2022-08-16checkasm: updated tests for sw_scaleSwinney, Jonathan
2022-06-22swscale/x86/swscale: Simplify macroAndreas Rheinhardt
2022-06-22swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functionsAndreas Rheinhardt
2022-01-22swscale/x86/swscale: Remove superfluous and invalid ';'Andreas Rheinhardt
2022-01-11swscale/x86/input.asm: add x86-optimized planer rgb2yuv functionsMark Reid
2022-01-11swscale/x86/output.asm: add x86-optimized planer gbr yuv2anyX functionsMark Reid
2021-12-23swscale/x86/init: use isSemiPlanarYUVrcombs
2021-12-21libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions.Alan Kelly
2021-12-16x86/swscale: fix minor coding style issuesAlan Kelly
2021-12-16libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...Alan Kelly
2021-04-01libswscale/x86/swscale: Only call ff_yuv2yuvX functions if the input size is > 0Alan Kelly
2021-02-24swscale/x86/swscale: Remove unused ASM constantsAndreas Rheinhardt
2021-02-19swscale/x86/swscale: fix mix of inline and external function definitionsJames Almer
2021-02-18swscale/x86/swscale: fix compilation with old yasmJames Almer
2021-02-17swscale: move yuv2yuvX_sse3 to yasm, unrolls main loopAlan Kelly
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-06-14swscale/x86/output: add AVX2 version of yuv2nv12cXNelson Gomez
2020-04-03swscale/swscale: remove useless codeRuiling Song
2020-02-05libswscale/x86/yuv2rgb: Change inline assembly into nasm codeTing Fu
2019-09-28swscale/x86/swscale: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2017-11-13Fix missing used attribute for inline assembly variablesThomas Köppe
2016-08-31swscale: add support for P010LE/BE outputTimo Rothenpieler
2016-06-27asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron
2016-06-26Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes
2016-05-28Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun
2016-03-31swscale: cleanup unused codePedro Arthur
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-08-19swscale: refactor vertical scalerPedro Arthur
2015-08-18swscale: fixed compiler warningsPedro Arthur
2015-08-18swscale: refactor horizontal scalingPedro Arthur
2015-05-10swscale/x86/swscale: Fix warning about loosing significant bits in castMichael Niedermayer
2015-02-27swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer
2014-11-10swscale: fix yuv2yuvX_8 assembly on x86Kieran Kunhya
2014-09-18swscale/x86: do not expect registers to be preserved across inline ASM blocksVitor Sessak
2014-08-04Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer
2014-08-04avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara
2014-06-19s86/scale: Do not return the result of a (void) function from a void function.Carl Eugen Hoyos
2014-03-17swscale/x86/swscale: remove unused constantsMichael Niedermayer
2014-03-16swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3()Michael Niedermayer
2014-01-14Merge commit '46bacb5cc6169ff5e8e982495c4925467c1d8bb7'Michael Niedermayer
2014-01-14x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun
2013-11-23Merge commit 'c16bfb147df8a9d350e8a0dbc01937b78faf5949'Michael Niedermayer
2013-11-23swscale: x86: Consistently use lowercase function name suffixesDiego Biurrun
2013-08-29Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer
2013-08-29swscale: x86: Hide arch-specific initialization detailsDiego Biurrun
2013-04-15sws/x86: remove 8bit rgb2yuv coefficient case for rgb24toyv12 special converterMichael Niedermayer
2013-03-28Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer