summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-05Add .gitignore (#787)Stefan Weil
2016-09-02Switch to clang 3.8 (#814)Matthieu Darbois
2016-08-11[Win32] Use _beginthreadex instead of CreateThread()Even Rouault
2016-08-06Update to lcms 2.8 (#808)Matthieu Darbois
2016-08-06Update to libpng 1.6.24 (#807)Matthieu Darbois
2016-08-06Reenable clang-3.9 build on travis (#806)Matthieu Darbois
2016-07-27Unified bit-field declaration, removed tabs.Stephan Mühlstrasser
2016-07-25Create separate type for bit-fields.Stephan Mühlstrasser
2016-07-14Add compilation test for standalone inclusion of openjpeg.h (#798)Matthieu Darbois
2016-07-14jpwl: Remove non-portable data type u_int16_t (fix issue #796) (#797)Stefan Weil
2016-07-12Fix dependency for pkg-config (issue #594) (#795)Stefan Weil
2016-07-06Update ABI tracker scriptmayeut
2016-07-05Update ABI tracker from 2.1 to 2.1.1mayeut
2016-07-05update api/abi trackerAntonin Descampe
2016-07-05Add version 2.1.1 to ABI trackermayeut
2016-07-05Trigger API/ABI update on websiteAntonin Descampe
2016-07-05Update INSTALL.mdAntonin Descampe
2016-07-05Update AUTHORS.mdAntonin Descampe
2016-07-05Update AUTHORS fileAntonin Descampe
2016-07-05Update INSTALL, README and THANKS fileAntonin Descampe
2016-07-05Upload changelog and convert some files to mardownAntonin Descampe
2016-06-26Remove useless diff command in abi-check.shAntonin Descampe
2016-06-25Correct abi-check.sh for PR (#791)Matthieu Darbois
2016-06-21Update tcd.c (#790)maddin200
2016-06-21Remove clang-3.9 buildMatthieu Darbois
2016-06-21Automatic upload of ABI report (end)Antonin Descampe
2016-06-21Automatic upload of ABI report (ctd)Antonin Descampe
2016-06-21Automatic upload of ABI report (ctd)Antonin Descampe
2016-06-21setup automatic upload of ABI reportsAntonin Descampe
2016-05-26Be robust to failed allocations of job structuresEven Rouault
2016-05-25opj_decompress: use clock_gettime() instead of getrusage() so as to get the t...Even Rouault
2016-05-25opj_decompress: add a -threads <num_threads> optionEven Rouault
2016-05-25.travis.yml: add a conf with OPJ_NUM_THREADS=2Even Rouault
2016-05-25Use thread pool for DWT decodingEven Rouault
2016-05-25Use thread-pool for T1 decodingEven Rouault
2016-05-25Add opj_codec_set_threads() in public API and propagate resulting thread pool...Even Rouault
2016-05-25Add threading and thread pool APIEven Rouault
2016-05-23Fix MSVC210 build issue (use of C99 declaration after statement) introduced i...Even Rouault
2016-05-23Improve perf of opj_t1_dec_sigpass_mqc_vsc() and opj_t1_dec_refpass_mqc_vsc()...Even Rouault
2016-05-23Better inlining of opj_t1_updateflagscolflags() w.r.t. flags_strideEven Rouault
2016-05-23opj_t1_dec_clnpass(): remove useless test in the runlen decoding path (of the...Even Rouault
2016-05-23opj_t1_decode_cblks(): tiny perf increase when loop unrollingEven Rouault
2016-05-23Tier 1 decoding: add a colflags arrayEven Rouault
2016-05-22Const'ify lut arrays so they are in the read-only data sectionEven Rouault
2016-05-22Reduce number of occurrences of orient function argumentEven Rouault
2016-05-21Specialize decoding passes for 64x64 code blocksEven Rouault
2016-05-21Improve code generation in opj_t1_dec_clnpass()Even Rouault
2016-05-21opj_t1_updateflags(): tiny optimizationEven Rouault
2016-05-21Move some MQC functions into a header for speedKal Conley
2016-05-15WIP automatic releaseAntonin Descampe