summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/jpegc.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-21Exif reading/writing and Jpeg lossless transformations support.Tomaž Vajngerl1-9/+95
2013-04-21Split JpegWriter and JpegReader out from jpeg.cxx/hxxTomaž Vajngerl1-44/+64
2013-04-02Jpeg filter: destroy cinfo at setjmp + minor code clenupsTomaž Vajngerl1-10/+12
2013-03-31We are in 2013 - remove "goto" in jpeg filter.Tomaž Vajngerl1-30/+10
2013-03-31Add Chroma subsampling options to jpeg writer.Tomaž Vajngerl1-2/+18
2013-03-21Avoid clash with the Win32 CreateBitmap()Tor Lillqvist1-1/+1
2013-03-06Resolves: #i120306# cleanup failed loading of problematic jpegHerbert Dürr1-1/+8
2013-02-25loplugin: improve indentationThomas Arnhold1-1/+1
2013-01-04Fix build on linux.Jan Holesovsky1-2/+2
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-2/+2
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky1-0/+278