Skip to content
Snippets Groups Projects
Commit dd8bfdba authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Update NEWS for 3.0.21

parent e7f98f36
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,15 @@ Changes between 3.0.20 and 3.0.21: ...@@ -4,10 +4,15 @@ Changes between 3.0.20 and 3.0.21:
Decoders: Decoders:
* Improve Opus ambisonic support * Improve Opus ambisonic support
* Fix some ASS subtitle rendering issues * Fix some ASS subtitle rendering issues
* Fix Opus in MP4 behaviour
* Fix VAAPI hw decoding with some drivers
Input:
* Add support for HTTP content range handling according to RFC 9110
* Fix some HLS Adaptive Streaming not working in audio-only mode
Video Output: Video Output:
* Super Resolution scaling with AMD GPUs * Super Resolution scaling with AMD GPUs
* Add D3D11 option to use NVIDIA TrueHDR to generate HDR from SDR sources
* The D3D11 HDR option can also turn on/off HDR for all sources regardless of * The D3D11 HDR option can also turn on/off HDR for all sources regardless of
the display the display
* Improve subtitles rendering on Apple platforms of notably Asian languages * Improve subtitles rendering on Apple platforms of notably Asian languages
...@@ -15,6 +20,7 @@ Video Output: ...@@ -15,6 +20,7 @@ Video Output:
Video Filter: Video Filter:
* New AMD VQ Enhancer filter * New AMD VQ Enhancer filter
* Add D3D11 option to use NVIDIA TrueHDR to generate HDR from SDR sources
Audio Output: Audio Output:
* Fix regression on macOS causing crashes when using audio devices * Fix regression on macOS causing crashes when using audio devices
...@@ -23,9 +29,6 @@ Audio Output: ...@@ -23,9 +29,6 @@ Audio Output:
Services Discovery: Services Discovery:
* Fix exposed UPnP directory URL schemes to be compliant with RFC 3986 * Fix exposed UPnP directory URL schemes to be compliant with RFC 3986
Input:
* Add support for HTTP content range handling according to RFC 9110
Contrib: Contrib:
* Update FFmpeg to 4.4.4 * Update FFmpeg to 4.4.4
* Update dav1d to 1.4.2 * Update dav1d to 1.4.2
...@@ -34,6 +37,12 @@ Contrib: ...@@ -34,6 +37,12 @@ Contrib:
libVLC: libVLC:
* the HWND passed to libvlc_media_player_set_hwnd must have the WS_CLIPCHILDREN * the HWND passed to libvlc_media_player_set_hwnd must have the WS_CLIPCHILDREN
style set. style set.
* Fix crashes when using caopengllayer
Misc:
* Fix various warnings, leaks and potential crashes
* Fix security integer overflow in MMS module
Changes between 3.0.19 and 3.0.20: Changes between 3.0.19 and 3.0.20:
---------------------------------- ----------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment