]> granicus.if.org Git - handbrake/commit
WiWinGui: Remap the audio and video encoders. Hopefully this should also be backward...
authorsr55 <sr55.hb@outlook.com>
Sun, 16 Jun 2013 16:00:15 +0000 (16:00 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 16 Jun 2013 16:00:15 +0000 (16:00 +0000)
commit9c4ba8930b22f92f0d8b985eb77a96fca4a62d28
tree32a7a3ee495ab418936131a157c734052ea0f557
parent9dcc30ae3c509b338f2f777089d9c05d294ca4ea
WiWinGui: Remap the audio and video encoders.  Hopefully this should also be backwards compatible with user presets, but it is recommended to re-create any user presets to that the new keys get picked up incase we drop the fallbacks in the future.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5591 b64f7644-9d1e-0410-96f1-a4d463321fa5
18 files changed:
win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
win/CS/HandBrake.ApplicationServices/LibHb/AudioVideoHelpers.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs
win/CS/HandBrake.ApplicationServices/Services/Interfaces/IPresetService.cs
win/CS/HandBrake.ApplicationServices/Services/PresetService.cs
win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs
win/CS/HandBrake.ApplicationServices/Utilities/EnumHelper.cs
win/CS/HandBrake.ApplicationServices/Utilities/GeneralUtilities.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Attributes/ShortName.cs [new file with mode: 0644]
win/CS/HandBrake.Interop/HandBrakeInterop/Converters.cs
win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/NativeConstants.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs
win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/AudioCodec.cs
win/CS/HandBrakeWPF/Converters/Audio/AudioBitrateConverter.cs
win/CS/HandBrakeWPF/Converters/Audio/AudioEncoderConverter.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs