7c54efc80e
Correcting crunch's copyright. An IP Release Agreement was never signed by Richard Geldreich, Jr. to release this intellectual property to "Tenacious Software LLC" (a now long defunct Texas LLC), so I am removing this entity from the copyright. The proper crunch library copyright message is "Copyright (c) 2010-2016 Richard Geldreich, Jr. All rights reserved."
richgel999
2019-06-15 00:35:13 -07:00
3a445a94cd
Avoid ambiguity error on GCC
Gareth Morgan
2018-11-12 19:40:08 -05:00
91fbf1fcc4
Fixing integer overflow problem, which can rarely cause serious artifacts.
Rich Geldreich
2015-11-19 18:55:22 -08:00
8953df4f6b
Migrating wiki contents from Google Code
wiki
Google Code Exporter
2015-05-20 23:57:30 -04:00
9bc2ac3e27
Modified the linux Makefile to generate a static lib to allow external program to link with crunch
linux64
boudreault.alan@gmail.com
2013-01-17 18:35:56 +00:00
1ff067147d
Fix compilation issues on linux 64 machines
boudreault.alan@gmail.com
2013-01-17 18:34:45 +00:00
0dfba013b1
Creating branch linux64 for some compilation fixes
boudreault.alan@gmail.com
2013-01-17 18:30:41 +00:00
f71b49be60
Initial checkin of v1.04 - KTX file format support, basic ETC1 compression/decompression, Linux makefile with proper gcc options, lots of high-level improvements to get crnlib into a state where I can more easily add additional formats.
richgel99@gmail.com
2012-11-25 08:41:25 +00:00
a8011e9d7f
Adding new files
richgel99@gmail.com
2012-04-26 07:59:22 +00:00
02faca16c4
deleting old files (either renamed or part of crn_threading_win32.cpp, etc.)
richgel99@gmail.com
2012-04-26 07:16:57 +00:00
f63e26aee6
v1.03 prerelease - Full Linux port of crnlib/crunch, in progress - still more testing to do, and some cmd line options (such as -timestamp) don't work under linux yet, but the core stuff (compression/decompression/transcoding) should work fine and performance under Linux is comparable to Windows. The 3 examples haven't been ported yet.
richgel99@gmail.com
2012-04-26 07:14:21 +00:00
fffd983ffa
Fixing example2 so it doesn't link against crnlib, bumping version strings/copyright messages.
richgel99@gmail.com
2012-04-16 01:41:34 +00:00
45901c935c
- Fixing DDS reader so it doesn't require the source pitch/linear size field to be divisible by 4 - Fixing DDS writer so it writes a non-zero pitch/linearsize field (a few DDS readers in the wild require this field to be set) - Fixing example2.cpp and example3.cpp so they write non-zero pitch/linearsize fields. - Misc merges from the ddsexport branch - Adding -usesourceformat command line option, useful when reprocessing a lot of existing DDS files.
richgel99@gmail.com
2012-04-16 00:58:38 +00:00