mirror of https://gitlab.com/ecodis/exhale.git
update docs, v1.2.0
This commit is contained in:
parent
c0fe486c0f
commit
cfbcd5b7cc
|
@ -1,4 +1,4 @@
|
|||
<!-- www.ecodis.de/exhale/license.htm - created by Christian R. Helmrich - Copyright (c) 2018-2021 Christian R. Helmrich, project ecodis. All rights reserved. -->
|
||||
<!-- www.ecodis.de/exhale/license.htm - created by Christian R. Helmrich - Copyright (c) 2018-2022 Christian R. Helmrich, project ecodis. All rights reserved. -->
|
||||
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
@ -27,7 +27,7 @@
|
|||
<h1><br><span class="pink">exhale</span> - <span class="pink">e</span>codis e<span class="pink">x</span>tended <span class="pink">h</span>igh-efficiency <span class="pink">a</span>nd <span class="pink">l</span>ow-complexity <span class="pink">e</span>ncoder<br><span class="gray"><sup><br>referred to as «Software» below; clarifications introduced in October 2020 in <i>italics</i></sup></span><br><br></h1>
|
||||
<h3> This Software is being made available and/or distributed under the following <i>exhale Copyright</i> License. For a list of authors which have contributed to this Software, called «contributors» in the text below, please refer to the respective files provided with this distribution (source files or binary executable) to which modifications were contributed.</h3>
|
||||
<h3><br><b>Licensor's Copyright Notice</b></h3>
|
||||
<h3> Copyright © 2018–2021 Christian R. Helmrich, <a href="http://www.ecodis.de">ecodis</a> (Licensor). All rights reserved.</h3>
|
||||
<h3> Copyright © 2018–2022 Christian R. Helmrich, <a href="http://www.ecodis.de">ecodis</a> (Licensor). All rights reserved.</h3>
|
||||
<h3><br><b>List of License Conditions</b></h3>
|
||||
<h3> Redistribution and use of this Software in source and binary forms, with or without modification, are permitted provided that all of the following four conditions are met:</h3>
|
||||
<ul>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- www.ecodis.de/exhale/release.htm - created by Christian R. Helmrich - Copyright (c) 2018-2021 Christian R. Helmrich, project ecodis. All rights reserved. -->
|
||||
<!-- www.ecodis.de/exhale/release.htm - created by Christian R. Helmrich - Copyright (c) 2018-2022 Christian R. Helmrich, project ecodis. All rights reserved. -->
|
||||
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
@ -32,6 +32,7 @@
|
|||
<li><h3>C API correction, some code sanitizing (issue 24, merge requests 8–11, J. Regan)</h3></li>
|
||||
<li><h3>exhaleLib: code cleanup, very minor quality improvements in CVBR modes f and 5</h3></li>
|
||||
<li><h3>exhaleLib: 5% speedup of all modes, better target rate matching in CVBR mode g</h3></li>
|
||||
<li><h3>exhaleLib: work around MinGW compilation hickup (issue 26; thanks, C. Degawa!)</h3></li>
|
||||
</ul>
|
||||
<h3> Version <b>1.1.9 <span class="gray"> Dec. 2021</span></b></h3>
|
||||
<ul>
|
||||
|
|
|
@ -15,5 +15,5 @@
|
|||
# define EXHALELIB_VERSION_MINOR "2"
|
||||
#endif
|
||||
#ifndef EXHALELIB_VERSION_BUGFIX
|
||||
# define EXHALELIB_VERSION_BUGFIX "RC" // "RC" or ".0", ".1", ...
|
||||
# define EXHALELIB_VERSION_BUGFIX ".0" // "RC" or ".0", ".1", ...
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue