summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorFei Wang <fei.w.wang@intel.com>2020-09-09 11:39:55 +0800
committerJames Almer <jamrial@gmail.com>2020-09-12 13:08:34 -0300
commit47be5a505657f478636ff08cef45f5c4c201ad23 (patch)
tree1c77e0d0a9c570dbcf87f71e85f3df191100b9ae /Changelog
parentbab3c32351e42f9f7f64947102f871903b2e635c (diff)
avcodec: add AV1 hardware accelerated decoder
This AV1 decoder is currently only used for hardware accelerated decoding. It can be extended into a native decoder in the future, so set its name to "av1" and temporarily give it the lowest priority in the codec list. Signed-off-by: Fei Wang <fei.w.wang@intel.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index cd8be931ef..b058d912ea 100644
--- a/Changelog
+++ b/Changelog
@@ -22,6 +22,7 @@ version <next>:
- MODS demuxer
- PhotoCD decoder
- MCA demuxer
+- AV1 decoder (Hardware acceleration used only)
version 4.3: