Sign in
flutter
/
third_party
/
libjpeg-turbo
/
refs/heads/avx2_failed_experiments
dc89ee0
64-bit AVX2 implementation of fast integer FDCT
by DRC
· 7 years ago
avx2_failed_experiments
9cd4a15
32-bit AVX2 implementation of Huffman encoding
by DRC
· 7 years ago
8c39357
64-bit AVX2 implementation of Huffman encoding
by DRC
· 7 years ago
b069a1a
64-bit VEX.128 implementation of fast integer FDCT
by DRC
· 7 years ago
367a838
Make SIMD syms private for x86[-64]/Mach-O builds
by DRC
· 7 years ago
7c2bfdb
Merge branch 'master' into dev
by DRC
· 7 years ago
0dd9a2c
Fix Win64 ABI conformance when using xmm8-xmm11
by mayeut
· 7 years ago
32eaeea
Fix BUILDING.md buglet ("--mfloat-abi=softfp")
by Matthieu Darbois
· 7 years ago
4c4dc61
Fix Win64 ABI conformance issue in AVX2 ISLOW IDCT
by mayeut
· 7 years ago
feaec37
Fix build with YASM
by mayeut
· 7 years ago
b6909ab
Make SIMD symbols private for MIPS ELF builds
by mayeut
· 7 years ago
9bef5df
Make SIMD symbols private for iOS ARM/ARM64 builds
by mayeut
· 7 years ago
8842156
Make SIMD symbols private for x86[-64] ELF builds
by mayeut
· 7 years ago
9cdec16
32-bit AVX2 implementation of slow int inverse DCT
by DRC
· 7 years ago
845fe8b
32-bit AVX2 buglet: IS_ALIGNED_SSE=IS_ALIGNED_AVX
by DRC
· 7 years ago
de9e9db
64-bit AVX2 implementation of slow int inverse DCT
by DRC
· 7 years ago
715b7c3
32-bit AVX2 implementation of int sample conv.
by DRC
· 7 years ago
ca387e7
32-bit AVX2 implementation of slow int forward DCT
by DRC
· 7 years ago
39e9e65
64-bit AVX2 implementation of int sample conv.
by DRC
· 7 years ago
264dd42
64-bit AVX2 implementation of slow int forward DCT
by DRC
· 7 years ago
ff392d8
AVX2: Introduce YMMBLOCK macro for readability
by DRC
· 7 years ago
37bae1a
Prog Huff enc: bit count/branchless abs val opts
by DRC
· 7 years ago
985ef4f
Merge branch 'master' into dev
by DRC
· 7 years ago
700de8a
README.md: Fix permissions
by Ben Boeckel
· 7 years ago
4e24079
Merge branch 'master' into dev
by DRC
· 7 years ago
d485955
Fix dithering bug in merged 4:2:0/RGB565 algorithm
by DRC
· 7 years ago
289014d
Merge branch 'master' into dev
by DRC
· 7 years ago
3847f91
Travis/OS X: Use 'brew bundle' + Brewfile
by Stephen
· 7 years ago
bd544e2
Merge branch 'master' into dev
by DRC
· 7 years ago
0e2bca0
jdarith.c: Fix two signed integer overflows
by DRC
· 7 years ago
0fba3c1
Bump version to 1.5.4 to prepare for new commits
by DRC
· 7 years ago
7d3feda
BUILDING.md: Adjust Android recipes for NDK r16+
by DRC
· 7 years ago
bf6c774
Fix whitespace errors
by DRC
· 7 years ago
1.5.3
afdd799
Merge branch 'master' into dev
by DRC
· 7 years ago
c308d43
jpeg_crop_scanlines: Handle gray images w/ samp!=1
by DRC
· 7 years ago
773040f
Fix lib state when skipping to end of 1-scan image
by DRC
· 7 years ago
c05d124
Merge branch 'master' into dev
by DRC
· 7 years ago
a831b5a
Travis: Work around xcode7.3 image bug
by DRC
· 7 years ago
9f1f86b
tjLoadImage(): Fix OOB array access w/TJPF_UNKNOWN
by DRC
· 7 years ago
e817c07
tjLoadImage(): return TJPF_GRAY for grayscale BMPs
by DRC
· 7 years ago
479fa1d
tjLoadImage(): Don't convert RGB to grayscale
by DRC
· 7 years ago
8c40ac8
Add TurboJPEG C example and clean up Java example
by DRC
· 7 years ago
dc4b900
TurboJPEG: Add alpha offset array/method
by DRC
· 7 years ago
aa74590
TurboJPEG C API: Add BMP/PPM load/save functions
by DRC
· 7 years ago
087ec12
tjbenchtest: Test new TurboJPEG progressive flag
by DRC
· 7 years ago
cd8a125
Build: Fix 'tjtest' target on Windows
by DRC
· 7 years ago
4893e5d
Merge branch 'master' into dev
by DRC
· 7 years ago
19b393b
TJExample: Fix array index OOB w/ 4:1:1 JPEG input
by DRC
· 7 years ago
9d9d8fe
Code formatting tweaks
by DRC
· 7 years ago
78e97e3
Uniquify tjbenchtest log file names based on args
by DRC
· 7 years ago
468f2fe
TJExample.java: Don't ignore mistyped args
by DRC
· 7 years ago
5abf253
Doc tweak: TJFLAG_ACCURATEDCT is the first flag
by DRC
· 7 years ago
5fce2e9
tjbench.exe: Fix decompression access violation
by DRC
· 7 years ago
907dd68
ChangeLog.md: buglet
by DRC
· 7 years ago
f008876
Build: Fix `make dist`
by DRC
· 7 years ago
5bc43c7
Further partial image decompression fixes
by DRC
· 7 years ago
f3ad13e
TJBench/TJUnitTest: Don't ignore mistyped args
by DRC
· 7 years ago
94e152b
TurboJPEG C: Code formatting tweaks
by DRC
· 7 years ago
073b0e8
djpeg -crop: Exit gracefully with non-PPM formats
by DRC
· 7 years ago
616b4e2
TurboJPEG C: Compiler warnings
by DRC
· 7 years ago
3d72522
SRPM build: Define _libdir based on build arch
by DRC
· 7 years ago
f0dd80f
Merge branch 'master' into dev
by DRC
· 7 years ago
1b385f3
Prevent "unmappable character" error in Java build
by DRC
· 7 years ago
fd778bb
Fix PowerPC 32-bit RPM build
by DRC
· 7 years ago
8d403ae
Fix 32-bit RPM build w/ newer RHEL/Fedora releases
by DRC
· 7 years ago
01b74c1
Packaging: Use parallel make when rebuilding SRPM
by DRC
· 8 years ago
db0dec3
Travis: Limit parallel make jobs to # of CPU cores
by DRC
· 8 years ago
ba6e9d8
wrjpgcom: Fix comment typo
by nyg
· 8 years ago
7106ffe
Merge branch 'master' into dev
by DRC
· 8 years ago
5426a4c
TJUnitTest: Usage formatting tweaks
by DRC
· 8 years ago
d0bac69
Java: Fix TJUnitTest on big endian platforms
by DRC
· 8 years ago
59322e0
Build: Change ppc64le DEB arch to ppc64el
by DRC
· 8 years ago
51cc89f
Merge branch 'master' into dev
by DRC
· 8 years ago
4ded4df
Build: Fix AltiVec detection on OS X Leopard
by DRC
· 8 years ago
1d93541
Build: Use -maltivec when testing AltiVec support
by DRC
· 8 years ago
c0f3512
Merge branch 'master' into dev
by DRC
· 8 years ago
02fa8f2
Fix build on PowerPC SPE systems
by DRC
· 8 years ago
3212005
Java: Fix NullPointerException in YUVImage
by DRC
· 8 years ago
1478361
Bump version to 1.5.3 to prepare for new commits
by DRC
· 8 years ago
e5c1613
x86: Fix "short jump is out of range" w/ NASM<2.04
by DRC
· 8 years ago
1.5.2
c945312
TJBench: Recover from non-fatal errors if possible
by DRC
· 8 years ago
9baef10
TurboJPEG: Don't make STOPONWARNING persistent
by DRC
· 8 years ago
dadebcd
TurboJPEG: Add "copy none", progressive xform opts
by DRC
· 8 years ago
dedce66
Merge branch 'master' into dev
by DRC
· 8 years ago
b0971e4
TurboJPEG: Document xform issue w/ big marker data
by DRC
· 8 years ago
e248d43
Java TJBench: Fix parsing of -warmup argument
by DRC
· 8 years ago
acb6349
Build: Disable warmup in TJBench regression tests
by DRC
· 8 years ago
1db1ce4
TJBench: Improve consistency of results
by DRC
· 8 years ago
aba6ae5
TurboJPEG: Opt. enable progressive entropy coding
by DRC
· 8 years ago
596e396
Merge branch 'master' into dev
by DRC
· 8 years ago
d0c3aa9
TurboJPEG: C API documentation buglet
by DRC
· 8 years ago
d4092f6
TurboJPEG: Improve error handling
by DRC
· 8 years ago
42e1e2d
Build: Custom target for generating JNI headers
by DRC
· 8 years ago
25c912c
Build: Add custom target for generating Java docs
by DRC
· 8 years ago
178796e
Build: Fix buglet in java/CMakeLists.txt (MSYS)
by DRC
· 8 years ago
b9ab64d
TurboJPEG: Thread-safe error message retrieval
by DRC
· 8 years ago
2ac4e9d
Merge branch 'master' into dev
by DRC
· 8 years ago
6a2b067
TJBench: Code formatting tweaks
by DRC
· 8 years ago
11eec4a
TJBench: Fix errors when decomp. files w/ ICC data
by DRC
· 8 years ago
301ba4f
BUILDING.md: Include Android/x86 build recipes
by DRC
· 8 years ago
Next »