openjpeg.git
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_read_cod
2012-08-09 Mickael Savinaudrename j2k_read_siz_v2 to opj_j2k_read_siz
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_read_siz
2012-08-09 Mickael Savinaudrename j2k_read_sod_v2 to opj_j2k_read_sod
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_read_sod
2012-08-09 Mickael Savinaudrename j2k_read_sot_v2 to opj_j2k_read_sot
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_read_sot
2012-08-09 Mickael Savinaudrename j2k_read_soc_v2 to opj_j2k_read_soc
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_read_soc
2012-08-09 Mickael Savinaudrename j2k_decode_v2 to opj_j2k_decode
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_decode
2012-08-09 Mickael Savinaudrename j2k_setup_decoder_v2 to opj_j2k_setup_decoder
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_setup_decoder
2012-08-09 Mickael Savinaudrename j2k_create_decompress_v2 to opj_j2k_create_decom...
2012-08-09 Mickael Savinaudremove deprecated v1 style function j2k_create_decompre...
2012-08-09 Mickael Savinaudrename jp2_decode_v2 to opj_jp2_decode
2012-08-09 Mickael Savinaudremove deprecated v1 style function opj_jp2_decode
2012-08-09 Mickael Savinaudrename jp2_setup_decoder_v2 to opj_jp2_setup_decoder
2012-08-09 Mickael Savinaudremove deprecated v1 style function jp2_setup_decoder
2012-08-09 Mickael Savinaud[trunk] add the support of the flag ignore_pclr_cmap_cd...
2012-08-09 Mickael Savinaud[trunk] begin to clean the old V1 style message event...
2012-08-09 Mickael Savinaud[trunk] clean jp2_read_ihdr_v2 interface
2012-08-09 Mickael Savinaud[trunk] rename opj_destroy_cstr_info_v2 to opj_destroy_...
2012-08-09 Mickael Savinaudremove deprecated v1 style function opj_destroy_cstr_info
2012-08-09 Mickael Savinaud[trunk] move functions in openjpeg.c in two parts compr...
2012-08-09 Mickael Savinaud[trunk] rename opj_encode_v2 to opj_encode
2012-08-09 Mickael Savinaud[trunk] remove deprecated v1 style function opj_encode...
2012-08-09 Mickael Savinaud[trunk] rename opj_setup_encoder_v2 to opj_setup_encoder
2012-08-09 Mickael Savinaudremove deprecated v1 style function opj_setup_encoder
2012-08-09 Mickael Savinaudrename opj_create_compress_v2 to opj_create_compress
2012-08-09 Mickael Savinaud[trunk] remove deprecated v1 style function opj_create...
2012-08-09 Mickael Savinaudremove deprecated v1 style function opj_decode and...
2012-08-09 Mickael Savinaud[trunk] rename opj_setup_decoder_v2 to opj_setup_decoder
2012-08-09 Mickael Savinaud[trunk] remove deprecated v1 style function opj_setup_d...
2012-08-09 Mickael Savinaud[trunk] remove deprecated v1 style function opj_destroy...
2012-08-09 Mickael Savinaud[trunk] rename opj_create_decompress_v2 to opj_create_d...
2012-08-09 Mickael Savinaud[trunk] remove V1 style function opj_create_decompress
2012-08-09 Mickael Savinaud[trunk] define local functions of j2k.c as static and...
2012-08-09 Mickael Savinaud[trunk] move allocation of cstr_index->tile_index to...
2012-08-09 Mickael SavinaudAdd file type detection in test_tile_decoder to support...
2012-08-09 Mickael SavinaudUse the right file as input for the test ttd2
2012-08-09 Mickael SavinaudReorganize and clean style of test_tile_decoder.c
2012-07-25 Mathieu Malaterre[trunk] Use const keyword when appropriate
2012-07-25 Mathieu Malaterre[trunk] Import changes from 1.5 branch
2012-07-11 Mathieu Malaterre[trunk] Fix r156 to compile on compilers where false...
2012-07-11 Mathieu Malaterre[trunk] This fixes issues seen on PDF files
2012-07-10 Mathieu Malaterre[trunk] Fix heap buffer overflow
2012-06-01 Mickael Savinaud[trunk] use new names for baseline
2012-05-29 Mathieu Malaterre[trunk] Fix a simple leak in test_tile_encoder
2012-05-29 Mathieu Malaterre[trunk] Adding more tests. tte5.j2k looks as if the...
2012-05-29 Mathieu Malaterre[trunk] The two files in Issue145 have a precision...
2012-05-29 Mathieu Malaterre[trunk] Fix installation issues. Thanks to winfried...
2012-05-29 Mathieu Malaterre[trunk] Follow up to r1691. Handle signed case.
2012-05-29 Mathieu Malaterre[trunk] Add new behavior for codecs. Now supports littl...
2012-05-29 Mathieu Malaterre[trunk] Add commented out code for tile support in...
2012-05-22 Mathieu Malaterre[trunk] error message typo, refer PLT instead of PLM
2012-05-21 Mathieu Malaterre[trunk] add sentinel when tile_index is null
2012-05-21 Mathieu Malaterre[trunk] Enable tile decoding/encoding round trip
2012-05-21 Mathieu MalaterreActivate tile decoding system to reproduce issues
2012-05-21 Mickael SavinaudComment the using of j2k_add_marker function into a...
2012-05-14 Mickael Savinauduse the correct event handler in j2k_to_image.c
2012-05-14 Mickael Savinaudresolve bug under win arch with test_tile_encoder.c
2012-05-14 Mickael Savinaud(no commit message)
2012-05-14 Mathieu Malaterre[trunk] Start activating tile tests
2012-05-14 Mathieu Malaterre[trunk] Need to use new interface opj_event_msg_v2...
2012-05-14 Mathieu Malaterre[trunk] Pointer is opj_jp2_v2_t, not opj_jp2_t
2012-05-14 Mathieu Malaterre[trunk] Wrong struct size. Use opj_jp2_v2_t instead
2012-05-14 Mathieu Malaterre[trunk] Make sure the memory is initialized. valgrind...
2012-05-14 Mathieu Malaterre[trunk] Fix minor typo in error message.
2012-05-14 Mickael Savinaudadding jp2_encode_v2 from v2 branches; using the right...
2012-05-14 Mickael Savinaudcorrect style in cio.c and use only op_bool return...
2012-05-14 Mickael Savinaudadd new functions in jp2 codec from v2 branches; solve...
2012-05-14 Mathieu Malaterre[trunk] Fix remaining compilation errors
2012-05-14 Mickael Savinaudremove opj_event_mgr struct from test_tile_decoder
2012-05-14 Mathieu Malaterre[trunk] Fix using proper v2 function
2012-05-14 Mathieu Malaterre[trunk] Import from v2 test_tile_decoder
2012-05-14 Mickael SavinaudCorrect a mistake about declaration of j2k_write_eoc_v2
2012-05-13 Mickael Savinaudsolve problem with input of image_to_j2k; using the...
2012-05-13 Mickael Savinaudremove a fixme about tcd_deallocate and encodind precint
2012-05-02 Mickael Savinaud[trunk] style
2012-05-02 Mickael Savinaud[trunk] correct a bug in jpip building induced by the...
2012-05-02 Mickael Savinaud[trunk] Enhance support of events like the v2 branch...
2012-04-23 Mathieu Malaterre[trunk] apply patch from winfried on the mailing list...
2012-04-23 Mathieu MalaterreFix a set of warnings reported by gcc in cio.c. This...
2012-04-23 Mathieu MalaterreAdding sentinel code for debug
2012-04-13 Mickael Savinaud[trunk] correct a wrong assert in j2k.c
2012-03-27 Mathieu Malaterre[trunk] attempt to fix clang/3.1 compilation error...
2012-03-27 Mathieu Malaterre[trunk] fix compilation on OS where ssize_t is not...
2012-03-26 Mathieu Malaterre[trunk] Final touch to get rid of most truncation warnings
2012-03-26 Mathieu Malaterre[trunk] one more round of warnings fixes
2012-03-26 Mathieu Malaterre[trunk] change char* to const char* when possible....
2012-03-26 Mathieu Malaterre[trunk] remove warnings from jp2k decoder
2012-03-26 Mathieu Malaterre[trunk] change char* to const char* when possible....
2012-03-26 Mathieu Malaterre[trunk] another round of compilation fixes
2012-03-26 Mathieu Malaterre[trunk] another set of warnings fixes for LFS support
2012-03-26 Mathieu Malaterre[trunk] Fix equality into test
2012-03-26 Mathieu Malaterre[trunk] remove some simple warnings
2012-03-26 Mathieu Malaterre[trunk] According to JPIP/A.2.3 in class identifiers...
2012-03-26 Mathieu Malaterre[trunk] continue work on getting API to use off_t inste...
2012-03-26 Mathieu Malaterre[trunk] continue work on getting API to use off_t inste...
next