Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
flac
Commits
8594c5c4
Commit
8594c5c4
authored
Dec 06, 2016
by
Erik de Castro Lopo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/html/changelog.html: More updates for 1.3.2 release
parent
582f111a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
+15
-7
doc/html/changelog.html
doc/html/changelog.html
+15
-7
No files found.
doc/html/changelog.html
View file @
8594c5c4
...
...
@@ -53,10 +53,9 @@
General:
<ul>
<li>
Fix undefined behaviour using GCC/Clang UBSAN (erikd).
</li>
<li>
General hardening via fuzz testing with AFL (erikd and others).
</li>
<li>
General code improvements (lvqcl, erikd and others).
</li>
<li>
Add FLAC in MP4 specification docs (Ralph Giles).
</li>
<li>
CPU detection cleanup and fixes (Julian Calaby, erikd and lvqcl).
</li>
<li>
Fix two stream decoder bugs (Max Kellermann).
</li>
<li>
MSVS build cleanups (lvqcl).
</li>
<li>
Fix some cppcheck warnings (erikd).
</li>
</ul>
...
...
@@ -104,13 +103,24 @@
<li>
documentation:
<ul>
<li>
Document new
<a
href=
"documentation_tools_flac.html#flac_options_apodization"
>
apodization windows
</a>
.
</li>
<li>
(none)
</li>
</ul>
</li>
<li>
libraries:
<ul>
<li>
Fix CVE-2014-9028 (heap write overflow) and CVE-2014-8962 (heap read overflow) (Erik de Castro Lopo).
</li>
<li>
CPU detection cleanup and fixes (Julian Calaby, erikd and lvqcl).
</li>
<li>
Fix two stream decoder bugs (Max Kellermann).
</li>
<li>
Fix a NULL dereference bug (on a malformed file).
</li>
<li>
Changed the LPC order guess for a slight compression improvement, particularly for classical music.
</li>
<li>
Improved encoding speed on older Intel CPUs.
</li>
<li>
Fixed a seeking bug when decoding certain files
</li>
<li>
Put an upper bound (32768) on the number of seek points.
</li>
<li>
Fix potential memory leaks.
</li>
<li>
Support 64bit brword/bwword allowing FLAC__BYTES_PER_WORD to be set to 8 (disabled by default).
</li>
<li>
Fix an out-of-bounds heap read.
</li>
<li>
Fix a seeking bug.
</li>
<li>
Win32: Only use large buffers when writing to disk.
</li>
</ul>
</li>
<li>
...
...
@@ -119,9 +129,7 @@
<li>
libFLAC:
<ul>
<li>
Win32: Only use large buffers when writing to disk.
</li>
<li>
Fix an out-of-bounds heap read.
</li>
<li>
Fix a seeking bug.
</li>
<li>
(none)
</li>
</ul>
</li>
<li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment