Skip to content

Commit

Permalink
Fixes #223.
Browse files Browse the repository at this point in the history
Added some comments to the NEWS document regarding breaking changes
made to the JasPer library sometime around version 2.0.19.
  • Loading branch information
mdadams committed Mar 14, 2021
1 parent 63a87fb commit 9f09ab5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,23 @@
* Fix various memory leaks

* Plenty of code cleanups, and performance improvements

* Some macros were changed to inline functions. This has to potential to
impact some code that made assumptions about the implementation. Some
potentially impacted macros include:
jas_matrix_numrows, jas_matrix_numcols
jas_matrix_get
jas_seq_get, jas_seq_start, jas_seq_end
jpc_ms_gettype
jas_matrix_set and jas_seq_set is affected differently; the old macro was
an actual expression returning the value, while the new function does not.
The following macros have been changed, too, but are likely not
affected, since they have been an rvalue-expression anyway:
JP2_DTYPETOBPC, JP2_BPCTODTYPE
JAS_IMAGE_CDT_{SETSGND,GETSGND,SETPREC,GETPREC}
jas_image_cmptdtype
macros from here
jas_matrix_setv, jas_matrix_getvref
jas_matrix_bind{row,col}
the jpc_fix_ family
the JPC_QCX and JPC_COX families

0 comments on commit 9f09ab5

Please sign in to comment.