diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-05-08 05:02:19 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-05-16 11:40:44 +0100 |
commit | 5fd4cffe3214fcd11f25110673923487e54cd8b0 (patch) | |
tree | e9aac5008db1abaa4f68e8d3da56a109cb1df9a7 /Changelog | |
parent | f68ea92833474d7f0e493c6009eb533cb9c8bc90 (diff) | |
download | ffmpeg-5fd4cffe3214fcd11f25110673923487e54cd8b0.tar.gz |
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-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |