summaryrefslogtreecommitdiff
path: root/libswscale/arm
Commit message (Collapse)AuthorAge
* swscale: disable ARM code until its build failure with clang/iphone is fixedMichael Niedermayer2014-01-12
| | | | | | See: "19:40 Yu Xiaolei Re: [FFmpeg-devel] [PATCH] fix build with gas-preprocessor.pl" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Revert "swscale: disable ARM code until its build failure with clang/iphone ↵Michael Niedermayer2014-01-12
| | | | | | is fixed" This reverts commit c8c7736c1025bcf5bb27e104a0d0eae749408739.
* fix build with gas-preprocessor.plYu Xiaolei2014-01-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swscale: disable ARM code until its build failure with clang/iphone is fixedMichael Niedermayer2014-01-08
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swscale/arm: fix build error with --enable-sharedYu Xiaolei2013-12-28
| | | | | | 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>
* swscale: NEON optimized unscaled rgba to nv12 conversionYu Xiaolei2013-12-16
Signed-off-by: Yu Xiaolei <dreifachstein@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>