]> granicus.if.org Git - handbrake/commit
WinGui:
authorsr55 <sr55.hb@outlook.com>
Thu, 5 Feb 2009 21:52:07 +0000 (21:52 +0000)
committersr55 <sr55.hb@outlook.com>
Thu, 5 Feb 2009 21:52:07 +0000 (21:52 +0000)
commitadaec0754c7c57be772c4deb070d337c12b2454d
tree583a122fe31acd0f818fb617fec893423e184b8f
parentb10c9cec2dd0426e6df05894d7888c0cea874a89
WinGui:
- Picture filters now have their own tab.
- Deinterlace, Decomb, Denoise and Detelecine are now custom controls with optional passthru string values
- Preset system updated to handle new controls and custom string values for filters.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2121 b64f7644-9d1e-0410-96f1-a4d463321fa5
20 files changed:
win/C#/Controls/Decomb.Designer.cs [new file with mode: 0644]
win/C#/Controls/Decomb.cs [new file with mode: 0644]
win/C#/Controls/Decomb.resx [new file with mode: 0644]
win/C#/Controls/Deinterlace.Designer.cs [new file with mode: 0644]
win/C#/Controls/Deinterlace.cs [new file with mode: 0644]
win/C#/Controls/Deinterlace.resx [new file with mode: 0644]
win/C#/Controls/Denoise.Designer.cs [new file with mode: 0644]
win/C#/Controls/Denoise.cs [new file with mode: 0644]
win/C#/Controls/Denoise.resx [new file with mode: 0644]
win/C#/Controls/Detelecine.Designer.cs [new file with mode: 0644]
win/C#/Controls/Detelecine.cs [new file with mode: 0644]
win/C#/Controls/Detelecine.resx [new file with mode: 0644]
win/C#/Functions/QueryParser.cs
win/C#/HandBrakeCS.csproj
win/C#/Queue/QueueHandler.cs
win/C#/frmMain.Designer.cs
win/C#/frmMain.cs
win/C#/frmMain.resx
win/C#/frmMain/PresetLoader.cs
win/C#/frmMain/QueryGenerator.cs