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 (Collapse)Author
2016-04-11swscale/arm: add yuv2planeX_8_neonMatthieu Bouron
2016-04-09swscale/arm: add ff_hscale_8_to_15_neonMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: make the code bitexact with its aarch64 counter partMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: save a few instructions by processing the luma line ↵Matthieu Bouron
interleaved
2016-04-01swscale/arm/yuv2rgb: re-order compute_rgba macro argumentsMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: rename {process_1l,process_2l,compute}_16px{,_internal} ↵Matthieu Bouron
macros
2016-04-01swscale/arm/yuv2rgb: macro-ifyMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: factorize lsl in load_args_nvxMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: factorize lsl in load_args_yuv420pMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: remove unused store of dst + linesize in load_args_yuv422pMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: factorize lsl in load_args_yuv422pMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: fix comments in load_args_yuv422pMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: remove 32bit code pathMatthieu Bouron
2016-02-22swscale/arm: re-enable neon rgbx to nv12 routinesXiaolei Yu
Commit '842b8f4ba2e79b9c004a67f6fdb3d5c5d05805d3' fixed clang/iphone build but failed on some versions of cygwin. It has now been verified to work on both platforms. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-01-04swscale/arm/yuv2rgb: add ff_yuv422p_to_{argb,rgba,abgr,bgra}_neon_{16,32}Matthieu Bouron
2016-01-04swscale/arm/yuv2rgb: fix typoMatthieu Bouron
2015-12-20swscale/arm/yuv2rgb: add ff_yuv420p_to_{argb,rgba,abgr,bgra}_neon_{16,32}Matthieu Bouron
2015-12-20swscale/arm/yuv2rgb: disable neon if accurate_rnd is enabledMatthieu Bouron
This disables the 32bit precision neon code path in favor of the default C one and avoids breaking fate.
2015-12-19swscale/arm/yuv2rgb: simplify process_16px_* macro callMatthieu Bouron
2015-12-18swscale/arm/yuv2rgb: fix slicingClément Bœsch
2015-12-08swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon_16Matthieu Bouron
2015-11-23swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neonMatthieu Bouron
Signed-off-by: Matthieu Bouron <matthieu.bouron@stupeflix.com> Signed-off-by: Clément Bœsch <clement@stupeflix.com>
2014-01-12swscale: disable ARM code until its build failure with clang/iphone is fixedMichael Niedermayer
See: "19:40 Yu Xiaolei Re: [FFmpeg-devel] [PATCH] fix build with gas-preprocessor.pl" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-12Revert "swscale: disable ARM code until its build failure with clang/iphone ↵Michael Niedermayer
is fixed" This reverts commit c8c7736c1025bcf5bb27e104a0d0eae749408739.
2014-01-12fix build with gas-preprocessor.plYu Xiaolei
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-08swscale: disable ARM code until its build failure with clang/iphone is fixedMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-28swscale/arm: fix build error with --enable-sharedYu Xiaolei
use string comparison in assembler derivatives to prevents assembler from treating names in test expressions as imported symbols Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-16swscale: NEON optimized unscaled rgba to nv12 conversionYu Xiaolei
Signed-off-by: Yu Xiaolei <dreifachstein@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>