aboutsummaryrefslogtreecommitdiff
path: root/linux.mk
AgeCommit message (Expand)Author
2023-12-08Split convert_test and convert_argb_test to allow building on small systems t...Frank Barchard
2022-03-19RGBScale function using 3 steps: RGB24ToARGB, ARGBScale, ARGBToRGB24Frank Barchard
2022-01-26Remove MMI supportFrank Barchard
2021-02-19Scale 12 functions that are scale 16 but with only low 12 bits validFrank Barchard
2021-02-12add yuvconvstants utilFrank Barchard
2020-10-28MJPGToNV12 added and build files sortedFrank Barchard
2020-09-29NV12Scale function and ScaleUV for packed UV plane bilinear scalingFrank Barchard
2020-04-28i444tonv12_eg example programFrank Barchard
2018-08-03MMI ifdef guards and add source to various build files.Frank Barchard
2018-04-13update linux makefile with mips/msa filesJohann
2017-12-14Remove Mips DSPR2 codeFrank Barchard
2017-11-09Re-enable x86 assembly without requiring -msse2Frank Barchard
2017-11-08Revert "Enable SSE2 code without -msse"Frank Barchard
2017-11-08Enable SSE2 code without -msseFrank Barchard
2017-07-21Rename convert to yuvconvert for linux.mkFrank Barchard
2017-01-27Rename mips source files to dspr2.Frank Barchard
2016-07-06Remove -lc++ link and document -fno-exceptionsFrank Barchard
2016-07-06Avoid gcc 4.4 indexing a vector_size(32) array error.Frank Barchard
2016-04-20Add all library source files to linux.mkFrank Barchard
2015-07-27Adds files and functions for rotate any, but does not hook them up to the cal...Frank Barchard
2015-07-14break rotate into files by cpu in preparation for optimization.Frank Barchard
2015-06-09add scale_any to linux.mk make file.Frank Barchard
2015-06-09rename source files from row_posix.cc etc to row_gcc.cc to avoid gyp build fi...fbarchard@google.com
2015-02-09Remove bayer format support from libyuv. This format is very rare and used o...fbarchard@google.com
2014-10-02cmake file for libyuv and remove -o from linux.mk for osx support.fbarchard@google.com
2014-01-28Switch to CXX for linux.mkfbarchard@google.com
2013-11-28Move scale row functions to scale_win etcfbarchard@google.com
2013-11-20rename Makefile to avoid name clash with gclient runhooksfbarchard@google.com