summaryrefslogtreecommitdiff
path: root/applications/codec/convert.c
AgeCommit message (Collapse)Author
2012-05-29[1.5] The two files in Issue145 have a precision < 8-bit:Mathieu Malaterre
therefore 'jp2_read_pclr' must be changed. j2k_to_image fails to create RGB/RGBA images with a precision < 8-bit: therefore 'imagetopng' must be changed. Update issue 145
2012-04-23[1.5] Integrate patch from winfried posted on the mailing list. See here for ↵Mathieu Malaterre
more info: https://groups.google.com/group/openjpeg/msg/6488859a0dce77
2012-03-01[1.5] Apply big-endian patch from winfried: libopenjpeg and WORDS_BIGENDIAN, ↵Mathieu Malaterre
2012/02/14
2012-03-01[1.5] j2k_to_image does not support writing image with precision less than ↵Mathieu Malaterre
8bits. Simply give up for now. Thanks to winfried for report. Also add static keyword for undeclared function in convert.h
2011-12-21hopefully fix a warning on VS2008 compilerMathieu Malaterre
2011-12-12Fix a bunch of warnings reported by gcc (unused results from fwrite)Mathieu Malaterre
2011-10-19backport rev 1013-1014 from trunkMickael Savinaud
2011-09-01backport r898 to r907 in openjpeg-1.5 branchAntonin 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-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-25fixed issue 74 for trunkMickael Savinaud
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-03fixed bmptoimage (see ↵Antonin Descampe
http://groups.google.com/group/openjpeg/browse_thread/thread/33a24c5896bf6391)
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