Projects
Multimedia
handbrake
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 65
View file
handbrake.changes
Changed
@@ -1,4 +1,23 @@ ------------------------------------------------------------------- +Tue Mar 24 08:08:06 UTC 2026 - Manfred Hollstein <manfred.h@gmx.net> + +- Update to version 1.11.1: + * All platforms + - Audio + - Fixed a crash that could happen when scanning a PCM track in a + DVD-Video or Blu-ray + - Third-party libraries + - Updated libraries + o Jansson 2.15.0 (JSON architecture) + o zlib 1.3.2 (general) + * Windows + - Removed dependency on having Microsoft .NET 8 Desktop Runtime + installed + - Fixed the file type selection in the save panel + - Fixed a number of issues that impacted screen reader tools + ability to read combo box controls + +------------------------------------------------------------------- Mon Mar 9 11:06:55 UTC 2026 - Manfred Hollstein <manfred.h@gmx.net> - Update to version 1.11.0:
View file
handbrake.spec
Changed
@@ -28,7 +28,7 @@ Name: handbrake Summary: Multithreaded Video Transcoder -Version: 1.11.0 +Version: 1.11.1 Release: 0 Url: http://handbrake.fr/ Source0: https://github.com/HandBrake/HandBrake/archive/refs/tags/%{version}.tar.gz
View file
1.11.0.tar.gz/NEWS.markdown -> 1.11.1.tar.gz/NEWS.markdown
Changed
@@ -10,6 +10,28 @@ - For x64 (AMD or Intel CPUs)(https://aka.ms/dotnet/10.0/windowsdesktop-runtime-win-x64.exe) - For Arm64 (Qualcomm or other)(https://aka.ms/dotnet/10.0/windowsdesktop-runtime-win-arm64.exe) + +## HandBrake 1.11.1 + +### All platforms + +#### Audio + +- Fixed a crash that could happen when scanning a PCM track in a DVD-Video or Blu-ray + +#### Third-party libraries + +- Updated libraries + - Jansson 2.15.0 (JSON architecture) + - zlib 1.3.2 (general) + +### Windows + +- Removed dependency on having Microsoft .NET 8 Desktop Runtime installed +- Fixed the file type selection in the save panel +- Fixed a number of issues that impacted screen reader tools ability to read combo box controls + + ## HandBrake 1.11.0 ### All platforms
View file
1.11.0.tar.gz/contrib/jansson/module.defs -> 1.11.1.tar.gz/contrib/jansson/module.defs
Changed
@@ -1,9 +1,9 @@ $(eval $(call import.MODULE.defs,JANSSON,jansson)) $(eval $(call import.CONTRIB.defs,JANSSON)) -JANSSON.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/jansson-2.14.1.tar.bz2 -JANSSON.FETCH.url += https://github.com/akheron/jansson/releases/download/v2.14.1/jansson-2.14.1.tar.bz2 -JANSSON.FETCH.sha256 = 6bd82d3043dadbcd58daaf903d974891128d22aab7dada5d399cb39094af49ce +JANSSON.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/jansson-2.15.0.tar.bz2 +JANSSON.FETCH.url += https://github.com/akheron/jansson/releases/download/v2.15.0/jansson-2.15.0.tar.bz2 +JANSSON.FETCH.sha256 = a7eac7765000373165f9373eb748be039c10b2efc00be9af3467ec92357d8954 JANSSON.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; mkdir m4; autoreconf -fiv;
View file
1.11.0.tar.gz/contrib/zlib/P00-mingw-configure.patch -> 1.11.1.tar.gz/contrib/zlib/P00-mingw-configure.patch
Changed
@@ -1,5 +1,6 @@ ---- zlib-1.3.1/configure 2023-08-18 10:45:36.000000000 +0200 -+++ zlib-1.3.1-patched/configure 2023-08-19 23:06:46.875730600 +0200 +diff -ruN zlib-1.3.2/configure zlib-1.3.2-patched/configure +--- zlib-1.3.2/configure 2026-02-17 10:13:25.000000000 +0100 ++++ zlib-1.3.2-patched/configure 2026-03-15 20:29:14.096254153 +0100 @@ -30,15 +30,6 @@ SRCDIR="$SRCDIR/" fi @@ -45,12 +46,12 @@ # set defaults before processing command line options LDCONFIG=${LDCONFIG-"ldconfig"} LDSHAREDLIBC="${LDSHAREDLIBC--lc}" -@@ -226,56 +195,7 @@ +@@ -288,57 +257,7 @@ if test -z "$uname"; then uname=`(uname -s || echo unknown) 2>/dev/null` fi - case "$uname" in -- Linux* | linux* | *-linux* | GNU | GNU/* | solaris*) +- Linux* | linux* | *-linux* | GNU | GNU/* | solaris* | Haiku) - case "$mname" in - *sparc*) - LDFLAGS="${LDFLAGS} -Wl,--no-warn-rwx-segments" ;; @@ -81,6 +82,7 @@ - SHAREDLIB='libz.sl' ;; - esac ;; - AIX*) +- LDSHARED=${LDSHARED-"$cc -shared"} - LDFLAGS="${LDFLAGS} -Wl,-brtl" ;; - Darwin* | darwin* | *-darwin*) - shared_ext='.dylib'
View file
1.11.0.tar.gz/contrib/zlib/module.defs -> 1.11.1.tar.gz/contrib/zlib/module.defs
Changed
@@ -1,9 +1,9 @@ $(eval $(call import.MODULE.defs,ZLIB,zlib)) $(eval $(call import.CONTRIB.defs,ZLIB)) -ZLIB.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/zlib-1.3.1.tar.gz -ZLIB.FETCH.url += https://www.zlib.net/fossils/zlib-1.3.1.tar.gz -ZLIB.FETCH.sha256 = 9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23 +ZLIB.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/zlib-1.3.2.tar.gz +ZLIB.FETCH.url += https://www.zlib.net/fossils/zlib-1.3.2.tar.gz +ZLIB.FETCH.sha256 = bb329a0a2cd0274d05519d61c667c062e06990d72e125ee2dfa8de64f0119d16 ZLIB.CONFIGURE.args = !sete @dir !env !exe @prefix !extra
View file
1.11.0.tar.gz/libhb/declpcm.c -> 1.11.1.tar.gz/libhb/declpcm.c
Changed
@@ -394,6 +394,7 @@ int64_t duration = b->data0 * 150; memset( info, 0, sizeof(*info) ); + info->ch_layout = calloc(1, sizeof(*info->ch_layout)); info->name = "LPCM"; info->rate.num = rate;
View file
1.11.0.tar.gz/win/CS/HandBrake.App.Core/HandBrake.App.Core.csproj -> 1.11.1.tar.gz/win/CS/HandBrake.App.Core/HandBrake.App.Core.csproj
Changed
@@ -2,8 +2,8 @@ <PropertyGroup> <TargetFramework>net10.0</TargetFramework> - <FileVersion>1.11.0.0</FileVersion> - <Version>1.11.0</Version> + <FileVersion>1.11.1.0</FileVersion> + <Version>1.11.1</Version> <Authors>HandBrake Team</Authors> <Description>HandBrake is an open-source, GPL-licensed, multiplatform,video transcoder.</Description> <Copyright>Copyright © 2003-2026 HandBrake Team</Copyright>
View file
1.11.0.tar.gz/win/CS/HandBrake.Interop/HandBrake.Interop.csproj -> 1.11.1.tar.gz/win/CS/HandBrake.Interop/HandBrake.Interop.csproj
Changed
@@ -2,8 +2,8 @@ <PropertyGroup> <TargetFramework>net10.0</TargetFramework> - <FileVersion>1.11.0.0</FileVersion> - <Version>1.11.0</Version> + <FileVersion>1.11.1.0</FileVersion> + <Version>1.11.1</Version> <Authors>HandBrake Team</Authors> <Description>HandBrake is an open-source, GPL-licensed, multiplatform,video transcoder.</Description> <Copyright>Copyright © 2003-2026 HandBrake Team</Copyright>
View file
1.11.0.tar.gz/win/CS/HandBrake.Interop/Properties/PublishProfiles/publish_arm64.pubxml -> 1.11.1.tar.gz/win/CS/HandBrake.Interop/Properties/PublishProfiles/publish_arm64.pubxml
Changed
@@ -8,7 +8,7 @@ <Platform>Any CPU</Platform> <PublishDir>bin\publish</PublishDir> <PublishProtocol>FileSystem</PublishProtocol> - <TargetFramework>net8.0</TargetFramework> + <TargetFramework>net10.0</TargetFramework> <RuntimeIdentifier>win-arm64</RuntimeIdentifier> <SelfContained>false</SelfContained> <PublishReadyToRun>True</PublishReadyToRun>
View file
1.11.0.tar.gz/win/CS/HandBrake.Interop/Properties/PublishProfiles/publish_portable.pubxml -> 1.11.1.tar.gz/win/CS/HandBrake.Interop/Properties/PublishProfiles/publish_portable.pubxml
Changed
@@ -8,7 +8,7 @@ <Platform>Any CPU</Platform> <PublishDir>bin\publish</PublishDir> <PublishProtocol>FileSystem</PublishProtocol> - <TargetFramework>net8.0</TargetFramework> + <TargetFramework>net10.0</TargetFramework> <SelfContained>false</SelfContained> </PropertyGroup> </Project> \ No newline at end of file
View file
1.11.0.tar.gz/win/CS/HandBrake.Interop/Properties/PublishProfiles/publish_x64.pubxml -> 1.11.1.tar.gz/win/CS/HandBrake.Interop/Properties/PublishProfiles/publish_x64.pubxml
Changed
@@ -8,7 +8,7 @@ <Platform>Any CPU</Platform> <PublishDir>bin\publish</PublishDir> <PublishProtocol>FileSystem</PublishProtocol> - <TargetFramework>net8.0</TargetFramework> + <TargetFramework>net10.0</TargetFramework> <RuntimeIdentifier>win-x64</RuntimeIdentifier> <SelfContained>false</SelfContained> <PublishReadyToRun>True</PublishReadyToRun>
View file
1.11.0.tar.gz/win/CS/HandBrake.Nsis.Installer/Installer64.nsi -> 1.11.1.tar.gz/win/CS/HandBrake.Nsis.Installer/Installer64.nsi
Changed
@@ -5,8 +5,8 @@ It may be used under the terms of the GNU General Public License. */ !define PRODUCT_NAME "HandBrake" -!define PRODUCT_VERSION "1.11.0" -!define PRODUCT_VERSION_NUMBER "1.11.0" +!define PRODUCT_VERSION "1.11.1" +!define PRODUCT_VERSION_NUMBER "1.11.1" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\HandBrake.exe" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !define PRODUCT_UNINST_ROOT_KEY "HKLM"
View file
1.11.0.tar.gz/win/CS/HandBrake.Worker/HandBrake.Worker.csproj -> 1.11.1.tar.gz/win/CS/HandBrake.Worker/HandBrake.Worker.csproj
Changed
@@ -12,7 +12,7 @@ <PackageProjectUrl>https://handbrake.fr</PackageProjectUrl> <RepositoryUrl>https://github.com/HandBrake/HandBrake</RepositoryUrl> <RepositoryType>git</RepositoryType> - <AssemblyVersion>1.11.0.0</AssemblyVersion> + <AssemblyVersion>1.11.1.0</AssemblyVersion> <Platforms>AnyCPU</Platforms> <PlatformTarget>AnyCPU</PlatformTarget> <ApplicationIcon>handbrakepineapple.ico</ApplicationIcon> @@ -20,8 +20,8 @@ <AssemblyName>HandBrake.Worker</AssemblyName> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> - <FileVersion>1.11.0.0</FileVersion> - <Version>1.11.0</Version> + <FileVersion>1.11.1.0</FileVersion> + <Version>1.11.1</Version> </PropertyGroup> <ItemGroup>
View file
1.11.0.tar.gz/win/CS/HandBrake.Worker/Properties/PublishProfiles/publish_arm64.pubxml -> 1.11.1.tar.gz/win/CS/HandBrake.Worker/Properties/PublishProfiles/publish_arm64.pubxml
Changed
@@ -8,7 +8,7 @@ <Platform>Any CPU</Platform> <PublishDir>bin\publish</PublishDir> <PublishProtocol>FileSystem</PublishProtocol> - <TargetFramework>net8.0</TargetFramework> + <TargetFramework>net10.0</TargetFramework> <SelfContained>false</SelfContained> <RuntimeIdentifier>win-arm64</RuntimeIdentifier> <PublishSingleFile>True</PublishSingleFile>
View file
1.11.0.tar.gz/win/CS/HandBrake.Worker/Properties/PublishProfiles/publish_portable.pubxml -> 1.11.1.tar.gz/win/CS/HandBrake.Worker/Properties/PublishProfiles/publish_portable.pubxml
Changed
@@ -8,7 +8,7 @@ <Platform>Any CPU</Platform> <PublishDir>bin\publish</PublishDir> <PublishProtocol>FileSystem</PublishProtocol> - <TargetFramework>net8.0</TargetFramework> + <TargetFramework>net10.0</TargetFramework> <SelfContained>false</SelfContained> </PropertyGroup> </Project> \ No newline at end of file
View file
1.11.0.tar.gz/win/CS/HandBrake.Worker/Properties/PublishProfiles/publish_x64.pubxml -> 1.11.1.tar.gz/win/CS/HandBrake.Worker/Properties/PublishProfiles/publish_x64.pubxml
Changed
@@ -8,7 +8,7 @@ <Platform>Any CPU</Platform> <PublishDir>bin\publish</PublishDir> <PublishProtocol>FileSystem</PublishProtocol> - <TargetFramework>net8.0</TargetFramework> + <TargetFramework>net10.0</TargetFramework> <SelfContained>false</SelfContained> <RuntimeIdentifier>win-x64</RuntimeIdentifier> <PublishSingleFile>True</PublishSingleFile>
View file
1.11.0.tar.gz/win/CS/HandBrakeWPF/HandBrakeWPF.csproj -> 1.11.1.tar.gz/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
Changed
@@ -14,8 +14,8 @@ <PackageProjectUrl>https://handbrake.fr</PackageProjectUrl> <RepositoryUrl>https://github.com/HandBrake/HandBrake</RepositoryUrl> <RepositoryType>git</RepositoryType> - <AssemblyVersion>1.11.0.0</AssemblyVersion> - <Version>1.11.0</Version> + <AssemblyVersion>1.11.1.0</AssemblyVersion> + <Version>1.11.1</Version> <Platforms>AnyCPU</Platforms> <PlatformTarget>AnyCPU</PlatformTarget> <ApplicationIcon>handbrakepineapple.ico</ApplicationIcon>
View file
1.11.0.tar.gz/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs -> 1.11.1.tar.gz/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
Changed
@@ -1637,12 +1637,14 @@ string extension = Path.GetExtension(this.CurrentTask.Destination); - saveFileDialog.FilterIndex = !string.IsNullOrEmpty(this.CurrentTask.Destination) - && !string.IsNullOrEmpty(extension) - ? (extension == ".mp4" || extension == ".m4v" ? 1 : 2) - : (this.CurrentTask.OutputFormat == OutputFormat.Mkv - ? 2 - : (this.CurrentTask.OutputFormat == OutputFormat.WebM ? 3 : 0)); + saveFileDialog.FilterIndex = this.CurrentTask.OutputFormat switch + { + OutputFormat.Mp4 => 1, + OutputFormat.Mov => 2, + OutputFormat.Mkv => 3, + OutputFormat.WebM => 4, + _ => 0 + }; string mruDir = this.GetMru(Constants.FileSaveMru); if (!string.IsNullOrEmpty(mruDir) && Directory.Exists(mruDir))
View file
1.11.0.tar.gz/win/CS/HandBrakeWPF/Views/AudioView.xaml -> 1.11.1.tar.gz/win/CS/HandBrakeWPF/Views/AudioView.xaml
Changed
@@ -197,6 +197,11 @@ <ComboBox Grid.Column="2" Margin="5,0,5,0" DisplayMemberPath="DisplayName" HorizontalAlignment="Stretch" AutomationProperties.Name="{x:Static Properties:Resources.AudioView_Codec}" > + <ComboBox.ItemContainerStyle> + <Style TargetType="ComboBoxItem"> + <Setter Property="AutomationProperties.Name" Value="{Binding DisplayName}" /> + </Style> + </ComboBox.ItemContainerStyle> <ComboBox.SelectedItem> <MultiBinding Converter="{StaticResource audioEncoderConverter}"> <Binding Path="Encoder" /> @@ -235,7 +240,13 @@ ItemsSource="{Binding TrackReference, Converter={StaticResource audioMixdownListConverter}}" SelectedItem="{Binding MixDown, Converter={StaticResource audioMixdownConverter}}" DisplayMemberPath="DisplayName" - Visibility="{Binding IsPassthru, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" /> + Visibility="{Binding IsPassthru, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" > + <ComboBox.ItemContainerStyle> + <Style TargetType="ComboBoxItem"> + <Setter Property="AutomationProperties.Name" Value="{Binding DisplayName}" /> + </Style> + </ComboBox.ItemContainerStyle> + </ComboBox> <ComboBox Margin="5,0,5,0" Grid.Column="5" AutomationProperties.Name="{x:Static Properties:Resources.AudioView_Samplerate}"
View file
1.11.0.tar.gz/win/CS/HandBrakeWPF/Views/FiltersView.xaml -> 1.11.1.tar.gz/win/CS/HandBrakeWPF/Views/FiltersView.xaml
Changed
@@ -68,7 +68,13 @@ <TextBlock Text="{x:Static Properties:Resources.FiltersView_DeinterlacePreset}" VerticalAlignment="Center" Margin="0,0,5,0" Visibility="{Binding DeinterlaceFilter.IsDeinterlaceEnabled, Converter={StaticResource boolToVisConverter}}" /> <ComboBox Width="120" ItemsSource="{Binding DeinterlaceFilter.DeinterlacePresets}" HorizontalAlignment="Left" VerticalAlignment="Center" SelectedItem="{Binding DeinterlaceFilter.SelectedDeInterlacePreset}" DisplayMemberPath="Name" Visibility="{Binding DeinterlaceFilter.IsDeinterlaceEnabled, Converter={StaticResource boolToVisConverter}}" - AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_DeinterlacePresetAuto}" /> + AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_DeinterlacePresetAuto}" > + <ComboBox.ItemContainerStyle> + <Style TargetType="ComboBoxItem"> + <Setter Property="AutomationProperties.Name" Value="{Binding Name}" /> + </Style> + </ComboBox.ItemContainerStyle> + </ComboBox> <TextBlock Text="{x:Static Properties:Resources.FiltersView_Custom}" VerticalAlignment="Center" Margin="5,0,5,0" Visibility="{Binding DeinterlaceFilter.ShowCustomDeinterlace, Converter={StaticResource boolToVisConverter}}" /> <TextBox Text="{Binding DeinterlaceFilter.CustomDeinterlaceSettings, UpdateSourceTrigger=PropertyChanged}" VerticalAlignment="Center" HorizontalAlignment="Stretch" MinWidth="240" @@ -112,7 +118,13 @@ SelectedItem="{Binding ChromaSmoothFilter.SelectedPreset}" AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_ChromaSmooth}" HorizontalAlignment="Left" VerticalAlignment="Center" - ToolTip="{x:Static Properties:ResourcesTooltips.FiltersView_ChromaSmooth}" /> + ToolTip="{x:Static Properties:ResourcesTooltips.FiltersView_ChromaSmooth}" > + <ComboBox.ItemContainerStyle> + <Style TargetType="ComboBoxItem"> + <Setter Property="AutomationProperties.Name" Value="{Binding DisplayName}" /> + </Style> + </ComboBox.ItemContainerStyle> + </ComboBox> <StackPanel Orientation="Horizontal" Visibility="{Binding ChromaSmoothFilter.ShowTune, Converter={StaticResource boolToVisConverter}}" Grid.Row="4" Grid.Column="2" Margin="10,0,0,0" > <TextBlock Text="{x:Static Properties:Resources.FiltersView_Tune}" /> @@ -173,7 +185,13 @@ SelectedItem="{Binding DeblockFilter.SelectedPreset}" AutomationProperties.Name="{x:Static Properties:Resources.FiltersViewAuto_DeblockPreset}" HorizontalAlignment="Left" VerticalAlignment="Center" - ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_Deblock}" /> + ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_Deblock}" > + <ComboBox.ItemContainerStyle> + <Style TargetType="ComboBoxItem"> + <Setter Property="AutomationProperties.Name" Value="{Binding DisplayName}" /> + </Style> + </ComboBox.ItemContainerStyle> + </ComboBox> <StackPanel Orientation="Horizontal" Visibility="{Binding DeblockFilter.ShowDeblockTune, Converter={StaticResource boolToVisConverter}}" Grid.Row="6" Grid.Column="2" Margin="10,0,0,0" > <TextBlock Text="{x:Static Properties:Resources.FiltersView_Tune}" Margin="0,0,5,0" /> @@ -193,7 +211,13 @@ SelectedItem="{Binding ColourSpaceFilter.SelectedPreset}" AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_ColourSpace}" HorizontalAlignment="Left" VerticalAlignment="Center" - ToolTip="{x:Static Properties:ResourcesTooltips.FiltersView_ColourSpace}" /> + ToolTip="{x:Static Properties:ResourcesTooltips.FiltersView_ColourSpace}" > + <ComboBox.ItemContainerStyle> + <Style TargetType="ComboBoxItem"> + <Setter Property="AutomationProperties.Name" Value="{Binding DisplayName}" /> + </Style> + </ComboBox.ItemContainerStyle> + </ComboBox> <TextBox Width="450" Text="{Binding ColourSpaceFilter.CustomColourspace, UpdateSourceTrigger=PropertyChanged}" VerticalAlignment="Center" HorizontalAlignment="Left" Visibility="{Binding ColourSpaceFilter.ShowColourspaceCustom, Converter={StaticResource boolToVisConverter}}" Grid.Row="7" Grid.Column="2" Margin="10,0,0,0" />
View file
1.11.0.tar.gz/win/CS/HandBrakeWPF/Views/SummaryView.xaml -> 1.11.1.tar.gz/win/CS/HandBrakeWPF/Views/SummaryView.xaml
Changed
@@ -56,7 +56,13 @@ ToolTip="{x:Static Properties:ResourcesTooltips.MainView_Mux}" VerticalAlignment="Center" ItemsSource="{Binding OutputFormats, Converter={StaticResource enumComboConverter}}" SelectedItem="{Binding SelectedOutputFormat, Converter={StaticResource enumComboConverter}}" - AutomationProperties.Name="{x:Static Properties:Resources.MainView_Format}" /> + AutomationProperties.Name="{x:Static Properties:Resources.MainView_Format}" > + <ComboBox.ItemContainerStyle> + <Style TargetType="ComboBoxItem"> + <Setter Property="AutomationProperties.Name" Value="{Binding DisplayName}" /> + </Style> + </ComboBox.ItemContainerStyle> + </ComboBox> <StackPanel Orientation="Vertical" Grid.Row="1" Grid.Column="1"> <CheckBox Name="WebOptimized" VerticalAlignment="Center" HorizontalAlignment="Left"
View file
1.11.0.tar.gz/win/CS/HandBrakeWPF/Views/VideoView.xaml -> 1.11.1.tar.gz/win/CS/HandBrakeWPF/Views/VideoView.xaml
Changed
@@ -41,6 +41,11 @@ <TextBlock Text="{x:Static Properties:Resources.VideoView_Codec}" Width="100" /> <ComboBox Width="120" DisplayMemberPath="DisplayName" ToolTip="{x:Static Properties:ResourcesTooltips.Video_Encoders}" AutomationProperties.Name="{x:Static Properties:Resources.VideoView_Codec}" > + <ComboBox.ItemContainerStyle> + <Style TargetType="ComboBoxItem"> + <Setter Property="AutomationProperties.Name" Value="{Binding DisplayName}" /> + </Style> + </ComboBox.ItemContainerStyle> <ComboBox.SelectedItem> <MultiBinding Converter="{StaticResource videoEncoderConverter}"> <Binding Path="SelectedVideoEncoder" /> @@ -164,7 +169,13 @@ Visibility="{Binding DisplayTuneControls, Converter={StaticResource boolToVisConverter}}"/> <ComboBox Width="100" Grid.Row="2" Grid.Column="1" Margin="5,5,5,0" AutomationProperties.Name="{x:Static Properties:Resources.VideoView_EncodeTune}" ItemsSource="{Binding VideoTunes}" DisplayMemberPath="DisplayName" SelectedItem="{Binding VideoTune}" HorizontalAlignment="Left" - ToolTip="{x:Static Properties:ResourcesTooltips.Video_EncoderTune}" Visibility="{Binding DisplayTuneControls, Converter={StaticResource boolToVisConverter}}" /> + ToolTip="{x:Static Properties:ResourcesTooltips.Video_EncoderTune}" Visibility="{Binding DisplayTuneControls, Converter={StaticResource boolToVisConverter}}" > + <ComboBox.ItemContainerStyle> + <Style TargetType="ComboBoxItem"> + <Setter Property="AutomationProperties.Name" Value="{Binding DisplayName}" /> + </Style> + </ComboBox.ItemContainerStyle> + </ComboBox> <CheckBox IsChecked="{Binding FastDecode}" Content="{x:Static Properties:Resources.VideoView_FastDecode}" Grid.Row="2" Grid.Column="2" Margin="10,5,10,0" VerticalAlignment="Center" VerticalContentAlignment="Center" ToolTip="{x:Static Properties:ResourcesTooltips.Video_FastDecode}" Visibility="{Binding DisplayFastDecode, Converter={StaticResource boolToVisConverter}}"/> @@ -173,12 +184,24 @@ <TextBlock Text="{x:Static Properties:Resources.VideoView_EncoderProfile}" Grid.Row="3" Grid.Column="0" Margin="0,5,0,0" VerticalAlignment="Center" Visibility="{Binding DisplayProfileControl, Converter={StaticResource boolToVisConverter}}"/> <ComboBox Width="100" Grid.Row="3" Grid.Column="1" Margin="5,5,5,0" VerticalAlignment="Center" Visibility="{Binding DisplayProfileControl, Converter={StaticResource boolToVisConverter}}" ItemsSource="{Binding VideoProfiles}" DisplayMemberPath="DisplayName" SelectedItem="{Binding VideoProfile}" HorizontalAlignment="Left" ToolTip="{x:Static Properties:ResourcesTooltips.Video_Profile}" - AutomationProperties.Name="{x:Static Properties:Resources.VideoView_EncoderProfile}" /> + AutomationProperties.Name="{x:Static Properties:Resources.VideoView_EncoderProfile}" > + <ComboBox.ItemContainerStyle> + <Style TargetType="ComboBoxItem"> + <Setter Property="AutomationProperties.Name" Value="{Binding DisplayName}" /> + </Style> + </ComboBox.ItemContainerStyle> + </ComboBox> <TextBlock Text="{x:Static Properties:Resources.VideoView_EncoderLevel}" Grid.Row="3" Grid.Column="2" Margin="10,5,0,0" VerticalAlignment="Center" Visibility="{Binding DisplayLevelControl, Converter={StaticResource boolToVisConverter}}" /> <ComboBox Width="100" Grid.Row="3" Grid.Column="3" Margin="5,5,5,0" VerticalAlignment="Center" Visibility="{Binding DisplayLevelControl, Converter={StaticResource boolToVisConverter}}" ItemsSource="{Binding VideoLevels}" DisplayMemberPath="DisplayName" SelectedItem="{Binding VideoLevel}" ToolTip="{x:Static Properties:ResourcesTooltips.Video_Level}" - AutomationProperties.Name="{x:Static Properties:Resources.VideoView_EncoderLevel}" /> + AutomationProperties.Name="{x:Static Properties:Resources.VideoView_EncoderLevel}" > + <ComboBox.ItemContainerStyle> + <Style TargetType="ComboBoxItem"> + <Setter Property="AutomationProperties.Name" Value="{Binding DisplayName}" /> + </Style> + </ComboBox.ItemContainerStyle> + </ComboBox> <!-- Row 3 --> <TextBlock Text="{x:Static Properties:Resources.VideoView_ExtraOptions}" Grid.Row="4" Grid.Column="0" Margin="0,5,0,0" VerticalAlignment="Center" HorizontalAlignment="Left" />
View file
1.11.0.tar.gz/win/CS/HandBrakeWPF/app.manifest -> 1.11.1.tar.gz/win/CS/HandBrakeWPF/app.manifest
Changed
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"> - <assemblyIdentity version="1.11.0.0" name="HandBrake.app"/> + <assemblyIdentity version="1.11.1.0" name="HandBrake.app"/> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
View file
1.11.0.tar.gz/win/CS/HandBrakeWPF/packages.lock.json -> 1.11.1.tar.gz/win/CS/HandBrakeWPF/packages.lock.json
Changed
@@ -35,7 +35,7 @@ "handbrake.app.core": { "type": "Project", "dependencies": { - "HandBrake.Interop": "1.11.0, )" + "HandBrake.Interop": "1.11.1, )" } }, "handbrake.interop": { @@ -44,7 +44,7 @@ "handbrake.worker": { "type": "Project", "dependencies": { - "HandBrake.Interop": "1.11.0, )" + "HandBrake.Interop": "1.11.1, )" } } }
View file
version.txt
Changed
@@ -1,9 +1,9 @@ URL=https://github.com/HandBrake/HandBrake.git -HASH=1a503832cffa12558c922a095620361d1678567d -SHORTHASH=1a503832c -TAG=1.11.0 -TAG_HASH=1a503832cffa12558c922a095620361d1678567d +HASH=4ce99a885cde39b3511016efdb5124726819defb +SHORTHASH=4ce99a885 +TAG=1.11.1 +TAG_HASH=4ce99a885cde39b3511016efdb5124726819defb REV=0 BRANCH= REMOTE=https://github.com/HandBrake/HandBrake.git -DATE=2026-03-07 08:28:06 +0100 +DATE=2026-03-22 14:31:36 +0100
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
.