summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2017-01-22 11:46:32 -0500
committerBradley Sepos <[email protected]>2017-01-22 11:49:13 -0500
commit51943f4115cb540793713571120f25414ab805d8 (patch)
tree69eb7f59a29d212c624ede94885346e0f9fd03b5
parent31ef1cbe9c5fde8f498c2064adb8066ea908d2fd (diff)
Revise and extend NEWS.markdown for 1.0.2.1.0.2
(cherry picked from commit 2880072077b1341627ae19c606b8ab1ad71313f6)
-rw-r--r--NEWS.markdown48
1 files changed, 48 insertions, 0 deletions
diff --git a/NEWS.markdown b/NEWS.markdown
index 7c798ae2b..610f95e73 100644
--- a/NEWS.markdown
+++ b/NEWS.markdown
@@ -1,5 +1,53 @@
# HandBrake News
+## HandBrake 1.0.2
+
+### All platforms
+
+#### Video
+
+- Fixed point to point encoding end point when using frames as the unit
+- Improve error handling for libdvdread and libavcodec decoders
+
+#### Audio
+
+- Fixed an issue where fallback encoder bitrate was not set properly
+
+#### Subtitles
+
+- Fixed incorrect duration for UTF-8 subtitles
+- Fixed an issue causing extra blank lines for UTF-8 subtitles in MKV
+
+### Linux
+
+- Fixed an issue sometimes preventing dragging and dropping of presets between folders
+- Miscellaneous bug fixes
+
+### Mac
+
+- Fixed video encoder options not reset when changing encoders
+- Fixed incomplete encodes where the chapter count differs on queued items
+- Fixed sleep prevention not working in certain scenarios
+- Fixed automatic naming for EyeTV bundles
+- Added additional checks to prevent source file overwriting
+- Miscellaneous bug fixes
+
+### Windows
+
+- Fixed video encoder options not reset when changing encoders
+- Fixed subtitles defaults behaviors to improve how tracks are added
+- Fixed issues related to source maximum and custom picture setting modes
+- Fixed point to point settings when editing a queued job
+- Fixed When Done controls not updating correctly on various screens
+- Fixed split buttons not working correctly on audio and subtitles tabs
+- Fixed destination path and file name error checking
+- Fixed potential crash by disabling OpenCL detection when the scaler is not set to OpenCL Bicubic (workaround for broken system drivers)
+- Fixed a potential crash when QSV is supported but disabled at the BIOS level
+- Fixed memory leaks in the QSV encoder
+- Added QSV detection for Intel Kaby Lake CPUs
+- Miscellaneous bug fixes
+
+
## HandBrake 1.0.1
### All platforms