diff options
author | Philip Langdale <philipl@overt.org> | 2016-10-09 20:46:38 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2016-11-02 13:47:30 -0700 |
commit | b5d714f493946f02b957f57e491321abc816e753 (patch) | |
tree | 1d4e9b3ce71816cdb59af7a0d8c2ba419ed78f3b /Changelog | |
parent | 234d3cbf469e9feef255e229202d4b029e66e9fe (diff) | |
download | ffmpeg-b5d714f493946f02b957f57e491321abc816e753.tar.gz |
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-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |