diff options
| author | Antonin Descampe <antonin@gmail.com> | 2016-07-05 16:54:17 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2016-07-05 16:54:17 +0200 |
| commit | 53f25200ed696cf5dc71d5fe12faad2570861b20 (patch) | |
| tree | b04fed04dbb7754c371a72d4b5db8f2ad709980a /README.md | |
| parent | 788dff0a3650f8897eaafe951512a4bae63808dd (diff) | |
| parent | fef144283f070e24a0a8f9e86158ec6353e99cf1 (diff) | |
Merge branch 'master' into openjpeg-2.1v2.1.1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -52,12 +52,14 @@ The library is developed and maintained by the Image and Signal Processing Group See [LICENSE][link-license] for license and copyright information. -See [INSTALL](https://github.com/uclouvain/openjpeg/blob/master/INSTALL) for installation procedures. +See [INSTALL](https://github.com/uclouvain/openjpeg/blob/master/INSTALL.md) for installation procedures. -See [NEWS](https://github.com/uclouvain/openjpeg/blob/master/NEWS) for user visible changes in successive releases. +See [NEWS](https://github.com/uclouvain/openjpeg/blob/master/NEWS.md) for user visible changes in successive releases. ## API/ABI +An API/ABI timeline is automatically updated [here][link-api-timeline]. + OpenJPEG strives to provide a stable API/ABI for your applications. As such it only exposes a limited subset of its functions. It uses a mechanism of exporting/hiding functions. If you are unsure which functions you can use in @@ -77,3 +79,4 @@ API available is the one supported by OpenJPEG. [link-msvc-build]: https://ci.appveyor.com/project/detonin/openjpeg/branch/openjpeg-2.1 "Windows Build Status" [badge-coverity]: https://scan.coverity.com/projects/6383/badge.svg "Coverity Scan Build Status" [link-coverity]: https://scan.coverity.com/projects/uclouvain-openjpeg "Coverity Scan Build Status" +[link-api-timeline]: http://www.openjpeg.org/abi-check/timeline/openjpeg "OpenJPEG API/ABI timeline" |
