summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wip215-cygwin-appveyor-failRoger Leigh2020-09-251-1/+1
* wipRoger Leigh2020-09-251-4/+4
* wipRoger Leigh2020-09-251-1/+1
* wipRoger Leigh2020-09-251-1/+3
* wipRoger Leigh2020-09-251-4/+4
* wipRoger Leigh2020-09-251-0/+3
* Update AppVeyor imageRoger Leigh2020-09-251-1/+1
* test-appveyorRoger Leigh2020-09-251-0/+2
* tif_fax3.h: return error when a buffer overflow occurs. Fixes https://bugs.ch...Even Rouault2020-09-221-0/+5
* Merge branch 'fix-float-compare' into 'master'Even Rouault2020-09-111-1/+1
|\
| * Fix comparison for max negative float value.Dirk Lemstra2020-09-111-1/+1
|/
* Fax3PreDecode(): reset curruns and refruns state variablesEven Rouault2020-09-071-0/+2
* Merge branch 'issue-17' into 'master'Thomas Bernard2020-06-0621-383/+543
|\
| * tiffsplit: use EXIT_SUCCESS / EXIT_FAILUREThomas Bernard2020-04-261-5/+12
| * tiffset: print usage on stdout when -h is usedThomas Bernard2020-04-261-15/+28
| * tiffmedian: shopw usage on stdout when -h is usedThomas Bernard2020-04-261-20/+29
| * tiffinfo: print usage on stdout when -h is usedThomas Bernard2020-04-261-14/+23
| * raw2tiff: print usage to stdout when -h is usedThomas Bernard2020-04-261-16/+22
| * tiff2pdf: print usage on stdout when -h is usedThomas Bernard2020-04-261-12/+14
| * tiffgt: output usage on stdout with -hThomas Bernard2020-04-261-21/+30
| * tiffdump: use EXIT_FAILURE / EXIT_SUCCESSThomas Bernard2020-04-261-4/+11
| * tiffdither: print usage on stdout when -h is usedThomas Bernard2020-04-261-19/+27
| * tiffcrop: -h / -v prints usage/version to stdoutThomas Bernard2020-04-261-64/+72
| * tiffcp: output usage to stdout when using -hThomas Bernard2020-04-261-28/+37
| * tiffcmp: match exit status for posix cmp and diff toolsThomas Bernard2020-04-261-14/+28
| * tiff2rgba: output usage to stdout when using -hThomas Bernard2020-04-261-15/+24
| * tiff2ps: sue EXIT_FAILURE / EXIT_SUCCESSThomas Bernard2020-04-261-28/+34
| * tiff2bw: output usage on stdout when using -hThomas Bernard2020-04-261-16/+24
| * thumbnail: use EXIT_FAILURE / EXIT_SUCCESSThomas Bernard2020-04-261-13/+19
| * rgb2ycbcr: use EXIT_FAILURE / EXIT_SUCCESSThomas Bernard2020-04-261-13/+18
| * ppm2tiff: output usage to stdout when using -h optionThomas Bernard2020-04-261-23/+31
| * pal2rgb: output usage to stdout when -h is usedThomas Bernard2020-04-261-21/+29
| * fax2tiff.c: print usage on stdout when using -h optionThomas Bernard2020-04-261-11/+12
| * fax2ps: output usage to stdout when using -h optionThomas Bernard2020-04-261-11/+19
* | TWebPSetupEncode(): fix logic problem (and instead of or) in test that checks...Even Rouault2020-05-311-1/+1
* | TIFFGetConfiguredCODECs(): fix to avoid wrong structure to be returned for re...Even Rouault2020-05-131-1/+1
* | Merge branch 'zstd-webp-update' into 'master'Even Rouault2020-05-091-8/+12
|\ \
| * | gitlab-ci: use latest zstd and webp versionsThomas Bernard2020-04-261-8/+12
| |/
* | Merge branch 'deprecated' into 'master'Even Rouault2020-05-091-1/+1
|\ \
| * | ojpeg: s/Depreciated/Deprecated/Aaron Boxer2020-05-091-1/+1
* | | Fix typosEven Rouault2020-04-289-28/+28
* | | tif_jpeg.c: avoid potential division in previous fix (master only)Even Rouault2020-04-271-4/+7
* | | tiff.h: fixes to use ASCII only characters (master only)Even Rouault2020-04-261-2/+2
| |/ |/|
* | Merge branch 'jpeg_multiscan_dos_logic' into 'master'Even Rouault2020-04-251-26/+25
|\ \
| * | tif_jpeg.c: revise logic to detect potential excessive memory usage when deco...Even Rouault2020-04-241-26/+25
* | | Merge branch 'issue-176' into 'master'Even Rouault2020-04-241-80/+135
|\ \ \ | |/ / |/| |
| * | tiff2pdf: test the return code of TIFFReadRawStrip() and TIFFReadRawTile()Thomas Bernard2020-04-191-11/+56
| * | tiff2pdf.c: fix some whitespace problems in sourceThomas Bernard2020-04-191-62/+62
| * | tiff2pdf: get rid of uninitialized memory contentThomas Bernard2020-04-191-7/+17
|/ /
* | Merge branch 'issue-18' into 'master'Even Rouault2020-04-191-1/+7
|\ \