summaryrefslogtreecommitdiff
path: root/libopenjpeg
AgeCommit message (Expand)Author
2012-01-23[1.5] fix issue #104Antonin Descampe
2012-01-20Make r1330 more robust. Display more info.Mathieu Malaterre
2012-01-20Fix: MSVR-11-117 - Vulnerability Report.Mathieu Malaterre
2012-01-11BUG: 4 Apply patch from stefan.Mathieu Malaterre
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 a...Mathieu Malaterre
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 au...Antonin Descampe
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 opj_...Mickael Savinaud
2011-10-01[1.5] fix output when --disable-shared or --disable-static isVincent Torri
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 -jp...Antonin Descampe
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
2011-08-10fixed glibc error with broken2 and broken4 imagesMickael Savinaud
2011-08-10removed unused parameters warnings with the solution proposed by myself and B...Mickael Savinaud
2011-07-29solve some obvious warnings for WIN platform, increase number of warning repo...Mickael Savinaud
2011-07-28manage case 0 frames inside yuv_num_frames function and correct some warnings...Mickael Savinaud
2011-07-13 * added 'libopenjpeg-jpwl.pc.in'Vincent Torri
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 currentl...Antonin Descampe
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 autotool...Antonin Descampe
2011-05-18defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avo...Antonin Descampe
2011-05-16fixed another bug related to the number of packets in a tile-part, not correc...Antonin Descampe
2011-05-16fixed part of issue 69, when tile-part index is inconsistent with the total n...Antonin Descampe
2011-04-16fixed a bug in mqc.c (see https://groups.google.com/d/topic/openjpeg/kQ1PbZUd...Antonin Descampe
2011-04-13changed the directory hierarchy of the whole project. See README files for de...Antonin Descampe
2011-04-13re-organization of openjpeg directories hierarchy : step 1Antonin Descampe
2011-04-12Fixed internal function names conflict with Jasper (http://code.google.com/p/...Antonin Descampe
2011-03-04small fix related to the formatting of the install report displayed at the en...Antonin Descampe
2011-03-04updated autotools files to improve build and install procedures (credit to Vi...Antonin Descampe