aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/x86/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* swscale: add opaque parameter to input functionsTimo Rothenpieler2022-08-191-5/+8
* libswscale: Enable hscale_avx2 for all input sizes.Alan Kelly2022-08-181-4/+2
* sws: Replace call to yuv2yuvX_mmx by yuv2yuvX_mmxextAlan Kelly2022-08-181-5/+2
* checkasm: updated tests for sw_scaleSwinney, Jonathan2022-08-161-3/+5
* swscale/x86/swscale: Simplify macroAndreas Rheinhardt2022-06-221-7/+7
* swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functionsAndreas Rheinhardt2022-06-221-74/+9
* swscale/x86/swscale: Remove superfluous and invalid ';'Andreas Rheinhardt2022-01-221-10/+10
* swscale/x86/input.asm: add x86-optimized planer rgb2yuv functionsMark Reid2022-01-111-0/+170
* swscale/x86/output.asm: add x86-optimized planer gbr yuv2anyX functionsMark Reid2022-01-111-0/+98
* swscale/x86/init: use isSemiPlanarYUVrcombs2021-12-231-2/+2
* libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions.Alan Kelly2021-12-211-1/+1
* x86/swscale: fix minor coding style issuesAlan Kelly2021-12-161-7/+7
* libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...Alan Kelly2021-12-151-0/+19
* libswscale/x86/swscale: Only call ff_yuv2yuvX functions if the input size is > 0Alan Kelly2021-04-011-2/+4
* swscale/x86/swscale: Remove unused ASM constantsAndreas Rheinhardt2021-02-241-9/+0
* swscale/x86/swscale: fix mix of inline and external function definitionsJames Almer2021-02-181-24/+20
* swscale/x86/swscale: fix compilation with old yasmJames Almer2021-02-171-4/+11
* swscale: move yuv2yuvX_sse3 to yasm, unrolls main loopAlan Kelly2021-02-171-76/+54
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* swscale/x86/output: add AVX2 version of yuv2nv12cXNelson Gomez2020-06-141-0/+28
* swscale/swscale: remove useless codeRuiling Song2020-04-031-2/+1
* libswscale/x86/yuv2rgb: Change inline assembly into nasm codeTing Fu2020-02-051-8/+8
* swscale/x86/swscale: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-281-2/+2
* Fix missing used attribute for inline assembly variablesThomas Köppe2017-11-131-6/+6
* swscale: add support for P010LE/BE outputTimo Rothenpieler2016-08-311-2/+2
* asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron2016-06-271-15/+15
* Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes2016-06-261-1/+0
|\
| * Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-281-1/+0
* | swscale: cleanup unused codePedro Arthur2016-03-311-30/+8
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* | swscale: refactor vertical scalerPedro Arthur2015-08-191-3/+3
* | swscale: fixed compiler warningsPedro Arthur2015-08-181-8/+7
* | swscale: refactor horizontal scalingPedro Arthur2015-08-181-3/+28
* | swscale/x86/swscale: Fix warning about loosing significant bits in castMichael Niedermayer2015-05-101-1/+1
* | swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer2015-02-271-1/+1
* | swscale: fix yuv2yuvX_8 assembly on x86Kieran Kunhya2014-11-091-1/+1
* | swscale/x86: do not expect registers to be preserved across inline ASM blocksVitor Sessak2014-09-181-39/+44
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-041-2/+2
|\|
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-2/+2
* | s86/scale: Do not return the result of a (void) function from a void function.Carl Eugen Hoyos2014-06-191-1/+2
* | swscale/x86/swscale: remove unused constantsMichael Niedermayer2014-03-171-4/+0
* | swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3()Michael Niedermayer2014-03-151-1/+2
* | Merge commit '46bacb5cc6169ff5e8e982495c4925467c1d8bb7'Michael Niedermayer2014-01-141-2/+2
|\|
| * x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-141-2/+2
* | Merge commit 'c16bfb147df8a9d350e8a0dbc01937b78faf5949'Michael Niedermayer2013-11-231-5/+5
|\|
| * swscale: x86: Consistently use lowercase function name suffixesDiego Biurrun2013-11-221-4/+4
* | Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer2013-08-291-5/+5
|\|
| * swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-281-5/+5
* | sws/x86: remove 8bit rgb2yuv coefficient case for rgb24toyv12 special converterMichael Niedermayer2013-04-151-6/+1
* | Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer2013-03-281-14/+14
|\|