Luis Díaz Más
|
8314030604
|
Revert "Remove deprecated EPS format"
This reverts commit 537cdad99e .
|
4 years ago |
Kevin Backhouse
|
8388223deb
|
Check that the string is properly terminated.
|
4 years ago |
Kevin Backhouse
|
e8422732af
|
Fix LGTM warning about format specifier
https://lgtm.com/projects/g/Exiv2/exiv2/rev/pr-6633ad1cc6e6c36bffd6655165c299c53e934b22
|
4 years ago |
Kevin Backhouse
|
e97a9ff88a
|
Fix signed/unsigned compiler warning.
|
4 years ago |
Kevin Backhouse
|
27e349e063
|
Fix signed/unsigned compiler warning.
|
4 years ago |
Kevin Backhouse
|
285e7a4e72
|
Fix out-of-bounds read in bmffimage.cpp
|
4 years ago |
Kevin Backhouse
|
783b3a6ff1
|
Improve bound checking in WebPImage::doWriteMetadata()
|
4 years ago |
Kevin Backhouse
|
23c1cda99d
|
Fix signed/unsigned compiler warnings.
|
4 years ago |
Kevin Backhouse
|
f930883919
|
Better bounds checking in Jp2Image::encodeJp2Header()
|
4 years ago |
Luis Díaz Más
|
f85f7f717a
|
Replace many of the iterators types with auto
|
4 years ago |
Luis Díaz Más
|
75e4bd9059
|
Remove rest of useless typedefs from datasets.hpp
|
4 years ago |
Luis Díaz Más
|
01a3bc716d
|
Fix warnings in VS
|
4 years ago |
Luis Díaz Más
|
75bf666d3b
|
Remove typedef to Dictionary::const_iterator
|
4 years ago |
Luis Díaz Más
|
0a1bf46a1c
|
revert changes that are affecting to VS
|
4 years ago |
Luis Díaz Más
|
de4d43d4d1
|
Fix warnings EXIV2_TEAM_EXTRA_WARNINGS
Most of the warnings fixed were:
- Hiding of local variables
- Hiding of globals
- Useless casts
- Conversions between float/double
|
4 years ago |
Luis Díaz Más
|
6c0059b5a0
|
cmake: Treat xmpsdk headers as system ones
This is done so that when we use EXIV2_TEAM_EXTRA_WARNINGS we do not get
warnings about XMPSDK (we do not want to deal with those)
|
4 years ago |
Luis Díaz Más
|
83dda6ccd7
|
Fix warnings related to -Wdeprecated-copy
|
4 years ago |
Robin Mills
|
3682bce15e
|
Fix Ubuntu 20.04/Release/Sanitizer test breaker
|
4 years ago |
Robin Mills
|
d73dd0874d
|
Fix icc_test which is failing on Linux:
luis@ryzenLinux:/media/linuxDev/programming/exiv2/buildReleaseSanitizers$ cp large.icc Reagan2.icc
luis@ryzenLinux:/media/linuxDev/programming/exiv2/buildReleaseSanitizers$ bin/exiv2 -iC /tmp/Reagan2.jp2
/media/linuxDev/programming/exiv2/src/jp2image.cpp:661:28: runtime error: reference binding to misaligned address 0x61f000002a9e for type 'const struct Jp2BoxHeader', which requires 4 byte alignment
0x61f000002a9e: note: pointer points here
07 07 01 00 00 00 0c 53 63 6f 6c 72 02 00 00 00 00 0c 48 4c 69 6e 6f 02 10 00 00 6d 6e 74 72 52
|
4 years ago |
Luis Díaz Más
|
b5d3a1fd70
|
auto_ptr -> unique_ptr for code with WIN_UNICODE enabled
|
4 years ago |
Luis Díaz Más
|
2de3bad869
|
Remove EXIV2_ENABLE_VIDEO and related stuff
|
4 years ago |
Luis Díaz Más
|
3eb1eee7fe
|
Remove deprecated RiffVideo support
|
4 years ago |
Luis Díaz Más
|
061ec1a75d
|
Remove deprecated QuickTime support
|
4 years ago |
Luis Díaz Más
|
8dcc07887a
|
Remove deprecated Matroska support
|
4 years ago |
Luis Díaz Más
|
94b87a8dec
|
Remove deprecated SSH support
|
4 years ago |
Luis Díaz Más
|
384a5edfcf
|
Remove deprecated ASF Video
|
4 years ago |
Miloš Komarčević
|
3ddef8f8b8
|
Correct GDS distance unit in description
knot is a measure of speed...
|
4 years ago |
Miloš Komarčević
|
94adf1b038
|
Improve precision of GPS lat/lon printed values
|
4 years ago |
Miloš Komarčević
|
3f3bbc28ad
|
Improve printing of GPS info
|
4 years ago |
Robin Mills
|
206a2c495c
|
fix_enableBMFF_v1
|
4 years ago |
Miloš Komarčević
|
f700043a6d
|
Add Exif Gamma tag
|
4 years ago |
Luis Díaz Más
|
ede33f5eba
|
Initialization of variables (fix issue detected with sanitizers)
|
4 years ago |
Luis Díaz Más
|
5fcea2b4e2
|
Use stack variables instead of java style
|
4 years ago |
Luis Díaz Más
|
0bbaa6eff3
|
cpp: Replace auto_ptr by unique_ptr
|
4 years ago |
Luis Díaz Más
|
537cdad99e
|
Remove deprecated EPS format
|
4 years ago |
Robin Mills
|
9e6a520089
|
Merge pull request #1539 from Exiv2/FixIssue1530
Fix integer overflow
|
4 years ago |
Kevin Backhouse
|
9b7a19f957
|
Fix integer overflow.
|
4 years ago |
Kevin Backhouse
|
0a91b56616
|
Fix incorrect delete.
|
4 years ago |
Pydera
|
13e5a3e023
|
Fix out of buffer access in #1529
|
4 years ago |
Robin Mills
|
22ea582c6b
|
fix_1522_jp2image_exif_asan
|
4 years ago |
Robin Mills
|
aef9cf76f7
|
fix_1503_JXL_bmff
|
4 years ago |
Robin Mills
|
49cfe45323
|
Merge pull request #1513 from Exiv2/fix_1508_enableBMFF
Fix 1508 enable bmff
|
4 years ago |
Robin Mills
|
9da2aed5d2
|
Use the documented 5 line prolog in every sample application. Tidy up sample prologs and header code.
|
4 years ago |
Robin Mills
|
190106ca78
|
fix_1507_avif_size0x0
|
4 years ago |
Robin Mills
|
d632988bbd
|
Massive code prolog cleanup.
|
4 years ago |
Robin Mills
|
99600c6aaf
|
exiv2 --verbose --version was reporting have_strerror_r twice!
|
4 years ago |
Robin Mills
|
6fad24cd11
|
Merge pull request #1491 from Exiv2/fix_1486_effort2
fix_1486_effort2
|
4 years ago |
Robin Mills
|
717fc098be
|
fix_1486_effort2 https://github.com/Exiv2/exiv2/pull/1486#discussion_r593161473
|
4 years ago |
Miloš Komarčević
|
f95d97a0bf
|
Add mif1 brand to heif mime type
|
4 years ago |
Miloš Komarčević
|
fcb3066950
|
Include a few more BMFF major brands
|
4 years ago |