diff options
author | sr55 <[email protected]> | 2017-01-21 22:51:40 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-01-21 22:51:40 +0000 |
commit | 09ce4cb190fe329dba23caddc27dbc40c6bc1d98 (patch) | |
tree | 6eb0d873ed72411ce889472f8479974b1b9f95c6 | |
parent | d95c6c272d277f4d507c82d5a909f42566cfbb66 (diff) |
Initial draft of NEWS for 1.0.2
-rw-r--r-- | NEWS.markdown | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/NEWS.markdown b/NEWS.markdown index 7c798ae2b..50ae898c6 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -1,5 +1,47 @@ # HandBrake News +## HandBrake 1.0.2 + +### All platforms + +#### Video + +- Fixed EndPoint for "frames". It's not the end point, not the count. +- Fixed error handling with libdvdread and libavcodec to better detect when problems occur. + +#### Subtitles + +- Fixed various issues around subtitles including UTF-8 Subtitle duration and line handling + +#### Command line interface + + - Miscellaneous bug fixes + +### Linux + + - Miscellaneous bug fixes + +### Mac + - Fixed issue where video encoder options were not reset when changing encoders. + - Fixed issue that could cause incomplete encodes where the chapter count differs on queued items. + - Fixed and issue where "Preset Sleep" would not work. + - Added additional checks to prevent source file overwriting. + - Miscellaneous bug fixes + + +### Windows + - Fixed Subtitle Default behaviours. Tracks were not always added correctly. + - Fixed issue where video encoder options were not reset when changing encoders. + - Fixed Preset Picture Setting Mode options. + - Fixed "When Done" dropdowns not updating correctly on various screens. + - Fixed Split buttons on Audio and Subtitle tabs. + - Fixed bad behaviour with destination path error checking. + - Fixed Some memory leaks in the QSV encoder. + - Added QSV detection for Kaby Lake + - Change OpenCL Detection is now disabled when the scaler is not set to OpenCL Bicubic. This works around a crash a number of people were having due to broken OpenCL drivers on their system. + - Miscellaneous bug fixes + + ## HandBrake 1.0.1 ### All platforms |