summaryrefslogtreecommitdiff
path: root/poppler/DCTStream.cc
AgeCommit message (Collapse)AuthorFilesLines
2009-03-12Really fix jpeg lib init order?Albert Astals Cid1-1/+1
2009-03-08Fix the previous fixAlbert Astals Cid1-2/+2
I should stop listening to people without checking that what they say is correct
2009-03-08I should compile before commiting :-/Albert Astals Cid1-1/+0
2009-03-08set up the error-manager before calling jpeg_create_decompressRyszard Trojnacki1-4/+7
Bug #20484
2009-01-15calculate the limit in a way that one does not access an invalid index of ↵Albert Astals Cid1-1/+1
the matrix
2009-01-15Forgot my copyrightsAlbert Astals Cid1-1/+1
2009-01-15Minor optimizationsAlbert Astals Cid1-9/+8
2008-09-28If libjpeg tells us to abort, let's abort :DAlbert Astals Cid1-0/+1
Fixes part of bug 17811
2008-08-24fix Jeff's entryAlbert Astals Cid1-1/+1
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util ↵Albert Astals Cid1-1/+4
directories to be more compliant with GPL that requires such modification statements to be present. Meanwhile i did that, i did qt and qt4 dirs too, glib is missing if someone wants to fix it, but it's not crucial as it's not a fork of some other GPL software
2008-04-29more static markersAlbert Astals Cid1-1/+1
2007-10-22exit(1) is bad in library code, use the src.abort method to describe failureAlbert Astals Cid1-1/+2
2007-07-15 * poppler/DCTStream.ccAlbert Astals Cid1-1/+16
* poppler/DCTStream.h: Implement less evil error handling. On a error_exit level error we don't want to actually exit the program. See http://bugs.kde.org/show_bug.cgi?id=147878 for a pdf with this problem. libjpeg was printing "Bogus Huffman table definition" and exiting the program. * poppler/Stream.cc: Remove bogus #warning
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-1/+1
Testing more than welcome
2006-06-28 * poppler/DCTStream.cc:Albert Astals Cid1-7/+18
* poppler/DCTStream.h: Reset jpeg structures on reset. Fixes crash while printing pdf at http://bugs.kde.org/attachment.cgi?id=16818&action=view
2006-01-05* poppler/DCTStream.cc: Fix handling of malformed jpeg streams likeAlbert Astals Cid1-10/+16
the one at http://bugs.kde.org/show_bug.cgi?id=119569 Might be worth backporting to 0.4.x
2005-08-01Fix problem in the patch to fix #3299Albert Astals Cid1-5/+10
2005-07-25Work on bad jpeg data that have garbage before the start marker. Fixes bug #3299Albert Astals Cid1-0/+38
2005-03-112005-03-11 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+110
From Jeff Muizelaar <jrmuizel@nit.ca>: * configure.ac: Add checks for libjpeg. * DCTStream.cc, DCTStream.h, Stream.cc, Stream.h, Makefile.am: Conditionally use libjpeg instead of xpdf jpeg decoder.