1. 7d76366 PDFBOX-5246: removed no longer supported option by Andreas Lehmkühler · 8 days ago master
  2. fed4a68 PDFBOX-6162: add javadoc; add unit tests by Maruan Sahyoun · 13 days ago
  3. 7e5c16b PDFBOX-6162: reduce visibility of field; remove redundant execution in path by Maruan Sahyoun · 13 days ago
  4. 99197bf PDFBOX-6162: fix typo by Maruan Sahyoun · 13 days ago
  5. 749e09b PDFBOX-6162: handle shared symbol context properly by Maruan Sahyoun · 13 days ago
  6. 8e90642 PDFBOX-6162: Deep-copy CX state for safe JBIG2 context reuse across segments by Maruan Sahyoun · 13 days ago
  7. 797d738 PDFBOX-6162: Migrate SymbolDictionary and TextRegion to call GenericRefinementRegionDecodingProcedure.decode() directly, removing deprecated setParameters() usage by Maruan Sahyoun · 2 weeks ago
  8. 238daf1 PDFBOX-6162: Add input validation and named SLTP context constants to GenericRefinementRegionDecodingProcedure.decode() by Maruan Sahyoun · 2 weeks ago
  9. 1af9db5 PDFBOX-6162: update javadoc; at deprecation warnings by Maruan Sahyoun · 2 weeks ago
  10. 359e197 PDFBOX-6162: Extract GenericRefinementRegion decoding logic into GenericRefinementRegionDecodingProcedure for modularity and correctness by Maruan Sahyoun · 2 weeks ago
  11. b268dba PDFBOX-6162: fix streamPos update for EOF; additional code review by Claude by Maruan Sahyoun · 2 weeks ago
  12. b1223d8 PDFBOX-6162: decode to use local PREV state and enforce explicit 9-bit context masking per JBIG2 spec by Maruan Sahyoun · 2 weeks ago
  13. eeea7fb PDFBOX-6162: Fix IAID decoding by masking context index to lower N bits and preventing integer overflow in shifts by Maruan Sahyoun · 2 weeks ago
  14. aac4c67 PDFBOX-6162: fix typo; align method more closely to spec by Maruan Sahyoun · 2 weeks ago
  15. 08ecd9f PDFBOX-6155: split method to clarify 7.4.2.2 Steps 4 and 5 by Maruan Sahyoun · 3 weeks ago
  16. 44fe469 PDFBOX-6155: Fix JBIG2 symbol dictionary coding context reuse (§7.4.2.2 steps 3–4) by Maruan Sahyoun · 3 weeks ago
  17. 986e387 PDFBOX-5660: fix typo by Tilman Hausherr · 3 weeks ago
  18. 4e40395 PDFBOX-6155: don't reset from SymbolDictionary by Maruan Sahyoun · 3 weeks ago
  19. ec8c4be PDFBOX-6155: reset ArithmeticDecoder to reset state; interim fix by Maruan Sahyoun · 3 weeks ago
  20. fd1043b PDFBOX-5660: update owasp plugin by Tilman Hausherr · 3 weeks ago
  21. 103e6bb PDFBOX-6155: add extended doc to clarify use; by ChatGPT by Maruan Sahyoun · 3 weeks ago
  22. 46560a5 PDFBOX-6155: RA2 is always in the reference bitmap; see 6.3.5.3 by Maruan Sahyoun · 3 weeks ago
  23. 1dedfe9 PDFBOX-6155: use refByteIndex instead of byteIndex for referenceBitmap by Maruan Sahyoun · 3 weeks ago
  24. e244d16 PDFBOX-6155: fix AT override check; enable failing test file by Maruan Sahyoun · 3 weeks ago
  25. c6967ce PDFBOX-6151: run tests on the Serenity test files by Tilman Hausherr · 3 weeks ago
  26. 7501b29 PDFBOX-6151: load and extract zip file by Tilman Hausherr · 3 weeks ago
  27. c68b97c PDFBOX-5597: adjust test results; improve test by Tilman Hausherr · 4 weeks ago
  28. d32c5d6 PDFBOX-5597: do Math.ceil() when subsampling by Tilman Hausherr · 4 weeks ago
  29. d56a04f PDFBOX-6156: improve comment, exclude when src bitmap larger than destination by Tilman Hausherr · 4 weeks ago
  30. e05b440 PDFBOX-6151: fix equals so that last not fully used byte is checked by Tilman Hausherr · 3 months ago
  31. 3c9c2b3 PDFBOX-6161: cut out the appropriate part of the page bitmap if there is no reference bitmap by Tilman Hausherr · 3 months ago
  32. b4a7d30 PDFBOX-6160: pass page bitmap to GenericRefinementRegion class if there is no reference bitmap by Tilman Hausherr · 3 months ago
  33. b4ada76 PDFBOX-6159: check symInRefSize for overshoot; fix check start position; seek to correct position after reading (if symInRefSize larger than actual size) by Tilman Hausherr · 3 months ago
  34. b9f37b2 PDFBOX-6151: check symInRefSize; add override; remove final when private by Tilman Hausherr · 3 months ago
  35. add4c29 PDFBOX-6151: improve exception message by Tilman Hausherr · 3 months ago
  36. 5fd566d PDFBOX-6151: avoid NullPointerExxception / ArrayIndexOutOfBoundsException by Tilman Hausherr · 3 months ago
  37. 4a2e9db PDFBOX-6154: replace and remove buggy shiftAndFill(); use computeX/computeY for HSKIP too; optimize HSKIP creation by setting only 1-pixels by Tilman Hausherr · 3 months ago
  38. c184e28 PDFBOX-6154: pass and apply HSKIP bitmap by Tilman Hausherr · 3 months ago
  39. 582254c PDFBOX-6158: fix position by Tilman Hausherr · 3 months ago
  40. 11e1b8f PDFBOX-6156: improve javadoc by Tilman Hausherr · 3 months ago
  41. f8b1c04 PDFBOX-6156: use simple BitBlit until the other methods are fixed by Tilman Hausherr · 3 months ago
  42. d86c3d9 PDFBOX-6156: improve javadoc, clarify parameters, add comment by Tilman Hausherr · 3 months ago
  43. 97935ae PDFBOX-6156: fix setPixel by Tilman Hausherr · 3 months ago
  44. acc749c PDFBOX-6154: add comments linking to the specification; implement computing HSKIP bitmap by Tilman Hausherr · 3 months ago
  45. 6151d98 PDFBOX-6154: store useSkip by Tilman Hausherr · 3 months ago
  46. e257f03 PDFBOX-6152: read byte unsigned by Tilman Hausherr · 3 months ago
  47. 5041052 PDFBOX-6148: respect ImageReader contract by throwing IndexOutOfBoundsException; simplify code; remove javadoc for derived methods where not different by Tilman Hausherr · 4 months ago
  48. 627cbd8 PDFBOX-6147: expect page 1; refactor by Tilman Hausherr · 4 months ago
  49. 30c066b PDFBOX-5660: update apache parent by Tilman Hausherr · 4 months ago
  50. c055b28 PDFBOX-5660: avoid problem with space in filename by Tilman Hausherr · 4 months ago
  51. 68372de PDFBOX-5660: update owasp plugin by Tilman Hausherr · 4 months ago
  52. 2d10121 PDFBOX-5660: update owasp plugin by Tilman Hausherr · 6 months ago
  53. 01c8629 PDFBOX-5660: update rat plugin by Tilman Hausherr · 6 months ago
  54. c536c4d PDFBOX-5660: update owasp plugin by Tilman Hausherr · 7 months ago
  55. 8dba261 PDFBOX-5660: update owasp plugin by Tilman Hausherr · 7 months ago
  56. 9ba74bf PDFBOX-5660: update owasp plugin, disable ossindex by Tilman Hausherr · 8 months ago
  57. d906c1d PDFBOX-5660: update apache parent by Tilman Hausherr · 11 months ago
  58. 3b56b47 PDFBOX-5660: update apache parent, download-maven-plugin by Tilman Hausherr · 11 months ago
  59. cad6eda PDFBOX-5660: update owasp plugin by Tilman Hausherr · 11 months ago
  60. 0020771 PDFBOX-5660: update owasp plugin by Tilman Hausherr · 11 months ago
  61. 2ec6fce PDFBOX-5660: update owasp plugin by Tilman Hausherr · 1 year, 8 months ago
  62. 7572d87 PDFBOX-5660: update owasp plugin by Tilman Hausherr · 1 year, 10 months ago
  63. 9fc2565 PDFBOX-5660: update owasp plugin by Tilman Hausherr · 1 year, 10 months ago
  64. ccc2dd3 Merge origin/master by Tilman Hausherr · 1 year, 10 months ago
  65. aa0bed9 PDFBOX-5660: update owasp plugin by Tilman Hausherr · 2 years ago
  66. a167f18 Merge branch 'master' of https://gitbox.apache.org/repos/asf/pdfbox-jbig2 by Tilman Hausherr · 1 year, 10 months ago
  67. b6ce7d7 PDFBOX-5660: update owasp plugin by Tilman Hausherr · 1 year, 10 months ago
  68. 5eb794c PDFBOX-5660: update owasp plugin by Tilman Hausherr · 1 year, 10 months ago
  69. 85137e1 TIKA-4166: update mockito by Tilman Hausherr · 1 year, 10 months ago
  70. 7abf9d8 PDFBOX-5660: update owasp plugin by Tilman Hausherr · 1 year, 10 months ago
  71. cdffe62 PDFBOX-5660: update owasp plugin by Tilman Hausherr · 2 years ago
  72. 0aa9993 PDFBOX-5660: update download-maven-plugin, adjust enforcer config by Tilman Hausherr · 2 years, 1 month ago
  73. 99d8c35 PDFBOX-5660: update owasp plugin by Tilman Hausherr · 2 years, 1 month ago
  74. 3006edf PDFBOX-5660: update owasp plugin by Tilman Hausherr · 2 years, 2 months ago
  75. a8558d9 PDFBOX-5660: replace deprecated parameter by Tilman Hausherr · 2 years, 2 months ago
  76. 8aa0df1 PDFBOX-5660: avoid "Project requires an incorrect minimum version of Maven" warning by Tilman Hausherr · 2 years, 2 months ago
  77. a6dc7b0 PDFBOX-5660: update download-maven-plugin by Tilman Hausherr · 2 years, 3 months ago
  78. f6b9e41 PDFBOX-5660: update owasp and apache rat plugins and download-maven-plugin by Tilman Hausherr · 2 years, 3 months ago
  79. 76871c5 PDFBOX-5660: update owasp and apache rat plugins by Tilman Hausherr · 2 years, 4 months ago
  80. aa8f43d PDFBOX-5660: update owasp plugin by Tilman Hausherr · 2 years, 5 months ago
  81. 7b727df PDFBOX-5660: update owasp plugin by Tilman Hausherr · 2 years, 5 months ago
  82. 6847a08 PDFBOX-5660: update owasp plugin by Tilman Hausherr · 2 years, 6 months ago
  83. d07dc04 PDFBOX-5660: update owasp plugin by Tilman Hausherr · 2 years, 6 months ago
  84. 544e853 PDFBOX-5660: update owasp plugin by Tilman Hausherr · 2 years, 7 months ago
  85. 26ceacf PDFBOX-5660: downgrade version of download-maven-plugin due to ongoing jenkins build issues; update owasp plugin, exclude local netbeans file from rat checks by Tilman Hausherr · 2 years, 7 months ago
  86. 156a80b update build plugin by Tilman Hausherr · 3 years ago
  87. 515d3fb PDFBOX-4892: update owasp plugin by Tilman Hausherr · 3 years, 1 month ago
  88. db20803 PDFBOX-4892: update owasp plugin by Tilman Hausherr · 3 years, 2 months ago
  89. 940f870 PDFBOX-4892: update owasp plugin by Tilman Hausherr · 3 years, 3 months ago
  90. 0dc1a34 PDFBOX-4892: update owasp plugin by Tilman Hausherr · 3 years, 4 months ago
  91. 917c8da PDFBOX-4892: update owasp plugin, rat plugin by Tilman Hausherr · 3 years, 4 months ago
  92. 1f831f3 PDFBOX-4892: update owasp plugin by Tilman Hausherr · 3 years, 5 months ago
  93. 025c729 PDFBOX-4892: update owasp plugin by Tilman Hausherr · 3 years, 6 months ago
  94. 66f7d3b PDFBOX-5535: disbale Travis-CI build by Andreas Lehmkühler · 3 years, 6 months ago
  95. b12a820 TIKA-3793: update rat by Tilman Hausherr · 3 years, 10 months ago
  96. 61805b4 PDFBOX-4892: update plugin by Tilman Hausherr · 3 years, 11 months ago
  97. 71ca027 PDFBOX-4892: exclude NetBeans file by Tilman Hausherr · 4 years ago
  98. e0b85df PDFBOX-4892: update owasp plugin by Tilman Hausherr · 4 years ago
  99. 51dcd34 PDFBOX-4892: update owasp plugin by Tilman Hausherr · 4 years, 2 months ago
  100. 44b0c4c update 3.0.4 release date by Andreas Lehmkühler · 4 years, 2 months ago