diff options
author | Bradley Sepos <[email protected]> | 2020-05-30 10:05:21 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2020-05-30 10:06:04 -0400 |
commit | 68f61f84b8560a5c2a9ccbd924ed27c889c07c35 (patch) | |
tree | 3cc6ecbcad6fd89b37688e6e4f0742e25efe7135 | |
parent | 7c11f02eb89d73db82786ffc451234c189896fa8 (diff) |
Update NEWS.markdown for 1.3.3 release.
(cherry picked from commit eb3b9598270a07335c0d6c633cf11a281d5d9332)
-rw-r--r-- | NEWS.markdown | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/NEWS.markdown b/NEWS.markdown index 9baede005..5de0de3ef 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -1,5 +1,47 @@ # HandBrake News +## HandBrake 1.3.3 + +### All platforms + +#### General + +- Improved support for sources where pixel format cannot be quickly identified, e.g. due to delayed video track start (#2893) +- Added logging to identify where hardware support is disabled + +#### Video + +- Improved Intel QSV H.265 memory buffer size as required by newer Intel Media SDK (#2862) +- Fixed full range video being not being identified as limited range after conversion where filters are used (#2859) + +#### Command line interface + +- Fixed --preset failure unless full path is specified, e.g. --preset="Category Name/Preset Name" (#2838) + +#### Build system + +- Improved Flatpak to better conform to freedesktop metainfo standards +- Improved Intel QSV Flatpak plugin build effiency using cmake-ninja +- Added a patch to fix cross compiling libdav1d using GCC 10.x (quality of life improvement) + - Official HandBrake 1.3.3 Windows release is built using GCC 9.x and is not directly affected by this issue + +#### Third-party libraries + +- Updated libraries + - FFmpeg 4.2.3 (decoding and filters) + +### Mac + +- Fixed preview layout not displaying properly on OS X 10.11 El Capitan +- Fixed incorrect copyright year on About dialog (#2830) + +### Windows + +- Fixed a crash related to the dark theme (#2816) +- Fixed a potential crash related to preview image memory allocation (#2871) +- Fixed missing E-AC-3 encoder option (#2855) + + ## HandBrake 1.3.2 ### All platforms |