summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorHuang, Zhengxu <zhengxu.maxwell@gmail.com>2017-07-21 12:12:44 +0800
committerMaxym Dmytrychenko <maxim.d33@gmail.com>2017-07-25 13:27:43 +0200
commit2fd6e7d077f590e4d7195356f9baeb271f8b9ae2 (patch)
treecd33147b3b90fdcd1608233938507acb3da1cc63 /Changelog
parent2b1324bd167553f49736e4eaa94f96da9982925e (diff)
libavcodec/mjpeg_qsv: Add QSV MJPEG encoder
usage: -hwaccel qsv -c:v h264_qsv -i in -c:v mjpeg_qsv -global_quality 80 -f mjpeg out Signed-off-by: ChaoX A Liu <chaox.a.liu@gmail.com> Signed-off-by: Zhengxu Huang <zhengxu.maxwell@gmail.com> Signed-off-by: Andrew Zhang <huazh407@gmail.com Signed-off-by: Maxym Dmytrychenko <maxim.d33@gmail.com>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index adcca3fcc5..82e3e3a0ef 100644
--- a/Changelog
+++ b/Changelog
@@ -17,6 +17,7 @@ version <next>:
- ClearVideo decoder (I-frames only)
- support for decoding through D3D11VA in avconv
- Cinepak encoder
+- Intel QSV-accelerated MJPEG encoding
version 12: