Changeset 117
- Timestamp:
- 12/13/06 14:59:03 (2 years ago)
- Files:
-
- trunk/src/org/thestaticvoid/iriverter/AboutDialog.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/AudioSyncDialog.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/AutomaticallySplitDialog.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/BitrateDialog.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/ChapterDialog.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/Chapters.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/Config.java.in (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/Converter.java (modified) (2 diffs, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/ConverterOptions.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/ConverterUI.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/DVD.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/DVDAdapter.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/DVDInfo.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/DVDInfoReader.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/DVDProgressDialog.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/DVDTitleInfo.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/Dimensions.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/Directory.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/DirectoryAdapter.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/DirectoryInfo.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/HelpBrowser.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/JoinVideos.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/JoinVideosInfo.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/ListOfFiles.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/LogViewer.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/Logger.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/MPlayerInfo.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/MPlayerNotFoundException.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/MPlayerPathDialog.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/ManualSplit.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/ManualSplitAdapter.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/ManualSplitInfo.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/Mark.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/MencoderStreamParser.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/OutputVideoInfo.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/OverwriteDialog.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/Profile.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/ProfileFilter.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/ProgressDialog.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/ProgressDialogInfo.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/SingleVideo.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/SingleVideoAdapter.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/SingleVideoInfo.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/TabItemControl.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/VideoFileFilter.java (modified) (1 diff, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/VolumeDialog.java (modified) (5 diffs, 1 prop)
- trunk/src/org/thestaticvoid/iriverter/VolumeFilter.java (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/org/thestaticvoid/iriverter/AboutDialog.java
- Property svn:keywords set to Id
r116 r117 15 15 * You should have received a copy of the GNU General Public License 16 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 18 19 * 19 * $Id :$20 * $Id$ 20 21 */ 21 22 package org.thestaticvoid.iriverter; trunk/src/org/thestaticvoid/iriverter/AudioSyncDialog.java
- Property svn:keywords set to Id
r114 r117 1 /* 2 * AudioSyncDialog.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/AutomaticallySplitDialog.java
- Property svn:keywords set to Id
r114 r117 1 /* 2 * AutomaticallySplitDialog.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/BitrateDialog.java
- Property svn:keywords set to Id
r114 r117 1 /* 2 * BitrateDialog.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/ChapterDialog.java
- Property svn:keywords set to Id
r32 r117 1 /* 2 * ChapterDialog.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/Chapters.java
- Property svn:keywords set to Id
r32 r117 1 /* 2 * Chapters.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/Config.java.in
- Property svn:keywords set to Id
r61 r117 1 /* 2 * Config.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/Converter.java
- Property svn:keywords set to Id
r114 r117 1 /* 2 * Converter.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 … … 235 256 commandList.add("harddup"); 236 257 237 if (ConverterOptions.getVolumeFilter().equals( "volnorm")) {258 if (ConverterOptions.getVolumeFilter().equals(VolumeFilter.VOLNORM)) { 238 259 commandList.add("-af"); 239 260 commandList.add("volnorm"); 240 } else if (ConverterOptions.getVolumeFilter().equals( "volume")) {261 } else if (ConverterOptions.getVolumeFilter().equals(VolumeFilter.VOLUME)) { 241 262 commandList.add("-af"); 242 263 commandList.add("volume=" + ConverterOptions.getGain()); trunk/src/org/thestaticvoid/iriverter/ConverterOptions.java
- Property svn:keywords set to Id
r114 r117 1 /* 2 * ConverterOptions.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/ConverterUI.java
- Property svn:keywords set to Id
r114 r117 1 /* 2 * ConverterUI.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/DVD.java
- Property svn:keywords set to Id
r114 r117 1 /* 2 * DVD.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/DVDAdapter.java
- Property svn:keywords set to Id
r32 r117 1 /* 2 * DVDAdapter.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/DVDInfo.java
- Property svn:keywords set to Id
r32 r117 1 /* 2 * DVDInfo.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/DVDInfoReader.java
- Property svn:keywords set to Id
r114 r117 1 /* 2 * DVDInfoReader.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/DVDProgressDialog.java
- Property svn:keywords set to Id
r32 r117 1 /* 2 * DVDProgressDialog.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/DVDTitleInfo.java
- Property svn:keywords set to Id
r32 r117 1 /* 2 * DVDTitleInfo.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/Dimensions.java
- Property svn:keywords set to Id
r32 r117 1 /* 2 * Dimensions.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/Directory.java
- Property svn:keywords set to Id
r102 r117 1 /* 2 * Directory.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/DirectoryAdapter.java
- Property svn:keywords set to Id
r32 r117 1 /* 2 * DirectoryAdapter.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/DirectoryInfo.java
- Property svn:keywords set to Id
r32 r117 1 /* 2 * DirectoryInfo.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/HelpBrowser.java
- Property svn:keywords set to Id
r32 r117 1 /* 2 * HelpBrowser.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/JoinVideos.java
- Property svn:keywords set to Id
r102 r117 1 /* 2 * JoinVideos.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/JoinVideosInfo.java
- Property svn:keywords set to Id
r32 r117 1 /* 2 * JoinVideosInfo.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/ListOfFiles.java
- Property svn:keywords set to Id
r32 r117 1 /* 2 * ListOfFiles.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/LogViewer.java
- Property svn:keywords set to Id
r105 r117 1 /* 2 * LogViewer.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/Logger.java
- Property svn:keywords set to Id
r103 r117 1 /* 2 * Logger.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/MPlayerInfo.java
- Property svn:keywords set to Id
r114 r117 1 /* 2 * MPlayerInfo.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/MPlayerNotFoundException.java
- Property svn:keywords set to Id
r114 r117 1 /* 2 * MPlayerNotFoundException.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 3 24 public class MPlayerNotFoundException extends Exception { 4 25 // empty 5 26 } trunk/src/org/thestaticvoid/iriverter/MPlayerPathDialog.java
- Property svn:keywords set to Id
r114 r117 1 /* 2 * MPlayerPathDialog.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/ManualSplit.java
- Property svn:keywords set to Id
r114 r117 1 /* 2 * ManualSplit.java 3 * Copyright (C) 2005-2007 James Lee 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * 02110-1301, USA. 19 * 20 * $Id$ 21 */ 1 22 package org.thestaticvoid.iriverter; 2 23 trunk/src/org/thestaticvoid/iriverter/ManualSplitAdapter.java
- Property svn:keywords set to Id
r32 r117 1 /* <
