diff options
author | Bradley Sepos <[email protected]> | 2017-02-25 15:56:07 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-02-25 15:56:19 -0500 |
commit | 5ecc600a805c6dc2632f4ca6d3beb4fbb8cbefd0 (patch) | |
tree | 9c7225bd936248601960807ed116f2cceea0fe71 | |
parent | cecb1232241d9e5c528c9817b918f31891bda85c (diff) |
Revise NEWS.markdown for 1.0.3.1.0.3
(cherry picked from commit e634da436b20fe05dba4fdfd8389cf11f40bdc8d)
-rw-r--r-- | NEWS.markdown | 41 |
1 files changed, 28 insertions, 13 deletions
diff --git a/NEWS.markdown b/NEWS.markdown index 320265e6e..fa9ee1bab 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -4,25 +4,40 @@ ### All platforms -#### Video -- Fixed various crashes in libav whilst attempting to scan and process source files. (Including various WMV issues) -- Fixed x265 2-pass framerate error. -- Fixed MKV with subtitles seeking crash. -- Fixed several memory leaks in the OpenCL code. -- Improved A/V Sync with MP4 source files. +#### Video + +- Fixed H.264 decoding using Libav where the initial GOP was dropped +- Fixed 2-pass x265 encoding where the source header incorrectly specifies frame rate +- Fixed 2-pass encoding with bob deinterlace and constant frame rate +- Fixed a seek issue in Libav while reading MKV sources with embedded subtitles +- Fixed multiple issues preventing Libav from opening WMV sources properly +- Fixed miscellaneous issues in Libav +- Fixed memory leaks in OpenCL +- Improved sync for streams delayed by a large amount + +#### Audio + +- Fixed a Libav crash encoding AAC at very high bitrates +- Fixed a potential hang in Libav while decoding AAC +- Improved Libav audio sync with MP4 sources containing edit lists +- Improved mapping of single channel layouts to single channel layouts ### Linux -- Fixed an issue with HQND3d Denoise filter custom text entry box rejecting values + +- Fixed a potential crash when selecting video encoders +- Fixed various controls not applying values properly ### Mac -- Fixed an issue with Core AAC audio encoder not starting at the correct start point -- Fixed an crash when attempting to edit a queued job + +- Fixed a crash when attempting to edit a queued job +- Improved audio start point to use edit lists when encoding using CoreAudio AAC ### Windows -- Fixed an issue that could cause error -17 when encoding with Intel QuikcSync -- Fixed an issue with the SRT language code not being set correctly -- Fixed missing 'Tape' and 'Sprite' denoise tunes -- Fixed "Title Specific Scan" for DVD/BluRay + +- Fixed Title Specific Scan for DVD/Blu-ray +- Fixed broken/missing NLMeans denoise tunes +- Fixed an issue that could cause error -17 when encoding using Intel QuickSync Video +- Fixed an issue where the SRT language code was not being set correctly ## HandBrake 1.0.2 |