Timo Kokkonen
|
c8e1041977
Update version number to 1.4.8beta
|
2 years ago |
Timo Kokkonen
|
77fcf64062
Fix --stdin option.
|
2 years ago |
Timo Kokkonen
|
3582fee1cd
Fix release notes.
|
2 years ago |
Timo Kokkonen
|
12fc58d71d
Update copyright notice. Maybe github now detects license correctly...
|
2 years ago |
Timo Kokkonen
|
aae9574beb
Merge pull request #106 from chenrui333/patch-1
|
2 years ago |
Rui Chen
|
2c0f5f2c2c
license: fix discrepancy between COPYRIGHT and LICENSE
|
2 years ago |
Timo Kokkonen
|
2431850a28
Create FUNDING.yml
|
2 years ago |
Timo Kokkonen
|
87b0cae554
Update version to 1.4.7
|
2 years ago |
Timo Kokkonen
|
fd1a0dce9e
Report compile date with --verbose option (if compiler supports __DATE__).
|
2 years ago |
Timo Kokkonen
|
e2824a9761
Update documentation.
|
2 years ago |
Timo Kokkonen
|
4bc246bb2a
Add support for JFIF Extension (JFXX) markers.
|
2 years ago |
Timo Kokkonen
|
bfce868fdb
Cleanup formatting.
|
2 years ago |
Timo Kokkonen
|
af36fae487
Update changelog
|
2 years ago |
Timo Kokkonen
|
a8edfcf4c4
Merge branch 'master' of github.com:tjko/jpegoptim
|
2 years ago |
Timo Kokkonen
|
05c3f85aa1
Support optimizing files read from stdin same as files read from a file.
|
2 years ago |
Timo Kokkonen
|
88a5000486
Fix -S option when processing multiple files.
|
2 years ago |
Timo Kokkonen
|
9a9c5c07d4
Merge branch 'master' of github.com:tjko/jpegoptim
|
2 years ago |
Timo Kokkonen
|
cf9d98189d
Fix processing files that start with a hyphen/minus sign.
|
2 years ago |
Timo Kokkonen
|
a4ab7ee767
Delete COPYING
|
2 years ago |
Timo Kokkonen
|
07f64cb629
Update to GPL 3.0
|
2 years ago |
Timo Kokkonen
|
43fae9d158
Updated command line argument parsing.
|
2 years ago |
Timo Kokkonen
|
9aad9235cd
Detect extraneous data after end of JPEG image in the input files.
|
2 years ago |
Timo Kokkonen
|
8e3d42c7a0
Update README
|
2 years ago |
Timo Kokkonen
|
ba7bc27b1b
Add configure option --with-arith for enabling experimental Arithmetic
|
2 years ago |
Timo Kokkonen
|
91054c2654
- Add new option --nofix.
|
2 years ago |
Timo Kokkonen
|
bbe46de275
Add checks for fcntl.h and sys/stat.h in configure.
|
3 years ago |
David Korth
|
64604d9281
Preserve nanosecond timestamps if available.
|
3 years ago |
Timo Kokkonen
|
7c4f7da852
cleanup -Wformat-truncation warnings
|
4 years ago |
Timo Kokkonen
|
b7896f0ee8
update version number
|
4 years ago |
Timo Kokkonen
|
3717ac8343
added experimental support for arithmetic coding
|
4 years ago |
Timo Kokkonen
|
e0aeb99591
fix typos (thanks to jidanni)
|
4 years ago |
Timo Kokkonen
|
bbbc0c4efa
Merge pull request #71 from Quipyowert2/format-string
|
5 years ago |
Quipyowert2
|
acc3c23793
Use %d instead of %u for signed int.
|
5 years ago |
Timo Kokkonen
|
ed73d7e7cc
update dates
|
6 years ago |
Timo Kokkonen
|
6263e34ed4
bump version to 1.4.6
|
6 years ago |
Timo Kokkonen
|
ed432ed9c9
put call to free() back, as it helped find the long standing bug in jpegdest.c
|
6 years ago |
Timo Kokkonen
|
5b38e8e117
realloc() might relocate whole buffer, so update the ptr to the buffer
|
6 years ago |
Timo Kokkonen
|
0db676ae68
update version string
|
6 years ago |
Timo Kokkonen
|
efddfd0fad
fix double free introduced in commit 139a558edfda4d59e9404a622e031dd1dcac189e
|
6 years ago |
Timo Kokkonen
|
d23abf2c59
bump version to 1.4.5
|
6 years ago |
Timo Kokkonen
|
28c18fe5ad
bump version to 1.4.5
|
6 years ago |
Timo Kokkonen
|
139a558edf
Merge pull request #56 from Dev-B-V-A/master
|
6 years ago |
Dev-B-V-A
|
160f28f7ad
Merge branch 'master' into master
|
7 years ago |
Dev-B-V-A
|
e45783b0b9
Merge branch 'master' into master
|
7 years ago |
Timo Kokkonen
|
2669699177
Merge pull request #55 from cry0this/fix
|
7 years ago |
Vladislav Bobylev
|
83dfad11a4
FIX: fix memmory leak after check with asan
|
7 years ago |
Vladislav Bobylev
|
1b6b1ed3a8
FIX: fix build on gcc
|
7 years ago |
cry0this
|
06ad7d3398
Fixing variable scope of tmpfd that causing compilation error
|
7 years ago |
Timo Kokkonen
|
9578d7923a
Merge pull request #51 from KrypTheBear/patch-1
|
7 years ago |
Waldemar M
|
98e3dd62a5
Moved the declaration of tmpfd in main()
|
7 years ago |