opj_v4dwt_decode_step1_sse(): rework a bit to improve code generation
[openjpeg.git] / src / lib / openjp2 / dwt.c
2017-09-01 Even Rouaultopj_v4dwt_decode_step1_sse(): rework a bit to improve...
2017-09-01 Even Rouaultopj_v4dwt_decode_step2_sse(): loop unroll
2017-09-01 Even Rouaultopj_dwt_decode_partial_97(): simplify/more efficient...
2017-09-01 Even Rouaultopj_dwt_decode_partial_1_parallel(): add SSE2 optimization
2017-09-01 Even RouaultSub-tile decoding: speed up vertical pass in IDWT5x3...
2017-09-01 Even RouaultOptimize opj_dwt_decode_partial_1() when cas == 0
2017-09-01 Even RouaultVarious changes to allow tile buffers of more than...
2017-09-01 Even RouaultFix compiler warning in release mode
2017-09-01 Even Rouaultopj_dwt_decode_partial_tile(): avoid undefined behaviou...
2017-09-01 Even RouaultSub-tile decoding: only allocate tile component buffer...
2017-09-01 Even RouaultFix undefined shift behaviour in opj_dwt_is_whole_tile_...
2017-08-29 Even RouaultUse IDWT whole tile decoding if the area of interest...
2017-08-28 Even RouaultSubtile decoding: fix overflows in subband coordinate...
2017-08-23 Even Rouaultopj_dwt_decode_partial_97(): perf improvement: limit...
2017-08-21 Even RouaultMerge pull request #1001 from rouault/subtile_decoding_...
2017-08-21 Even RouaultAdd comments for filter_width values 1001/head
2017-08-20 Even RouaultSubtile decoding: only do 9x7 IDWT computations on...
2017-08-18 Even RouaultSubtile decoding: only do 5x3 IDWT computations on...
2017-07-06 Even RouaultComment fix
2017-07-03 Even RouaultMerge pull request #954 from jeroen/static
2017-06-29 Even RouaultIDWT 5x3: fix bug in AVX2 implementation (#953, #957)
2017-06-26 Even RouaultMerge pull request #957 from rouault/idwt_53_improvements
2017-06-21 Even RouaultIDWT 5x3: generalize SSE2 version for AVX2
2017-06-20 Even Rouaultdwt.c: small cleanup
2017-06-20 Even RouaultImprove performance of inverse DWT 5x3 (#953)
2017-06-17 Even RouaultFix astyle issue
2017-06-17 Even RouaultFix warnings with recent GCC versions
2017-05-15 Even RouaultMerge pull request #919 from rouault/reformat
2017-05-09 Even RouaultReformat whole codebase with astyle.options (#128)
2016-09-20 Antonin DescampeMerge pull request #834 from trylab/issue833
2016-09-15 Matthieu DarboisRemove TODO for overflow check (#842)
2016-09-14 Matthieu DarboisAdd overflow checks for opj_aligned_malloc (#841)
2016-09-13 Matthieu DarboisFix some warnings (#838)
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-08 Even RouaultMerge branch 'master' of https://github.com/uclouvain... 786/head
2016-09-07 Stephan MühlstrasserMerge branch 'master' into bit-fields-type
2016-09-05 Matthieu DarboisChange 'restrict' define to 'OPJ_RESTRICT' (#816)
2016-05-26 Even RouaultBe robust to failed allocations of job structures
2016-05-25 Even RouaultUse thread pool for DWT decoding
2016-01-23 Antonin DescampeMerge pull request #648 from stweil/alloc
2016-01-10 Matthieu DarboisMerge pull request #551 from mayeut/coc-qcc
2016-01-09 Mathieu MalaterreMerge pull request #690 from rouault/failed_malloc_opj_...
2016-01-09 Even RouaultAdd comment explaining bj is not use when l_data_size... 690/head
2016-01-08 Even Rouault[git/2.1 regression] Fix opj_write_tile() failure when...
2015-10-21 Matthieu DarboisMerge pull request #638 from stweil/master
2015-10-21 mayeutMerge branch 'master' into coc-qcc 551/head
2015-10-19 Matthieu DarboisMerge pull request #641 from smuehlst/opj_hp_issue_640
2015-10-19 Stephan MühlstrasserFix HP compiler warning about redeclaration of function... 641/head
2015-10-18 Matthieu DarboisMerge pull request #637 from stweil/fixes
2015-10-18 mayeutMerge branch 'master' into coc-qcc
2015-10-18 Matthieu DarboisMerge pull request #636 from uclouvain/opj_malloc-625
2015-10-17 mayeutFix inconsistent behavior of malloc(0)
2015-10-13 mayeutMerge branch 'master' into coc-qcc
2015-10-13 Matthieu DarboisMerge pull request #627 from mayeut/appveyor
2015-10-13 Mathieu MalaterreRemove the explicit restrict keyword
2015-07-25 Matthieu DarboisMerge pull request #528 from mayeut/zlib-1.2.8
2015-07-25 Matthieu DarboisMerge pull request #521 from manisandro/bigendian
2015-07-20 Matthieu DarboisMerge pull request #533 from mayeut/refactor-read-ppX
2015-07-20 mayeutMerge remote-tracking branch 'uclouvain/master' into...
2015-07-18 Matthieu DarboisMerge pull request #537 from mayeut/master
2015-07-18 mayeutAdd some missing static 537/head
2014-09-19 Antonin Descampeadded memory allocation checks (fixes issue 355)
2014-04-03 Antonin Descampe[trunk] updated copyright and added copyright notice...
2014-03-07 Mathieu Malaterre[trunk] As reported by clang analyzer thoses values...
2014-03-07 Mathieu Malaterre[trunk] Another of fixes for warning about sign conversion
2014-03-03 Mathieu Malaterre[trunk] Remove easy to fix warnings about conversion
2012-11-16 Mickael Savinaud[trunk] add opj_ prefix to some internal define and...
2012-11-15 Mickael Savinaud[trunk] move opj_bool to OPJ_BOOL to follow the other...
2012-10-25 Mickael Savinaud[trunk] rename opj_tcd_truct_v2 to opj_tcd_struct
2012-10-24 Mickael Savinaud[trunk] Finalize dwt.v/.h with the v2 style : remove...
2012-10-05 Mickael Savinaud[trunk] rename int.h to opj_intmath.h and rename all...
2012-10-03 Mickael Savinaud[trunk] correct warnings linked to static dwt functions...
2012-09-28 Mathieu Malaterre[trunk] Start FolderReorgProposal task