aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix HN text parsing.HEADmasteryzrh2023-01-151-50/+52
* Fix JBIG2 allocation.yzrh2023-01-061-1/+2
* Add document information dictionary to output.yzrh2023-01-052-14/+27
* Update CHANGE.yzrh2023-01-051-2/+3
* Fix invalid token parsing.yzrh2023-01-051-22/+25
* Replace catalog object only if root object does not exist.yzrh2023-01-042-8/+14
* Update CHANGE.yzrh2023-01-041-1/+1
* Handle invalid PDF object.yzrh2023-01-041-28/+71
* Replace catalog object if found.yzrh2023-01-041-18/+26
* Prioritise incomplete object during deduplication.yzrh2023-01-043-13/+45
* Handle invalid result from PDF parser.yzrh2023-01-032-22/+34
* Fix KDH decryption.yzrh2023-01-031-17/+19
* Fix inconsistent whitespace detection in PDF parser.yzrh2023-01-032-13/+23
* Handle duplicated image in HN.yzrh2023-01-021-2/+24
* Update CHANGE.yzrh2023-01-013-4/+9
* Handle incomplete PDF object in parser.yzrh2023-01-011-16/+14
* Handle duplicated object in CAJ.yzrh2023-01-011-26/+47
* Improve PDF parser.yzrh2023-01-011-18/+26
* Split md5 function.yzrh2023-01-014-10/+43
* Rename JBIG decoder.yzrh2023-01-014-6/+6
* Fix JBIG decoder data type.yzrh2023-01-011-2/+2
* Fix JBIG decoder.yzrh2022-12-311-0/+11
* Fix JBIG table length.yzrh2022-12-311-4/+4
* Update CHANGE.yzrh2022-12-311-0/+6
* Fix HN image compositing.yzrh2022-12-311-27/+50
* Fix PDF object check.yzrh2022-12-301-4/+4
* Handle HN page with figure only.yzrh2022-12-304-27/+28
* Update CHANGE.yzrh2022-12-301-1/+5
* Fix type casting when processing data.yzrh2022-12-303-31/+31
* Handle combination of text and image in page content.yzrh2022-12-292-63/+62
* Link against libc for iconv, find openjpeg header with pkgconf.yzrh2022-12-293-11/+12
* Update CHANGE.yzrh2022-12-291-1/+6
* Fix PDF object check.yzrh2022-12-292-5/+7
* Fix buffer overflow when object size is less than 8 bytes.yzrh2022-12-291-4/+5
* Handle missing root object which is parent of others.yzrh2022-12-292-5/+8
* Add JPEG 2000 support.yzrh2022-12-295-6/+168
* Add preliminary support for HN figure placement.yzrh2022-12-286-58/+161
* Update CHANGE.yzrh2022-12-261-2/+5
* Handle headless HN and page with no image.yzrh2022-12-256-182/+239
* Simplify JBIG decoder.yzrh2022-12-251-1/+1
* Handle different JPEG colour component.yzrh2022-12-255-24/+37
* Fix HN conversion and add JBIG2 support.yzrh2022-12-2419-192/+517
* Fix memory leak and data type.yzrh2022-12-226-7/+36
* Add error message for JBIG.yzrh2022-12-202-3/+9
* Update Makefileyzrh2022-12-191-3/+3
* Remove -march=native in Makefile and remove char **envp for POSIX compliance.yzrh2021-09-022-2/+2
* Fix memory leak.yzrh2021-01-292-5/+14
* Update CHANGE.yzrh2021-01-131-0/+8
* Add wrapper for PDF operation.yzrh2021-01-132-232/+151
* Fix transformation matrix.yzrh2021-01-121-3/+8