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.h
Age
Commit message (
Expand
)
Author
2024-02-28
Fix some typos (found by `codespell` and `typos`)
Stefan Weil
2024-02-27
openjpeg.h: make sure to include opj_config.h (fixes #1514)
Even Rouault
2023-09-24
Require `stdint.h` & `inttypes.h`
mayeut
2022-08-11
Cleanup code related to quality layer allocation, and add a few safety checks
Even Rouault
2022-02-10
Add support for partial bitstream decoding (#1407) (fixes #715)
Robert Gabriel Jakabosky
2022-01-23
opj_encoder_set_extra_options(): add a GUARD_BITS=value option
Even Rouault
2021-12-05
Fix some typos (found by codespell)
Stefan Weil
2021-10-21
API: deprecate 'bpp' member in favor of 'prec'
Even Rouault
2021-06-07
Add support for enabling generation of TLM markers in encoder
Even Rouault
2020-12-21
Change defined WIN32
Jamaika1
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-04-16
Fix warnings about signed/unsigned casts in pi.c
Even Rouault
2020-02-12
Implement writing of IMF profiles
Even Rouault
2020-02-12
openjpeg.h: fix values of OPJ_PROFILE_IMF_ constants
Even Rouault
2019-04-25
Change opj_j2k_check_poc_val() to take into account tile number
Even Rouault
2018-09-05
Fix some typos in code comments and documentation
Stefan Weil
2018-01-18
Note that seek uses SEEK_SET behavior.
Campbell Barton
2017-10-12
Improve doc of opj_codec_set_threads()
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-09-05
Merge pull request #1010 from rouault/subtile_decoding_stage3
Even Rouault
2017-09-01
opj_compress help: revert 32572617765cb9d77302384653a48d793b8f657f and indica...
Even Rouault
2017-09-01
Allow several repeated calls to opj_set_decode_area() and opj_decode() for si...
Even Rouault
2017-08-28
Make opj_set_decode_area() and opj_decode() take into account opj_set_decoded...
Even Rouault
2017-08-10
Improve doc of opj_tccp_info_t::cblkw and cblkh
Even Rouault
2017-08-09
Document qmfbid values
Even Rouault
2017-08-08
Merge pull request #975 from szukw000/changes-for-afl-tests
Antonin Descampe
2017-08-07
Add opj_image_data_alloc() / opj_image_data_free()
Even Rouault
2017-08-02
First change on changes-for-afl-tests
szukw000
2017-07-31
Catch images broken by AFL
szukw000
2017-07-30
Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)
Even Rouault
2017-07-26
Spelling fixes (patch by ka7, #890, rebased on top of master)
Even Rouault
2017-05-15
Reformat: apply reformattin on .h files (#128)
Even Rouault
2016-05-25
Add opj_codec_set_threads() in public API and propagate resulting thread pool...
Even Rouault
2016-05-25
Add threading and thread pool API
Even Rouault
2015-09-29
Fix typos in comments and string
Stefan Weil
2015-01-25
[trunk] use hidden visibility for static library (fixes issue 354)
Matthieu Darbois
2014-04-23
[trunk]Replaced deprecated opj_stream_set_user_data function from API
Antonin Descampe
2014-04-17
[trunk] fixed warning related to r2837 and move new field at the end of
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-14
[trunk] Add internal implementation to dump all tiles/comp info
Mathieu Malaterre
2014-03-14
[trunk] Move INLINE definition within openjpeg.h header since application may...
Mathieu Malaterre
2014-03-07
[trunk] un-deprecated opj_stream_destroy API, import patch manually
Mathieu Malaterre
2014-03-03
[trunk] remove all api with invalid FILE* parameters which could leads to iss...
Mathieu Malaterre
2014-02-26
[trunk] Import patch from sumatrapdf team. This patch adds new colorspace han...
Mathieu Malaterre
2014-02-26
[trunk] Import patch from sumatrapdf team. This adds alpha handling. This pat...
Mathieu Malaterre
2013-02-18
[trunk] add the prefix opj_ to deprecated everywhere
Mickael Savinaud
[next]