]> granicus.if.org Git - libjpeg-turbo/shortlog
libjpeg-turbo
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 DRCFix AArch64 ABI conformance issue in SIMD code
2016-07-13 DRCDon't install libturbojpeg.pc if TJPEG disabled
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-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'
2016-03-31 DRCcjpeg: Fix buf overrun caused by bad bin PPM input
2016-03-16 DRCMerge branch '1.4.x'
2016-03-16 DRCAdd version/build info to global string table
2016-03-14 DRCChangeLog.md: Improve readability of plain text
2016-03-13 DRCchange.log: Refer users to ChangeLog.md
2016-03-13 DRCMarkdown version of ChangeLog.txt
2016-03-13 DRCRename ChangeLog.txt
2016-03-11 DRCREADME.md: Link to BUILDING.md
2016-03-09 DRCBUILDING.md and README.md: Cosmetic tweaks
2016-03-06 DRCChangeLog: "1.5 beta1" --> "1.4.90 (1.5 beta1)"
2016-03-06 DRCMerge branch '1.4.x'
2016-03-06 DRCEnsure that default Huffman tables are initialized
2016-03-02 DRCJava: Fix parallel make with autotools
2016-02-29 DRCWin/x64: Fix improper callee save of xmm8-xmm11 1.4.90
2016-02-29 DRCBump TurboJPEG C API revision to 1.5
2016-02-29 DRCChangeLog: Mention jpeg_crop_scanline() function
2016-02-29 DRC1.5 beta1
2016-02-25 DRCMerge branch '1.4.x'
2016-02-25 mayeutFix memory leak when running tjunittest -yuv
2016-02-22 DRCFix v7/v8-compatible build
2016-02-20 DRClibjpeg API: Partial scanline decompression
2016-02-19 DRCBuild: Make the NASM autoconf variable persistent
2016-02-19 DRCUse consistent/modern code formatting for dbl ptrs
2016-02-19 DRCusage.txt: Restore accidentally deleted phrase
2016-02-19 DRCMore minor code formatting tweaks
2016-02-19 DRCClean up a couple of copyright messages
2016-02-19 DRCUse consistent/modern code formatting for pointers
2016-02-18 DRCReorder copyright messages in cjpeg/djpeg/jpegtran
2016-02-18 DRCInclude some comments/doc tweaks from jpeg-9+
2016-02-18 DRCWordsmith GIF limitations in cjpeg.1/djpeg.1
2016-02-16 Guido VollbedingThe Independent JPEG Group's JPEG software v9b ijg
2016-02-16 Guido VollbedingThe Independent JPEG Group's JPEG software v9a
2016-02-16 Guido VollbedingThe Independent JPEG Group's JPEG software v9
2016-02-14 DRCClean up pkgconfig dir when removing RPM & Mac pkg
2016-02-14 DRCFix compiler warning
2016-02-10 DRCWin: Display effective C/LD flags in CMake output
2016-02-09 DRCJava: Avoid OOM error when running 'make test'
2016-02-09 DRCARM64: Avoid tbl instruction on Cortex-A53/A57
2016-02-08 DRCChangeLog: Mention ARM64 Huffman & adj perf claims
2016-02-08 DRCFix iOS/ARMv8 build
2016-02-08 DRCBUILDING.md: Update OS X Java information
2016-02-08 DRCFix 'make dist'; Include LICENSE.md in packages
2016-02-08 DRCARM64: Avoid LD3/ST3 at run time, not compile time
2016-02-08 DRCARM64 NEON SIMD implementation of Huffman encoding
2016-02-07 DRCARM SIMD: Comment tweaks
2016-02-07 DRCUn*x: Enable testing cross-compiled builds
2016-02-07 DRCFix Visual C++ compiler warnings
2016-02-07 DRCWin: Enable testing cross-compiled builds
2016-02-06 DRCFix MinGW build
2016-02-06 DRCUpdate MinGW Linux build recipe
2016-02-05 DRCMerge branch '1.4.x'
2016-02-05 DRCMerge branch '1.3.x' into 1.4.x
2016-02-05 DRCMerge branch '1.2.x' into 1.3.x 1.3.x
2016-02-05 DRCPrevent overread when decoding malformed JPEG 1.2.x
2016-02-04 DRCGuard against wrap-around in alloc functions
2016-02-04 DRCFix Visual C++ compiler warnings
2016-02-04 DRCrdppm.c: formatting tweaks
2016-02-04 DRCjmemmgr.c: formatting tweaks
2016-02-04 DRCTurboJPEG: Avoid dangling pointers
2016-02-03 DRCAdjust performance claims
2016-02-03 DRCUse consistent formatting in ARM NEON SIMD code
2016-02-03 DRCOpt. ARM64 SIMD decompr. for in-order pipelines
2016-02-01 DRCUpdate Android build instr. for ARMv8, PIE, etc.
2016-02-01 DRCMerge branch '1.4.x'
2016-02-01 DRCMakefile.am: formatting tweak
2016-02-01 DRCUpdate Android build instr. for ARMv8, PIE, etc.
next