0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed build problem - now use the just-build libbsb and do not require prior build and installation of it. More... about 17 years ago
Added more tags and geotranformation polynomials. More... about 17 years ago
Initial version of QT4 based bsbview application. More... about 17 years ago
bsbview qt4 project file. More... about 17 years ago
Initial checkin of QT4 based bsbview application. More... about 17 years ago
Make new bsbview to build with QT4, added explicite rule to handle qmake based build of bsbview (this is kind of a hack - it builds but does not clean etc.) More... about 17 years ago
Added bsb_read_row_partial to optimize access when only a part of a row is necessar, such as when part of screen need updating or part of chart is visible. More... about 17 years ago
Initial version of file to record wishlist or 'TODO' items More... about 17 years ago
Simple bsb chart viewer. More... about 17 years ago
Changed to use new, faster api: bsb_read_row_at More... about 17 years ago
Modified to adapt to new behaviour of bsb_close - the bsb struct is now zeroed after close and hence height need to be remembered elsewhere More... about 17 years ago
Added new APIs for faster image access and for geotransformations. Added several fields to the bsb structure to expose more data read from KAP files. Note: the bsb_close is changed - it clears all the bsb struct fileds now. More... about 17 years ago
Added QT3 dependency for bsbview More... about 17 years ago
Added build commands for bsbview and QT dependency More... about 17 years ago
Added new feature info More... about 17 years ago
Describe new features contributed by Michal Krombholz and Tom Gray More... about 17 years ago
Fix spelling mistakes More... over 17 years ago
Overhaul of documentation, adding bsb_file_format.html, examples.html, contact.html. More... over 17 years ago
Initial commit of libbsb home page More... about 19 years ago
Fix crash: bsb_row and png_row had memory allocated by height not width. More... about 19 years ago
Updates for 0.0.7 release More... over 19 years ago
Fix for gcc warning More... over 19 years ago
The wine command no longer accepts -- as delimiter of args. More... over 19 years ago
Also check against australia4c_png126.png since libpng-1.2.6 output varies slightly to libpng-1.2.5 More... over 19 years ago
Moved test images under tests/ subdir More... over 19 years ago
Fix buffer overflow in next_line() function which can be exploited by carefully crafted BSB file (affects bsb2tif, bsb2png, bsb2ppm). Add trap in bsb_read_row() to avoid slow reading on corrupted rows. More... over 19 years ago
Fix incorrect num_colors computation for some tif images. Use a rigorous scan of the entire tif image first to count the number of colors. More... over 19 years ago
Add valgrind-check make target which runs valgrind over all tests. More... over 19 years ago
Code cleanup: call bsb_close to close open file More... over 19 years ago
Fixed typo More... over 19 years ago