]> granicus.if.org Git - libjpeg-turbo/shortlog
libjpeg-turbo
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.
2016-02-01 DRCTJBench: Fix segfault on Android
2016-01-18 DRCProvide pkg-config (.pc) scripts
2016-01-16 DRCOptimize ARM64 SIMD code for Cavium ThunderX
2016-01-15 DRCAdd JSIMD_NOHUFFENC environment variable for ARM
2016-01-15 DRCComplete the ARM64 NEON SIMD implementation
2016-01-14 DRCARM32 NEON SIMD implementation of Huffman encoding
2016-01-14 DRCtjbench: Further tweaks to -nowrite feature
2016-01-13 DRCBUILDING.md: Restore autotools processing instr.
2016-01-13 DRCUpdate build instructions for new autoconf, GitHub
2016-01-12 DRCSSE2 SIMD implementation of Huffman encoding
2016-01-12 DRCAdd -nowrite arg to TJBench to improve consistency
2016-01-12 DRCAllow JSIMD_FORCENONE=1 env to disable x86-64 SIMD
2016-01-07 DRC1.4.3
2016-01-07 DRCMerge branch '1.4.x'
2016-01-07 DRCRegression: Allow co-install of 32-bit/64-bit RPMs
2016-01-06 DRCFix iOS ARM64 build broken by removal of .arch
2015-12-19 DRCMerge branch '1.4.x'
2015-12-19 DRCBuild: Use FILEPATH type for NASM CMake variable
2015-12-17 DRCcjpeg: Adjust claims RE: image quality settings
2015-12-14 DRCRemove unnecessary .arch directive in ARM64 code
2015-10-15 DRCFix compiler warnings under Visual C++
2015-10-15 DRCFix additional issues reported by UB sanitizers
2015-10-15 DRCReplace INT32 with a new internal datatype (JLONG)
2015-10-13 DRCChangeLog: acknowledge existence of 1.4.2
2015-10-10 DRCREADME.md: create link for jcstest.c
2015-10-10 DRCMarkdown versions of README, LICENSE, BUILDING
2015-10-10 DRCRename README, LICENSE, BUILDING text files
2015-10-10 DRCMerge branch '1.4.x'
2015-10-10 DRCComment formatting tweaks
2015-09-21 DRCFix 'make dist' 1.4.2
2015-09-21 DRC1.4.2
2015-09-21 DRCMerge branch '1.4.x'
2015-09-21 DRCFix various issues reported by the UB sanitizers
2015-09-17 DRCFix ChangeLog numbering biffed by previous merge
2015-09-17 DRCMerge branch '1.4.x'
2015-09-17 James CowgillFix MIPS DSPr2 4:2:0 upsample bug w/ small images
2015-09-17 Chandler CarruthFix x86-64 ABI conformance issue in SIMD code
2015-09-09 DRCMerge branch '1.4.x'
2015-09-08 DRCAdd file that explains the libjpeg-turbo licenses
2015-08-29 DRCMerge branch '1.4.x'
2015-08-29 DRCFix negative shift with IFAST FDCT and qual=100
2015-08-27 James CowgillFix build error when compiling MIPS SIMD w/ -mfpxx
2015-08-27 DRCMerge branch '1.4.x'
2015-08-27 DRCEliminate cppcheck false positive in turbojpeg.c
2015-08-15 DRCFix 'make dist'
2015-08-14 DRCMerge branch '1.4.x'
2015-08-14 Frank BossenCheck range of integer values in PPM text file
next