Commit Graph

  • f2d4883be4 cppcheck fix for openjpip szukw000 2016-04-20 17:06:37 +0200
  • f35e8d7782 cppcheck fix for openjp3d szukw000 2016-04-20 17:05:55 +0200
  • 9bc85edb61 cppcheck fix for openmj2 szukw000 2016-04-20 17:05:03 +0200
  • 8297bc2042 FLTK viewer first import szukw000 2016-04-20 16:51:55 +0200
  • e1a93d9e59 Merge pull request #708 from GrokImageCompression/issue_695 Antonin Descampe 2016-04-18 10:51:51 +0200
  • a1c0ee9a86 Merge pull request #734 from senbox-org/opj_dump_dead_code Antonin Descampe 2016-04-12 10:48:02 +0200
  • 40b5a53d2f Merge pull request #735 from senbox-org/cppcheck_fix_openjp2 Antonin Descampe 2016-04-12 10:47:28 +0200
  • e7797b97a1 Fix uninitialized variable reported by cppcheck Julien Malik 2016-04-09 19:02:05 +0200
  • 5e5f6999a8 Remove dead code in opj_dump Julien Malik 2016-04-09 18:34:11 +0200
  • 8a3fb6edf8 [enh] Clearer error message for unsupported precision Julien Malik 2016-03-25 09:46:24 +0100
  • 9399e26291 [fix] Allow to convert 3/5/7/9/11/13/15 bpp JP2 files to TIF Julien Malik 2016-03-24 17:25:46 +0100
  • 54c534cdee Only convert to RGB colorspace when requested Sébastien Lugan 2016-02-17 16:25:47 +0100
  • 0069a2bd2f suppress valgrind error - avoid accessing uninitialized memory in mq encoder Aaron Boxer 2016-01-30 10:05:46 -0500
  • e3100f714c issue #695 MQ Encode: ensure that bp pointer never points to uninitialized memory Aaron Boxer 2016-01-28 19:34:00 -0500
  • 7d9a3141d6 Merge 5b7c4445e8 into 5c5ae1d51a Aaron Boxer 2016-01-26 10:46:04 +0000
  • 0febbff19e processed all c/h files through astyle with opj_astyle.cfg codingstyle Antonin Descampe 2016-01-25 23:22:06 +0100
  • bede1568b1 Merge branch 'master' into codingstyle Antonin Descampe 2016-01-25 22:43:03 +0100
  • 5611209f12 Update README.md Antonin Descampe 2016-01-25 22:37:31 +0100
  • 5ce71e1ec9 Uploaded current compatibility report with 2.1.0 release Antonin Descampe 2016-01-25 18:15:48 +0100
  • 9701c19323 Merge branch 'master' into openjpeg-2.1 Antonin Descampe 2016-01-25 17:55:01 +0100
  • 5c5ae1d51a fixed tile numbering Antonin Descampe 2016-01-25 17:30:43 +0100
  • 6ec68a27f8 modified astyle config Antonin Descampe 2016-01-25 15:03:21 +0100
  • 4b927ecea3 modified style cfg Antonin Descampe 2016-01-24 19:00:31 +0100
  • 0efb2f5293 adding astyle and uncrustify config files Antonin Descampe 2016-01-24 18:54:13 +0100
  • 0e8cfaafca Fix implementation of opj_calloc Stefan Weil 2016-01-07 09:55:08 +0100
  • c84747e580 Merge branch 'master' into openjpeg-2.1 Antonin Descampe 2016-01-23 19:51:16 +0100
  • 3767af52de Merge pull request #648 from stweil/alloc Antonin Descampe 2016-01-23 19:43:09 +0100
  • 715ec16935 Merge 908c045cb1 into 1b86fb6f48 Aaron Boxer 2016-01-17 02:43:08 +0000
  • 908c045cb1 refactor memory mapping and memory buffering methods into separate file Aaron Boxer 2016-01-16 21:43:04 -0500
  • 8c1c6560b0 separate dwt routines for region decode Aaron Boxer 2016-01-15 20:19:37 -0500
  • 0e72da2ddf updated license Aaron Boxer 2016-01-16 18:19:52 -0500
  • 2e26ffd698 decode: skip packets lying outside of the decode region Aaron Boxer 2016-01-15 09:07:56 -0500
  • 31ae7111ef manage tile data for decode region : try to minimize size of buffers Aaron Boxer 2016-01-14 08:51:14 -0500
  • 2109504ab5 do not try to access data pointed to by mqc bp until it reaches the start of the mqc buffer Aaron Boxer 2016-01-13 22:55:47 -0500
  • 8b5f20b581 fix build, remove warnings Aaron Boxer 2016-01-13 16:49:40 -0500
  • 5b7c4445e8 do not try to access data pointed to by mqc bp until it reaches the start of the mqc buffer Aaron Boxer 2016-01-13 22:42:51 -0500
  • cfb172a89b bug in code block dimension calc Aaron Boxer 2016-01-13 10:46:19 -0500
  • 1c9989f781 OpenMP improvements Aaron Boxer 2016-01-13 09:12:34 -0500
  • 133b62d22c fix single tile optimization Aaron Boxer 2016-01-13 07:22:57 -0500
  • e5697becbd decode sub-region Aaron Boxer 2016-01-12 15:08:40 -0500
  • 14d6318d61 1. user needs to allocate/free image data using the libary only 2. fix warnings, remove spurious white space, update license Aaron Boxer 2016-01-09 10:26:35 -0500
  • a59387339b Merge 666e077ab8 into 1b86fb6f48 Aaron Boxer 2016-01-12 20:47:30 +0000
  • 666e077ab8 temporarily disable some memory optimizations, to avoid breaking spirit of current ABI Aaron Boxer 2016-01-09 10:26:35 -0500
  • 588e09726e to avoid changing ABI, image data is now always aligned. This means that the user should NOT free image data on their own; they must call opj_image_destroy. Aaron Boxer 2016-01-08 08:54:38 -0500
  • 64dc4796d8 fixed up OpenMP mode Aaron Boxer 2016-01-07 19:40:28 -0500
  • a351f3c0a2 reduce memory usage for unsigned single tile full resolution decompress Aaron Boxer 2016-01-05 21:30:59 -0500
  • 0d30f3caa8 0. support for memory mapped files Aaron Boxer 2016-01-05 08:23:48 -0500
  • af599594f5 improved rate control performance Aaron Boxer 2016-01-05 01:01:18 -0500
  • a5d0c0c8af Carl Hetherington's T1 Optimizations Aaron Boxer 2015-08-01 00:00:51 -0400
  • 54fb7bf448 parallel encode and decode Aaron Boxer 2015-06-15 22:52:38 -0400
  • 1b86fb6f48 Update known failures mayeut 2016-01-11 00:35:47 +0100
  • a42d03df79 Merge pull request #551 from mayeut/coc-qcc Matthieu Darbois 2016-01-11 00:23:44 +0100
  • cb33ff43bb Merge pull request #690 from rouault/failed_malloc_opj_dwt_encode_procedure Mathieu Malaterre 2016-01-09 14:53:29 +0100
  • 6a1974d40d Add comment explaining bj is not use when l_data_size == 0 Even Rouault 2016-01-09 14:30:48 +0100
  • 87c0d7dc1e [git/2.1 regression] Fix opj_write_tile() failure when numresolutions=1 Even Rouault 2016-01-08 19:38:45 +0100
  • ef5dbeac87 Remove whitespace and CR at line endings Stefan Weil 2015-10-18 22:25:51 +0200
  • 0dd44e7dba Merge pull request #687 from stweil/memalign Matthieu Darbois 2016-01-06 23:15:05 +0100
  • 9cad6bc1f6 Fix fatal crash on 64 bit Linux Stefan Weil 2016-01-06 21:34:59 +0100
  • 79b1c4cc85 Fix whitespace issues in opj_malloc.c Stefan Weil 2016-01-06 21:34:59 +0100
  • c00ee8bff7 Fix support of posix_memalign for Linux Stefan Weil 2015-11-01 20:37:19 +0100
  • a205f70328 Merge pull request #686 from mayeut/master Matthieu Darbois 2016-01-06 18:04:51 +0100
  • 9c5b30005e Add missing include statement for ssize_t mayeut 2016-01-06 17:37:37 +0100
  • 04ea170f34 Merge 5d29345d38 into 3a0253f4e2 Aaron Boxer 2016-01-06 16:19:42 +0000
  • 83e5e2703e Merge remote-tracking branch 'uclouvain/master' mayeut 2016-01-06 17:09:14 +0100
  • 3a0253f4e2 Merge pull request #684 from stweil/typo Matthieu Darbois 2016-01-06 17:01:48 +0100
  • 99c4f621bd Fix duplicate article in comments Stefan Weil 2016-01-06 08:55:29 +0100
  • 5d29345d38 Carl Hetherington's T1 Optimizations Aaron Boxer 2015-08-01 00:00:51 -0400
  • 341900a295 parallel encode and decode Aaron Boxer 2015-06-15 22:52:38 -0400
  • b77828bd29 Merge 964b065cf2 into 8f9905936c Aaron Boxer 2016-01-04 14:14:48 +0000
  • 964b065cf2 0. support for memory mapped files Aaron Boxer 2015-12-29 16:38:07 -0500
  • 2e4fadf330 Merge remote-tracking branch 'uclouvain/master' mayeut 2016-01-03 02:09:04 +0100
  • f32c5e7164 added support for compress/decompress from buffer/memory mapped file Aaron Boxer 2015-12-29 16:38:07 -0500
  • 6c55ffd2f7 Add missing include statement for ssize_t Stefan Weil 2015-11-03 08:55:10 +0100
  • 8f9905936c Merge pull request #679 from stweil/grammar Matthieu Darbois 2015-12-31 11:45:51 +0100
  • a834ab305f Fix grammar in comment Stefan Weil 2015-11-03 19:16:01 +0100
  • 8348c6d92e Move some MQC functions into a header for speed Kal Conley 2015-12-27 20:14:47 +0100
  • 51efe91971 Merge pull request #665 from jwilk/spelling Matthieu Darbois 2015-12-23 20:55:47 +0100
  • 5183e77657 improved rate control Aaron Boxer 2015-11-27 23:37:43 -0500
  • f7d854d528 made bio more efficient, and added simulate out mode, where bio doesn't actually write bytes out to output buffer. Aaron Boxer 2015-11-27 23:37:28 -0500
  • 84abb0cbac Merge 324b075fb7 into 5d56fb3115 Aaron Boxer 2015-11-28 03:39:15 +0000
  • 324b075fb7 improved rate control Aaron Boxer 2015-11-26 22:46:13 -0500
  • 4ddc2627dd Fix typos Jakub Wilk 2015-11-27 21:38:41 +0100
  • 269c40c544 made bio more efficient, and added simulate out mode, where bio doesn't actually write bytes out to output buffer. Aaron Boxer 2015-11-26 22:45:19 -0500
  • c311463900 Carl Hetherington's T1 Optimizations Aaron Boxer 2015-08-01 00:00:51 -0400
  • cbc82406e8 parallel encode and decode Aaron Boxer 2015-06-15 22:52:38 -0400
  • 69744f3916 Changed 'restrict' define to 'OPJ_RESTRICT' and enabled restrict for Visual Studio 2005 and up. dlemstra 2015-11-18 23:45:04 +0100
  • 2854d158ab Add missing source for the JPIP library and executables (issue #658) Stefan Weil 2015-11-17 20:18:57 +0100
  • 5d56fb3115 Add known failures mayeut 2015-11-07 14:50:28 +0100
  • 51cbcd5748 Merge pull request #654 from mayeut/master Matthieu Darbois 2015-11-07 14:35:45 +0100
  • f51d52f85a Revert "Check for appveyor update" mayeut 2015-11-07 02:59:38 +0100
  • c414d9c238 Check for appveyor update mayeut 2015-11-07 02:40:18 +0100
  • e5ca873ab1 Fix missing bracket mayeut 2015-11-07 02:06:22 +0100
  • 601aa38c30 fix appveyor build mayeut 2015-11-07 02:04:10 +0100
  • fb4be3894e Fix undefined size jp2 box handling mayeut 2015-11-07 01:35:43 +0100
  • f0dd842b11 Fix warning openjpeg-1.5 mayeut 2015-11-07 01:29:43 +0100
  • 96c3a8315b PNG support enhancement mayeut 2015-11-05 22:44:58 +0100
  • 6711fa669a BMP support enhancement mayeut 2015-11-05 00:29:37 +0100
  • 935816e8c9 Update TIFF conversion to support more bit depth. mayeut 2015-11-03 22:34:43 +0100
  • c37d69b25e Fix Travis cmake install mayeut 2015-11-02 22:28:30 +0100
  • a77717583e Update cmake for travis ASan build mayeut 2015-11-02 22:02:53 +0100