2.5.0 release
This commit is contained in:
parent
70f10885b0
commit
0430f902f4
|
@ -19,7 +19,7 @@ author :
|
||||||
#feedburner : feedname
|
#feedburner : feedname
|
||||||
|
|
||||||
# Version of binary release (update this for each new release!)
|
# Version of binary release (update this for each new release!)
|
||||||
binVersion: 2.4.0
|
binVersion: 2.5.0
|
||||||
|
|
||||||
# Remaining URLs
|
# Remaining URLs
|
||||||
gitURL: https://github.com/uclouvain/openjpeg
|
gitURL: https://github.com/uclouvain/openjpeg
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
--
|
||||||
|
layout: post
|
||||||
|
title: OpenJPEG 2.5.0 released
|
||||||
|
---
|
||||||
|
{% include JB/setup %}
|
||||||
|
|
||||||
|
Hello,
|
||||||
|
|
||||||
|
[OpenJPEG 2.5.0](https://github.com/uclouvain/openjpeg/releases/tag/v2.5.0) is released today.
|
||||||
|
|
||||||
|
This release brings several improvements on the encoder side:
|
||||||
|
* Encoder: add support for generation of TLM markers
|
||||||
|
* Decoder: add support for high throughput \(HTJ2K\) decoding.
|
||||||
|
* Decoder: add support for partial bitstream decoding.
|
||||||
|
|
||||||
|
as well as various bugfixes, as detailed in the Changelog hereunder.
|
||||||
|
|
||||||
|
Enjoy,
|
||||||
|
|
||||||
|
Even
|
||||||
|
|
||||||
|
More info:
|
||||||
|
|
||||||
|
[News](https://github.com/uclouvain/openjpeg/blob/v2.5.0/NEWS.md)
|
||||||
|
|
||||||
|
[Changelog](https://github.com/uclouvain/openjpeg/blob/v2.5.0/CHANGELOG.md)
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/uclouvain/openjpeg/compare/v2.4.0...v2.5.0)
|
|
@ -21,6 +21,16 @@
|
||||||
"PublicSymbols": "public_symbols/openjpeg/current/list",
|
"PublicSymbols": "public_symbols/openjpeg/current/list",
|
||||||
"PublicTypes": "public_types/openjpeg/current/list"
|
"PublicTypes": "public_types/openjpeg/current/list"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Number": "2.5.0",
|
||||||
|
"Installed": "installed/openjpeg/2.5.0",
|
||||||
|
"Source": "src/openjpeg/2.5.0/version.-2.5.0.tar.gz",
|
||||||
|
"Changelog": "Off",
|
||||||
|
"HeadersDiff": "On",
|
||||||
|
"PkgDiff": "Off",
|
||||||
|
"ABIView": "Off",
|
||||||
|
"ABIDiff": "Off"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Number": "2.4.0",
|
"Number": "2.4.0",
|
||||||
"Installed": "installed/openjpeg/2.4.0",
|
"Installed": "installed/openjpeg/2.4.0",
|
||||||
|
|
Loading…
Reference in New Issue