Projects
home:manfred-h
handbrake
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 4
View file
handbrake.changes
Changed
@@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Mon Jeb 3 14:47:47 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net> +Mon Feb 3 14:47:47 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net> - Rebuild download.tar.bz2 as Source1 - Remove HandBrake-end-of-non-void-function.patch which is fixed upstream @@ -1302,7 +1302,6 @@ * - Add an hb_scan_list method that takes a list of files to scan. This allows a user to drag any arbitrary list of files onto the UI. * - Add a check for known file types during scan. When a known file type is detected, bypass the DVD / Bluray Probe. This reduces some log spam. * - Supported in Mac and Windows UIs - * --------- * Co-authored-by: Damiano Galassi * WinGUI Update all 100% locale files (#5249) * Update zimg to 3.0.5 @@ -1745,7 +1744,6 @@ * WinGui: fix QSV constants for Windows GUI * After https://github.com/HandBrake/HandBrake/commit/184765198d4787295e0adf5117bdf5c974993fbd commit constants were changed. * Constants values must match the libhb/handbrake/common.h otherwise Windows GUI issues. - * --------- * Co-authored-by: Vladyslav Sosunovych <vladyslav.sosunovych@intel.com> * WinGui: Improve the autoname format tooltip * WinGui: Improve tooltip on the Autoname Destination Path. (#4858) @@ -1815,6 +1813,11 @@ - Remove _service and _servicedata files ------------------------------------------------------------------- +Sun Feb 2 11:04:00 UTC 2025 - <manfred.h@gmx.net> + +- BuildRequire python3, not python > 2.7.3 + +------------------------------------------------------------------- Mon Jan 02 16:50:10 UTC 2023 - hpj@urpla.net - Update to version 1.6.0: @@ -2287,1191 +2290,807 @@ - libmfx is x86_64 only ------------------------------------------------------------------- -Sun Nov 06 14:08:36 UTC 2022 - hpj@urpla.net +Tue Jan 11 12:17:23 UTC 2022 - enzokiel@kabelmail.de -- Update to version 1.5.1: - * WinGui: Log rather than crash when a queue backup fails for whatever reason. #4079 - * WinGui: Allow the queue backup to overwrite .last queue recovery files if they get left behind. #4079 - * Update NEWS - * WinGui: Bump Version to 1.5.1 - * flatpak: update libass version - * WinGui: Fix the last set of .NET publish proviles to use v6 - * WinGui: Fix the Publish Profiles to use .NET 6 - * Update Resources.zh-Hant.resx - * WinGui: Rename the Chinese language files to zh-Tans and zh-Hant When building with msbuild, it seems to not correctly build or link when using zh-CN or zh-TW despite working fine in Visual Studio. - * Fix news typo. - * WinGui: Try Fix an issue where language - * Remove Japanese from the list of macOS updated translations because there isn't one. - * Add translation updated and queue feature for maOS to 1.5.0 news. - * WinGui: Fix a bug where the padding filter was not decoupled correctly form the queue'd task. Should fix #4072 - * Expose VideoEncoderSupportsTwoPass on HandBrakeEncoderHelpers. - * WinGui: Change language name for chinese translations per toto's suggestions and improve the user setting handling of the "zh" to "zh-CN" rebase. #4057 - * Win Update locale it and zh-TW - * build: Require autoconf 2.71.0 on macOS in configure.py. - * Add translations updated for Linux to 1.5.0 news. - * gtk Update locales - * WinGui: Lockout Pre Windows 10 in the installers. - * Add queue stop after job breakpoint info to 1.5.0 news. - * Add FFmpeg AAC quality scale fix to 1.5.0 news. - * Update Chinese translations info in NEWS.markdown. - * Update copyright dates to 2022. - * libhb: Fixing FAAC quality scale. Should be 1-5. Default is now 3. Fixes #4064 and #1295 - * WinGUI: Fix chapter marker selection with dark theme enabled - * MacGui: disable NSWindow tabbing in the preview window. - * WinGui: Bump Version to 1.5 and update copyright for the WinUI only. - * MacGui: change the docs menu to point to the base docs url instead of a specific version and language page. - * MacGui: use the same format names as the main window in the queue job description. - * MacGui: handle the case where the current selected path control url is nil. - * NEWS Update - * WinGui: Add support for user selectable Right to Left - * configure: redirect stderr to dev/null in VersionProbe to avoid reading xcodebuild internal warnings on macOS. - * Add zh-TW locale for Win - * Win Update some locales - * More updates to NEWS.markdown for 1.5.0 release. - * Update NEWS.markdown for 1.5.0 release. - * MacGui: update localizations. - * encvt: fix the type of vbv-bufsize and vbv-maxrate options when parsing them. - * MacGui: do not show fps when 0 and % of original files when not a single file in the statistics view. - * Make statistics and overview equal - * MacGui: use hb_video_twopass_is_supported() to disable the two passes checkboxes. - * libhb: add an helper function to check if an encoder supports two passes or not. Enable two passes on VideoToolbox H.265 on Monterey on M1. - * encvt: add a new 'gpu-registryid' advanced option to force the usage of a specific gpu encoder. - * WinGui: Retire code used to support versions of windows pre 10. - * qsv: fix qsv context if two pass encode (#4026). - * MacGui: use a different indentation in the statistics panel to make size for German labels. - * MacGui: increase the indent space in the queue details view. - * MacGui: update Italian localization. - * MacGui: move the average fps stats after the paused duration one. - * MacGui: add avg fps and % of original file size to the queue statistics. - * MacGui: rename the path control "Show in Finder" menu item to "Reveal in Finder. - * MacGui: allow dragging a folder to the destination path control to set the destination. - * MacGui: cosmetics changes. - * build(deps): bump Ookii.Dialogs.Wpf from 5.0.0 to 5.0.1 in /win/CS - * contrib: remove set thread priority for x264 for better performance - * WinGui: Few more fixews and improvements to the Preset Design and Backend code. - * WinGui: Improvements to the Edit Preset UI/UX - * WinGui: Improve soruce title specific selection tooltip. Fixes #4024 - * muxavformat: do not allocato pkt twice. - * libhb: fix some leaks. - * encvt: log the encoderID. - * WinGui: Couple of UI/UX improvements around the toolbar preset pane and associated menus. Preset pane selected Item is now synchronised to the main screen as well. - * WinGui: Quality of life improvements around the UI. (Missing localised strings. Improved Context Menus, Alignment Issues) - * MacGui: set HBCore automaticallyPreventSleep to no by default. Do not prevent sleep from the XPC services. - * Fix a couple compiler warnings. - * nvenc: Fix segfault in CLI when using NVEnc if no encoder preset is set. Also fixed a compiler warning. Fixes #3956 - * encvt: set explicitely kVTCompressionPropertyKey_RealTime to false, some macOS / HW encoders combinations has it enabled by default, slowing the encoding. - * WinGui: Fixed an issue on the dimensions tab that could cause mis-calculations when using Custom anamorphic. #3998 - * contrib: add a FFmpeg patch to fix cc608 pts in real time mode (#3764). - * WinGui: Fix an issue which could cause the dimensions tab to mis-calculate resolution and get stuck with fields showing 32px. Also disabled live text update on the resolution fields. Resolution will recalcuate on lost-focus now (up/down buttons on the numeric control are unaffacted) #3988 - * Github Actions: Update MSBuild patch - * WinGui: Migrate to .NET 6.0. Please note, users will need to upgrade to .NET 6 Desktop Runtime. The Message on startup is margionally better with .NET 6 than it was with .NET 5 if it's not installed. Update System.Management (6.0.0) and Ookii.Dialogs.Wpf library (5.0.0) - * contrib: update to FFmpeg 4.4.1. - * MacGui: fix copyright in a number of files. - * MacGui: enable additional clang static analyzer warnings. - * encvt: rename videotoolbox presets to speed and quality. Use quality by default. - * contrib: update freetype fribidi harfbuzz jansson libass libdav1d lib… (#4005) - * WinGui: Added a handy helper method for numa that we may use later. - * WinGui: Fix bad log message in the SendFileTo action. #4004 - * NEWS Updates - * MacGui: revert a3ed798457ee2b2a2ce8688cf1799450bcd8aec9. - * scripts: Update to mac-toolchain-build 2.7.0. - * contrib: remove manual arm64 to aarch64 arch override thanks to updated autoconf. - * scripts: Update to mac-toolchain-build 2.6.0. - * MacGui: disable column selection in the queue table view (it's not supported), added missing break to a switch, and fix a clang analyzer warning. - * MacGui: create a NSProcessInfo activity when encoding to avoid being moved to a background priority (#3933). - * build(deps): bump Microsoft.Toolkit.Uwp.Notifications in /win/CS - * WinGui: Don't try to scan another source if a scan is already in progress. - * WinGui: Make sure animations are turned off when not used. Reduce the framerate of animations to clamp down GPU usage. (#3991) - * WinGui: Fix a spacing issue in translation of the status bar. Also fixed a missing translateable string (#3990). - * libhb: correct MP2 and related masks values (#3863). - * WinGui: Minor tweaks to the log handling code - * WinGui: Upgrade Gong Drap Drop Library to 2.4.3 - * WinGui: Improve the autoname options. Quality/Bitrate is now comibned as per macOS. This option now live updates. Fixes #3976 - * WinGui: Change the default autoname format setting value to "{source}". Removes {title} as the number after confuses a lot of users. The File collision behaviour option will kick to a similar effect if filenames match. - * WinGui: Make the PrePost queue handler more robust when error conditions occur. - * WinGui: Make the queue selection a bit more sticky when using the "Clear completed" from queue option. Fixes #3982 - * WinGui: Improve the "When done" feature. Add exit code as a parameter to allow scripts to make decisions based on this. - * WinGui: Change the default app priority to "Normal" from "Below Normal". This may help with Performance/Efficency Core CPU designs. - * qsv: fix output buffer size - * encvt: release the pixel buffer used to create the cookie. - * WinGui: Add support for Windows 10/11 Notifications controlled via preferences. - * Update NEWS.markdown - * WinGui: Fixed a few issues with the log viewer. Fix an issue that would cause the log viewer to unnecessarily refresh several times on state changes. Small performance improvement and fixed a small memory leak. Minor UI changes to the window sizing. - * WinGui: Minor UX change on the Subtitle/Audio View. - * WinGui: Improved Queue Count Badge. - * WinGui: Minor updates to the UI themeing using subtle touches from MahApps.Metro theme library - * WinGui: Imporve error message when importing an invalid queue file. #3969 - * WinGui: Allow quoted strings to be pasted in the destination box. Fixes #3957 - * Fix audio copy-mask not being setup correctly for jobs in the Windows UI. #3965 - * Updated type for GetDefaultCustomSettings. Changed dictionary value to object, as it can be a number as well as a string. Some filters such as NLMeans were failing the JSON parse when trying to deserialize to Dictionary<string, string>. - * Removed incorrect tooltip - * flatpak: fix parallel make race - * flatpak: use distinct manifest module names for gui and cli - * flatpak: make sure manifest target directory exists - * LinGui: fix parallel build race - * flatpak: update CLI to freedesktop platform 21.08 - * flatpak: update to gnome 41 platform - * flatpak: update Intel MediaSDK to 21.3.5 - * flatpak: fix metainfo install race condition - * flatpak: enable debug symbols - * Update NEWS - * Updated IRC link - * Update SECURITY.md - * qsv: further tidy up the hb_qsv_available() function. - * qsv: Potentially fix an issue on older CPU's where hardware detect fails and causes the CLI to fail to initialise. qsv: Optimise the hb_qsv_available() method. This gets called a fair bit during scans. This should give a small performance improvement during scan on all systems. - * MacGui: remove two constrains redundant constrains in the main window. - * encvt: remove a workaround for an issue on macOS 12 beta. - * MacGui: Xcode 13.1 project check. - * libhb: refactor videotoolbox availability functions. - * Updated NEWS - * WinGUI Update some locales - * LinGui: Fix initialization of FilterList - * Sync news with 1.4.x and start off with 1.5 - * WinGui: Fix an issue in the picture settings where switching cropmode would not refresh the static preview. Fixes #3911 - * WinGui: Add an error message to the static preview if window file associations are missing. Fixes #3909 - * WinGui: Minor layout improvements on the Error Window and a crash fix in the Timespan control - * WinGui: Improved error message when Play File option can't start a file due to windows file assoications being missing. Fixes #3908 - * MacGui: fix build. - * MacGui: set the deployment target to 10.13. - * sync NEWS with the 1.4.x branch. - * MacGui: fix autonamer, show the main window when reloading a file from queue. - * libhb: fix error reporting typo - * WinGui: Improve structure of advanced options - * WinGui: Tidy-up and centralise a lot of the app styling to styles.xaml Includes a few minor fixes and adjustments to UI Layout - * libhb: replace FFmpeg videotoolbox wrapper, use the VideoToolBox api directly instead. Added multi-pass encoding, mastering display metadata, content light metadata, and chroma location. - * qsv: add onevpl from contribs - * qsv: add cmake 3.16.3 as minimum supported version requirement for oneVPL - * qsv: enable onevpl instead of libmfx - * qsv: disable onevpl deprecated features for onevpl transition - * qsv: add onevpl to contribs - * qsv: add onevpl patches into ffmpeg contrib - * WinGui: Make the refreshed Preset Toolbar button UI active for all users rather than being Experimental. - * WinGui: Impove Tabbing behaviour when overlay panels are on-screen. It no longer cycles around background objects. This sould really help keyboard users.
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.