index
:
delta/ghostpdl.git
7cf36fb5bd
BGPrint_fixes
CCAUX-configure
HEAD
OpenJpeg-1.5
PDF_gstate
PJL_pdfwrite_config
Type3_PCL
alphabits_fix_test
alphaslay
apitest
baserock/ghostscript-9.14
bug699791
build_consolidation
chameleon
dev-robin
device_subclassing
evrhel-test
filesec
fill-stroke3
freetype-2.5.5
ghostpdl-9.03
ghostpdl-9.20-regression-test
ghostpdl-9.53.x-ocr-fixes
ghostpdl-9.55.0-customer470
ghostpdl-9.55.0-docs
ghostpdl-9.56.0_ttf_fix
ghostpdl-9.56.1
ghostpdl-9.56.1-backport
gpdl-shared-device
gs-sprintf
gs10.0.0
gs10.01.0
gs10.01.1
gs9.24
gs9.26
gs9.27
gs9.27-release_tests
gs9.28
gs9.28-temp-for-testing
gs9.50
gs9.51
gs9.52.1
gs9.53.0
gs9.53.x
gs9.54.0
gs9.55.0
gs9.56.0
gs9.56.0_zlib_1.2.12
gs904
gs905
gs906
gs907
gs908
gs910
gs912
gs914
gs915
gs916
gs917
gs918
gs919
gs920
gs921
gs922
gs923
gs925
gs925_scanconvfixes
gs_sprintf-apache_sprintf
gs_strtok-apache_strtok
gse-10.0.0
java-demo
libs-update
master
mooscript
nobble-cal
nup-endpage
opacity_shape
openjpeg-2.2.0-update
openjpeg-update-20160927
page_group
patt_trans_clist
pattern_simplification
pdfi
pdfi_alpha1
pdfwrite_ocr
ramfs_branch
robin-test-base
sqred242
zlib-1.2.8
git.ghostscript.com: ghostpdl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jbig2dec
/
jbig2_image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright to 2021
Chris Liddell
2021-03-15
1
-1
/
+1
*
jbig2dec: Add casts to silence a compiler warning.
Sebastian Rasmussen
2020-11-07
1
-2
/
+2
*
Update copyright to 2020
Chris Liddell
2020-04-10
1
-1
/
+1
*
jbig2dec: Pass segment numbers as unsigned values to error callback.
Sebastian Rasmussen
2020-03-20
1
-11
/
+11
*
jbig2dec: Use unsigned suffix when defining UINT32_MAX.
Sebastian Rasmussen
2020-03-20
1
-7
/
+0
*
Fix OSS-Fuzz issue 20332: buffer overflow in jbig2_image_compose.
Robin Watts
2020-01-27
1
-0
/
+12
*
jbig2dec: Fix whitespace issues from jbig2_image.c
Robin Watts
2020-01-24
1
-26
/
+24
*
jbig2dec: Insert missing "inline" in templating.
Robin Watts
2020-01-23
1
-1
/
+1
*
Optimise jbig2_compose_image.
Robin Watts
2020-01-23
1
-154
/
+246
*
jbig2dec: Avoid double checks for negative coordinates.
Sebastian Rasmussen
2019-09-05
1
-14
/
+0
*
jbig2dec: Fix bug where realloc returns NULL.
Sebastian Rasmussen
2019-04-10
1
-2
/
+5
*
Update source/header file copyright notice to 2019
Chris Liddell
2019-01-16
1
-1
/
+1
*
jbig2dec: Rephrase jbig2_error() messages.
Sebastian Rasmussen
2018-07-31
1
-8
/
+6
*
jbig2dec: Limit image size to 2GByte and check for overflow.
Sebastian Rasmussen
2018-07-24
1
-14
/
+17
*
jbig2dec: Fix composing subset of image onto destination.
Sebastian Rasmussen
2018-07-19
1
-1
/
+20
*
jbig2dec: Attempting to compose NULL on a page is silently accepted.
Sebastian Rasmussen
2018-07-19
1
-0
/
+3
*
jbig2dec: Avoid accessing bytes outside of MMR decoder line.
Tor Andersson
2018-07-16
1
-2
/
+1
*
jbig2dec: Implement support for resizing image width.
Sebastian Rasmussen
2018-07-13
1
-2
/
+28
*
jbig2dec: When extending image use default page color.
Sebastian Rasmussen
2018-07-13
1
-2
/
+3
*
jbig2dec: free/release functions must handle NULL argument.
Sebastian Rasmussen
2018-07-13
1
-3
/
+4
*
jbig2dec: Rename jbig2_image_clone() to jbig2_image_reference().
Sebastian Rasmussen
2018-07-13
1
-2
/
+2
*
jbig2dec: Rephrase error messages.
Sebastian Rasmussen
2018-07-13
1
-1
/
+1
*
jbig2dec: Remove unnecessary comments, whitespace and unused code.
Sebastian Rasmussen
2018-07-13
1
-9
/
+0
*
jbig2dec: Reindent sources in the same way as before.
Sebastian Rasmussen
2018-07-13
1
-13
/
+13
*
jbig2dec: Improve error handling.
Sebastian Rasmussen
2018-04-11
1
-1
/
+1
*
jbig2dec: Remove unused return value for setting pixel.
Sebastian Rasmussen
2018-04-10
1
-5
/
+3
*
jbig2dec: Remove end of line characters to jbig2_error() messages.
Sebastian Rasmussen
2018-04-10
1
-1
/
+1
*
Update copyright notice with new head office address.
Ken Sharp
2018-01-30
1
-3
/
+3
*
Make clipping in image compositing handle underflow.
Sebastian Rasmussen
2017-05-18
1
-8
/
+28
*
Bug 697683: Bounds check before reading from image source data.
Shailesh Mistry
2017-05-10
1
-1
/
+2
*
Add sanity check on image sizes.
Robin Watts
2017-03-01
1
-0
/
+7
*
Fix warnings: remove unsigned < 0 tests that are always false.
Tor Andersson
2016-12-14
1
-1
/
+1
*
Squash signed/unsigned warnings in MSVC jbig2 build.
Robin Watts
2016-12-13
1
-16
/
+16
*
Reindent jbig2dec source to follow gs coding style.
Tor Andersson
2016-04-08
1
-205
/
+202
*
Squash Warnings: JBig2
Robin Watts
2016-01-04
1
-3
/
+4
*
Commit of build_consolidation branch
Chris Liddell
2015-07-20
1
-0
/
+357