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
|
cf9d98189d
Fix processing files that start with a hyphen/minus sign.
|
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
|
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 |
Quipyowert2
|
acc3c23793
Use %d instead of %u for signed int.
|
5 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
|
0db676ae68
update version string
|
6 years ago |
Timo Kokkonen
|
efddfd0fad
fix double free introduced in commit 139a558edfda4d59e9404a622e031dd1dcac189e
|
6 years ago |
Timo Kokkonen
|
28c18fe5ad
bump version to 1.4.5
|
6 years ago |
Dev-B-V-A
|
e45783b0b9
Merge branch 'master' into master
|
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 |
Waldemar M
|
98e3dd62a5
Moved the declaration of tmpfd in main()
|
7 years ago |
Christian Schmidt
|
7c56193f06
Fix --overwrite option
|
7 years ago |
Timo Kokkonen
|
087a8d00cf
better error reporting for -d option
|
7 years ago |
Timo Kokkonen
|
be48eaff75
fix memcmp() potentially reading past end of buffer
|
7 years ago |
Timo Kokkonen
|
5ee8faccb8
bump version to 1.4.4
|
8 years ago |
Timo Kokkonen
|
c12dec2cc4
more detailed error handling (thanks to Denis Fateyev)
|
9 years ago |
Timo Kokkonen
|
f3701c92eb
Merge pull request #27 from pornel/baseline
|
9 years ago |
Timo Kokkonen
|
b7de23aa49
update version string
|
9 years ago |
Kornel Lesiński
|
813d4a3f17
Override MozJPEG's default progressive setting
|
9 years ago |
Kornel Lesiński
|
8f7bb0b68c
Use %ld for long time()
|
9 years ago |
Kornel Lesiński
|
e5cc62244b
Use long version of abs() for long values
|
9 years ago |
Timo Kokkonen
|
b58d95c4d1
update version stringto 1.4.3
|
9 years ago |
Timo Kokkonen
|
218af96fa6
updated year in copyright
|
9 years ago |
Timo Kokkonen
|
87640bcbc9
switched to using floor() instead of round() to make code bit more portable
|
9 years ago |
Timo Kokkonen
|
4e82d0cf28
fix to make stdin/stdout options work under Win32
|
9 years ago |
Timo Kokkonen
|
a5d36b520c
bumb version number
|
9 years ago |
Timo Kokkonen
|
b84a8458a9
fixed crashes due to input file been closed too early
|
9 years ago |
Timo Kokkonen
|
c6fa01bd56
update version number
|
10 years ago |
Timo Kokkonen
|
5710726143
check that backup file does not exist before using it
|
10 years ago |
Timo Kokkonen
|
36f0e628bc
added new option -P, --preserve-perms
|
10 years ago |
Timo Kokkonen
|
40d19a1cb4
update version string
|
10 years ago |
Timo Kokkonen
|
d47872fe2d
make file handling more portable (for non-POSIX Operating Systems)
|
10 years ago |
Timo Kokkonen
|
b7b076106a
fix spelling of Exif...
|
10 years ago |
Timo Kokkonen
|
33aabed13d
bump version to 1.4.1
|
10 years ago |
Timo Kokkonen
|
f3426f3962
cleanup error handling
|
10 years ago |
Timo Kokkonen
|
28acf49965
workaround to (bogus) warning from gcc 4.9.0: warning: 'insize' may be used uninitialized in this function [-Wmaybe-uninitialized]
|
10 years ago |
Timo Kokkonen
|
47804b3b76
fix to --stdin mode and minor cleanup
|
10 years ago |
Timo Kokkonen
|
e5045fcc69
cleanup libjpeg version checking code bit more
|
10 years ago |
Timo Kokkonen
|
bc2a3853c8
bump version to 1.4.1beta
|
10 years ago |