summaryrefslogtreecommitdiff
path: root/tests/test_tile_encoder.c
AgeCommit message (Collapse)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
2014-04-23[trunk]Replaced deprecated opj_stream_set_user_data function from APIAntonin Descampe
with its 'v3' version, and removed all other 'v3' suffixes from API.
2014-03-06[trunk] Remove warning about sign conversion.Mathieu Malaterre
Update issue 256
2014-02-26[trunk] Remove some simple warnings about cast, and unused functionsMathieu Malaterre
2014-02-26[trunk] Remove simple warnings about unused functionsMathieu Malaterre
2013-02-17[trunk] move to the new API for function ↵Mickael Savinaud
opj_stream_create_default_file_stream. Use now opj_stream_create_default_file_stream_v3 (WIP)
2013-02-16[trunk] move to the new API for function opj_stream_destroy. Use now ↵Mickael Savinaud
opj_stream_destroy_v3 (WIP)
2012-11-15[trunk]extend last commits to appsMickael Savinaud
2012-10-15[trunk] Remove some warnings about missing prototypes (gcc)Mathieu Malaterre
2012-09-10[trunk] Fix one remaining issue with C90 compatMathieu Malaterre
2012-08-09[trunk] rename opj_setup_encoder_v2 to opj_setup_encoder Mickael Savinaud
2012-08-09rename opj_create_compress_v2 to opj_create_compressMickael Savinaud
2012-05-29[trunk] Fix a simple leak in test_tile_encoderMathieu Malaterre
2012-05-29[trunk] Adding more tests. tte5.j2k looks as if the tile compression is brokenMathieu Malaterre
2012-05-14resolve bug under win arch with test_tile_encoder.cMickael Savinaud
2012-05-14[trunk] Start activating tile testsMathieu Malaterre
2012-05-13solve problem with input of image_to_j2k; using the right return type ↵Mickael Savinaud
comparison for opj_stream_flush; add j2k_write_com_v2, j2k_write_poc_v2, j2k_write_eoc_v2 and j2k_write_tlm_v2
2012-05-02[trunk] Enhance support of events like the v2 branch. Use right name of ↵Mickael Savinaud
variables.
2012-03-26[trunk] add missing file needed to compile last commitMickael Savinaud