summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-05-08 05:02:19 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-05-16 11:40:44 +0100
commit5fd4cffe3214fcd11f25110673923487e54cd8b0 (patch)
treee9aac5008db1abaa4f68e8d3da56a109cb1df9a7 /Changelog
parentf68ea92833474d7f0e493c6009eb533cb9c8bc90 (diff)
lavc: add a librsvg rasterization library wrapper
Enables rendering of SVG images. This is possible since SVG images still contain and specify the dimensions in pixels to which they've been drawn to and thus enable browsers to display them without any external data. Users can still override and generate images with arbitrary resolutions. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 581aa73fc7..3504b7ff35 100644
--- a/Changelog
+++ b/Changelog
@@ -11,6 +11,7 @@ version <next>:
- update cuvid/nvenc headers to Video Codec SDK 8.0.14
- afir audio filter
- scale_cuda CUDA based video scale filter
+- librsvg support for svg rasterization
version 3.3:
- CrystalHD decoder moved to new decode API