+/* CLI.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.Threading;\r
+/* Common.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.Text;\r
+/* QueryParser.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.Text;\r
+/* RssReader.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.ComponentModel;\r
+/* Resources.Designer.cs $\r
+\r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
; Script generated by the HM NIS Edit Script Wizard.\r
\r
; HM NIS Edit Wizard helper defines\r
!define PRODUCT_NAME "Handbrake"\r
-!define PRODUCT_VERSION "2.4.1"\r
+!define PRODUCT_VERSION "0.9.1"\r
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Handbrake.exe"\r
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"\r
!define PRODUCT_UNINST_ROOT_KEY "HKLM"\r
+/* AudioTrack.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.IO;\r
+/* Chapter.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.IO;\r
+/* DVD.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.Windows.Forms;\r
+/* Parser.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.IO;\r
+/* Subtitle.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.IO;\r
+/* Title.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.Drawing;\r
+/* Program.cs \r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.Collections.Specialized;\r
static void Main()\r
{\r
\r
+ // Development Code Expiry.\r
+ // Remember to comment out on public release!!!\r
+ int year = DateTime.Now.Year;\r
+ int month = DateTime.Now.Month;\r
+ int day = DateTime.Now.Day;\r
+\r
+ if ((year > 2007) || (month > 10 )) { MessageBox.Show("Sorry, This development build of Handbrake has expired."); return; } \r
+\r
+\r
+\r
// Check the system meets the system requirements.\r
Boolean launch = true;\r
try\r
-using System.Reflection;\r
+/* AssemblyInfo.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
+using System.Reflection;\r
using System.Runtime.CompilerServices;\r
using System.Runtime.InteropServices;\r
using System.Resources;\r
// set of attributes. Change these attribute values to modify the information\r
// associated with an assembly.\r
[assembly: AssemblyTitle("Handbrake")]\r
-[assembly: AssemblyDescription("DVD Like Source to MPEG-4 converter")]\r
+[assembly: AssemblyDescription("GPL'd DVD Like Source to MPEG-4 converter")]\r
[assembly: AssemblyConfiguration("")]\r
[assembly: AssemblyCompany("Handbrake")]\r
[assembly: AssemblyProduct("Handbrake")]\r
-//------------------------------------------------------------------------------\r
+/* Resources.Designer.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
+//------------------------------------------------------------------------------\r
// <auto-generated>\r
// This code was generated by a tool.\r
// Runtime Version:2.0.50727.1433\r
-//------------------------------------------------------------------------------\r
+/* Settings.Designer.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
+//------------------------------------------------------------------------------\r
// <auto-generated>\r
// This code was generated by a tool.\r
// Runtime Version:2.0.50727.1433\r
+/* frmAbout.Designer.cs \r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
namespace Handbrake\r
{\r
partial class frmAbout\r
+/* frmAbout.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.ComponentModel;\r
+/* frmDownload.Designer.cs \r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
namespace Handbrake\r
{\r
partial class frmDownload\r
+/* frmDownload.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.ComponentModel;\r
+/* frmDvdInfo.Designer.cs \r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
namespace Handbrake\r
{\r
partial class frmDvdInfo\r
+/* frmDvdInfo.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.ComponentModel;\r
+/* frmMain.Designer.cs \r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
namespace Handbrake\r
{\r
partial class frmMain\r
+/* frmMain.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.Collections.Specialized;\r
+/* frmOptions.Designer.cs \r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
namespace Handbrake\r
{\r
partial class frmOptions\r
+/* frmOptions.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.ComponentModel;\r
+/* frmQueue.Designer.cs \r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
namespace Handbrake\r
{\r
partial class frmQueue\r
+/* frmQueue.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.ComponentModel;\r
+/* frmReadDVD.Designer.cs \r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
namespace Handbrake\r
{\r
partial class frmReadDVD\r
+/* frmReadDVD.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.ComponentModel;\r
+/* frmSplashScreen.Designer.cs \r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
namespace Handbrake\r
{\r
partial class frmSplashScreen\r
+/* frmSplashScreen.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Collections.Generic;\r
using System.ComponentModel;\r
+/* frmUpdater.Designer.cs \r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
namespace Handbrake\r
{\r
partial class frmUpdater\r
+/* frmUpdater.cs $\r
+ \r
+ This file is part of the HandBrake source code.\r
+ Homepage: <http://handbrake.m0k.org/>.\r
+ It may be used under the terms of the GNU General Public License. */\r
+\r
using System;\r
using System.Windows.Forms;\r
using System.IO;\r