Packet header writing: set empty packet header bit to 0 when appropriate (small optim...
[openjpeg.git] / src /
2017-06-12 Even RouaultPacket header writing: set empty packet header bit... fix_bypass_pterm_termall_and_lossless_decomposition_issue 949/head
2017-06-12 Even RouaultEncoder: fix packet writing of empty sub-bands (#891...
2017-06-09 Even RouaultT1: fix BYPASS/LAZY, TERMALL/RESTART and PTERM/ERTERM... fix_bypass_pterm_termall 947/head
2017-05-23 Even RouaultMerge pull request #936 from rouault/master_warnings
2017-05-23 Even RouaultCMake: add stronger warnings for openjp2 lib/bin by... 936/head
2017-05-23 Even Rouaultt1.c: fix compiler warnings
2017-05-15 Even RouaultMQC: remove disabled MQC_PERF_OPT mode, which brings...
2017-05-15 Even RouaultAdd comments about non successfull attempt of implement...
2017-05-15 Even RouaultMerge pull request #926 from rouault/reformat_h_files
2017-05-15 Even RouaultReformat: apply reformattin on .h files (#128) 926/head
2017-05-15 Even RouaultMerge pull request #919 from rouault/reformat
2017-05-09 Even RouaultReformat whole codebase with astyle.options (#128)
2017-05-03 Even RouaultMerge pull request #893 from rouault/remove_tagtree_war...
2017-02-13 Even RouaultRemove warnings related to empty tag-trees. 893/head
2016-09-26 Mathieu MalaterreOPENJPEG_NAMESPACE is configurable by user
2016-09-26 Mathieu MalaterreRemove typos from comments and man pages
2016-09-21 Matthieu DarboisFix PNM file reading (#847)
2016-09-21 Stefan WeilFix some issues reported by Coverity Scan (#846)
2016-09-21 Stefan WeilFix potential out-of-bounds read (coverity) (#844)
2016-09-20 Antonin DescampeMerge pull request #834 from trylab/issue833
2016-09-20 Antonin DescampeDisable automatic compilation of t1_generate_luts
2016-09-16 Antonin Descamperenamed USE_THREAD to OPJ_USE_THREAD
2016-09-15 Matthieu DarboisRemove TODO for overflow check (#842)
2016-09-14 Matthieu DarboisAdd overflow checks for opj_aligned_malloc (#841)
2016-09-14 Matthieu DarboisFlags in T1 shall be unsigned (#840)
2016-09-13 Matthieu DarboisFix some warnings (#838)
2016-09-13 Antonin DescampeMerge branch 'smuehlst-bit-fields-type'
2016-09-13 Antonin DescampeMerge branch 'bit-fields-type' of https://github.com...
2016-09-13 Antonin DescampeMerge pull request #786 from rouault/tier1_optimization...
2016-09-13 trylabFix issue 833. 834/head
2016-09-08 Matthieu DarboisFix coverity 113065 (CWE-484) (#824)
2016-09-08 Even RouaultMerge branch 'master' of https://github.com/uclouvain... 786/head
2016-09-08 Even Rouaultopj_thread_pool: fix potential deadlock at thread pool...
2016-09-08 Matthieu DarboisCast to size_t before multiplication
2016-09-07 Matthieu DarboisAdd sanity check for tile coordinates (#823)
2016-09-07 Stephan MühlstrasserMoved type OPJ_BITFIELD from openjpeg.h to opj_includes.h 805/head
2016-09-07 Stephan MühlstrasserMerge branch 'master' into bit-fields-type
2016-09-06 Matthieu Darboisfix incrementing of "l_tcp->m_nb_mcc_records" in opj_j2...
2016-09-06 trylabFix an integer overflow issue (#809)
2016-09-06 Matthieu DarboisAdd overflow check in opj_tcd_init_tile (#819)
2016-09-05 Matthieu DarboisFix leak & invalid behavior of opj_jp2_read_ihdr (...
2016-09-05 Matthieu DarboisAdd overflow check in opj_j2k_update_image_data (#817)
2016-09-05 Matthieu DarboisChange 'restrict' define to 'OPJ_RESTRICT' (#816)
2016-08-11 Even Rouault[Win32] Use _beginthreadex instead of CreateThread()
2016-07-27 Stephan MühlstrasserUnified bit-field declaration, removed tabs.
2016-07-25 Stephan MühlstrasserCreate separate type for bit-fields.
2016-07-14 Stefan Weiljpwl: Remove non-portable data type u_int16_t (fix...
2016-07-11 Stefan WeilFix dependency for pkg-config (issue #594) (#795)
2016-06-21 maddin200Update tcd.c (#790)
2016-05-26 Even RouaultBe robust to failed allocations of job structures
2016-05-25 Even Rouaultopj_decompress: use clock_gettime() instead of getrusag...
2016-05-25 Even Rouaultopj_decompress: add a -threads <num_threads> option
2016-05-25 Even RouaultUse thread pool for DWT decoding
2016-05-25 Even RouaultUse thread-pool for T1 decoding
2016-05-25 Even RouaultAdd opj_codec_set_threads() in public API and propagate...
2016-05-25 Even RouaultAdd threading and thread pool API
2016-05-23 Even RouaultFix MSVC210 build issue (use of C99 declaration after... 783/head
2016-05-23 Even RouaultImprove perf of opj_t1_dec_sigpass_mqc_vsc() and opj_t1...
2016-05-23 Even RouaultBetter inlining of opj_t1_updateflagscolflags() w.r...
2016-05-23 Even Rouaultopj_t1_dec_clnpass(): remove useless test in the runlen...
2016-05-23 Even Rouaultopj_t1_decode_cblks(): tiny perf increase when loop...
2016-05-23 Even RouaultTier 1 decoding: add a colflags array
2016-05-21 Even RouaultConst'ify lut arrays so they are in the read-only data...
2016-05-21 Even RouaultReduce number of occurrences of orient function argument
2016-05-21 Even RouaultSpecialize decoding passes for 64x64 code blocks
2016-05-21 Even RouaultImprove code generation in opj_t1_dec_clnpass()
2016-05-21 Even Rouaultopj_t1_updateflags(): tiny optimization
2016-05-21 Kal ConleyMove some MQC functions into a header for speed
2016-05-10 Stefan WeilUpdate implementation of opj_calloc (#705)
2016-05-10 Stefan WeilAdd missing source for the JPIP library and executables...
2016-05-08 mayeutFix Out-of-Bounds Access in function opj_tgt_reset
2016-05-08 mayeutFix Heap Buffer Overflow in function color_cmyk_to_rgb
2016-05-08 mayeutFix division by zero
2016-05-02 julienmalikMerge pull request #769 from julienmalik/cmake_lowercase
2016-05-02 Julien MalikUse lowercase for cmake commands consistenly 769/head
2016-05-02 julienmalikMerge pull request #767 from julienmalik/fix_memset_nul...
2016-05-02 Julien MalikFix UBSan gcc warning for first arg to memset non null 767/head
2016-04-30 Antonin DescampeMerge pull request #706 from mayeut/issue135
2016-04-30 mayeutFix some coverity warnings
2016-04-29 mayeutFix bad call to fclose with NULL pointer
2016-04-29 Matthieu DarboisFix warnings (#763)
2016-04-29 Matthieu DarboisFix Out-Of-Bounds Read in sycc42x_to_rgb function ...
2016-04-29 Matthieu DarboisFix heap-buffer-overflow in color_esycc_to_rgb (#748)
2016-04-29 julienmalikcppcheck fix for openjp2 (#740)
2016-04-28 Matthieu DarboisCheck SSIZ is valid in opj_j2k_read_siz (#762)
2016-04-28 Matthieu DarboisFix unsigned int overflow reported by UBSan (#761)
2016-04-28 julienmalikFix implicit float-to-bool conversions (#752)
2016-04-27 Matthieu DarboisFix unsigned int overflow reported by UBSan (#759)
2016-04-27 mayeutFix issue 135 706/head
2016-04-27 Matthieu DarboisFix negative shift left reported by UBSan (#758)
2016-04-26 Stefan WeilRemove whitespace and CR at line endings (#678)
2016-04-26 Matthieu DarboisFix negative shift left reported by UBSan (#757)
2016-04-23 Matthieu DarboisDo not define __attribute__ in opj_includes.h (#751)
2016-04-23 Matthieu DarboisMerge pull request #750 from mayeut/issue-729-2
2016-04-23 mayeutAllow to write 3/5/7/9/11/13/15 bpp TIF files 750/head
2016-04-23 mayeutAllow to read 3/5/7/9/11/13/15 bpp TIF files
2016-04-18 Antonin DescampeMerge pull request #708 from GrokImageCompression/issue_695
2016-04-12 Antonin DescampeMerge pull request #734 from senbox-org/opj_dump_dead_code
2016-04-12 Antonin DescampeMerge pull request #735 from senbox-org/cppcheck_fix_op...
2016-04-09 Julien MalikFix uninitialized variable reported by cppcheck 735/head
next