index
:
openjpeg
UCL
avendor
cancel
carl-1
carl-2
carl-2-rebased-on-master
ccache
codingstyle
coverity_scan
coverity_scan_original
dcpomatic-2.5.2
dcpomatic-2.5.4
dev-restart
fix-bypass-restart
fix_bypass_pterm_termall
fix_bypass_pterm_termall_and_lossless_decomposition_issue
floating_point_irreversible_encoding
gh-pages
j2kviewer
master
master-cdist
openjp3d
openjpeg-1.5
openjpeg-2.0
openjpeg-2.1
openjpeg3d
openjpeg3d@745
openjpeg3d@749
opj-v1-branch
opj_idwt53_h_cas0_SSE2
opt
t1_dec_signed_magnitude_representation
t1_optim_attempt_refpass_4_at_context16
v2
videocon-1
Fork of openjpeg library for JPEG2000 encoding and decoding
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
openjp2
/
openjpeg.c
Age
Commit message (
Expand
)
Author
2024-01-05
Fix compiler error on Windows
scaramallion
2023-03-09
CMake: error out on warnings for strict/missing prototypes.
Sebastian Rasmussen
2022-02-10
Add support for partial bitstream decoding (#1407) (fixes #715)
Robert Gabriel Jakabosky
2021-06-07
openjpeg.c: avoid casts of function pointers
Even Rouault
2020-05-20
Add multithreading support in the T1 (entropy phase) encoder
Even Rouault
2020-04-21
Add support for generation of PLT markers in encoder
Even Rouault
2020-02-12
Implement writing of IMF profiles
Even Rouault
2017-09-19
opj_set_decoded_components(): add a provision for a apply_color_transforms pa...
Even Rouault
2017-09-19
Add capability to decode only a subset of all components of an image.
Even Rouault
2017-08-07
Complementary fix to previous commit
Even Rouault
2017-08-07
Add opj_image_data_alloc() / opj_image_data_free()
Even Rouault
2017-05-09
Reformat whole codebase with astyle.options (#128)
Even Rouault
2016-09-14
Fix some warnings (#838)
Matthieu Darbois
2016-05-25
Add opj_codec_set_threads() in public API and propagate resulting thread pool...
Even Rouault
2015-07-30
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
mayeut
2015-05-29
[trunk] Fix wrong return value for opj_setup_encoder & opj_set_decoded_resolu...
Matthieu Darbois
2014-09-19
added memory allocation checks (fixes issue 355)
Antonin Descampe
2014-09-16
[trunk] improve memory management (fixes issue 359)
Antonin Descampe
2014-09-16
[trunk] allow compilation with MinGW32 (fixes issue 361)
Antonin Descampe
2014-04-23
[trunk]Replaced deprecated opj_stream_set_user_data function from API
Antonin Descampe
2014-04-17
[trunk] refactoring of rsiz, profiles, and extensions management
Antonin Descampe
2014-04-03
[trunk] updated copyright and added copyright notice required by ISO, in each...
Antonin Descampe
2014-03-25
[trunk] Rework previous commit r2610
Mathieu Malaterre
2014-03-07
[trunk] Another round of fixes for sign conversion warnings.
Mathieu Malaterre
2014-03-07
[trunk] un-deprecated opj_stream_destroy API, import patch manually
Mathieu Malaterre
2014-03-07
[trunk] Update memory management mecanism
Mathieu Malaterre
2014-03-03
[trunk] Remove remaining conversion issues in mqc.c
Mathieu Malaterre
2014-03-03
[trunk] remove all api with invalid FILE* parameters which could leads to iss...
Mathieu Malaterre
2014-02-25
[trunk] Create a new static *_impl function to avoid a warning triggered by t...
Mathieu Malaterre
2013-09-26
[trunk] Import patch from bug #241
Mathieu Malaterre
2013-03-25
[trunk] separate the opj_config file between public and private part to avoid...
Mickael Savinaud
2013-02-16
[trunk] add functions to avoid to use FILE* into the API (thanks winfried).
Mickael Savinaud
2012-11-16
[trunk] add opj_ prefix to some internal define and use the new opj type inst...
Mickael Savinaud
2012-11-15
[trunk]update the copyright, the authors and thanks to respect the license
Mickael Savinaud
2012-11-15
[trunk] move opj_bool to OPJ_BOOL to follow the other type
Mickael Savinaud
2012-11-15
[trunk]remove OPJ_LIMIT_DECODING struct which is not useful for v2 API
Mickael Savinaud
2012-11-15
[trunk] rename public symbols with OPJ_ prefix (enum part)
Mickael Savinaud
2012-11-15
[trunk] rename public symbols with OPJ_ prefix
Mickael Savinaud
2012-10-29
[trunk] Normalize the return type of opj_read_from_file regarding the test in...
Mickael Savinaud
2012-10-29
[trunk] Merge back JPIP modification into v2
Mathieu Malaterre
2012-10-25
[trunk] rename opj_event_msg_v2 to opj_event_msg
Mickael Savinaud
2012-10-25
[trunk] Fix remaining issue with OPJ_CALLCONV
Mathieu Malaterre
2012-10-24
[trunk] add documentation to the message handler functions
Mickael Savinaud
2012-10-15
[trunk] Fix another set of issue with calling convention
Mathieu Malaterre
2012-10-15
[trunk] Fix issue on windows OS. Need to explicitely state the calling conven...
Mathieu Malaterre
2012-10-15
[trunk] Remove some warnings about missing prototypes (gcc)
Mathieu Malaterre
2012-10-15
[trunk] remove left-over from ->jpip_on implementation. JPIP is now completel...
Mathieu Malaterre
2012-10-01
[trunk] rename PACKAGE_VERSION to OPJ_PACKAGE_VERSION
Mathieu Malaterre
2012-09-28
[trunk] Start FolderReorgProposal task
Mathieu Malaterre