summaryrefslogtreecommitdiff
path: root/libopenjpeg
AgeCommit message (Collapse)Author
2012-01-11BUG: 26 Fix issue with memory consumption.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
2012-01-11Redo the BUILD_THIRDPARTY properly. Remove openjpeg.h symlink.Mathieu Malaterre
2011-12-28Fix for static libsMathieu Malaterre
2011-12-28Install lib in /lib and dll in /binMathieu Malaterre
2011-12-20Remove exe bitMathieu Malaterre
2011-12-20Fix test NR-ENC-Bretagne2.ppm-4-encode on linux.Mathieu Malaterre
2011-12-20Fix strange line, as reported by lockalsash (gmail.com)Mathieu Malaterre
2011-12-16Fix a warning on MacOSXMathieu Malaterre
2011-12-16Remove warning about unused argsMathieu Malaterre
2011-12-16Reorder static inline when extension is found (GNU)Mathieu Malaterre
2011-12-16Remove some simple warnings about commentsMathieu Malaterre
2011-12-12Fix a bunch of warnings reported by gcc (unused results from fwrite)Mathieu Malaterre
2011-12-08Remove more warningsMathieu Malaterre
2011-12-08Remove warnings seen on the dashboardMathieu Malaterre
2011-11-02[1.5] backport r1017, r1030:1032 from trunk + additional fix for cmake and ↵Antonin Descampe
autotools
2011-10-10[1.5] enabled JPP stream in JPIP (result of GSoC program)Antonin Descampe
2011-10-10[1.5] Fix 'distcheck' ruleVincent Torri
2011-10-06[1.5] enhance some new JPIP files with opj_config inclusion and using of ↵Mickael Savinaud
opj_free/opj_calloc functions (credit to Julien Malik)
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-09-09BRANCH-1.5:added a new indexer functionality to the library. With the new ↵Antonin Descampe
-jpip option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP
2011-08-16removed obsolete testing directory and *.nix filesAntonin Descampe
2011-08-11backport rev[824-834] and rev[837-859] into the openjpeg-1.5 branch Mickael Savinaud
2011-08-11fixed build error with position of variable declaration after patch 856Mickael Savinaud
2011-08-10moved the definition of OPJ_ARG_NOT_USED from opj_includes.h to openjpeg.hMickael Savinaud
2011-08-10fixed segfault with 123.j2c and bug.j2c images (thanks to Tim Mattox for his ↵Mickael Savinaud
contribution to this patch)
2011-08-10fixed glibc error with broken2 and broken4 imagesMickael Savinaud
2011-08-10removed unused parameters warnings with the solution proposed by myself and ↵Mickael Savinaud
Bob Friesenhahn
2011-07-29solve some obvious warnings for WIN platform, increase number of warning ↵Mickael Savinaud
reported on the dashboard, correct last warnings with gcc 4.4 (-Wall)
2011-07-28manage case 0 frames inside yuv_num_frames function and correct some ↵Mickael Savinaud
warnings with gcc4.5 (credit to Winfried)
2011-07-13 * added 'libopenjpeg-jpwl.pc.in'Vincent Torri
* fixed substitution in libopenjpeg1.pc.in * increase micro version to 99. When released, set minor to 5 and micro to 0 * added -lm to the linker for libopenjpeg and to the .pc file * removed useless LCMS flags from Makefile.am for libopenjpeg
2011-07-10opj-v1-branch createdopj-v1-branchAntonin Descampe
2011-07-10improved encoding speed in t1_encode_cblks (credit to Giuseppe Baruffa)Antonin Descampe
2011-07-03fixed handling of "jp2->meth" value (Restricted ICC profile handling ↵Antonin Descampe
currently not implemented)
2011-06-03adding partno and numpart info as part of the warning message (issue #69)Mathieu Malaterre
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-05-16fixed another bug related to the number of packets in a tile-part, not ↵Antonin Descampe
correctly taken into account when generating an index file during decoding
2011-05-16fixed part of issue 69, when tile-part index is inconsistent with the total ↵Antonin Descampe
number of tile-parts
2011-04-16fixed a bug in mqc.c (see ↵Antonin Descampe
https://groups.google.com/d/topic/openjpeg/kQ1PbZUd19k/discussion, credit to Peter Wimmer)
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
2011-04-12Fixed internal function names conflict with Jasper ↵Antonin Descampe
(http://code.google.com/p/openjpeg/issues/detail?id=30)
2011-03-04small fix related to the formatting of the install report displayed at the ↵Antonin Descampe
end of install procedure
2011-03-04updated autotools files to improve build and install procedures (credit to ↵Antonin Descampe
Vincent Torri)
2011-02-17replaced "long" by "size_t" in dwt.c to be sure to cast to a pointer size.Antonin Descampe
2011-02-16Explicitly link to the math lib on UNIX as we use floor and such symbolsMathieu Malaterre
2011-02-06cmake : fixed installed links to openjpeg.h and openjpeg3d.hAntonin Descampe
2011-01-30fixed warnings in jp2.c (signed compared to unsigned) and dwt.c (bad cast) ; ↵Antonin Descampe
removed depcomp file from trunk (automatically copied by automake in main folder)