- 927aabf nasm: add %included assembly files to nasm_assemble action by Takuto Ikuta · 6 weeks ago main
- 4426a8d [jumbo] Cherry-pick a small piece of upstream r7fec507. by Peter Kasting · 9 weeks ago
- ccfbe1c Merge libjpeg-turbo fix for O(n^2) slowdown with markers. by John Stiles · 5 months ago
- 9b89430 Rename DIR_SOURCE_ROOT to DIR_SRC_TEST_DATA_ROOT in //libjpeg_turbo by Ho Cheung · 12 months ago
- b2b87a6 Update license type to comply with OSS license reqs. by Rachael Newitt · 1 year, 1 month ago
- 30bdb85 Merge "fix inputs for some included files" into main by Takuto Ikuta · 1 year, 3 months ago
- 98bd513 [ssci] Added Shipped field to READMEs by Anne Redulla · 1 year, 3 months ago
- d7331f4 fix inputs for some included files by Takuto Ikuta · 1 year, 3 months ago
- aa4075f Merge "Update libjpeg-turbo to upstream stable release 2.1.5.1" into main by Jonathan Wright · 1 year, 7 months ago
- b39ac8f Update libjpeg-turbo to upstream stable release 2.1.5.1 by Jake Weinstein · 1 year, 8 months ago
- 0b6e6a1 Allow blink for iOS to include libjpeg_turbo by Dave Tapuska · 1 year, 8 months ago
- ed68392 Update libjpeg-turbo to upstream stable release 2.1.4 by Jake Weinstein · 2 years, 1 month ago
- 22f1a22 Update libjpeg-turbo to upstream stable release 2.1.3 by Jonathan Wright · 2 years, 7 months ago
- 02959c3 Update libjpeg-turbo to upstream stable release 2.1.2 by Jonathan Wright · 2 years, 11 months ago
- 49836d7 Add MANGLE_JPEG_NAMES to public_configs. by Keiichi Enomoto · 3 years ago
- ff19e5b Update libjpeg-turbo to 2.1.1 stable release by Jonathan Wright · 3 years, 2 months ago
- ad8b3b0 Update to latest upstream libjpeg-turbo. by Peter Kasting · 3 years, 3 months ago
- e9e400e Update generated config file for changes in latest sources. by Peter Kasting · 3 years, 3 months ago
- 2eb7e20 Update libjpeg-turbo to 9df5786f05c8be702f5a896b231c6e057847c18b. by Peter Kasting · 3 years, 3 months ago
- b7bef8c Run gn format BUILD.gn by Leon Scroggins III · 3 years, 5 months ago
- 764c5fc Add ifdef for jpeglibmangler by Leon Scroggins III · 3 years, 5 months ago
- 24e3105 Update libjpeg-turbo to stable release 2.1.0 by Jonathan Wright · 3 years, 6 months ago
- 7b4981b Include jpeglibmangler.h by Keiichi Enomoto · 3 years, 8 months ago
- 07a7d24 Move metadata in OWNERS files to DIR_METADATA files by Edward Lesmes · 3 years, 8 months ago
- fa0de07 Add Arm Neon SIMD paths to MSan builds by Jonathan Wright · 3 years, 9 months ago
- f16a10d Tidy up BUILD.gn file by Jonathan Wright · 3 years, 9 months ago
- 518d815 Cherry-pick Arm CLZ fixes from upstream by Jonathan Wright · 3 years, 9 months ago
- 09efc26 Disable Neon Huffman encoding for WoA/Clang-cl by Jonathan Wright · 3 years, 10 months ago
- e9a659a Cherry-pick upstream fix for uninitialised reads by Jonathan Wright · 3 years, 10 months ago
- bbb8282 Update libjpeg-turbo to v2.0.90 (2.1 beta1) by Jonathan Wright · 3 years, 11 months ago
- d5148db GCC: fix NEON type casts by Jose Dapena Paz · 4 years, 1 month ago
- 408fab0 Implement accurate DCT using Arm NEON intrinsics by Jonathan Wright · 4 years, 3 months ago
- 5fb87f9 Expand is_linux to is_linux || is_chromeos. by Hidehiko Abe · 4 years, 1 month ago
- 8ca1962 Implement fast DCT using Arm NEON intrinsics by Jonathan Wright · 4 years, 3 months ago
- 83889e4 Specify 16-byte alignment for assembly functions by Jonathan Wright · 4 years, 1 month ago
- f388981 Implement quantization using Arm NEON intrinsics by Jonathan Wright · 4 years, 3 months ago
- 628b6a4 Implement sample conversion using Arm NEON intrinsics by Jonathan Wright · 4 years, 3 months ago
- a2a9d5e Add compiler-independent alignment macro by Jonathan Wright · 4 years, 2 months ago
- 09caedd Add Arm NEON implementation of RGB->Grayscale by Jonathan Wright · 4 years, 3 months ago
- 2fa3dfe Implement RGB->YCbCr using Arm NEON intrinsics by Jonathan Wright · 4 years, 3 months ago
- c7fb4c5 Add Arm NEON implementation of h2v2_downsample by Jonathan Wright · 4 years, 3 months ago
- 64fc43d Add Arm NEON implementation of h2v1_downsample by Jonathan Wright · 4 years, 3 months ago
- 9d4f800 Remove duplicate MSan check by Jonathan Wright · 4 years, 3 months ago
- f773112 Refactor floating-point test parameters by Jonathan Wright · 4 years, 3 months ago
- db870df Update libjpeg-turbo to v2.0.5 by Jonathan Wright · 4 years, 2 months ago
- 341272d Use hidden visibility for jpeg_nbits_table. by Elliott Hughes · 4 years, 2 months ago
- 0241a13 Fix file path manipulation on Windows by Jonathan Wright · 4 years, 3 months ago
- ab7cd97 Fix header dependency chains in BUILD.gn file by Jonathan Wright · 4 years, 3 months ago
- e7ef8c3 Fix guard for unit test target by Jonathan Wright · 4 years, 3 months ago
- cabe38c Factor common gtest utility code by Jonathan Wright · 4 years, 3 months ago
- 0f96902 Move gtest files to separate folder by Jonathan Wright · 4 years, 3 months ago
- 62ba159 Add gtest wrapper for djpeg tests by Jonathan Wright · 4 years, 4 months ago
- c69b17e Refactor djpeg.c to provide test interface by Jonathan Wright · 4 years, 4 months ago
- 26873bd Add gtest wrapper for jpegtran tests by Jonathan Wright · 4 years, 4 months ago
- 8789cbd Add input JPEG images for djpeg and jpegtran tests by Jonathan Wright · 4 years, 4 months ago
- dc4d6f9 Refactor jpegtran.c to provide test interface by Jonathan Wright · 4 years, 4 months ago
- 11070fb Add gtest wrapper for cjpeg tests by Jonathan Wright · 4 years, 4 months ago
- 5961ab9 Refactor cjpeg.c to provide test interface by Jonathan Wright · 4 years, 4 months ago
- 85252fa Write tjunittest output files to sdcard on Android by Jonathan Wright · 4 years, 4 months ago
- 681ce7f Move tbench logs from stdout to stderr by Jonathan Wright · 4 years, 4 months ago
- 70be78f Add gtest wrapper for tjbench tests by Jonathan Wright · 4 years, 4 months ago
- cef6600 Reinstate upstream test image data files by Jonathan Wright · 4 years, 4 months ago
- 285aa14 Refactor tjbench.c to provide test interface by Jonathan Wright · 4 years, 4 months ago
- a145af1 Move tjunittest logs from stdout to stderr by Jonathan Wright · 4 years, 4 months ago
- cb4186c Add gtest wrapper for tjunittests by Jonathan Wright · 4 years, 4 months ago
- 6cb95b8 Refactor tjunittest.c to provide test interface by Jonathan Wright · 4 years, 4 months ago
- 7e3ad79 Fix Mac builds of libjpeg-turbo by Chris Blume · 4 years, 7 months ago
- b95dc41 Fix include directories for NASM. by Dale Curtis · 4 years, 7 months ago
- 3a4896c Merge "Switch to NASM for libjpeg_turbo." by Chris Blume · 4 years, 7 months ago
- 7539978 Switch to NASM for libjpeg_turbo. by Dale Curtis · 4 years, 7 months ago
- 9195e7c Switch scroggo@chromium to scroggo@google by Leon Scroggins III · 4 years, 9 months ago
- ce0e57e Implement fast IDCT using Arm NEON intrinsics by Jonathan Wright · 6 years ago
- 86afb9f Precompute DCT block output pointers in IDCT functions by Jonathan Wright · 4 years, 10 months ago
- bc13578 Implement slow IDCT using Arm NEON intrinsics by Jonathan Wright · 5 years ago
- 9d3bf3e Add "# COMPONENT" to libjpeg OWNERS file by Eric Foo · 5 years ago
- 38c6935 Implement 4x4 IDCT using Arm NEON intrinsics by Jonathan Wright · 5 years ago
- 4591b71 Implement 2x2 IDCT using Arm NEON intrinsics by Martyn Jacques · 6 years ago
- baa5dc2 Merge "Add Arm NEON implementation of h2v2_merged_upsample" by Chris Blume · 5 years ago
- a20c8f1 Merge "Add Arm NEON implementation of h2v1_merged_upsample" by Chris Blume · 5 years ago
- d460d6b Mark jpeg_nbits_table as external in asm files to reduce disk impact by Chris Davis · 5 years ago
- e74446a Add Arm NEON implementation of h2v2_merged_upsample by Jonathan Wright · 6 years ago
- 2c21f99 Add Arm NEON implementation of h2v1_merged_upsample by Jonathan Wright · 6 years ago
- cd24120 Optimize for speed on Arm platforms by Jonathan Wright · 5 years ago
- f69c5e9 Implement YCbCr->RGB565 using Arm NEON intrinsics by Jonathan Wright · 6 years ago
- 00e1065 Implement YCbCr->RGB using Arm NEON intrinsics by Jonathan Wright · 6 years ago
- 81aef90 Add Arm NEON implementation of h2v2_upsample by Jonathan Wright · 6 years ago
- 6f0254d Add Arm NEON implementation of h2v1_upsample by Jonathan Wright · 6 years ago
- 08e5881 Add list of Arm NEON patches to README by Jonathan Wright · 5 years ago
- 14eba7a Fix static const data duplication by Chris Davis · 5 years ago
- 76aabbd Add extra guard for loop unroll pragma on AArch64 by Jonathan Wright · 5 years ago
- f63b96a Merge "Add Arm NEON implementation of h2v1_fancy_upsample" by Jonathan Wright · 5 years ago
- e0993f6 Add Arm NEON implementation of h2v1_fancy_upsample by Jonathan Wright · 6 years ago
- ef34b44 Add Jonathan to OWNERS of libjpeg-turbo by Chris Blume · 5 years ago
- e1669e3 Add Arm NEON implementation of h1v2_fancy_upsample by Jonathan Wright · 5 years ago
- 0927aa3 Add SIMD function stubs for h1v2_fancy_upsample by Jonathan Wright · 5 years ago
- d78acdd bugfix: add bias pattern for h1v2_fancy_upsample by Jonathan Wright · 5 years ago
- 2a34770 Add Arm NEON implementation of h2v2_fancy_upsample by Jonathan Wright · 6 years ago
- 0aabb3f Add 32-byte memory alignment check for Arm NEON by Jonathan Wright · 5 years ago
- fdcaeed Add memory alignment size check in jmemmgr.c by Jonathan Wright · 5 years ago
- 2de84a4 Merge "libjpeg_turbo: Fix GN check" by Chris Blume · 5 years ago