]> granicus.if.org Git - libjpeg-turbo/shortlog
libjpeg-turbo
2018-02-27 DRC64-bit AVX2 implementation of fast integer FDCT avx2_failed_experiments
2018-02-27 DRC32-bit AVX2 implementation of Huffman encoding
2018-02-27 DRC64-bit AVX2 implementation of Huffman encoding
2018-02-27 DRC64-bit VEX.128 implementation of fast integer FDCT
2018-02-27 DRCMake SIMD syms private for x86[-64]/Mach-O builds
2018-02-27 DRCMerge branch 'master' into dev
2018-02-27 mayeutFix Win64 ABI conformance when using xmm8-xmm11
2018-02-26 Matthieu DarboisFix BUILDING.md buglet ("--mfloat-abi=softfp")
2018-02-26 mayeutFix Win64 ABI conformance issue in AVX2 ISLOW IDCT
2018-02-24 mayeutFix build with YASM
2018-02-24 mayeutMake SIMD symbols private for MIPS ELF builds
2018-02-24 mayeutMake SIMD symbols private for iOS ARM/ARM64 builds
2018-02-24 mayeutMake SIMD symbols private for x86[-64] ELF builds
2018-02-23 DRC32-bit AVX2 implementation of slow int inverse DCT
2018-02-23 DRC32-bit AVX2 buglet: IS_ALIGNED_SSE=IS_ALIGNED_AVX
2018-02-23 DRC64-bit AVX2 implementation of slow int inverse DCT
2018-02-19 DRC32-bit AVX2 implementation of int sample conv.
2018-02-19 DRC32-bit AVX2 implementation of slow int forward DCT
2018-02-19 DRC64-bit AVX2 implementation of int sample conv.
2018-02-19 DRC64-bit AVX2 implementation of slow int forward DCT
2018-02-17 DRCAVX2: Introduce YMMBLOCK macro for readability
2018-02-14 DRCProg Huff enc: bit count/branchless abs val opts
2018-02-14 DRCMerge branch 'master' into dev
2018-02-14 Ben BoeckelREADME.md: Fix permissions
2018-02-13 DRCMerge branch 'master' into dev
2018-02-13 DRCFix dithering bug in merged 4:2:0/RGB565 algorithm
2018-01-05 DRCMerge branch 'master' into dev
2018-01-03 StephenTravis/OS X: Use 'brew bundle' + Brewfile
2017-12-16 DRCMerge branch 'master' into dev
2017-12-16 DRCjdarith.c: Fix two signed integer overflows
2017-12-16 DRCBump version to 1.5.4 to prepare for new commits
2017-12-15 DRCBUILDING.md: Adjust Android recipes for NDK r16+
2017-12-14 DRCFix whitespace errors 1.5.3
2017-12-06 DRCMerge branch 'master' into dev
2017-12-06 DRCjpeg_crop_scanlines: Handle gray images w/ samp!=1
2017-12-05 DRCFix lib state when skipping to end of 1-scan image
2017-11-29 DRCMerge branch 'master' into dev
2017-11-29 DRCTravis: Work around xcode7.3 image bug
2017-11-19 DRCtjLoadImage(): Fix OOB array access w/TJPF_UNKNOWN
2017-11-19 DRCtjLoadImage(): return TJPF_GRAY for grayscale BMPs
2017-11-18 DRCtjLoadImage(): Don't convert RGB to grayscale
2017-11-18 DRCAdd TurboJPEG C example and clean up Java example
2017-11-18 DRCTurboJPEG: Add alpha offset array/method
2017-11-18 DRCTurboJPEG C API: Add BMP/PPM load/save functions
2017-11-18 DRCtjbenchtest: Test new TurboJPEG progressive flag
2017-11-18 DRCBuild: Fix 'tjtest' target on Windows
2017-11-18 DRCMerge branch 'master' into dev
2017-11-18 DRCTJExample: Fix array index OOB w/ 4:1:1 JPEG input
2017-11-18 DRCCode formatting tweaks
2017-11-18 DRCUniquify tjbenchtest log file names based on args
2017-11-18 DRCTJExample.java: Don't ignore mistyped args
2017-11-14 DRCDoc tweak: TJFLAG_ACCURATEDCT is the first flag
2017-11-14 DRCtjbench.exe: Fix decompression access violation
2017-11-14 DRCChangeLog.md: buglet
2017-11-14 DRCBuild: Fix `make dist`
2017-11-14 DRCFurther partial image decompression fixes
2017-11-13 DRCTJBench/TJUnitTest: Don't ignore mistyped args
2017-11-13 DRCTurboJPEG C: Code formatting tweaks
2017-11-09 DRCdjpeg -crop: Exit gracefully with non-PPM formats
2017-09-20 DRCTurboJPEG C: Compiler warnings
2017-09-20 DRCSRPM build: Define _libdir based on build arch
2017-09-20 DRCMerge branch 'master' into dev
2017-09-20 DRCPrevent "unmappable character" error in Java build
2017-09-20 DRCFix PowerPC 32-bit RPM build
2017-09-19 DRCFix 32-bit RPM build w/ newer RHEL/Fedora releases
2017-09-11 DRCPackaging: Use parallel make when rebuilding SRPM
2017-09-11 DRCTravis: Limit parallel make jobs to # of CPU cores
2017-09-05 nygwrjpgcom: Fix comment typo
2017-09-02 DRCMerge branch 'master' into dev
2017-09-02 DRCTJUnitTest: Usage formatting tweaks
2017-09-02 DRCJava: Fix TJUnitTest on big endian platforms
2017-09-01 DRCBuild: Change ppc64le DEB arch to ppc64el
2017-09-01 DRCMerge branch 'master' into dev
2017-09-01 DRCBuild: Fix AltiVec detection on OS X Leopard
2017-09-01 DRCBuild: Use -maltivec when testing AltiVec support
2017-09-01 DRCMerge branch 'master' into dev
2017-09-01 DRCFix build on PowerPC SPE systems
2017-08-14 DRCJava: Fix NullPointerException in YUVImage
2017-08-14 DRCBump version to 1.5.3 to prepare for new commits
2017-07-07 DRCx86: Fix "short jump is out of range" w/ NASM<2.04 1.5.2
2017-06-29 DRCTJBench: Recover from non-fatal errors if possible
2017-06-29 DRCTurboJPEG: Don't make STOPONWARNING persistent
2017-06-28 DRCTurboJPEG: Add "copy none", progressive xform opts
2017-06-28 DRCMerge branch 'master' into dev
2017-06-28 DRCTurboJPEG: Document xform issue w/ big marker data
2017-06-28 DRCJava TJBench: Fix parsing of -warmup argument
2017-06-28 DRCBuild: Disable warmup in TJBench regression tests
2017-06-27 DRCTJBench: Improve consistency of results
2017-06-27 DRCTurboJPEG: Opt. enable progressive entropy coding
2017-06-27 DRCMerge branch 'master' into dev
2017-06-27 DRCTurboJPEG: C API documentation buglet
2017-06-27 DRCTurboJPEG: Improve error handling
2017-06-27 DRCBuild: Custom target for generating JNI headers
2017-06-27 DRCBuild: Add custom target for generating Java docs
2017-06-27 DRCBuild: Fix buglet in java/CMakeLists.txt (MSYS)
2017-06-27 DRCTurboJPEG: Thread-safe error message retrieval
2017-06-27 DRCMerge branch 'master' into dev
2017-06-27 DRCTJBench: Code formatting tweaks
2017-06-27 DRCTJBench: Fix errors when decomp. files w/ ICC data
2017-06-27 DRCBUILDING.md: Include Android/x86 build recipes
next