diff options
author | Bradley Sepos <[email protected]> | 2017-04-09 13:55:47 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-04-09 13:55:47 -0400 |
commit | 4607c3d2720c1337085b1d641fa4d16601ed71c3 (patch) | |
tree | f53e3ee2867ff4943006a1668907b745a5a03488 /NEWS.markdown | |
parent | 3b080f5c7d5c1aa8ac80a37a8adb5db0a60b6aae (diff) |
Update NEWS.markdown for 1.0.4 release.
Diffstat (limited to 'NEWS.markdown')
-rw-r--r-- | NEWS.markdown | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/NEWS.markdown b/NEWS.markdown index a9be20f6b..927b3ce0e 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -1,5 +1,47 @@ # HandBrake News +## HandBrake 1.0.4 + +### All platforms + +#### Video + +- Fixed decoding of raw video in Matroska/MKV +- Fixed time stamp handling for raw video +- Fixed memory leaks in OpenCL +- Fixed x265 2-pass encoding where video frame rate is altered by filters +- Improved handling of very small amounts of sync jitter (~1 tick) +- Improved handling of AVI files with broken indices + +#### Audio + +- Further refined fix for Libav crash encoding AAC at very high bitrates + +#### Subtitles + +- Fixed fontconfig base configuration path during configure +- Improved subtitle font selection when burning in SRT/SSA subtitles + +#### Command line interface + +- Fixed preset subtitle burn defaults override + +#### Build system + +- Updated MinGW-w64 build script for improved compatibility with hardened GCC + +### Linux + +- Fixed video preset control not updating +- Fixed audio passthru masks not updating until preset save +- Fixed application of SRT subtitles offset +- Updated translations: af, cs, ja_JP, ru, sk, sv + +### Windows + +- Fixed When Done option not updating/resetting correctly + + ## HandBrake 1.0.3 ### All platforms |