index
:
Project-1CE/external_libjpeg-turbo
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
BUILD.gn
Age
Commit message (
Expand
)
Author
2021-01-18
Add Arm Neon SIMD paths to MSan builds
Jonathan Wright
2021-01-18
Tidy up BUILD.gn file
Jonathan Wright
2020-11-30
Update libjpeg-turbo to v2.0.90 (2.1 beta1)
Jonathan Wright
2020-09-14
Implement accurate DCT using Arm NEON intrinsics
Jonathan Wright
2020-09-14
Expand is_linux to is_linux || is_chromeos.
Hidehiko Abe
2020-09-11
Implement fast DCT using Arm NEON intrinsics
Jonathan Wright
2020-09-03
Implement sample conversion using Arm NEON intrinsics
Jonathan Wright
2020-08-10
Add Arm NEON implementation of RGB->Grayscale
Jonathan Wright
2020-08-10
Implement RGB->YCbCr using Arm NEON intrinsics
Jonathan Wright
2020-08-10
Add Arm NEON implementation of h2v1_downsample
Jonathan Wright
2020-08-10
Remove duplicate MSan check
Jonathan Wright
2020-08-10
Refactor floating-point test parameters
Jonathan Wright
2020-07-15
Fix header dependency chains in BUILD.gn file
Jonathan Wright
2020-07-15
Fix guard for unit test target
Jonathan Wright
2020-07-15
Factor common gtest utility code
Jonathan Wright
2020-07-15
Move gtest files to separate folder
Jonathan Wright
2020-07-15
Add gtest wrapper for djpeg tests
Jonathan Wright
2020-06-29
Add gtest wrapper for jpegtran tests
Jonathan Wright
2020-06-24
Add gtest wrapper for cjpeg tests
Jonathan Wright
2020-06-19
Add gtest wrapper for tjbench tests
Jonathan Wright
2020-06-16
Add gtest wrapper for tjunittests
Jonathan Wright
2020-03-27
Fix include directories for NASM.
Dale Curtis
2020-03-27
Switch to NASM for libjpeg_turbo.
Dale Curtis
2019-12-12
Implement fast IDCT using Arm NEON intrinsics
Jonathan Wright
2019-10-19
Implement slow IDCT using Arm NEON intrinsics
Jonathan Wright
2019-09-11
Implement 2x2 IDCT using Arm NEON intrinsics
Martyn Jacques
2019-08-06
Add Arm NEON implementation of h2v1_merged_upsample
Jonathan Wright
2019-08-05
Optimize for speed on Arm platforms
Jonathan Wright
2019-07-31
Implement YCbCr->RGB using Arm NEON intrinsics
Jonathan Wright
2019-07-10
Fix static const data duplication
Chris Davis
2019-05-31
Add Arm NEON implementation of h2v2_fancy_upsample
Jonathan Wright
2019-04-17
libjpeg_turbo: Fix GN check
Chris Blume
2019-03-04
Fix gn header check.
Jamie Madill
2019-03-01
Update libjpeg-turbo to v2.0.1
Chris Blume
2018-08-28
Move src.git/build/secondary/third_party/libjpeg_turbo in-tree.
Nico Weber