]> granicus.if.org Git - handbrake/commitdiff
Update NEWS.markdown for 1.0.4 release.
authorBradley Sepos <bradley@bradleysepos.com>
Sun, 9 Apr 2017 17:55:47 +0000 (13:55 -0400)
committerBradley Sepos <bradley@bradleysepos.com>
Sun, 9 Apr 2017 17:56:33 +0000 (13:56 -0400)
(cherry picked from commit 4607c3d2720c1337085b1d641fa4d16601ed71c3)

NEWS.markdown

index fa9ee1bab11eb871288bd209df9ae936647faa6b..f36b978939d3cf443bfa9c94683b6a653b4b172c 100644 (file)
@@ -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