summaryrefslogtreecommitdiffstats
path: root/NEWS.markdown
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2018-06-17 13:40:02 -0400
committerBradley Sepos <[email protected]>2018-06-17 13:40:02 -0400
commit05a1c0e1165cec504430aad1e8f24e0a9d3343a6 (patch)
treee79101c9e77d6af4867440294ca7a7468b35085b /NEWS.markdown
parentf6a2c03d32c1278ae47f1d70536dd5a2699d92a3 (diff)
meta: Update NEWS.markdown for 1.1.1 release.
Diffstat (limited to 'NEWS.markdown')
-rw-r--r--NEWS.markdown53
1 files changed, 53 insertions, 0 deletions
diff --git a/NEWS.markdown b/NEWS.markdown
index 1f6299661..cee198283 100644
--- a/NEWS.markdown
+++ b/NEWS.markdown
@@ -1,5 +1,58 @@
# HandBrake News
+## HandBrake 1.1.1
+
+### All platforms
+
+#### General
+
+- Fixed a potential crash in the comb detection filter
+- Fixed a potential crash in the padding filter
+
+#### Video
+
+- Fixed decoding certain very high bit rate ultra-high definition sources with extra large packets
+- Fixed last frame in source video missing in output
+
+#### Audio
+
+- Fixed crash when decoding an empty audio track
+
+#### Build system
+
+- Updated mac-toolchain-build script Nasm url and improved curl parameters for robustness
+
+#### Third-party libraries
+
+- Updated libraries (necessary to pull in needed bug fixes)
+ - libvpx 1.7.0 (VP8/VP9 video encoding)
+ - x264 155 r2901 (H.264/AVC video encoding)
+
+### Linux
+
+- Fixed Ubuntu PPA build date
+- Fixed a display issue with the quality slider control
+- Fixed issues occurring when running multiple HandBrake instances simultaneously
+- Updated Russian translation
+- Updated support for creating Flatpak bundles (experimental)
+- Miscellaneous bug fixes and improvements
+
+### Mac
+
+- Fixed building x264 using Clang and -march=native/-mavx (thanks H. Gramner for the upstream patch)
+
+### Windows
+
+- Fixed issues with queue recovery when running multiple HandBrake instances simultaneously
+- Fixed an issue with a When Done action potentially causing the last queue item to be marked as a warning instead of success
+- Fixed burn-in behavior with MP4 files; after the first burn-in track, no additional tracks that require burn-in will be added
+- Improved window resize behavior for Add Selection to Queue dialog and allowed space bar to toggle checkbox for selected row
+- Improved tabbing behavior in various circumstances
+- Improved adding a new preset with the same name as an existing user preset; the existing preset will now be updated properly
+- Improved privacy by adding an option to disable the Summary tab preview image
+- Updated installer to block installation on 32-bit systems to avoid confusion (unsupported since 1.1.0)
+- Miscellaneous bug fixes and improvements
+
## HandBrake 1.1.0
### All platforms