CMake: error out on warnings for strict/missing prototypes.
[openjpeg.git] / src / lib / openjp2 / openjpeg.c
2023-03-09 Sebastian RasmussenCMake: error out on warnings for strict/missing prototypes. 1462/head
2022-05-13 Even RouaultMerge pull request #1386 from DavidKorczynski/cifuzz
2022-02-10 Robert Gabriel Jak... Add support for partial bitstream decoding (#1407)...
2021-06-07 Even Rouaultopenjpeg.c: avoid casts of function pointers
2021-01-04 Even RouaultMerge pull request #866 from tSed/master
2020-10-09 Even RouaultMerge pull request #1253 from rouault/floating_point_ir...
2020-05-20 Even RouaultMerge pull request #1211 from sebras/master
2020-05-20 Even RouaultAdd multithreading support in the T1 (entropy phase...
2020-05-20 Even RouaultMerge pull request #1246 from rouault/write_plt
2020-04-21 Even RouaultAdd support for generation of PLT markers in encoder 1246/head
2020-02-13 Even RouaultMerge pull request #1235 from rouault/imf
2020-02-12 Even RouaultImplement writing of IMF profiles 1235/head
2017-09-26 Antonin DescampeMerge pull request #1022 from rouault/partial_component...
2017-09-19 Even Rouaultopj_set_decoded_components(): add a provision for a... 1022/head
2017-09-19 Even RouaultAdd capability to decode only a subset of all component...
2017-08-08 Antonin DescampeMerge pull request #975 from szukw000/changes-for-afl...
2017-08-07 Even RouaultMerge pull request #968 from rouault/reduce_memory_decoding
2017-08-07 Even RouaultComplementary fix to previous commit
2017-08-07 Even RouaultAdd opj_image_data_alloc() / opj_image_data_free()
2017-05-15 Even RouaultMerge pull request #919 from rouault/reformat
2017-05-09 Even RouaultReformat whole codebase with astyle.options (#128)
2016-09-20 Antonin DescampeMerge pull request #834 from trylab/issue833
2016-09-13 Matthieu DarboisFix some warnings (#838)
2016-09-13 Antonin DescampeMerge branch 'bit-fields-type' of https://github.com...
2016-09-13 Antonin DescampeMerge pull request #786 from rouault/tier1_optimization...
2016-09-08 Even RouaultMerge branch 'master' of https://github.com/uclouvain... 786/head
2016-05-25 Even RouaultAdd opj_codec_set_threads() in public API and propagate...
2015-08-21 Matthieu DarboisMerge pull request #559 from szukw000/cmyk-cielab-esycc
2015-07-30 mayeutSync coc-qcc branch with master
2015-07-30 Matthieu DarboisMerge pull request #558 from mayeut/remove-printf
2015-07-30 mayeutRemove printf/fprintf to stdout/stderr throughout openj... 558/head
2015-06-05 mayeutMerge branch 'master' into issue-254
2015-05-29 Matthieu Darbois[trunk] Fix wrong return value for opj_setup_encoder...
2014-09-19 Antonin Descampeadded memory allocation checks (fixes issue 355)
2014-09-16 Antonin Descampe[trunk] improve memory management (fixes issue 359)
2014-09-16 Antonin Descampe[trunk] allow compilation with MinGW32 (fixes issue...
2014-04-23 Antonin Descampe[trunk]Replaced deprecated opj_stream_set_user_data...
2014-04-17 Antonin Descampe[trunk] refactoring of rsiz, profiles, and extensions...
2014-04-03 Antonin Descampe[trunk] updated copyright and added copyright notice...
2014-03-25 Mathieu Malaterre[trunk] Rework previous commit r2610
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] un-deprecated opj_stream_destroy API, import...
2014-03-07 Mathieu Malaterre[trunk] Update memory management mecanism
2014-03-03 Mathieu Malaterre[trunk] Remove remaining conversion issues in mqc.c
2014-03-03 Mathieu Malaterre[trunk] remove all api with invalid FILE* parameters...
2014-02-25 Mathieu Malaterre[trunk] Create a new static *_impl function to avoid...
2013-09-26 Mathieu Malaterre[trunk] Import patch from bug #241
2013-03-25 Mickael Savinaud[trunk] separate the opj_config file between public...
2013-02-16 Mickael Savinaud[trunk] add functions to avoid to use FILE* into the...
2012-11-16 Mickael Savinaud[trunk] add opj_ prefix to some internal define and...
2012-11-15 Mickael Savinaud[trunk]update the copyright, the authors and thanks...
2012-11-15 Mickael Savinaud[trunk] move opj_bool to OPJ_BOOL to follow the other...
2012-11-15 Mickael Savinaud[trunk]remove OPJ_LIMIT_DECODING struct which is not...
2012-11-15 Mickael Savinaud[trunk] rename public symbols with OPJ_ prefix (enum...
2012-11-15 Mickael Savinaud[trunk] rename public symbols with OPJ_ prefix
2012-10-29 Mickael Savinaud[trunk] Normalize the return type of opj_read_from_file...
2012-10-29 Mathieu Malaterre[trunk] Merge back JPIP modification into v2
2012-10-25 Mickael Savinaud[trunk] rename opj_event_msg_v2 to opj_event_msg
2012-10-25 Mathieu Malaterre[trunk] Fix remaining issue with OPJ_CALLCONV
2012-10-24 Mickael Savinaud[trunk] add documentation to the message handler functions
2012-10-15 Mathieu Malaterre[trunk] Fix another set of issue with calling convention
2012-10-15 Mathieu Malaterre[trunk] Fix issue on windows OS. Need to explicitely...
2012-10-15 Mathieu Malaterre[trunk] Remove some warnings about missing prototypes...
2012-10-15 Mathieu Malaterre[trunk] remove left-over from ->jpip_on implementation...
2012-10-01 Mathieu Malaterre[trunk] rename PACKAGE_VERSION to OPJ_PACKAGE_VERSION
2012-09-28 Mathieu Malaterre[trunk] Start FolderReorgProposal task