aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Expand)Author
2024-04-16Upgrade webp to v1.4.0James Zern
2024-01-12mv SharpYuvEstimate420Risk to extras/James Zern
2023-12-05Add YUV420 riskiness metric.Maryla
2023-07-06Have the palette code be in its own file.Vincent Rabaud
2023-01-13Merge remote-tracking branch 'aosp/upstream-main' into aosp/masterJames Zern
2022-12-16*/Android.mk: add a check for NDK_ROOTJames Zern
2022-12-15[LSC] Add LOCAL_LICENSE_KINDS to external/webpBob Badour
2022-11-16Merge tag 'v1.2.3' into masterHarish Mahendrakar
2022-10-28sharpyuv: add SharpYuvGetVersion()James Zern
2022-10-26sharpyuv: add SharpYuvGetCPUInfoJames Zern
2022-06-01sharpyuv: increase precision of gamma<->linear conversionMaryla
2022-04-08libsharpyuv: add colorspace utilitiesMaryla
2022-03-04Make libwebp depend on libsharpyuv.Maryla
2021-02-18SSE4.1 version of TransformColorInverseIlya Kurdyukov
2018-11-14neon: SetResidualCoeffsJohann
2018-10-16Remove AVX2 files.Vincent Rabaud
2018-06-07Android.mk: use LOCAL_EXPORT_C_INCLUDES w/public libsJames Zern
2018-02-09remove WEBP_EXPERIMENTAL_FEATURESJames Zern
2017-12-04Implement the upsampling/yuv functions in SSE41Vincent Rabaud
2017-08-31Android.mk,mips: fix clang build with r15James Zern
2017-08-01fix Android standalone toolchain buildJames Zern
2017-06-25Remove the argb* files.Vincent Rabaud
2017-06-03Android.mk/build.gradle: fix mips build with clang from r14bJames Zern
2017-06-01Split cost-based backward references in its own file.Vincent Rabaud
2017-04-18NEON implementation of some Sharp-YUV420 functionsPascal Massimino
2017-02-21move the SSIM calculation code in ssim.c / ssim_sse2.cPascal Massimino
2017-01-19src/{dec,enc,utils}: give filenames a unique suffixJames Zern
2017-01-17NEON: implement alpha-filters (horizontal/vertical/gradient)Pascal Massimino
2017-01-11NEON: implement several alpha-processing functionsPascal Massimino
2016-12-01Convert webp to Android.bpColin Cross
2016-11-18Android.mk: use -fvisibility=hiddenJames Zern
2016-09-13Move some lossless logic out of dsp.Vincent Rabaud
2016-07-22Add MSA optimized YUV to RGB upsampling functionsParag Salasakar
2016-07-19move examples/{example_util,image_dec} to imageio/James Zern
2016-07-19Add MSA optimized rescaling functionsParag Salasakar
2016-07-18Add MSA optimized color transform functionsParag Salasakar
2016-07-05Add MSA optimized encoder transform functionsParag Salasakar
2016-07-01Add MSA optimized alpha filter functionsParag Salasakar
2016-06-27Add MSA optimized colorspace conversion functionsParag Salasakar
2016-06-16Added MSA optimized transform functionsParag Salasakar
2015-10-07neon-implementation for rescaler codeskal
2015-10-02Add delta_palettization feature to WebPMislav Bradac
2015-09-25rescaler: add some SSE2 codePascal Massimino
2015-09-02Create a WebPAnimDecoder API.Urvang Joshi
2015-08-19Android: limit use of cpufeaturesJames Zern
2015-06-23SSE4.1 implementation of some lossless encoding functionsPascal Massimino
2015-06-19SSE4.1 implementation of some alpha-processing functionsPascal Massimino
2015-03-25encoding SSE4.1 stub for StoreHistogram + Quantize + SSE_16xNPascal Massimino
2015-03-23dsp/lossless: split enc/dec functionsJames Zern
2015-03-20stub for SSE4.1 support.Pascal Massimino