summaryrefslogtreecommitdiff
path: root/applications/codec
AgeCommit message (Collapse)Author
2011-10-07[trunk] correct wrong input in dump_codec function and add missing return valueMickael Savinaud
2011-10-06[trunk] WIP: fix build error with windows configuration induced by rev 960Mickael Savinaud
2011-10-05[trunk] WIP: fix the decoding process with conformance files and V2 frameworkMickael Savinaud
2011-09-27[trunk] WIP: enhance the event management into the new APIMickael Savinaud
2011-09-27[trunk] WIP: add basis for a new output management of the codestream ↵Mickael Savinaud
information and index
2011-09-27[trunk] WIP: fix some warnings from j2k_dump and index.cMickael Savinaud
2011-09-21[trunk] WIP: clean the j2k_dump application and the lib regards to the event ↵Mickael Savinaud
management
2011-09-21Enhance the support of endianess with cmake and inside the code (credit to ↵Mickael Savinaud
Winfried)
2011-09-19Enhance some new JPIP files about opj_config inclusion and using of ↵Mickael Savinaud
free/calloc (credit to Julien Malik)
2011-09-19WIP: begin to test opj_decode_tile_dataMickael Savinaud
2011-09-19WIP: begin to test opj_read_tile_header with V2 styleMickael Savinaud
2011-09-19WIP: create a new framework to output file informationMickael Savinaud
2011-09-19WIP: begin to clean j2k_dump and some other small thingsMickael Savinaud
2011-09-19WIP: add support of jp2 for new j2k_dump function and some other small stuffMickael Savinaud
2011-09-19WIP: new image_header struct is used and enable used of cstr_infoMickael Savinaud
2011-09-19Work In Progress: insert elements from V2 framework into the trunkMickael 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-16added NEWS, AUTHORS and THANKS files. Cosmetic changes in autotools files ↵Antonin Descampe
(in trunk)
2011-08-16removed obsolete testing directory and *.nix files (in trunk)Antonin Descampe
2011-08-11fixed wrong patch with the return value of fgets into convert.c fileMickael Savinaud
2011-08-10fixed error with the return value of fgets into convert.c fileMickael 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-27correct some warnings detected under unix platformMickael Savinaud
2011-07-27added new decoding/dump tests based on data found in input/nonregresion ↵Mickael Savinaud
repository (remove JPEG2000_CONFORMANCE_DATA_ROOT variable, add REF_DECODER_BIN_PATH variable for the encoder test suite). Remove definitively old tests
2011-07-26delete double semi-colon at end of line which generate crash on win platformMickael Savinaud
2011-07-25modify j2k_dump to support output file, needed for non-regression testsMickael Savinaud
2011-07-25fixed issue 74 for trunkMickael Savinaud
2011-07-21add new decode tests based on conformance data and tolerance. Non regression ↵Mickael Savinaud
is also added on the decoder output. Deactivate old tests.
2011-07-21to follow last version of conformance data about component separator for pgx ↵Mickael Savinaud
file, we changed - to _ separator even if nb component = 1
2011-07-18correct build error (mislocated declaration) with convert to tiff function ↵Mickael Savinaud
when HAVE_LIBTIFF is defined
2011-07-13improved some CMakeLists files linked to the build of applications which ↵Mickael Savinaud
used thirdparty
2011-07-03fixed bmptoimage (see ↵Antonin Descampe
http://groups.google.com/group/openjpeg/browse_thread/thread/33a24c5896bf6391)
2011-06-30fixed CTest configuration filesAntonin Descampe
2011-06-03Fix some error with cmakeMathieu 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-04-14fixed applications/codec/CMakeLists.txt that prevented JPWL executables to ↵Antonin Descampe
be built with JPWL functionalities ; changed make all behaviour : DOC target removed from ALL
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