]> git.imager.perl.org - imager.git/history - bmp.c
simple threading image creation/destruction test
[imager.git] / bmp.c
2013-02-21 Tony Cookavoid undefined behaviour adding integers
2012-12-14 Tony Cookimproved support for threads
2012-11-24 Tony Cookavoid i_push_errorf() and i_fatal() in a few more places
2012-11-24 Tony Cookupdate bmp.c to IMAGER_NO_CONTEXT
2012-09-29 Tony Cookrevert threading changes, they aren't ready for the...
2012-09-11 Tony Cookimproved thread safety for Imager
2012-08-14 Tony Cookavoid i_push_errorf() and i_fatal() in a few more places
2012-08-14 Tony Cookupdate bmp.c to IMAGER_NO_CONTEXT
2012-04-24 Tony Cookodd run lengths for BI_RLE4 compressed BMP files were...
2012-04-24 Tony Cookhandle odd-width BI_RLE4 width overflow
2012-04-23 Tony Cookreport basic information to the log for one scanline...
2012-04-23 Tony Cook[rt #76736] fix BI_BITFIELDS handling
2011-10-10 Tony CookMerge the I/O buffering branch
2011-08-08 Tony Cookswitch to using size_t and i_img_dim strictly
2008-12-12 Tony Cook - write out the image size in bytes field of a BMP...
2008-04-07 Tony Cookwarning clean up - clean up unusued variables, fix...
2008-04-01 Tony Cook - writing a 2 or 4 channel image to a BMP file will...
2007-06-26 Tony Cookfixed various memory leaks that could occur when failin...
2007-05-03 Tony Cookcommit bmp security fixes to HEAD
2007-02-05 Tony Cookthe image data offset wasn't validated when reading...
2007-01-31 Tony Cookcorrect i_lines_read for direct color bmp files
2007-01-30 Tony Cookchange C<allow_partial> to C<allow_incomplete> to match...
2006-12-30 Tony CookVarious changes:
2006-06-29 Tony Cooklong delayed renaming of m_fatal() to i_fatal() to...
2006-01-10 Tony Cook- start of external Imager API access:
2006-01-04 Tony Cook- don't destroy image before creating it in error handl...
2005-12-05 Tony Cook- added integer overflow checks to many memory allocati...
2005-08-24 Tony Cook- convert t/t107bmp.t to Test::More
2005-01-24 Tony Cook- eliminate unused variables and static functions
2005-01-01 Tony Cook- the i_xres and i_yres tags are now stored in a resolu...
2004-11-28 Tony Cook- the BMP reader now validates the bfOffBits value...
2004-11-25 Tony Cook- added many bad BMP files to test various code paths...
2002-01-04 Tony Cookenhanced iolayer
2001-11-25 Tony Cook- read paletted tiff images into Imager paletted images
2001-11-02 Arnar Mar HrafnkelssonFixed missing myfree() in bmp.c.
2001-11-01 Arnar Mar HrafnkelssonMissing myfree() in the default path of bmp loading.
2001-11-01 Arnar Mar HrafnkelssonMinor memory leak fixes.
2001-10-31 Arnar Mar HrafnkelssonAdded io_buffer for reading from scalars. Also added...
2001-09-09 Tony Cookminor error handling in bmp.c
2001-08-19 Tony CookWindows BMP file support
2001-08-15 Tony Cookstart of bmp support (just writing so far)