summaryrefslogtreecommitdiff
path: root/libopenjpeg/jpwl
AgeCommit message (Collapse)Author
2012-10-02[1.5] int main() in t1_generate_luts.c breaks mplayerMathieu Malaterre
Fixes issue 152
2012-09-10[1.5] remove extra trailing semicolonMathieu Malaterre
2012-08-24[1.5] COMP: Fix warnings identified by clang31Mathieu Malaterre
openjpeg/libopenjpeg/tcd.c:1884 col 48: warning: comparison of unsigned expressi on < 0 is always false openjpeg/applications/codec/j2k_dump.c:362 col 29: warning: equality comparison with extraneous parentheses openjpeg/libopenjpeg/jpwl/jpwl_lib.c:680:19: warning: format specifies type 'int ' but the argument has type 'long long' [-Wformat] printf("Marker@%d: %X\n", cio_tell(cio) - 2, id); ~^ ~~~~~~~~~~~~~~~~~ %lld openjpeg/applications/jpip/libopenjpip/byte_manager.c:58:63: warning: format spe cifies type 'long' but the argument has type 'OPJ_OFF_T' (aka 'long long') [-Wfo rmat] fprintf( FCGI_stderr, "Error: error in fetch_bytes( %d, %ld, %lu)\n", fd, offset , size); Author: Hans Johnson <hans-johnson@uiowa.edu>
2012-04-18[1.5] fix compilation warnings on windows boxMathieu Malaterre
2012-04-16[1.5] debian tools detected a missing link to math libMathieu Malaterre
2012-03-02[1.5] Set from DOS eol to UNIX eolMathieu Malaterre
2012-03-01[1.5] Fix a warning about comparison of ulong >= 0. Thanks to winfried for ↵Mathieu Malaterre
report.
2012-03-01[1.5] Fix JPWL's DLL installation. Thanks to winfried for report.Mathieu Malaterre
2012-01-11BUG: 4 Apply patch from stefan.Mathieu Malaterre
2012-01-11Add the fno-common flag to work around an issue with ld: common symbols not ↵Mathieu Malaterre
allowed with MH_DYLIB output format with the -multi_module option
2011-12-20Remove exe bitMathieu Malaterre
2011-10-01[1.5] fix output when --disable-shared or --disable-static isVincent Torri
passed to configure. Minor fix for jpwl compilation.
2011-09-09BRANCH-1.5: fixed autotools for new indexer optionAntonin Descampe
2011-08-16removed obsolete testing directory and *.nix filesAntonin Descampe
2011-07-28manage case 0 frames inside yuv_num_frames function and correct some ↵Mickael Savinaud
warnings with gcc4.5 (credit to Winfried)
2011-05-23fixed autotools (broken since the new directory structure) and added ↵Antonin Descampe
autotools as a build method for jpip (credit to Vincent Torri)
2011-05-18defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to ↵Antonin Descampe
avoid having to deal with "stdbool.h" (patch from Winfried)
2011-04-13changed the directory hierarchy of the whole project. See README files for ↵Antonin Descampe
details.
2011-04-13re-organization of openjpeg directories hierarchy : step 1Antonin Descampe