summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2016-10-09 20:46:38 -0700
committerPhilip Langdale <philipl@overt.org>2016-11-02 13:47:30 -0700
commitb5d714f493946f02b957f57e491321abc816e753 (patch)
tree1d4e9b3ce71816cdb59af7a0d8c2ba419ed78f3b /Changelog
parent234d3cbf469e9feef255e229202d4b029e66e9fe (diff)
crystalhd: Switch to new decode API and remove the insanity
The new decode API allows for m:n decode patterns, which is what you need to use this hardware in a sane way. There are so many situations where 1:1 doesn't happen naturally that it's a miracle I got it working as well as I did. With this change, we can throw all of the crazy heuristics and sleeps(!) out, and things work correctly.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index a3dfb9a617..11a769aa7e 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,7 @@ Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
version <next>:
+- CrystalHD decoder moved to new decode API
version 3.2:
- libopenmpt demuxer