diff options
author | Bradley Sepos <[email protected]> | 2017-01-22 11:43:36 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-01-22 11:44:55 -0500 |
commit | 689df77e0a7a349a7cde357d2b113c0ed8798774 (patch) | |
tree | aa9b16c10bdca11cd47f64d11c68ed12b6f8f528 /NEWS.markdown | |
parent | 24b6bc90f7753e8dba564e920473c6f1648a3bea (diff) |
Revise and extend NEWS.markdown for 1.0.2.
Diffstat (limited to 'NEWS.markdown')
-rw-r--r-- | NEWS.markdown | 49 |
1 files changed, 27 insertions, 22 deletions
diff --git a/NEWS.markdown b/NEWS.markdown index 258c09d73..286d67476 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -6,40 +6,45 @@ #### 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. +- Fixed point to point encoding end point when using frames as the unit +- Improve error handling for libdvdread and libavcodec decoders -#### Subtitles +#### Audio -- Fixed various issues around subtitles including UTF-8 Subtitle duration and line handling +- Fixed an issue where fallback encoder bitrate was not set properly -#### Command line interface +#### Subtitles - - Miscellaneous bug fixes +- Fixed incorrect duration for UTF-8 subtitles +- Fixed an issue causing extra blank lines for UTF-8 subtitles in MKV ### Linux - - Miscellaneous bug fixes +- Fixed an issue sometimes preventing dragging and dropping of presets between folders +- 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 issue where "Prevent Sleep" would not work. - - Added additional checks to prevent source file overwriting. - - Miscellaneous bug fixes +- 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 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 + +- 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 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 |