summaryrefslogtreecommitdiff
path: root/applications/mj2
AgeCommit message (Collapse)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
2012-09-10[trunk] Fix some C90 issues.Mathieu Malaterre
2012-08-30[trunk] Remove CMake-language block-end command argumentsMickael Savinaud
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Thanks to Hans Johnson
2012-08-30[trunk] Convert CMake-language commands to lower caseMickael Savinaud
Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. This also changes all the key words to lower case. The primary reason for changing key words is that all documentation for CMakeLists.txt now shows the key words as lower case. Even the printed “Mastering CMake v5” uses lower case. Thanks to Hans Johnson
2012-08-30[trunk] Remove all non-ascii characters (Several compilers and development ↵Mickael Savinaud
tools are confused by non-ascii characters in source code. These have been removed) thanks to Hans Johnson
2012-08-22[trunk] realloc is misused and may leak memory (Issue#168)Luc Hermitte
2012-03-02[trunk] minor coding style change to match 1.5Mathieu Malaterre
2011-11-09[trunk] fix bug with mj2 applications (credit to winfried)Mickael Savinaud
2011-11-09[trunk] enhance mj2 when read jp2h (credit to winfried)Mickael Savinaud
2011-10-10[trunk] fix 'distcheck' ruleVincent Torri
2011-09-22[trunk] WIP: fix build compilation (with autotools) with MJ2 option (credit ↵Mickael Savinaud
to Winfried)
2011-09-20WIP: fixed build issue with MJ2 option ON with new frameworkMickael Savinaud
2011-09-09TRUNK:added a new indexer functionality to the library. With the new -jpip ↵Antonin Descampe
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-09-01renamed getopt.{c/h} to opj_getopt.{c/h} and forced the use of these files ↵Antonin Descampe
rather than the system ones. This fixed issue 78. Credit to Winfried.
2011-08-16removed obsolete testing directory and *.nix files (in trunk)Antonin Descampe
2011-07-29update MJ2 CMakeLists regards to the new thirdparty strategyMickael Savinaud
2011-07-28manage case 0 frames inside yuv_num_frames function and correct some ↵Mickael Savinaud
warnings with gcc4.5 (credit to Winfried)
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-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