summaryrefslogtreecommitdiff
path: root/OPJViewer/source/OPJThreads.cpp
AgeCommit message (Collapse)Author
2008-02-11Minor style modifications to comply with c99 compiler flag; removed ↵Giuseppe Baruffa
Microsoft-specific "union-in-struct" syntax; Re-enabled cstr_info struct creation when -W switch is specified. Changed a number of things in opjviewer (e.g., decoding thread does not execute GUI calls anymore), to have it running under linux --> it is better than before, but still crashes
2008-01-31In opjviewer, unification of JPEG 2000 family handlers (*.jp2, *.mj2, *.j2k) ↵Giuseppe Baruffa
in a single file
2007-11-29Added index.h and index.c in VC6 projects; wrapped index.h in the C++ ↵Giuseppe Baruffa
preprocessor; modified OPJViewer project and some files.