]> granicus.if.org Git - libjpeg-turbo/shortlog
libjpeg-turbo
2016-11-22 DRCUnified CMake-based build system
2016-11-22 DRCBUILDING.md: NASM 2.10+/YASM 1.2.0+ always needed
2016-11-22 DRCAdvertise the new AVX2 SIMD extensions
2016-11-22 DRCMerge branch 'master' into dev
2016-11-22 DRCAppVeyor: Use built-in MSYS2 MinGW compilers
2016-11-21 DRCBUILDING.md: Clarifications and wordsmithing
2016-11-21 DRCWindows build: Add an "uninstall" target
2016-11-20 DRCBUILDING.md/README.md: Increment libjpeg SO age
2016-11-20 DRCREADME.md: Don't use trailing spaces as line break
2016-11-20 DRCTJBench: Fix regression/-nowrite always enabled
2016-11-20 DRCBUILDING.md: Don't use trailing spaces as line break
2016-11-20 DRCCMake build system: Fix the "testclean" target
2016-11-18 Chris YoungDetect AltiVec support on AmigaOS 4
2016-10-21 DRCMerge branch 'master' into dev
2016-10-20 DRCTravis: Deploy to S3 rather than SourceForge
2016-10-20 DRCMerge branch 'master' into dev
2016-10-20 DRCTravis: GPG sign Linux binaries/source tarballs
2016-10-11 DRCWin: Use YASM if it is in the PATH and NASM isn't
2016-10-07 DRCMerge branch 'master' into dev
2016-10-07 DRCTravis: Fix deployment issue (2nd attempt)
2016-10-07 DRCMerge branch 'master' into dev
2016-10-07 DRCTravis: Fix deployment issue
2016-10-07 DRCFix AppVeyor build on non-master branches
2016-10-07 DRCTravis: Use existing sandbox for official builds
2016-10-07 DRCMerge branch 'master' into dev
2016-10-07 DRCAdd AppVeyor config for Windows pre-release builds
2016-10-05 DRCTravis CI: Fixes to support AVX2 code
2016-10-05 DRCMerge branch 'master' into dev
2016-10-05 DRCTravis: use correct repo/branch for off. builds
2016-10-05 DRCFix 'make dist'
2016-10-05 DRCTravis CI: Use correct key for this repository
2016-10-05 DRCAdd Travis CI config for Un*x pre-release builds
2016-10-04 DRCFix 32-bit non-SIMD FP regression tests
2016-10-04 DRCFix broken build w/ Visual C++ < 2010
2016-09-26 DRCFix broken MIPS build
2016-09-22 DRCFix UBSan warning in arithmetic decoder
2016-09-22 DRCFix broken build with NDK platforms < android-21
2016-09-22 DRCBump version to 1.5.2 to prepare for new commits
2016-09-22 Roberto Civille... README.md: Fix typo
2016-09-20 DRCMerge branch 'master' into dev
2016-09-20 mayeutARM64 NEON: Fix another ABI conformance issue 1.5.1
2016-09-20 DRCBuild: Remove ARMv6 support from 'make iosdmg'
2016-09-09 DRCFix out-of-bounds write in partial decomp. feature
2016-09-09 DRCSilence additional UBSan warnings
2016-09-08 DRCFix unsigned int overflow in libjpeg memory mgr.
2016-08-01 DRCTurboJPEG: Decomp. 4:2:2/4:4:0 JPEGs w/unusual SFs
2016-07-14 DRCSilence pedantic GCC6 code formatting warnings
2016-07-14 DRCUse plain upsampling if merged isn't accelerated
2016-07-13 Kornel LesińskiImplement h1v2 fancy upsampling
2016-07-13 DRCAVX2: Perform additional checks for O/S support
2016-07-13 DRCFix AArch64 ABI conformance issue in SIMD code
2016-07-13 DRCDon't install libturbojpeg.pc if TJPEG disabled
2016-07-12 DRCAVX2: Verify O/S support for AVX2 before enabling
2016-07-12 DRCReformat jsimdcpu[-64].asm to improve readability
2016-07-11 DRCMerge branch 'master' into dev
2016-07-09 DRC32-bit AVX2 implementation of integer quantization
2016-07-09 DRC64-bit AVX2 implementation of integer quantization
2016-07-09 DRCAVX2: Avoid expensive AVX-SSE transitions
2016-07-08 DRC64-bit AVX2: Fix bug in IS_ALIGNED_AVX() macro
2016-07-08 DRC32-bit AVX2 impl. of h2v2 & h2v1 merged upsampling
2016-07-08 DRCOptimize 64-bit AVX2 h2v2 fancy upsampler
2016-07-08 DRC32-bit AVX2 impl. of h2v2 & h2v1 upsampling
2016-07-08 DRC32-bit AVX2 impl. of YCC->RGB color conversion
2016-07-08 DRC32-bit AVX2 impl. of h2v2 & h2v1 downsampling
2016-07-08 DRC32-bit AVX2 impl. of RGB->YCC/RGB->Gray color conv
2016-07-07 DRCLinux/PPC: Only enable AltiVec if CPU supports it
2016-07-07 DRCARM/MIPS: Change the behavior of JSIMD_FORCE*
2016-07-06 DRCBump version to 1.5.1 to prepare for new commits
2016-07-05 DRCLay the groundwork for 32-bit AVX2 SIMD support
2016-06-29 DRC64-bit AVX2 SIMD: Restore instructive comments
2016-06-01 DRC64-bit AVX2 impl. of h2v2 & h2v1 merged upsampling
2016-06-01 DRC64-bit AVX2 impl. of h2v2 & h2v1 upsampling
2016-06-01 DRC64-bit AVX2 impl. of YCC->RGB color conversion
2016-06-01 DRC64-bit AVX2 impl. of h2v2 & h2v1 downsampling
2016-06-01 DRC64-bit AVX2 impl. of RGB->Gray color conversion
2016-06-01 DRC64-bit AVX2 impl. of RGB->YCC color conversion
2016-06-01 DRCLay the groundwork for 64-bit AVX2 SIMD support
2016-06-01 DRCx86-64 SIMD: Optimize argument collection
2016-06-01 DRCBump version to 1.6 alpha1
2016-06-01 DRCReformat SSE/SSE2 SIMD code to improve readability
2016-06-01 DRC1.5.0 1.5.0
2016-06-01 DRCBUILDING.md: More NASM/YASM clarifications
2016-05-29 DRCFormat copyright headers more consistently
2016-05-28 DRCMerge branch '1.4.x'
2016-05-28 DRCBUILDING.txt: Clarify NASM build requirements 1.4.x
2016-05-11 DRCDon't allow opaque source/dest mgrs to be swapped
2016-05-11 DRCBuild: Add integer version macro to jconfig.h
2016-05-10 DRCBuild: Don't allow jpeg-7+ emul. w/o arith coding
2016-05-03 mattsarettARMv7 SIMD: Fix clang compatibility (Part 2)
2016-05-02 mattsarettARMv7 SIMD: Fix clang compatibility
2016-05-01 DRCMerge branch '1.4.x'
2016-05-01 DRCFix CMake fallback BUILD var on non-U.S. machines
2016-04-26 DRCMerge branch '1.4.x'
2016-04-26 DRCCMakeLists.txt: Clarify that Un*x isn't supported
2016-04-25 DRCCatch libjpeg errors in tjDecompressToYUV2()
2016-04-21 DRCIncrease severity of tjDecompressToYUV2() bug desc
2016-04-20 DRCCatch libjpeg errors in tjDecompressToYUV2()
2016-04-14 DRCBUILDING.md: Fix "... OR ..." indentation again
2016-04-14 DRCBUILDING.md: Fix confusing Windows build reqs
2016-03-31 DRCMerge branch '1.4.x'
next