A B C D E F G H I J K L M N O P Q R S T U V W X

A

AboutBox - class net.sourceforge.dvb.projectx.gui.AboutBox.
AboutBox for Project-X GUI.
AboutBox(Frame) - Constructor for class net.sourceforge.dvb.projectx.gui.AboutBox
Constructor of AboutBox.
AC3_AUDIO - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
AccessEnabled() - Method in interface net.sourceforge.dvb.projectx.xinput.topfield_raw.RawReadIF
 
AccessEnabled() - Method in class RawRead
 
ACTION_DEMUX - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ACTION_FILTER - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ACTION_TO_M2P - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ACTION_TO_PVA - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ACTION_TO_TS - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ACTION_TO_VDR - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ACTION_UNDEFINED - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.dvb.projectx.gui.CheckBoxListener
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.dvb.projectx.gui.ComboBoxIndexListener
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.dvb.projectx.gui.ComboBoxItemListener
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.dvb.projectx.gui.TextFieldListener
 
adaptString(int, int) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
adaptString(String, int) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
Add_Block(int, int, int, int[], boolean) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
integer matrix by dukios static int ref_dct_matrix_i[] = new int[64]; static { for(int i = 0; i < 8; i++) { for(int j = 0; j < 8; j++) { ref_dct_matrix_i[i * 8 + j] = Math.round(ref_dct_matrix[i][j] * 65536.0f); } } } public void IDCT_referenceFAST(short block[]){ int i, j, k, v; long tmp0 = ref_dct_matrix_i[0] * block[0]; long partial_product = ref_dct_matrix_i[0] * tmp0; v = (int) (partial_product >> 32); block[0] = idct_clip_table[IDCT_CLIP_TABLE_OFFSET + v]; Arrays.fill(block,block[0]); } public void IDCT_reference(short block[]){ int i, j, k, v; long tmp[] = new long[64]; int i8 = 0; for (i = 0; i < 8; i++) { for (j = 0; j < 8; j++) { tmp[i8 + j] = ( ref_dct_matrix_i[0 + j] * block[i8] + ref_dct_matrix_i[8 + j] * block[i8 + 1] + ref_dct_matrix_i[16 + j] * block[i8 + 2] + ref_dct_matrix_i[24 + j] * block[i8 + 3] + ref_dct_matrix_i[32 + j] * block[i8 + 4] + ref_dct_matrix_i[40 + j] * block[i8 + 5] + ref_dct_matrix_i[48 + j] * block[i8 + 6] + ref_dct_matrix_i[56 + j] * block[i8 + 7]); } i8 += 8; } // Transpose operation is integrated into address mapping by switching loop order of i and j for (j = 0; j < 8; j++) { for (i = 0; i < 8; i++) { long partial_product = ( ref_dct_matrix_i[i] * tmp[j] + ref_dct_matrix_i[8 + i] * tmp[8 + j] + ref_dct_matrix_i[16 + i] * tmp[16 + j] + ref_dct_matrix_i[24 + i] * tmp[24 + j] + ref_dct_matrix_i[32 + i] * tmp[32 + j] + ref_dct_matrix_i[40 + i] * tmp[40 + j] + ref_dct_matrix_i[48 + i] * tmp[48 + j] + ref_dct_matrix_i[56 + i] * tmp[56 + j]); v = (int) (partial_product >> 32); block[8 * i + j] = idct_clip_table[IDCT_CLIP_TABLE_OFFSET + v]; } } }
add_native_files(ArrayList) - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawInterface
 
add_native_files(ArrayList) - Method in interface net.sourceforge.dvb.projectx.xinput.topfield_raw.RawReadIF
 
add_native_files(ArrayList) - Method in class RawRead
 
addCellTime(int) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
addCellTime(JobProcessing) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
addCellTime(String) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
addCellTimeFromFileSegment(JobProcessing) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
addChapter(String) - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
addChapter(String) - Method in class net.sourceforge.dvb.projectx.thirdparty.Chapters
 
addChapter(String, String) - Method in class net.sourceforge.dvb.projectx.thirdparty.Chapters
 
addChapterpoint(int, Object) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
addChapterpoint(Object) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
addChapterpoint(Object[]) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
addCollection() - Static method in class net.sourceforge.dvb.projectx.common.Common
if collection doesnt exists, create one
addCollection(boolean) - Static method in class net.sourceforge.dvb.projectx.common.Common
if collection doesnt exists, create one
addCollection(JobCollection) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
addCollectionAtEnd() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
addCollectionAtEnd() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
addCollectionAtEnd() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
addCollectionAtEnd() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
addCollectionAtEnd() - Static method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
addCutpoint(int, Object) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
addCutpoint(Object) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
addCutpoint(Object[]) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
addGOP(long, int) - Method in class net.sourceforge.dvb.projectx.thirdparty.D2V
 
addInputDirectory(Object) - Method in class net.sourceforge.dvb.projectx.common.Settings
adds input_directory Xinput object
addInputFile(int, Object) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
addInputFile(Object) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
addInputFile(Object[]) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
addLayoutComponent(String, Component) - Method in class net.sourceforge.dvb.projectx.gui.ColumnLayout
 
addOutputDirectory(Object) - Method in class net.sourceforge.dvb.projectx.common.Settings
adds output_directory string
addOutputDirectory(Object, int) - Method in class net.sourceforge.dvb.projectx.common.Settings
adds output_directory string
addPID(Object) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
addPID(Object[]) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
addPidToExtract(Object) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
addPidToExtract(Object) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
addPidToExtract(Object) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
addPidToExtract(Object) - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
addSummaryInfo(String) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
AIFF - Static variable in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
alignSyncword(byte[], int, int) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
skip leading bytes before first valid startcodes and return fixed array
appendLogMessage(String) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
AudioFormat - class net.sourceforge.dvb.projectx.audio.AudioFormat.
 
AudioFormat() - Constructor for class net.sourceforge.dvb.projectx.audio.AudioFormat
 
AudioFormat(byte[]) - Constructor for class net.sourceforge.dvb.projectx.audio.AudioFormat
 
AudioFormat(int) - Constructor for class net.sourceforge.dvb.projectx.audio.AudioFormat
 
AudioFormatAC3 - class net.sourceforge.dvb.projectx.audio.AudioFormatAC3.
 
AudioFormatAC3() - Constructor for class net.sourceforge.dvb.projectx.audio.AudioFormatAC3
 
AudioFormatDTS - class net.sourceforge.dvb.projectx.audio.AudioFormatDTS.
 
AudioFormatDTS() - Constructor for class net.sourceforge.dvb.projectx.audio.AudioFormatDTS
 
AudioFormatLPCM - class net.sourceforge.dvb.projectx.audio.AudioFormatLPCM.
 
AudioFormatLPCM() - Constructor for class net.sourceforge.dvb.projectx.audio.AudioFormatLPCM
 
AudioFormatMPA - class net.sourceforge.dvb.projectx.audio.AudioFormatMPA.
 
AudioFormatMPA() - Constructor for class net.sourceforge.dvb.projectx.audio.AudioFormatMPA
 
AudioFormatWAV - class net.sourceforge.dvb.projectx.audio.AudioFormatWAV.
 
AudioFormatWAV() - Constructor for class net.sourceforge.dvb.projectx.audio.AudioFormatWAV
 
available() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawFileInputStream
 

B

Bitmap - class net.sourceforge.dvb.projectx.subtitle.Bitmap.
 
Bitmap() - Constructor for class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
Bitmap(int, int, int, int, int[], int, int, int, int, long, int) - Constructor for class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
Bitrate - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
BitrateMonitor - class net.sourceforge.dvb.projectx.gui.BitrateMonitor.
 
BitrateMonitor() - Constructor for class net.sourceforge.dvb.projectx.gui.BitrateMonitor
 
BitWalker - class net.sourceforge.dvb.projectx.io.BitWalker.
 
BitWalker() - Constructor for class net.sourceforge.dvb.projectx.io.BitWalker
 
BitWalker(byte[], int) - Constructor for class net.sourceforge.dvb.projectx.io.BitWalker
 
BMP - class net.sourceforge.dvb.projectx.subtitle.BMP.
 
Bound - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
breakMainProcess() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
BrowserLauncher - class edu.stanford.ejalbert.BrowserLauncher.
BrowserLauncher is a class that provides one static method, openURL, which opens the default web browser for the current user of the system to the given URL.
buildActionPanel() - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
buildAddonMenu() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildAudioPanel() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
buildAudioPanel() - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
buildAutoloadPanel() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildBMP_24bit(String, String) - Static method in class net.sourceforge.dvb.projectx.subtitle.BMP
 
buildBMP_palettized(String, Bitmap, ArrayList, int) - Static method in class net.sourceforge.dvb.projectx.subtitle.BMP
 
buildBMP_palettized(String, String, ArrayList, int) - Static method in class net.sourceforge.dvb.projectx.subtitle.BMP
 
buildButtonPanel() - Method in class net.sourceforge.dvb.projectx.gui.StartUp
 
buildChapterPointPanel() - Method in class net.sourceforge.dvb.projectx.gui.CollectionPanel
 
buildCollectionControlPanel() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildCutPointPanel() - Method in class net.sourceforge.dvb.projectx.gui.CollectionPanel
 
buildEditMenu() - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
buildExportPanel() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
buildExportPanel() - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
buildExternPanel() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
buildExternPanel() - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
buildFileMenu() - Method in class net.sourceforge.dvb.projectx.gui.HexViewer
 
buildFileMenu() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildFileMenu() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
buildFileMenu() - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
buildFileMenu() - Method in class net.sourceforge.dvb.projectx.gui.SubpictureFrame
 
buildFileMenu() - Method in class net.sourceforge.dvb.projectx.gui.FileProperties
 
buildFileMenu() - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
buildFilePanel() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildFilePanel1() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildGeneralMenu() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildHeadPanel() - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
buildHeadPanel(JPanel, String) - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
buildHeadPanel(JPanel, String) - Method in class net.sourceforge.dvb.projectx.gui.FileProperties
 
buildHeadPanel(JPanel, String) - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
buildHelpMenu() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildHLinePanel() - Method in class net.sourceforge.dvb.projectx.gui.StartUp
 
buildInputDirectories() - Method in class net.sourceforge.dvb.projectx.common.Settings
build input_directory Xinput object from property list (strings only)
buildLanguageMenu() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
Builds the Language Menu.
buildLoadPanel() - Method in class net.sourceforge.dvb.projectx.gui.StartUp
 
buildLogWindowPanel() - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
buildMainPanel() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildMainPanel() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
buildMainPanel() - Method in class net.sourceforge.dvb.projectx.gui.FileProperties
 
buildMainPanel() - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
buildMenu() - Method in class net.sourceforge.dvb.projectx.gui.HexViewer
 
buildMenu() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
buildMenu() - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
buildMenu() - Method in class net.sourceforge.dvb.projectx.gui.SubpictureFrame
 
buildMenu() - Method in class net.sourceforge.dvb.projectx.gui.FileProperties
 
buildMenu() - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
buildMenus() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildMessageMenu() - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
buildNavigationPanel() - Method in class net.sourceforge.dvb.projectx.gui.CollectionPanel
 
buildNetPanel() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
buildOptionMenu() - Method in class net.sourceforge.dvb.projectx.gui.HexViewer
 
buildOptionPanel() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
buildOutputDirectories() - Method in class net.sourceforge.dvb.projectx.common.Settings
build output_directory from property list (strings only)
buildPanel_1() - Method in class net.sourceforge.dvb.projectx.gui.CollectionPanel
 
buildPanel_2() - Method in class net.sourceforge.dvb.projectx.gui.CollectionPanel
 
buildPopupMenu() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildPopupMenu() - Method in class net.sourceforge.dvb.projectx.gui.PicturePanel
 
buildPostCommandsPanel() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
buildPostCommandsPanel() - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
buildPreferencesMenu() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildPreferencesMenu() - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
buildPreviewControlPanel() - Method in class net.sourceforge.dvb.projectx.gui.CollectionPanel
 
buildProcessControlPanel() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildProcessPanel() - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
buildProgressPanel() - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
buildRightPanel() - Method in class net.sourceforge.dvb.projectx.gui.CollectionPanel
 
buildScanViewPanel() - Method in class net.sourceforge.dvb.projectx.gui.ScanView
 
buildSettingsMenu() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildSpecialPanel() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
buildSpecialPanel() - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
buildStatusPanel() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
buildStatusPanel() - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
buildSubtitlePanel() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
buildSubtitlePanel() - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
buildTabPanel() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
buildTabPanel() - Method in class net.sourceforge.dvb.projectx.gui.FileProperties
 
buildTabPanel() - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
buildUpperPanel() - Method in class net.sourceforge.dvb.projectx.gui.StartUp
 
buildVideoPanel() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
buildVideoPanel() - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
buildViewerMenu() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
BYTEREORDERING - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
bytereverse(byte) - Static method in class net.sourceforge.dvb.projectx.subtitle.Teletext
change endian *

C

calcVideoTime(String) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
video timelength read from ptslogfile
canAccessColorTable() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
canAccessFtp() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
canAccessRawRead() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
canAccessSilentAC3() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
centerDialog() - Method in class net.sourceforge.dvb.projectx.gui.HexViewer
 
centerDialog() - Method in class net.sourceforge.dvb.projectx.gui.PatchDialog
Centers this dialog on the users screen.
changeByteOrder(byte[], int, int) - Static method in class net.sourceforge.dvb.projectx.common.Common
changes the byte order, fixed to 2bytes len ATM!
Channel - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
Chapters - class net.sourceforge.dvb.projectx.thirdparty.Chapters.
 
Chapters() - Constructor for class net.sourceforge.dvb.projectx.thirdparty.Chapters
 
CharSet - class net.sourceforge.dvb.projectx.subtitle.CharSet.
 
check_sync() - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
CheckBoxListener - class net.sourceforge.dvb.projectx.gui.CheckBoxListener.
 
CheckBoxListener() - Constructor for class net.sourceforge.dvb.projectx.gui.CheckBoxListener
 
checkLibraryAccess() - Static method in class net.sourceforge.dvb.projectx.common.Common
check whether commons-net is available, to prevent malfunctions
checkOutputDirectory() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
checkPTSMatch(long[], long[]) - Method in class net.sourceforge.dvb.projectx.parser.StreamProcessBase
 
checkVersion() - Static method in class net.sourceforge.dvb.projectx.common.Common
Checks the latest version of Project-X
clear() - Static method in class net.sourceforge.dvb.projectx.subtitle.BMP
 
clearBit33ofDTS(byte[], int) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
clearBit33ofPTS(byte[], int) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
clearChapterpoints() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
clearColorIndices() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
clearColorTable() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
clearCutpoints() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
clearEnhancements() - Static method in class net.sourceforge.dvb.projectx.subtitle.Teletext
 
clearMessageLog() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
clearPIDs() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
clearPreviewPixel() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
clearStatusStrings() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
clearStatusVariables() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
clearStreamNumbers() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
clearSubStreamCounters() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
clearSummaryInfo() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
clearView(int) - Method in class net.sourceforge.dvb.projectx.gui.CutView
 
clearView(int) - Method in class net.sourceforge.dvb.projectx.gui.CutView2
 
clearView(int) - Method in class net.sourceforge.dvb.projectx.gui.ScanView
 
clearViews() - Method in class net.sourceforge.dvb.projectx.gui.CutView
 
clearViews() - Method in class net.sourceforge.dvb.projectx.gui.CutView2
 
clearViews() - Method in class net.sourceforge.dvb.projectx.gui.ScanView
 
clone() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
close() - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
close() - Method in class net.sourceforge.dvb.projectx.io.RawFile
 
close() - Method in class net.sourceforge.dvb.projectx.subtitle.UnicodeWriter
 
close() - Method in class net.sourceforge.dvb.projectx.xinput.XInputStream
 
close() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
 
close() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawFileInputStream
 
close() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
close() - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
close() - Method in class net.sourceforge.dvb.projectx.gui.StartUp
 
close() - Method in class net.sourceforge.dvb.projectx.gui.SubpictureFrame
 
close() - Method in class net.sourceforge.dvb.projectx.gui.TeletextPageMatrix
 
close() - Method in class net.sourceforge.dvb.projectx.gui.FileProperties
 
close() - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
close(JobProcessing, boolean) - Method in class net.sourceforge.dvb.projectx.parser.StreamConverter
 
close(JobProcessing, String) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
 
closeAndRevert() - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
closeDebugLogStream() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
closeFile(int) - Method in interface net.sourceforge.dvb.projectx.xinput.topfield_raw.RawReadIF
 
closeFile(int) - Method in class RawRead
 
closeLogWindow() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
closeLogWindow() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
closeLogWindow() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
closeNormalLogStream(String) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
closeProgram(boolean) - Static method in class net.sourceforge.dvb.projectx.gui.MainFrame
geht nicht..
closeVideo(JobProcessing, String) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
 
CollectionPanel - class net.sourceforge.dvb.projectx.gui.CollectionPanel.
collection panel
CollectionPanel() - Constructor for class net.sourceforge.dvb.projectx.gui.CollectionPanel
 
CollectionProperties - class net.sourceforge.dvb.projectx.gui.CollectionProperties.
 
CollectionProperties() - Constructor for class net.sourceforge.dvb.projectx.gui.CollectionProperties
Constructor
ColumnLayout - class net.sourceforge.dvb.projectx.gui.ColumnLayout.
 
ColumnLayout() - Constructor for class net.sourceforge.dvb.projectx.gui.ColumnLayout
 
ComboBoxIndexListener - class net.sourceforge.dvb.projectx.gui.ComboBoxIndexListener.
 
ComboBoxIndexListener() - Constructor for class net.sourceforge.dvb.projectx.gui.ComboBoxIndexListener
 
ComboBoxItemListener - class net.sourceforge.dvb.projectx.gui.ComboBoxItemListener.
 
ComboBoxItemListener() - Constructor for class net.sourceforge.dvb.projectx.gui.ComboBoxItemListener
 
Common - class net.sourceforge.dvb.projectx.common.Common.
 
CommonGui - class net.sourceforge.dvb.projectx.gui.CommonGui.
 
CommonGui() - Constructor for class net.sourceforge.dvb.projectx.gui.CommonGui
 
CommonParsing - class net.sourceforge.dvb.projectx.parser.CommonParsing.
common stuff for parsing functions
compareHeader() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
compareHeader() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatDTS
verify current & last dts header
compareHeader() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatAC3
compare current & last ac3 header
compareHeader() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatLPCM
 
compareHeader() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatMPA
compare current & last mpa header
Copyright - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
copyright_extension() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
count() - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
countAllMediaFilesExportLength(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
countAudioStream() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
countExportedVideoFrameNumber(int) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
countFileNumber(int) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
countLastGopTimecode(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
countMediaFilesExportLength(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
countPictureStream() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
countProjectFileExportLength(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
countPVA() - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
countSourceVideoFrameNumber(int) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
countTeletextStream() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
countVideoExportTime(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
countVideoExportTimeSummary(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
cparity(byte) - Static method in class net.sourceforge.dvb.projectx.subtitle.Teletext
check parity *
createColorTable() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
CreateD2vIndex - Static variable in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
createIfo(String, Object[]) - Static method in class net.sourceforge.dvb.projectx.thirdparty.Ifo
 
createStreamProcess(int, JobCollection, String[], String) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
createTable() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
CUTMODE_BYTE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
CUTMODE_FRAME - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
CUTMODE_GOP - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
CUTMODE_PTS - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
CUTMODE_TIME - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
CutView - class net.sourceforge.dvb.projectx.gui.CutView.
 
CutView() - Constructor for class net.sourceforge.dvb.projectx.gui.CutView
 
CutView2 - class net.sourceforge.dvb.projectx.gui.CutView2.
 
CutView2() - Constructor for class net.sourceforge.dvb.projectx.gui.CutView2
 

D

D2V - class net.sourceforge.dvb.projectx.thirdparty.D2V.
 
D2V() - Constructor for class net.sourceforge.dvb.projectx.thirdparty.D2V
 
DebugMode() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
decode_layer1() - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
decode_layer2() - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
decode_macroblock(int[], int[], int[], int[][][], int[], int[][], int[]) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
decode_motion_vector(int, int, int, int, int) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
Decode_MPEG2_Intra_Block(int, int[]) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
Decode_MPEG2_Non_Intra_Block(int) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
Decode_Picture() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
decode_picture(byte[], int, boolean, Object) - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
decode_picture(byte[], int, boolean, Object, long, boolean, boolean) - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
decodeAncillaryData(byte[], String) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
decodeAncillaryData(byte[], String) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatMPA
 
decodeArray(byte[]) - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
decodeArray(byte[], boolean, boolean, boolean, int) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
returns arrays byteposition offset of 1st successful decoded GOP interface, entry point to decode picture for preview
decodeArray(byte[], int, boolean, boolean, boolean, int) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
returns arrays byteposition offset of 1st successful decoded GOP interface, entry point to decode picture for preview
decodeDVBSubpicture(byte[], int[], Graphics2D, BufferedImage, long, boolean, boolean) - Method in class net.sourceforge.dvb.projectx.subtitle.DVBSubpicture
 
decodeVPS(byte[], int) - Static method in class net.sourceforge.dvb.projectx.parser.VBI
 
DEFAULT - Static variable in class net.sourceforge.dvb.projectx.xinput.DirType
Default DirType
DEFAULT - Static variable in class net.sourceforge.dvb.projectx.xinput.FileType
Default FileType
deleteAiff(String) - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
deleteIdd() - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
deleteInfo() - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
deleteRIFF(String) - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
demuxList - Static variable in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
determinePrimaryFileSegments() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
DirType - class net.sourceforge.dvb.projectx.xinput.DirType.
 
displayHeader() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
displayHeader() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatDTS
display last dts header
displayHeader() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatAC3
display last ac3 header
displayHeader() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatLPCM
 
displayHeader() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatWAV
display last wav header
displayHeader() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatMPA
display last mpa header
DOWNMIX - Static variable in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
DOWNSAMPLE - Static variable in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
DSM_CC_STREAM_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
DTS_AUDIO - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
Dual_Prime_Arithmetic(int[][], int[], int, int) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
dvb - Variable in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
DVBSubpicture - class net.sourceforge.dvb.projectx.subtitle.DVBSubpicture.
 
DVBSubpicture() - Constructor for class net.sourceforge.dvb.projectx.subtitle.DVBSubpicture
 

E

ECM_STREAM_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
editFrame(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
editFrame(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatAC3
 
EMM_STREAM_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
Emphasis - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
entry(int) - Method in class net.sourceforge.dvb.projectx.gui.CollectionPanel
 
entry(XInputFile) - Method in class net.sourceforge.dvb.projectx.gui.PatchDialog
 
equals(Object) - Method in class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
equals(Object) - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
ERRORCODE - Variable in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
ERRORCODE - Variable in class net.sourceforge.dvb.projectx.parser.StreamProcessBase
 
ES_AC3_A_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ES_AC3_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ES_AUDIO_PARSER - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ES_cRIFF_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ES_DTS_A_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ES_DTS_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ES_MPA_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ES_MPV_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ES_RIFF_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ES_SUBPICTURE_PARSER - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ES_SUP_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ES_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
ES_VIDEO_PARSER - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
exists() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
exists() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
Checks if file exists
exists() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
Checks if file exists
exists() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
Checks if file exists
exists() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
Checks if file exists
exitApplication(int) - Static method in class net.sourceforge.dvb.projectx.common.Common
save settings, if enabled and no fatal error has occured
EXTENSION_START_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
extern_Get_Hdr() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
extra_bit_information() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 

F

fchild - Static variable in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
FILE - Static variable in class net.sourceforge.dvb.projectx.xinput.FileType
File in a normal filesystem
FILE_DIR - Static variable in class net.sourceforge.dvb.projectx.xinput.DirType
Directory in a normal filesystem
FileProperties - class net.sourceforge.dvb.projectx.gui.FileProperties.
 
FileProperties() - Constructor for class net.sourceforge.dvb.projectx.gui.FileProperties
Constructor
filesep - Static variable in class net.sourceforge.dvb.projectx.common.Resource
os dependent file separator
FileType - class net.sourceforge.dvb.projectx.xinput.FileType.
 
fillAiff(String, long, boolean, int) - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
fillRIFF(String, boolean, int) - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
fillRiffHeader(String) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
updates RIFF returns playtime as int
fillStdRiffHeader(String, long) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
updates std RIFF
findClose(int) - Method in interface net.sourceforge.dvb.projectx.xinput.topfield_raw.RawReadIF
 
findClose(int) - Method in class RawRead
 
findNextFile(int) - Method in interface net.sourceforge.dvb.projectx.xinput.topfield_raw.RawReadIF
 
findNextFile(int) - Method in class RawRead
 
findOpen(String) - Method in interface net.sourceforge.dvb.projectx.xinput.topfield_raw.RawReadIF
 
findOpen(String) - Method in class RawRead
 
finish(String, String) - Method in class net.sourceforge.dvb.projectx.thirdparty.Chapters
 
finishProcessing() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
finish the process and all objects
finishProcessing() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
finish the process and all objects
flush() - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
flush() - Method in class net.sourceforge.dvb.projectx.subtitle.UnicodeWriter
 
flushbits(int) - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
flushBuffer(int) - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
formatIDString(String, int, int, int) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
formatNumber(long) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
formatTime_1(long) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
formatTime_2(long, long) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
formatTime_2a(long) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
formatTime_3(long) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
formatTime_4(long) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
fparent - Static variable in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
FRAME_B_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
FRAME_D_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
FRAME_I_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
FRAME_P_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
FRAME_PICTURE - Static variable in class net.sourceforge.dvb.projectx.io.BitWalker
 
FrameRate(byte) - Method in class net.sourceforge.dvb.projectx.thirdparty.D2V
 
FramesToTime(int, double) - Method in class net.sourceforge.dvb.projectx.parser.StreamProcessBase
 
fromString(String) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
FTP - Static variable in class net.sourceforge.dvb.projectx.xinput.FileType
File on a ftp server
FTP_DIR - Static variable in class net.sourceforge.dvb.projectx.xinput.DirType
Directory on a ftp server
FtpChooser - class net.sourceforge.dvb.projectx.gui.FtpChooser.
Überschrift: Beschreibung: Copyright: Copyright (c) 2004 Organisation:
FtpChooser() - Constructor for class net.sourceforge.dvb.projectx.gui.FtpChooser
 
FtpServer - class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer.
 
FtpServer(FtpVO) - Constructor for class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
 
FtpVO - class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO.
 
FtpVO(String, String, String, String, FTPFile) - Constructor for class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
FtpVO(String, String, String, String, String, FTPFile) - Constructor for class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 

G

Get_Chroma_DC_dct_diff() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
Get_coded_block_pattern() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
Get_Hdr() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
Get_Luma_DC_dct_diff() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
Get_macroblock_address_increment() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
get() - Method in class net.sourceforge.dvb.projectx.gui.StartUp
 
get1stVideoPTS() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
get2ndArray() - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
getAC3list() - Static method in class net.sourceforge.dvb.projectx.common.Common
Returns the AC3list.
getActionType() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getActive_G0_Set(int, int, int) - Static method in class net.sourceforge.dvb.projectx.subtitle.CharSet
 
getActive_G2_Set(int, int, int) - Static method in class net.sourceforge.dvb.projectx.subtitle.CharSet
 
getActiveCollection() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getActiveNationalSubset(int, int, int) - Static method in class net.sourceforge.dvb.projectx.subtitle.CharSet
 
getAdditionals() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getAllMediaFilesExportLength() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getAllSizes() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getArea() - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
getAspectRatio() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
getAspectRatio(int) - Static method in class net.sourceforge.dvb.projectx.video.Video
returns aspectratio as string
getAspectRatioValue(int) - Static method in class net.sourceforge.dvb.projectx.video.Video
returns aspectratio as string
getAudio() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getAudioProcessingFlags() - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
getAudioStreams() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getAutoPMT() - Static method in class net.sourceforge.dvb.projectx.thirdparty.TS
 
getAvailableLocales() - Static method in class net.sourceforge.dvb.projectx.common.Resource
Returns the available Locales for pjxresources.
getBitmap(int) - Static method in class net.sourceforge.dvb.projectx.subtitle.BMP
 
getBitrate() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
getbits(int) - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
getBooleanProperty(String) - Method in class net.sourceforge.dvb.projectx.common.Settings
Returns a Boolean property.
getBooleanProperty(String[]) - Method in class net.sourceforge.dvb.projectx.common.Settings
Returns a Boolean property or the given defaultValue.
getBooleanProperty(String, boolean) - Method in class net.sourceforge.dvb.projectx.common.Settings
Returns a Boolean property or the given defaultValue.
getBorrowedPts() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getBottom() - Method in class net.sourceforge.dvb.projectx.gui.CutView
 
getBottom() - Method in class net.sourceforge.dvb.projectx.gui.CutView2
 
getBottom() - Method in class net.sourceforge.dvb.projectx.gui.ScanView
 
getCellTimes() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getChannel() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
getChapterpointCount() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getChapterpointList() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getChapterpoints() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getChapters() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getChosenLanguage() - Static method in class net.sourceforge.dvb.projectx.common.Resource
 
getCollection() - Static method in class net.sourceforge.dvb.projectx.common.Common
return collection
getCollection(int) - Static method in class net.sourceforge.dvb.projectx.common.Common
return collection
getCollectionAsTable() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
the coll table (gui only)
getCollectionListSize() - Static method in class net.sourceforge.dvb.projectx.common.Common
return collectionlist size
getCollectionProperties() - Static method in class net.sourceforge.dvb.projectx.gui.CommonGui
 
getColorIndex(int) - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getColorIndices() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getColorModels() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getColorModelsList() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getColorTable() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getColorTableArray() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getCombinedCharacter(int, int) - Static method in class net.sourceforge.dvb.projectx.subtitle.CharSet
 
getConstructorParameter() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
getConstructorParameter() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
 
getConstructorParameter() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
 
getConstructorParameter() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
getConstructorParameter() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
getContents() - Static method in class net.sourceforge.dvb.projectx.subtitle.BMP
 
getCounter() - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
getCutByteposition() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getCutComparePoint() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getCutCounter() - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
getCutImage() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
create new smaller cutimage pixel data
getCutImage(Object) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getCutpointCount() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getCutpointList() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getCutpoints() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getCutStatus() - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
getData() - Method in class net.sourceforge.dvb.projectx.io.StandardBuffer
 
getData() - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
getDataSize() - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
getDataTroughput() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getDateAndTime() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getDemux() - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
getDepth() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getDirectory() - Method in class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
getDirectory() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputDirectoryIF
Get path of directory
getDirectory() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputDirectoryImpl
Get path of directory
getDirectory() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
getDirectory() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl
Get path of directory
getDirectory() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputDirectoryImpl
Get path of directory
getDirType() - Method in class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
getDirType() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputDirectoryIF
 
getDirType() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputDirectoryImpl
 
getDirType() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl
 
getDirType() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputDirectoryImpl
 
getDirTypes() - Static method in class net.sourceforge.dvb.projectx.xinput.DirType
 
getEmphasis() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
getEnd() - Method in class net.sourceforge.dvb.projectx.video.PreviewObject
 
getEndPtsOfGop() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getErrorCount() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getErrors() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
getExportedSize() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getExportedVideoFrameNumber() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getExtension2_Id(byte[], int, int, int, boolean, long) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
vdr_dvbsub determination
getExtraWaveHeader(int, boolean) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
getExtraWaveHeader(int, boolean) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatAC3
 
getExtraWaveHeader(int, boolean) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatMPA
 
getFile() - Method in class net.sourceforge.dvb.projectx.video.PreviewObject
 
getFileDate() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getFileDate() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawInterface
 
getFileID() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getFileLocation() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getFileName() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getFileNumber() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getFileProperties() - Static method in class net.sourceforge.dvb.projectx.gui.CommonGui
 
getFiles() - Method in class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
getFiles() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputDirectoryIF
Get files in the directory.
getFiles() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputDirectoryImpl
Get files in the directory.
getFiles() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl
Get files in the directory.
getFiles() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputDirectoryImpl
Get files in the directory.
getFileSeparator() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getFileSize() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getFileSize() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawInterface
 
getFileSize(String) - Method in interface net.sourceforge.dvb.projectx.xinput.topfield_raw.RawReadIF
 
getFileSize(String) - Method in class RawRead
 
getFileSource() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getFileSourceAndName() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getFileSourceBase() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getFileType() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getFileType() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
getFileType() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
Gets the type of this XInputFile implementation.
getFileType() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
 
getFileType() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
getFileType() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
getFileTypes() - Static method in class net.sourceforge.dvb.projectx.xinput.FileType
 
getFirstAudioPts() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getFirstFileBase() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getFirstFileDate() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getFirstFileName() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getfirstID() - Static method in class net.sourceforge.dvb.projectx.thirdparty.TS
 
getFonts() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getFormatInfo() - Static method in class net.sourceforge.dvb.projectx.video.WSS
 
getFps() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getFrameBounds() - Static method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
getFrameRate(int) - Static method in class net.sourceforge.dvb.projectx.video.Video
returns framerate as string
getFrameTimeLength() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
getFtpFile() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
getFullInfo() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getGlobalDebug() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getGop() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getGopArray() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getGopArray() - Method in class net.sourceforge.dvb.projectx.parser.GopArray
 
getGuiInterface() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getHashMapProperty(String) - Method in class net.sourceforge.dvb.projectx.common.Settings
Gets a Map of properties starting with key.
getHeight() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getHeight() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
getId() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getID() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
getID() - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
getID() - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
returns PES pes_ID for later selection
getImage() - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
getImpl() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
getImplementation() - Method in class net.sourceforge.dvb.projectx.xinput.DirType
 
getImplementation() - Method in class net.sourceforge.dvb.projectx.xinput.FileType
 
getInfo_1() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
getInfo_2() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
getInifile() - Method in class net.sourceforge.dvb.projectx.common.Settings
Returns the ini filename.
getInputDirectories() - Method in class net.sourceforge.dvb.projectx.common.Settings
returns input_directory Xinput objects
getInputFile(int) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getInputFile(String) - Static method in class net.sourceforge.dvb.projectx.common.Common
should support loading of supported URLs/files via CLI
getInputFiles() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getInputFilesAsList() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getInputFilesCount() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getInputStream() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
getInputStream() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
Get input stream from the file. close() on stream closes XInputFile, too.
getInputStream() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
Get input stream from the file. close() on stream closes XInputFile, too.
getInputStream() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
Get input stream from the file. close() on stream closes XInputFile, too.
getInputStream() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
Get input stream from the file. close() on stream closes XInputFile, too.
getInputStream(long) - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
getInputStream(long) - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
Get input stream from the file. close() on stream closes XInputFile, too.
getInputStream(long) - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
Get input stream from the file. close() on stream closes XInputFile, too.
getInputStream(long) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
Get input stream from the file. close() on stream closes XInputFile, too.
getInputStream(long) - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
Get input stream from the file. close() on stream closes XInputFile, too.
getInTime() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getIntProperty(String) - Method in class net.sourceforge.dvb.projectx.common.Settings
Returns an integer property.
getIntProperty(String[]) - Method in class net.sourceforge.dvb.projectx.common.Settings
Returns an integer property.
getIntProperty(String, int) - Method in class net.sourceforge.dvb.projectx.common.Settings
Returns an integer property.
getIntValue(byte[], int, int, boolean) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
getJavaEV(String) - Static method in class net.sourceforge.dvb.projectx.common.Common
show java EV
getJobProcessing() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getKeys() - Static method in class net.sourceforge.dvb.projectx.subtitle.BMP
 
getLastGopPts() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getLastGopTimecode() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getLastHeaderBytePosition() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getLastModeExtension() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
getLastSimplifiedPts() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
pts build from video es
getLayer() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
getLineSeparator() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getListProperty(String) - Method in class net.sourceforge.dvb.projectx.common.Settings
Gets a List of properties starting with key.
GetLoadStatus() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawInterface
 
GetLoadStatus() - Method in interface net.sourceforge.dvb.projectx.xinput.topfield_raw.RawReadIF
 
GetLoadStatus() - Method in class RawRead
 
getLocalizedResourceURL(String, String) - Static method in class net.sourceforge.dvb.projectx.common.Resource
Returns a resource (e.g. from the jar file) as an URL.
getLog() - Method in class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
getLog() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputDirectoryIF
Get log of communication with ftp server.
getLog() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputDirectoryImpl
Get log of communication with ftp server.
getLog() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
 
getLog() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl
Get log of communication with ftp server.
getLog() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputDirectoryImpl
Get log of communication with ftp server.
getMainFileChooser() - Static method in class net.sourceforge.dvb.projectx.gui.CommonGui
 
getMainFrameBounds() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getMainFrameBounds() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
getMainFrameBounds() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
getMainFrameBounds() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
getMaxBitrate() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
determined bitrates
getMaximumLines() - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
getMaximumSize() - Method in class net.sourceforge.dvb.projectx.gui.BitrateMonitor
 
getMaximumSize() - Method in class net.sourceforge.dvb.projectx.gui.MemoryMonitor.Surface
 
getMaxX() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getMaxY() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getMediaFilesExportLength() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getMediaPIDs() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getMessageLog() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getMinBitrate() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
determined bitrates
getMinimumSize() - Method in class net.sourceforge.dvb.projectx.gui.BitrateMonitor
 
getMinimumSize() - Method in class net.sourceforge.dvb.projectx.gui.MemoryMonitor.Surface
 
getMode() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
getModeExtension() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
getMpvDecoderClass() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getName() - Method in class net.sourceforge.dvb.projectx.xinput.DirType
Get type name
getName() - Method in class net.sourceforge.dvb.projectx.xinput.FileType
Get type name
getName() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
getName() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
Get Name of file
getName() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
Get Name of file
getName() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
Get Name of file
getName() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
Get Name of file
getNewFileID() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getnewID() - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
returns newID for later selection /or subid
getNewInstance() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getNewInstance() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getNewInstance() - Method in class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
getNewInstance() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
getNextFileStartPts() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getNum() - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
Object yet intialized
getObjectId() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getOffset() - Method in class net.sourceforge.dvb.projectx.parser.GopArray
 
getOutputDirectories() - Method in class net.sourceforge.dvb.projectx.common.Settings
returns output_directory strings
getOutputDirectory() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getOutputName() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getOutputName(String) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getOutputNameParent(String) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getPackCount() - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
returns packet counter
getPageId() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getPalPlusInfo() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
getParent() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
getParent() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
Get Path of parent
getParent() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
Get Path of parent
getParent() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
Get Path of parent
getParent() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
Get Path of parent
getPart() - Method in class net.sourceforge.dvb.projectx.thirdparty.D2V
 
getPassword() - Method in class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
getPassword() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputDirectoryIF
Get password for the ftp server
getPassword() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputDirectoryImpl
Get password for the ftp server
getPassword() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
getPassword() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl
Get password for the ftp server
getPassword() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputDirectoryImpl
Get password for the ftp server
getPAT() - Static method in class net.sourceforge.dvb.projectx.thirdparty.TS
 
getPCR(long, int, int) - Static method in class net.sourceforge.dvb.projectx.thirdparty.TS
 
getPES_ExtensionLengthField(byte[], int) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
getPES_IdField(byte[], int) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
getPES_LengthField(byte[], int) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
getPicturePanel() - Static method in class net.sourceforge.dvb.projectx.gui.CommonGui
 
getPictureStructure(boolean) - Method in class net.sourceforge.dvb.projectx.io.BitWalker
 
getPID() - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
getPID() - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
get PID for later selection
getPIDCount() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getPIDs() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getPIDs() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getPIDsAsInteger() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getPixel() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getPixels() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
getPlaytime() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getPlayTime() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getPMT() - Static method in class net.sourceforge.dvb.projectx.thirdparty.TS
 
getPort() - Method in class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
getPort() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputDirectoryIF
Get port of the ftp server
getPort() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputDirectoryImpl
Get port of the ftp server
getPort() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
getPort() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl
Get name or ip address of the ftp server
getPort() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputDirectoryImpl
Get port of the ftp server
getPort(String) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
getPortasInteger() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
getPreferredSize() - Method in class net.sourceforge.dvb.projectx.gui.BitrateMonitor
 
getPreferredSize() - Method in class net.sourceforge.dvb.projectx.gui.MemoryMonitor.Surface
 
getPreviewBufferValue() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getPreviewPixel() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
getPrimaryInputFileSegments() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getPrimaryPESDemuxList() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getProcessedCollection() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getProcessedFile() - Method in class net.sourceforge.dvb.projectx.video.Preview
 
getProcessedPercent() - Static method in class net.sourceforge.dvb.projectx.common.Common
progress
getProcessedPID() - Method in class net.sourceforge.dvb.projectx.video.Preview
 
getProcessTime() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getProjectFileD2V() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getProjectFileExportLength() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getProjectFileSplitSize() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getProperty(String) - Method in class net.sourceforge.dvb.projectx.common.Settings
Returns a String property.
getProperty(String[]) - Method in class net.sourceforge.dvb.projectx.common.Settings
Returns a String property.
getProperty(String, String) - Method in class net.sourceforge.dvb.projectx.common.Settings
Returns a String property.
getPTS() - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
last PTS
getPTSfromBytes(byte[], int) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
returns pts value from pes_extension
getPTSfromBytes(byte[], int, boolean) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
returns pts value from pes_extension
getPVADemuxList() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getPvaPidExtraction() - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
getPVAPidList() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getPvaPidToExtract() - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
getPvaVideoPts() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getRegionId() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getResourceURL(String) - Static method in class net.sourceforge.dvb.projectx.common.Resource
Returns a resource (e.g. from the jar file) as an URL.
getRiffHeader() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
returns RIFF
getSamplingFrequency() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
getSavedOutputDirectory() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getScaledImage() - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
getScanClass() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getScram() - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
getSecondaryPESDemuxList() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getSequenceEndCode() - Static method in class net.sourceforge.dvb.projectx.video.Video
returns Sequence End Code as array
getSequenceStartCode() - Static method in class net.sourceforge.dvb.projectx.video.Video
returns Sequence End Code as array
getServer() - Method in class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
getServer() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputDirectoryIF
Get name or ip address of the ftp server
getServer() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputDirectoryImpl
Get name or ip address of the ftp server
getServer() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
getServer() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl
Get name or ip address of the ftp server
getServer() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputDirectoryImpl
Get name or ip address of the ftp server
getSettings() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getSettings() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
routing returning settings
getShortSummary() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
getSize() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
getSizeBase() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
getSONHead(String, long) - Static method in class net.sourceforge.dvb.projectx.subtitle.Teletext
 
getSourceVideoFrameNumber() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getSplitPart() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getSplitSize() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getSSAHead() - Static method in class net.sourceforge.dvb.projectx.subtitle.Teletext
return SSA header *
getSSALine() - Static method in class net.sourceforge.dvb.projectx.subtitle.Teletext
return SSA line *
getStart() - Method in class net.sourceforge.dvb.projectx.video.PreviewObject
 
getStatusString() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getStatusStrings() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getStatusVariables() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getSTLHead(String) - Static method in class net.sourceforge.dvb.projectx.subtitle.Teletext
return STL header *
getStream() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawInterface
 
getStreamInfo() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
getStreamInfo() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
 
getStreamInfo() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
 
getStreamInfo() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
getStreamInfo() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
getStreamInfo(XInputFile) - Method in class net.sourceforge.dvb.projectx.parser.Scan
show ScanInfos
getStreamInfo(XInputFile, int) - Method in class net.sourceforge.dvb.projectx.parser.Scan
show ScanInfos
getStreamNumber() - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
 
getStreamNumbers() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getStreamObjects() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getStreamObjects(JobProcessing) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
getStreamSize() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawInterface
 
getStreamType() - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
returns stream tpye, vdr/es/mpeg1/2...
getStreamType() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getString(String) - Static method in class net.sourceforge.dvb.projectx.common.Resource
Gets a String from the Resource file.
getString(String, Object) - Static method in class net.sourceforge.dvb.projectx.common.Resource
Gets a String from the resource and inserts an optional argument.
getString(String, Object[]) - Static method in class net.sourceforge.dvb.projectx.common.Resource
Gets a String from the resource and inserts optional arguments.
getString(String, Object, Object) - Static method in class net.sourceforge.dvb.projectx.common.Resource
Gets a String from the resource and inserts two optional arguments.
getString(String, Object, Object, Object) - Static method in class net.sourceforge.dvb.projectx.common.Resource
Gets a String from the resource and inserts three optional arguments.
getString(String, Object, Object, Object, Object) - Static method in class net.sourceforge.dvb.projectx.common.Resource
Gets a String from the resource and inserts four optional arguments.
getString(String, Object, Object, Object, Object, Object) - Static method in class net.sourceforge.dvb.projectx.common.Resource
Gets a String from the resource and inserts five optional arguments.
getStringByLines(String) - Static method in class net.sourceforge.dvb.projectx.common.Resource
Returns a resource String as a String Array of lines.
getSubpicture() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getSubpictureClass() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getSubpictureStreams() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getSummaryInfo() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getTeletext() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getTeletextStreams() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getTemporaryFileList() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getTestMsg() - Method in class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
getTestMsg() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputDirectoryIF
Get result message after test().
getTestMsg() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputDirectoryImpl
Get result message after test().
getTestMsg() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
 
getTestMsg() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl
Get result message after test().
getTestMsg() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputDirectoryImpl
Get result message after test().
getTimeOut() - Method in class net.sourceforge.dvb.projectx.subtitle.DVBSubpicture
 
getTop() - Method in class net.sourceforge.dvb.projectx.gui.CutView
 
getTop() - Method in class net.sourceforge.dvb.projectx.gui.CutView2
 
getTop() - Method in class net.sourceforge.dvb.projectx.gui.ScanView
 
getTSDemuxList() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getTSPidList() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getTTX(byte[], int, String) - Static method in class net.sourceforge.dvb.projectx.thirdparty.TS
 
getType() - Method in class net.sourceforge.dvb.projectx.io.StandardBuffer
 
getType() - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
returns es_streamtype
getType() - Method in class net.sourceforge.dvb.projectx.video.PreviewObject
 
getType() - Method in class net.sourceforge.dvb.projectx.xinput.DirType
Get type value
getType() - Method in class net.sourceforge.dvb.projectx.xinput.FileType
Get type value
getUrl() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
getUrl() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
Get url representation of the object.
getUrl() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
Get url representation of the object.
getUrl() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
Get url representation of the object.
getUrl() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
Get url representation of the object.
getUser() - Method in class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
getUser() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputDirectoryIF
Get user for the ftp server
getUser() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputDirectoryImpl
Get user for the ftp server
getUser() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
getUser() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl
Get user for the ftp server
getUser() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputDirectoryImpl
Get user for the ftp server
getUserColorTable() - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
getUserColorTableArray() - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
getUserColourTable(String) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getUserConfirmation(String) - Static method in class net.sourceforge.dvb.projectx.gui.CommonGui
 
getUserConfirmationDialog(String) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
getUserConfirmationDialog(String) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
getUserConfirmationDialog(String) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
getUserFTPCommand() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
getUserInput(JFrame, String, String, Object) - Static method in class net.sourceforge.dvb.projectx.gui.CommonGui
 
getUserInput(String) - Static method in class net.sourceforge.dvb.projectx.gui.CommonGui
 
getUserInput(String, String) - Static method in class net.sourceforge.dvb.projectx.gui.CommonGui
 
getUserInput(String, String, Object) - Static method in class net.sourceforge.dvb.projectx.gui.CommonGui
user dialog field filled with suggestion by 'mcr42' 2005/06/16
getUserInputDialog(String, String) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
getUserInputDialog(String, String) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
getUserInputDialog(String, String) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
getValue(byte[], int, int, boolean) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
getValue(byte[], int, int, boolean) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
returns value
getVBasic() - Method in class net.sourceforge.dvb.projectx.parser.Scan
 
getVersion() - Static method in class net.sourceforge.dvb.projectx.common.Common
Returns the Version information
getVersionDate() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getVersionName() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
getVideo() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getVideoExportTime() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getVideoExportTimeSummary() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
getVideoformatfromBytes(byte[]) - Static method in class net.sourceforge.dvb.projectx.video.Video
returns formatted display from sequence header
getVideoFramerate() - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
getVideoHeader() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getVideoStreams() - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
getWidth() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getWidth() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
getWSS() - Static method in class net.sourceforge.dvb.projectx.video.WSS
 
getWSSFormatInfo() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
getWSSInfo() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
getX() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
getXInputDirectory() - Method in class net.sourceforge.dvb.projectx.gui.FtpChooser
 
getY() - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
Gop - class net.sourceforge.dvb.projectx.parser.Gop.
placeholder for future class
Gop(JobCollection) - Constructor for class net.sourceforge.dvb.projectx.parser.Gop
 
GopArray - class net.sourceforge.dvb.projectx.parser.GopArray.
not used ATM
GopArray() - Constructor for class net.sourceforge.dvb.projectx.parser.GopArray
 
goptest(JobProcessing, IDDBufferedOutputStream, byte[], byte[], DataOutputStream, String, int[], List, List) - Method in class net.sourceforge.dvb.projectx.parser.Gop
gop changing/testing
goptest(JobProcessing, IDDBufferedOutputStream, byte[], byte[], DataOutputStream, String, int[], List, List, boolean) - Method in class net.sourceforge.dvb.projectx.parser.Gop
gop changing/testing
GROUP_START_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
GuiInterface - class net.sourceforge.dvb.projectx.common.GuiInterface.
 
GuiInterface() - Constructor for class net.sourceforge.dvb.projectx.common.GuiInterface
 
GuiInterface(boolean) - Constructor for class net.sourceforge.dvb.projectx.common.GuiInterface
 
GuiInterfaceIF - interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF.
 
GuiInterfaceImpl - class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl.
 
GuiInterfaceImpl() - Constructor for class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 

H

hamming_24_18(byte[], int) - Static method in class net.sourceforge.dvb.projectx.subtitle.Teletext
 
hamming_8_4(byte) - Static method in class net.sourceforge.dvb.projectx.subtitle.Teletext
hamming decode 8/4 *
hasElementaryVideoStream() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
hashCode() - Method in class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
hashCode() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
hasSequenceHeader() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
hasSettings() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
HexViewer - class net.sourceforge.dvb.projectx.gui.HexViewer.
 
HexViewer() - Constructor for class net.sourceforge.dvb.projectx.gui.HexViewer
 
hideSubpicture() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
hideSubpicture() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
hideSubpicture() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
HpFix - class net.sourceforge.dvb.projectx.parser.HpFix.
 
HpFix() - Constructor for class net.sourceforge.dvb.projectx.parser.HpFix
 
Html - class net.sourceforge.dvb.projectx.gui.Html.
Html.java - provides an external HTML pane for additional infos.
Html() - Constructor for class net.sourceforge.dvb.projectx.gui.Html
Constructor of Html.
Html(String) - Constructor for class net.sourceforge.dvb.projectx.gui.Html
 

I

iconify() - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
ID - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
IDCTRefNative - class net.sourceforge.dvb.projectx.video.IDCTRefNative.
JNI java class to access idctref.dll.
IDCTRefNative() - Constructor for class net.sourceforge.dvb.projectx.video.IDCTRefNative
 
IDCTSseNative - class net.sourceforge.dvb.projectx.video.IDCTSseNative.
JNI java class to access idctsse.dll.
IDCTSseNative() - Constructor for class net.sourceforge.dvb.projectx.video.IDCTSseNative
 
IDDBufferedOutputStream - class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream.
 
IDDBufferedOutputStream(OutputStream) - Constructor for class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
IDDBufferedOutputStream(OutputStream, int) - Constructor for class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
Ifo - class net.sourceforge.dvb.projectx.thirdparty.Ifo.
 
infoPTSMatch(String, String, boolean, boolean) - Method in class net.sourceforge.dvb.projectx.parser.StreamProcessBase
 
init_work(int) - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
init() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
init() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
init() - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
init() - Method in class net.sourceforge.dvb.projectx.parser.StreamProcessBase
 
init() - Method in class net.sourceforge.dvb.projectx.video.IDCTRefNative
Initializes the IDCT algorithm
init() - Method in class net.sourceforge.dvb.projectx.gui.HexViewer
 
init() - Method in class net.sourceforge.dvb.projectx.gui.TeletextPageMatrix.Picture
 
init(boolean) - Method in class net.sourceforge.dvb.projectx.thirdparty.Chapters
 
init(int[], int) - Static method in class net.sourceforge.dvb.projectx.video.WSS
 
init(JobCollection, String, int, int, int) - Method in class net.sourceforge.dvb.projectx.parser.StreamConverter
 
init(JobCollection, String, int, int, int) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
main init nonVideo
init(String) - Method in class net.sourceforge.dvb.projectx.gui.TeletextPageMatrix.Picture
 
Init(String) - Method in class net.sourceforge.dvb.projectx.thirdparty.D2V
 
init(String, boolean, boolean, int) - Static method in class net.sourceforge.dvb.projectx.thirdparty.TS
 
init2(JobCollection, String) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
re-init nonVideo
InitChapters(String) - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
initConversion(JobCollection, String, int, int, int) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
init conversions
initExtraWaveHeader(boolean, boolean, boolean) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
initExtraWaveHeader(boolean, boolean, boolean) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatAC3
 
initExtraWaveHeader(boolean, boolean, boolean) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatMPA
 
InitialDecoder() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
InitIdd(String, int) - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
InitInfo(String) - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
initTtxPageMatrix(String) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
initTtxPageMatrix(String) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
initTtxPageMatrix(String) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
InitVdr(String, int) - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
initVideo(JobCollection, String, int, int, int) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
 
initVideo2(JobCollection, String) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
 
INTEL - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
isAccelerated() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
isActive() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
check if a process from this coll is running hinder some modifications of files and so on
isAvailable() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
isBufferFull() - Method in class net.sourceforge.dvb.projectx.parser.GopArray
 
isCollectionListEmpty() - Static method in class net.sourceforge.dvb.projectx.common.Common
return collection
isEmpty() - Static method in class net.sourceforge.dvb.projectx.subtitle.BMP
 
isForced_Msg() - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
isInfoScan() - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
isLibraryLoaded() - Static method in class net.sourceforge.dvb.projectx.video.IDCTRefNative
Returns true if the library is loaded.
isLibraryLoaded() - Static method in class net.sourceforge.dvb.projectx.video.IDCTSseNative
Returns true if the library is loaded.
isneeded() - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
isNewVideoStream() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
isOnline() - Method in class net.sourceforge.dvb.projectx.net.WebInterface
 
isPalPlus() - Static method in class net.sourceforge.dvb.projectx.video.WSS
 
isProcessCancelled() - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
isProcessPausing() - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
isRunningCLI() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
isRunningFromCLI() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
isRunningProcess() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
isSplitLoopActive() - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
isStarted() - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
isSubpictureVisible() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
isSubpictureVisible() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
isSubpictureVisible() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
isTested() - Method in class net.sourceforge.dvb.projectx.gui.FtpChooser
 
isTTX() - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
is it TTX?
isWebServerOnline() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
ITEMS_BitrateInAllSequences - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_BitrateInFirstSequence - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_ChangeAspectRatio - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_ChangeVbvBuffer - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_ChangeVbvDelay - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_ConditionalHorizontalPatch - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_ConversionMode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
MainPanel
ITEMS_CutMode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_Export_Overlap - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_Export_SplitSize - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_ExportDAR - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_ExportHorizontalResolution - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_FileTypes - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_Infoscan - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_losslessMpaConversionMode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_PcrDelta - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_PtsShift - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_resampleAudioMode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_SubtitleChangeDisplay - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_SubtitleExportFormat - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_TsHeaderMode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
ITEMS_TtxLanguagePair - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 

J

JobCollection - class net.sourceforge.dvb.projectx.common.JobCollection.
saves all stuff of a collection
JobCollection(String) - Constructor for class net.sourceforge.dvb.projectx.common.JobCollection
 
JobCollection(String, String, int, List, List, List, List) - Constructor for class net.sourceforge.dvb.projectx.common.JobCollection
 
JobProcessing - class net.sourceforge.dvb.projectx.common.JobProcessing.
saves all stuff of a collection process
JobProcessing(JobCollection, boolean, String) - Constructor for class net.sourceforge.dvb.projectx.common.JobProcessing
 

K

KEY_ActiveDirectory - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_additionalInputBuffer - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_additionalOffset - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Agreement - Static variable in class net.sourceforge.dvb.projectx.common.Keys
General
KEY_Audio_allowFormatChanges - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Audio_ignoreErrors - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Audio_limitPts - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_addAiffHeader - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_addFrames - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_addRiffHeader - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_addRiffToAc3 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_addRiffToMpgAudio - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_addRiffToMpgAudioL3 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_allowSpaces - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_changeByteorder - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_clearCRC - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_createDDWave - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_decodeMpgAudio - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_Downmix - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_fadeInOut - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_fadeInOutMillis - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_fillGapsWithLastFrame - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_losslessMpaConversionMode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_Normalize - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_NormalizeValue - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_patch1stAc3Header - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_pitchAudio - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_PitchValue - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_replaceAc3withSilence - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_resampleAudioMode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_AudioPanel_validateCRC - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_autostartWebServer - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ChangeAspectRatio - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ChangeBitrateInAllSequences - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ChangeBitrateInFirstSequence - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ChangeVbvBuffer - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ChangeVbvDelay - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_closeOnEnd - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ConditionalHorizontalPatch - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ConditionalHorizontalResolution - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Conversion_addPcrToStream - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Conversion_PcrCounter - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Conversion_startWithVideo - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ConversionMode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ConversionModePriority - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_CutMode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_DebugLog - Static variable in class net.sourceforge.dvb.projectx.common.Keys
OptionPanel
KEY_dumpDroppedGop - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_enablePostProcessing - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_enhancedPES - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExportDAR - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExportHorizontalResolution - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExportPanel_additionalOffset_Value - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExportPanel_createSubDirName - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExportPanel_createSubDirNumber - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExportPanel_createSubDirVdr - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExportPanel_Export_Overlap - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExportPanel_Infoscan_Value - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExportPanel_Overlap_Value - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExportPanel_SplitSize_Value - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExternPanel_appendExtension - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExternPanel_appendPidToFileName - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExternPanel_createCellTimes - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExternPanel_createChapters - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExternPanel_createD2vIndex - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExternPanel_createDgiIndex - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExternPanel_createInfoIndex - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExternPanel_createM2sIndex - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExternPanel_createVdrIndex - Static variable in class net.sourceforge.dvb.projectx.common.Keys
ExternPanel
KEY_ExternPanel_exportPts - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExternPanel_ProjectFileSplitSize - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExternPanel_renameAudio - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExternPanel_renameVideo - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExternPanel_save1stFrameOfGop - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ExternPanel_splitProjectFile - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_FtpServer_Commands - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_hideProcessWindow - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_holdStreamInfoOnOSD - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Input_concatenateForeignRecords - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Input_getEnclosedPackets - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_InputDirectories - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_InputDirectoriesDepth - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_killFtpClient - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Language - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_LookAndFeel - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_MainBuffer - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_MessagePanel_Msg1 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
MessagePanel
KEY_MessagePanel_Msg2 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_MessagePanel_Msg3 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_MessagePanel_Msg4 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_MessagePanel_Msg5 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_MessagePanel_Msg6 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_MessagePanel_Msg7 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_MessagePanel_Msg8 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_minimizeMainFrame - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_NormalLog - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_OptionDAR - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_OptionHorizontalResolution - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_OptionPanelIndex - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_OutputDirectories - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_OutputDirectory - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_PcrDelta_Value - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_PostCommands_Cmd1 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
PostCommands
KEY_PostCommands_Cmd2 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_PostCommands_Cmd3 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_PostCommands_Cmd4 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_PostCommands_Cmd5 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_PostCommands_Cmd6 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_PostCommands_Cmd7 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_PostCommands_Cmd8 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_PostProcessCompletion - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Preview_AllGops - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Preview_disable - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Preview_fastDecode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Preview_LiveUpdate - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Preview_YGain - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_PreviewBuffer - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_PtsShift_Value - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_PVA_Audio - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_PVA_FileOverlap - Static variable in class net.sourceforge.dvb.projectx.common.Keys
SpecialPanel
KEY_SaveSettingsOnExit - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_ScanBuffer - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_showSubpictureWindow - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_showTtxHeader - Static variable in class net.sourceforge.dvb.projectx.common.Keys
LogWindowPanel
KEY_simpleMPG - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SplitSize - Static variable in class net.sourceforge.dvb.projectx.common.Keys
ExportPanel
KEY_StartPath_Value - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Streamtype_Ac3Audio - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Streamtype_MpgAudio - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Streamtype_MpgVideo - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Streamtype_PcmAudio - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Streamtype_Subpicture - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Streamtype_Teletext - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Streamtype_Vbi - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubpictureColorModel - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitleChangeDisplay - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitleExportFormat - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitleExportFormat_2 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitleFont - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitleMovePosition_Value - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_decodeHiddenRows - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_decodeMegaradio - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_exportAsVobSub - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_exportTextAsUnicode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_exportTextAsUTF8 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_Format_SUP_Values - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_keepColourTable - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_keepOriginalTimecode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_MaxParityErrors - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_PageId_Value - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_rebuildPTS - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_specialTermination - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_TtxPage1 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_TtxPage2 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_TtxPage3 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_TtxPage4 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_TtxPage5 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_TtxPage6 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_TtxPage7 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_TtxPage8 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_SubtitlePanel_useTextOutline - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Tip - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_TS_blindSearch - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_TS_FinepassAdaption - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_TS_generatePmt - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_TS_generateTtx - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_TS_HumaxAdaption - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_TS_ignoreScrambled - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_TS_JepssenAdaption - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_TS_joinPackets - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_TS_setMainAudioAc3 - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_TsHeaderMode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_TtxLanguagePair - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_useAllCollections - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_useAutoPidFilter - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_useFtpServerResume - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Video_ignoreErrors - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_Video_trimPts - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_VideoPanel_addEndcode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
VideoPanel
KEY_VideoPanel_addSde - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_VideoPanel_addSequenceHeader - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_VideoPanel_clearCDF - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_VideoPanel_insertEndcode - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_VideoPanel_patchToInterlaced - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_VideoPanel_patchToProgressive - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_VideoPanel_SdeValue - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_VideoPanel_toggleFieldorder - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_VOB_resetPts - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_WebServerAccess - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_WebServerPort - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_WindowPositionMain_Height - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_WindowPositionMain_Width - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_WindowPositionMain_X - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_WindowPositionMain_Y - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_WriteOptions_writeAudio - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
KEY_WriteOptions_writeVideo - Static variable in class net.sourceforge.dvb.projectx.common.Keys
 
keyReleased(KeyEvent) - Method in class net.sourceforge.dvb.projectx.gui.TextFieldKeyListener
 
Keys - class net.sourceforge.dvb.projectx.common.Keys.
 
Keys() - Constructor for class net.sourceforge.dvb.projectx.common.Keys
Constructor

L

lastModified() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
lastModified() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
Time in milliseconds from the epoch.
lastModified() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
Time in milliseconds from the epoch.
lastModified() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
Time in milliseconds from the epoch.
lastModified() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
Time in milliseconds from the epoch.
lastModified(String) - Method in interface net.sourceforge.dvb.projectx.xinput.topfield_raw.RawReadIF
 
lastModified(String) - Method in class RawRead
 
Layer - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
layoutContainer(Container) - Method in class net.sourceforge.dvb.projectx.gui.ColumnLayout
 
lBitrate - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
lChannel - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
lCopyright - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
lEmphasis - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
length() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
length() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
Length of file in bytes.
length() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
Length of file in bytes.
length() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
Length of file in bytes.
length() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
Length of file in bytes.
lID - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
listDirectories() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
 
listFiles() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
 
littleEndian(byte[], int, int, boolean) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
littleEndian(int) - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
littleEndian(int, int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
littleEndian(int, int, boolean) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
lLayer - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
lMode - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
lMode_extension - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
load() - Method in class net.sourceforge.dvb.projectx.common.Settings
Loads the ini file.
load(long, int, List, boolean, boolean, boolean, int, Object[], int) - Method in class net.sourceforge.dvb.projectx.video.Preview
 
loadAC3() - Static method in class net.sourceforge.dvb.projectx.common.Common
Loads the ac3.bin file.
loadbits(int) - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
public static void loadbits(int size) { BitPos = BufferPos<<3; BufferPos += size; } public static int getbits(int N) { int Pos, Val; Pos = BitPos>>>3; Val = (0xFF&buf[Pos])<<24 | (0xFF&buf[Pos+1])<<16 | (0xFF&buf[Pos+2])<<8 | (0xFF&buf[Pos+3]); Val <<= BitPos & 7; Val >>>= 32-N; BitPos += N; return Val; }
loadGui() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
load main stuff
loadGui() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
loadGui() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
load main stuff
loadIcon(String) - Static method in class net.sourceforge.dvb.projectx.gui.CommonGui
Loads an image as ImageIcon.
loadImage(String) - Static method in class net.sourceforge.dvb.projectx.common.Resource
 
loadLang(String) - Static method in class net.sourceforge.dvb.projectx.common.Resource
Loads Language from ini file.
loadProperties(ByteArrayInputStream) - Method in class net.sourceforge.dvb.projectx.common.Settings
 
loadTempOtherPts(String, String, String, String, String, int, boolean, boolean) - Method in class net.sourceforge.dvb.projectx.parser.StreamProcessBase
loadTempOtherPts
loadTempVideoPts(String, boolean) - Method in class net.sourceforge.dvb.projectx.parser.StreamProcessBase
loadTempVideoPts
localize(AbstractButton, String) - Static method in class net.sourceforge.dvb.projectx.gui.CommonGui
Sets a button's text and mnemonic values using the specified resource key.
logAlias(JobProcessing, String, String) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
create PTS alias
lOriginal - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
lPadding_bit - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
LPCM_AUDIO - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
lPrivate_bit - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
lProtection_bit - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
lpublic_bit - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
lSampling_frequency - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
lSize - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
lSize_base - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
lTime_length - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 

M

macroblock_modes(int[], int[], int[], int[], int[], int[], int[]) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
main(String[]) - Static method in class net.sourceforge.dvb.projectx.common.Start
main
main(String[]) - Static method in class net.sourceforge.dvb.projectx.video.IDCTRefNative
Main method for testing.
main(String[]) - Static method in class net.sourceforge.dvb.projectx.video.IDCTSseNative
Main method for testing.
MainBufferSize - Variable in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
MainBufferSize - Variable in class net.sourceforge.dvb.projectx.parser.StreamProcessBase
 
MainFrame - class net.sourceforge.dvb.projectx.gui.MainFrame.
 
MainFrame(StartUp) - Constructor for class net.sourceforge.dvb.projectx.gui.MainFrame
Constructor of X.
MainProcess - class net.sourceforge.dvb.projectx.parser.MainProcess.
main thread
MainProcess() - Constructor for class net.sourceforge.dvb.projectx.parser.MainProcess
 
makecut(JobProcessing, long, List) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
make cut
makecut(JobProcessing, String, long, long, List, int, List, int, List) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
make cut
makepic(byte[], int, int, int, int, boolean) - Static method in class net.sourceforge.dvb.projectx.subtitle.Teletext
make suppic from teletext *
makestring(byte[], int, int, int, int, int, boolean) - Static method in class net.sourceforge.dvb.projectx.subtitle.Teletext
make strings from teletext *
mark(int) - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawFileInputStream
 
markSupported() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawFileInputStream
 
MAX_BITRATE_VALUE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
MAX_VALUE - Static variable in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
MemoryMonitor - class net.sourceforge.dvb.projectx.gui.MemoryMonitor.
Tracks Memory allocated & used, displayed in graph form.
MemoryMonitor.Surface - class net.sourceforge.dvb.projectx.gui.MemoryMonitor.Surface.
 
MemoryMonitor.Surface(MemoryMonitor) - Constructor for class net.sourceforge.dvb.projectx.gui.MemoryMonitor.Surface
 
MemoryMonitor() - Constructor for class net.sourceforge.dvb.projectx.gui.MemoryMonitor
 
minimumLayoutSize(Container) - Method in class net.sourceforge.dvb.projectx.gui.ColumnLayout
 
Mode - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
Mode_extension - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
modifyframe(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.MpaConverter
modify mpegaudio frame 48khz 56..384kbps M1L2
MONO - Static variable in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
motion_compensation(int[], int[], int[], int[][][], int[][], int[], int[]) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
motion_vector(int[], int[], int, int, int[], int[], int) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
motion_vectors(int[][][], int[], int[][], int, int[], int[], int, int, int[], int[]) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
MOTOROLA - Static variable in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
MpaConverter - class net.sourceforge.dvb.projectx.audio.MpaConverter.
 
MpaConverter() - Constructor for class net.sourceforge.dvb.projectx.audio.MpaConverter
 
MpaDecoder - class net.sourceforge.dvb.projectx.audio.MpaDecoder.
 
MpaDecoder() - Constructor for class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
MPEG_AUDIO - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
MPEG_VIDEO - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
MPEG1PS_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
MPEG2PS_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
MpvDecoder - class net.sourceforge.dvb.projectx.video.MpvDecoder.
 
MpvDecoder() - Constructor for class net.sourceforge.dvb.projectx.video.MpvDecoder
 
MULTIPLY - Static variable in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 

N

nBitrate - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
nChannel - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
nCopyright - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
nEmphasis - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
nextBits(byte[], int, int) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
nextFilePTS(JobCollection, int, int, long, int) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
nextfile PTS check returns new pts offset to append
nextFilePTS(JobCollection, int, int, long, int, long) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
nextfile PTS check returns new pts offset to append
nextFilePTS(JobCollection, int, int, long, long, int, long) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
nextfile PTS check returns new pts offset to append
nID - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
nLayer - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
nMode - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
nMode_extension - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
nOriginal - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
NORMALIZE - Static variable in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
nPadding_bit - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
nPrivate_bit - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
nProtection_bit - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
npublic_bit - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
nSampling_frequency - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
nSize - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
nSize_base - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
nTime_length - Variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 

O

open() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
 
open(JobCollection, int) - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
open(String) - Method in class net.sourceforge.dvb.projectx.gui.StartUp
 
open(XInputFile, int) - Method in class net.sourceforge.dvb.projectx.gui.FileProperties
 
openFile(String) - Method in interface net.sourceforge.dvb.projectx.xinput.topfield_raw.RawReadIF
 
openFile(String) - Method in class RawRead
 
openURL(String) - Static method in class edu.stanford.ejalbert.BrowserLauncher
Attempts to open the default web browser to the given URL.
Original - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 

P

PACK_START_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
Padding_bit - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
PADDING_STREAM_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
paint(Graphics) - Method in class net.sourceforge.dvb.projectx.gui.BitrateMonitor
 
paint(Graphics) - Method in class net.sourceforge.dvb.projectx.gui.CutView
 
paint(Graphics) - Method in class net.sourceforge.dvb.projectx.gui.MemoryMonitor.Surface
 
paint(Graphics) - Method in class net.sourceforge.dvb.projectx.gui.PicturePanel
updates the preview graphic
paint(Graphics) - Method in class net.sourceforge.dvb.projectx.gui.SubpictureFrame.Picture
 
paint(Graphics) - Method in class net.sourceforge.dvb.projectx.gui.TeletextPageMatrix.Picture
 
paint(Graphics) - Method in class net.sourceforge.dvb.projectx.gui.CutView2
 
paint2(Graphics) - Method in class net.sourceforge.dvb.projectx.gui.ScanView
 
paintPicture(byte[], int, int, int, int, int) - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
paint any picture, for export it should only have 2bit depth
parity(byte) - Static method in class net.sourceforge.dvb.projectx.subtitle.Teletext
set parity *
parse_header() - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
parseCutValue(long) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
parse cut long value
parseCutValue(String, boolean) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
parse cut field value
parseHeader(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
parseHeader(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatDTS
parse dts Header
parseHeader(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatAC3
parse ac3 Header
parseHeader(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatLPCM
 
parseHeader(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatWAV
parse RIFF_WAVE Header
parseHeader(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatMPA
parse mpa Header
parseHeader(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
parseNextHeader(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
parseNextHeader(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatDTS
parse dts Header
parseNextHeader(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatAC3
parse next ac3 Header
parseNextHeader(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatLPCM
 
parseNextHeader(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatMPA
parse next mpa Header
parsePES(byte[], int) - Static method in class net.sourceforge.dvb.projectx.parser.VBI
 
parseRiffData(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
parseRiffData(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatAC3
riffdata from ac3 audio awaiting a frame byte array, only the header is used
parseRiffData(byte[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatMPA
riffdata from mpeg audio awaiting a frame byte array, only the header is used
parseStream(JobCollection, XInputFile, int, int, String) - Method in class net.sourceforge.dvb.projectx.parser.StreamParser
 
parseStream(JobCollection, XInputFile, int, int, String) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
parseStream(JobCollection, XInputFile, int, int, String) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserPVA
PVA/PSV/PSA Parser
parseStream(JobCollection, XInputFile, int, int, String) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserTS
ts Parser
parseStream(JobCollection, XInputFile, int, int, String) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserPESPrimary
primary PES Parser
parseStream(JobCollection, XInputFile, int, int, String) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserPESSecondary
secondary PES Parser
parseStream(JobCollection, XInputFile, int, int, String) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserESVideo
check video ES
parseStream(JobCollection, XInputFile, int, int, String) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserESAudio
check audio ES
parseStream(JobCollection, XInputFile, int, int, String) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserESSubpicture
subpicture elementary stream
PatchDialog - class net.sourceforge.dvb.projectx.gui.PatchDialog.
Class Patch Panel.
PatchDialog(JFrame) - Constructor for class net.sourceforge.dvb.projectx.gui.PatchDialog
Constructor of the PatchPanel.
pause() - Method in class net.sourceforge.dvb.projectx.parser.MainProcess
stops the processing until next user action
pause() - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
pause() - Method in class net.sourceforge.dvb.projectx.parser.StreamProcessBase
 
performCommand(String) - Static method in class net.sourceforge.dvb.projectx.common.Common
post commands
performPostCommand(Object[]) - Static method in class net.sourceforge.dvb.projectx.common.Common
post commands
PES_AV_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
PES_MPA_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
PES_PS1_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
picture - Variable in class net.sourceforge.dvb.projectx.gui.TeletextPageMatrix
 
picture_data() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
PICTURE_START_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
PicturePanel - class net.sourceforge.dvb.projectx.gui.PicturePanel.
 
PicturePanel() - Constructor for class net.sourceforge.dvb.projectx.gui.PicturePanel
 
preferredLayoutSize(Container) - Method in class net.sourceforge.dvb.projectx.gui.ColumnLayout
 
prepareGui(boolean) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
PRESCAN - Static variable in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
PreSettings - class net.sourceforge.dvb.projectx.gui.PreSettings.
 
PreSettings() - Constructor for class net.sourceforge.dvb.projectx.gui.PreSettings
Constructor
Preview - class net.sourceforge.dvb.projectx.video.Preview.
 
Preview(int) - Constructor for class net.sourceforge.dvb.projectx.video.Preview
 
PreviewObject - class net.sourceforge.dvb.projectx.video.PreviewObject.
 
PreviewObject(long, long, int, XInputFile) - Constructor for class net.sourceforge.dvb.projectx.video.PreviewObject
 
PRIMARY_PES_PARSER - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
print(String) - Method in class net.sourceforge.dvb.projectx.subtitle.UnicodeWriter
 
printArray(short[]) - Static method in class net.sourceforge.dvb.projectx.video.IDCTSseNative
Helper method to print the array.
printArray(short[][]) - Static method in class net.sourceforge.dvb.projectx.video.IDCTRefNative
Helper method to print the array.
printArray2(short[]) - Static method in class net.sourceforge.dvb.projectx.video.IDCTRefNative
Helper method to print the array.
println() - Method in class net.sourceforge.dvb.projectx.subtitle.UnicodeWriter
 
println(String) - Method in class net.sourceforge.dvb.projectx.subtitle.UnicodeWriter
 
Private_bit - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
PRIVATE_STREAM_1_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
PRIVATE_STREAM_2_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
process(XInputFile) - Method in class net.sourceforge.dvb.projectx.parser.HpFix
 
process(XInputFile) - Method in class net.sourceforge.dvb.projectx.parser.StripAudio
 
process(XInputFile, String) - Method in class net.sourceforge.dvb.projectx.parser.StripRelook
 
processElementaryStreams(String, int, int[], JobCollection, JobProcessing) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
processNonVideoElementaryStreams(String, int, int[], JobCollection, JobProcessing) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
processNonVideoElementaryStreams(String, int, int[], JobCollection, JobProcessing, List, XInputFile) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
processStream(JobCollection, XInputFile, int) - Method in class net.sourceforge.dvb.projectx.parser.StreamProcessSubpicture
decoding subpicture stream, forces SUP, simple method for modifying a SUP stream from teletext process
ProcessWindow - class net.sourceforge.dvb.projectx.gui.ProcessWindow.
 
ProcessWindow() - Constructor for class net.sourceforge.dvb.projectx.gui.ProcessWindow
Constructor
PROGRAM_STREAM_MAP_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
propertyChange(PropertyChangeEvent) - Method in class net.sourceforge.dvb.projectx.gui.UISwitchListener
 
Protection_bit - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
PTSOffset(long) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
PTS offset if needed
public_bit - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
PVA_PARSER - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
PVA_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 

Q

quit() - Method in class net.sourceforge.dvb.projectx.gui.Html
Quit disposes this window.

R

randomAccessClose() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
randomAccessClose() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
 
randomAccessClose() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
 
randomAccessClose() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
randomAccessClose() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
randomAccessGetFilePointer() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
randomAccessGetFilePointer() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
 
randomAccessGetFilePointer() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
 
randomAccessGetFilePointer() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
randomAccessGetFilePointer() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
randomAccessOpen(String) - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
randomAccessOpen(String) - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
Opens XInputFile for random access
randomAccessOpen(String) - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
Opens XInputFile for random access
randomAccessOpen(String) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
Opens XInputFile for random access
randomAccessOpen(String) - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
Opens XInputFile for random access
randomAccessRead() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
randomAccessRead() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
 
randomAccessRead() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
 
randomAccessRead() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
randomAccessRead() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
randomAccessRead(byte[]) - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
randomAccessRead(byte[]) - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
 
randomAccessRead(byte[]) - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
 
randomAccessRead(byte[]) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
randomAccessRead(byte[]) - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
randomAccessRead(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
randomAccessRead(byte[], int, int) - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
 
randomAccessRead(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
 
randomAccessRead(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
randomAccessRead(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
randomAccessReadLine() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
randomAccessReadLine() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
 
randomAccessReadLine() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
 
randomAccessReadLine() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
randomAccessReadLine() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
randomAccessReadLong() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
randomAccessReadLong() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
 
randomAccessReadLong() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
 
randomAccessReadLong() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
randomAccessReadLong() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
randomAccessSeek(long) - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
randomAccessSeek(long) - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
 
randomAccessSeek(long) - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
 
randomAccessSeek(long) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
randomAccessSeek(long) - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
randomAccessSingleRead(byte[], long) - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
randomAccessSingleRead(byte[], long) - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
Convinience method for a single random read access to a input file.
randomAccessSingleRead(byte[], long) - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
Convinience method for a single random read access to a input file.
randomAccessSingleRead(byte[], long) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
Convinience method for a single random read access to a input file.
randomAccessSingleRead(byte[], long) - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
Convinience method for a single random read access to a input file.
randomAccessWrite(byte[]) - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
randomAccessWrite(byte[]) - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
 
randomAccessWrite(byte[]) - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
 
randomAccessWrite(byte[]) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
randomAccessWrite(byte[]) - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
RAW - Static variable in class net.sourceforge.dvb.projectx.xinput.FileType
File on a harddisk of a topfield receiver in raw format
RAW_DIR - Static variable in class net.sourceforge.dvb.projectx.xinput.DirType
Directory on a harddisk of a topfield receiver in raw format
RawFile - class net.sourceforge.dvb.projectx.io.RawFile.
raw file from pva
RawFile(String, int, int) - Constructor for class net.sourceforge.dvb.projectx.io.RawFile
 
RawFileInputStream - class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawFileInputStream.
 
RawFileInputStream(RawReadIF, String) - Constructor for class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawFileInputStream
 
RawInterface - class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawInterface.
 
RawInterface(String) - Constructor for class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawInterface
 
RawRead - class RawRead.
 
RawRead() - Constructor for class RawRead
 
RawReadIF - interface net.sourceforge.dvb.projectx.xinput.topfield_raw.RawReadIF.
 
read() - Method in class net.sourceforge.dvb.projectx.xinput.XInputStream
Takes care, that always the full amount of data is read (if possible).
read() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawFileInputStream
 
read(byte[]) - Method in class net.sourceforge.dvb.projectx.xinput.XInputStream
Takes care, that always the full amount of data is read (if possible).
read(byte[]) - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawFileInputStream
 
read(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.xinput.XInputStream
Takes care, that always the full amount of data is read (if possible).
read(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawFileInputStream
 
read(int) - Method in class net.sourceforge.dvb.projectx.parser.GopArray
 
read(int, int) - Method in class net.sourceforge.dvb.projectx.parser.GopArray
 
readFile(int, byte[], int, int) - Method in interface net.sourceforge.dvb.projectx.xinput.topfield_raw.RawReadIF
 
readFile(int, byte[], int, int) - Method in class RawRead
 
readOptions() - Method in class net.sourceforge.dvb.projectx.thirdparty.D2V
 
readPTS(byte[], int, int, boolean, boolean) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
returns pts value from pes_extension
referenceIDCT(short[]) - Method in class net.sourceforge.dvb.projectx.video.IDCTRefNative
Performs the IDCT on an short[64] array.
referenceIDCT(short[]) - Method in class net.sourceforge.dvb.projectx.video.IDCTSseNative
Performs the IDCT on an short[64] array.
referenceIDCT(short[][]) - Method in class net.sourceforge.dvb.projectx.video.IDCTRefNative
Performs the IDCT on an short[8][8] array.
reloadInputDirectories() - Static method in class net.sourceforge.dvb.projectx.common.Common
refresh inputfileslist
reloadInputDirectories() - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
refresh inputfileslist
remove(String) - Method in class net.sourceforge.dvb.projectx.common.Settings
Removes a property.
removeChapterpoint(int) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
removeCollection(int) - Static method in class net.sourceforge.dvb.projectx.common.Common
remove collection
removeCRC(byte[]) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
removeCRC(byte[]) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatMPA
remove CRC from mpa
removeCutImage(Object) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
removeCutpoint(int) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
removeInputDirectory(int) - Method in class net.sourceforge.dvb.projectx.common.Settings
removes input_directory Xinput object
removeInputFile(int) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
removeInputFile(int[]) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
remove file index, start with last
removeLayoutComponent(Component) - Method in class net.sourceforge.dvb.projectx.gui.ColumnLayout
 
removeListProperty(String) - Method in class net.sourceforge.dvb.projectx.common.Settings
removes a List of properties starting with key.
removeOutputDirectory(int) - Method in class net.sourceforge.dvb.projectx.common.Settings
removes output_directory string
removePID(Object) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
removePID(Object[]) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
rename() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
rename
rename() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
rename file
rename() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
rename this file
rename() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
rename this file
rename() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
renameIddTo(File) - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
renameTo(File, File) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
renameTo(String, String) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
renameVdrTo(String, String) - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
renameVideoIddTo(String) - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
renameVideoInfoTo(String) - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
repaint() - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
repaintPicturePanel() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
repaintPicturePanel() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
repaintPicturePanel() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
repaintSubpicture() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
repaintSubpicture() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
repaintSubpicture() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
repaintSubpicture() - Method in class net.sourceforge.dvb.projectx.gui.SubpictureFrame
 
rescanCurrentDirectory() - Method in class net.sourceforge.dvb.projectx.gui.X_JFileChooser
 
RESET - Static variable in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
reset() - Method in class net.sourceforge.dvb.projectx.io.StandardBuffer
 
reset() - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
reset() - Static method in class net.sourceforge.dvb.projectx.parser.VBI
 
reset() - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
reset() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
reset() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawFileInputStream
 
reset() - Method in class net.sourceforge.dvb.projectx.gui.BitrateMonitor
 
resetBitrateMonitor() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
resetBitrateMonitor() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
resetBitrateMonitor() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
resetBitrateMonitor() - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
resetBuffer() - Method in class net.sourceforge.dvb.projectx.audio.MpaConverter
 
resetCounters() - Method in class net.sourceforge.dvb.projectx.io.BitWalker
 
resetDecoder() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
resetFrameTitle() - Static method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
resetMainFrameTitle() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
resetMainFrameTitle() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
resetMainFrameTitle() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
resetSplitMode(JobProcessing, String) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
split reset
resetUserColorTable() - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
resetVideo() - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
clean Up for next foreign inputfile in case of multiple
Resource - class net.sourceforge.dvb.projectx.common.Resource.
Project-X resource and localization handling.
retrieveFileStream(String) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
 
RGBtoYUV(int) - Static method in class net.sourceforge.dvb.projectx.thirdparty.Ifo
 
RIFF - Static variable in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
run() - Method in class net.sourceforge.dvb.projectx.net.WebInterface
 
run() - Method in class net.sourceforge.dvb.projectx.parser.MainProcess
run
run() - Method in class net.sourceforge.dvb.projectx.gui.MemoryMonitor.Surface
 

S

Sampling_frequency - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
save() - Method in class net.sourceforge.dvb.projectx.common.Settings
Saves the ini file.
save(String) - Method in class net.sourceforge.dvb.projectx.common.Settings
Saves the ini file (std or extra name)
saveAndDisplayHeader() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
save and display last header
saveHeader() - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
save last header
savePixels(Bitmap) - Static method in class net.sourceforge.dvb.projectx.subtitle.BMP
 
savePreferences() - Method in class net.sourceforge.dvb.projectx.gui.PreSettings
 
savePreferences() - Method in class net.sourceforge.dvb.projectx.gui.CollectionProperties
 
saveSettings() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
saveSettings(String) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
Sblimit - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
Scan - class net.sourceforge.dvb.projectx.parser.Scan.
 
Scan() - Constructor for class net.sourceforge.dvb.projectx.parser.Scan
 
ScanInfo(XInputFile) - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
show ScanInfos
ScanInfo(XInputFile, int) - Method in class net.sourceforge.dvb.projectx.gui.MainFrame
show ScanInfos, only directly called from manual stream assignment
ScanView - class net.sourceforge.dvb.projectx.gui.ScanView.
 
ScanView() - Constructor for class net.sourceforge.dvb.projectx.gui.ScanView
 
SECONDARY_PES_PARSER - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
SEQUENCE_END_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
SEQUENCE_HEADER_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
set_XY_Offset(int, int) - Method in class net.sourceforge.dvb.projectx.parser.StreamProcessSubpicture
set new X with or without offset
set_XY_Offset(int, int) - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
modify X,Y Position
set(boolean) - Method in class net.sourceforge.dvb.projectx.gui.StartUp
 
set(String, String) - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
set user packet ("Font pointsize; Backgr.
set(String, String, boolean) - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
set user packet ("Font pointsize; Backgr.
set1stVideoPTS(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
set2() - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
setActionType(int) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
setActiveCollection(int) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
setAllMediaFilesExportLength(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setAncillaryDataDecoder(boolean, boolean) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
setAncillaryDataDecoder(boolean, boolean) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatMPA
 
setAudioProcessingFlags(long) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
setBooleanProperty(String, boolean) - Method in class net.sourceforge.dvb.projectx.common.Settings
Returns a boolean property.
setBorrowedPts(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setBuf(byte[], int) - Method in class net.sourceforge.dvb.projectx.io.BitWalker
 
setChosenLanguage(String) - Static method in class net.sourceforge.dvb.projectx.common.Resource
 
setComponentColor(JComponent, Color) - Method in class net.sourceforge.dvb.projectx.gui.CollectionPanel
 
setConstructorParameter(Object) - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
setConstructorParameter(Object) - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
 
setConstructorParameter(Object) - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
 
setConstructorParameter(Object) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
setConstructorParameter(Object) - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
setCounter(int) - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
setCurrentDirectory(String) - Method in class net.sourceforge.dvb.projectx.gui.X_JFileChooser
 
setCutByteposition(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setCutComparePoint(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setCutCounter(int) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
setCutImage(String, int[]) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
setCutStatus(boolean) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
setDemux(int) - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
setDirectory(String) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
setDisplayMode(int) - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
modify force display flag
setElementaryVideoStream(boolean) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setEndPtsOfGop(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setEnhancements(byte[], int, int) - Static method in class net.sourceforge.dvb.projectx.subtitle.Teletext
 
setErrorMessage(Error) - Static method in class net.sourceforge.dvb.projectx.common.Common
messages
setErrorMessage(String) - Static method in class net.sourceforge.dvb.projectx.common.Common
messages
setExceptionMessage(Exception) - Static method in class net.sourceforge.dvb.projectx.common.Common
messages
setExportedVideoFrameNumber(int) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setExtraWaveData(int[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
setExtraWaveData(int[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatAC3
 
setExtraWaveData(int[], int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatMPA
 
setExtraWaveLength(long, long, int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
setExtraWaveLength(long, long, int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatAC3
 
setExtraWaveLength(long, long, int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatMPA
 
setFile(String) - Method in class net.sourceforge.dvb.projectx.thirdparty.D2V
 
setFileName(JobCollection, JobProcessing, XInputFile) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
setFileName(JobCollection, JobProcessing, XInputFile, String) - Method in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
setFileNumber(int) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setFirstAudioPts(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setfirstID() - Static method in class net.sourceforge.dvb.projectx.thirdparty.TS
 
setFps(int) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
setFrameTitle(String) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
setFrameTitle(String) - Static method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
setFrameTitle(String) - Method in class net.sourceforge.dvb.projectx.gui.SubpictureFrame
 
setFtpFile(FTPFile) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
setFtpFile(XInputFileImpl) - Method in class net.sourceforge.dvb.projectx.xinput.XInputStream
 
setGlobalDebug(boolean) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
setHashMapProperty(String, Map) - Method in class net.sourceforge.dvb.projectx.common.Settings
Sets a Map of properties starting with key.
setHeight(int) - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
setID(int) - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
setID(int) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
set pes_ID for later selection
setImage(int[], Object[], int, int) - Method in class net.sourceforge.dvb.projectx.gui.CutView
 
setImage(int[], Object[], int, int) - Method in class net.sourceforge.dvb.projectx.gui.CutView2
 
setImage(int[], Object[], int, int) - Method in class net.sourceforge.dvb.projectx.gui.ScanView
 
setInfoScan(boolean) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
setIntProperty(String, int) - Method in class net.sourceforge.dvb.projectx.common.Settings
Returns an integer property.
setIRD(int, Hashtable, boolean, String) - Method in class net.sourceforge.dvb.projectx.subtitle.DVBSubpicture
 
setLastGopPts(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setLastGopTimecode(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setLastHeaderBytePosition(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setLastModified() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
setLastModified() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
set Time in milliseconds from the epoch.
setLastModified() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
sets Time in milliseconds from the epoch.
setLastModified() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
sets Time in milliseconds from the epoch.
setLastModified() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
sets Time in milliseconds from the epoch.
setLastPreviewBitrate(int) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
setLastSimplifiedPts(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
pts build from video es
setListProperty(String, List) - Method in class net.sourceforge.dvb.projectx.common.Settings
Sets a List of properties starting with key.
setLogFiles() - Method in class net.sourceforge.dvb.projectx.common.JobCollection
set log files
setMainFrame(JFrame) - Static method in class net.sourceforge.dvb.projectx.gui.CommonGui
 
setMainFrameTitle(String) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
setMainFrameTitle(String) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
setMainFrameTitle(String) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
setMatchingPoint(boolean, Object[], int) - Method in class net.sourceforge.dvb.projectx.gui.CutView
 
setMatchingPoint(boolean, Object[], int) - Method in class net.sourceforge.dvb.projectx.gui.CutView2
 
setMatchingPoint(boolean, Object[], int) - Method in class net.sourceforge.dvb.projectx.gui.ScanView
 
setMaxBitrate(int) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
determined bitrates
setMediaFilesExportLength(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setMessage(Object[]) - Static method in class net.sourceforge.dvb.projectx.common.Common
messages
setMessage(String) - Static method in class net.sourceforge.dvb.projectx.common.Common
messages
setMessage(String, boolean) - Static method in class net.sourceforge.dvb.projectx.common.Common
messages of interest, also with current systems time_index
setMessage(String, boolean, int) - Static method in class net.sourceforge.dvb.projectx.common.Common
messages of interest, also with current systems time_index
setMessage(String, boolean, int) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
setMessage(String, boolean, int) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
setMessage(String, boolean, int) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
setMessage(String, boolean, int) - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
messages of interest, also with current systems time_index
setMinBitrate(int) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
determined bitrates
setneeded(boolean) - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
setnewID(int) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
set newID for later selection /or subid
setNewType(int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
setNewVideoStream(boolean) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setNextFileStartPts(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setOptions(String[]) - Method in class net.sourceforge.dvb.projectx.thirdparty.D2V
 
setOSD(Object[]) - Method in class net.sourceforge.dvb.projectx.gui.PicturePanel
 
setOSDErrorMessage(String) - Static method in class net.sourceforge.dvb.projectx.common.Common
messages
setOSDMessage(Object[]) - Method in class net.sourceforge.dvb.projectx.gui.PicturePanel
 
setOSDMessage(Object[], boolean) - Method in class net.sourceforge.dvb.projectx.gui.PicturePanel
 
setOSDMessage(String) - Static method in class net.sourceforge.dvb.projectx.common.Common
messages
setOSDMessage(String, boolean) - Static method in class net.sourceforge.dvb.projectx.common.Common
messages
setOSDMessage(String, boolean) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
setOSDMessage(String, boolean) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
setOSDMessage(String, boolean) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
setOSDMessage(String, boolean) - Method in class net.sourceforge.dvb.projectx.gui.PicturePanel
 
setOutputDirectory(String) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
setOutputName(String) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
setPassword(String) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
setPES_IdField(byte[], int, int) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
setPES_LengthField(byte[], int, int) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
setPES_PTSField(byte[], int, long) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
setPES_SubIdField(byte[], int, int, int, int) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
setPGClinks() - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
setPID(int) - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
setPID(int) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
set PID for later selection
setPIDs(Object[]) - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
setPixel(int[]) - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
setPmtPids(List) - Static method in class net.sourceforge.dvb.projectx.thirdparty.TS
 
setPort(int) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
setPrimaryInputFileSegments(int) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
 
setProcessCancelled(boolean) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
setProcessedCollection(int) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
setProcessPausing(boolean) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
setProcessTime(long) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
setProgress(int, String) - Method in class net.sourceforge.dvb.projectx.gui.StartUp
 
setProjectFileExportLength(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setProjectFileSplitSize(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setProperty(Object[], Object) - Method in class net.sourceforge.dvb.projectx.common.Settings
Sets a Object property.
setProperty(String, Object) - Method in class net.sourceforge.dvb.projectx.common.Settings
Sets a Object property.
setProperty(String, String) - Method in class net.sourceforge.dvb.projectx.common.Settings
Sets a String property.
setPvaPidExtraction(boolean) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
setPvaPidToExtract(int) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
setPvaVideoPts(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setRunningCLI(boolean) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
setRunningProcess(boolean) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
setScram(boolean) - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
setSequenceDisplayExtension(byte[], int, String, String[]) - Static method in class net.sourceforge.dvb.projectx.video.Video
returns std Sequence Display Ext as array
setSequenceDisplayExtension(String, String[]) - Static method in class net.sourceforge.dvb.projectx.video.Video
returns std Sequence Display Ext as array
setSequenceHeader(boolean) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setServer(String) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
setSettings() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
setSettings(Settings) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
collection specific settings
setSettings(String) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
setSourceVideoFrameNumber(int) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setSplitLoopActive(boolean) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setSplitPart(int) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setSplitSize(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setStarted(boolean) - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
setStartPos(int) - Method in class net.sourceforge.dvb.projectx.io.BitWalker
 
setStatusString(String) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
setStreamInfo(StreamInfo) - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
setStreamInfo(StreamInfo) - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
 
setStreamInfo(StreamInfo) - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
 
setStreamInfo(StreamInfo) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 
setStreamInfo(StreamInfo) - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
 
setStreamInfo(StreamInfo) - Method in class net.sourceforge.dvb.projectx.gui.PicturePanel
 
setStreamInfo(String, String, String, String, String, String, String, String) - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
setStreamInfo(String, String, String, String, String, String, String, String, Object[], Object[], Object[], Object[]) - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
setStreamNumber(int) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
 
setStreamType(int) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
sets stream tpye, vdr/es/mpeg1/2...
setStreamType(int) - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
setStreamType(int, String) - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
setsubID(int) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
sets subid
setSubpictureTitle(String) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
setSubpictureTitle(String) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
setSubpictureTitle(String) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
setTime(byte[], long) - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
set display time
setTime(long, int) - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
Settings - class net.sourceforge.dvb.projectx.common.Settings.
The Settings class handles the settings for Project-X.
Settings() - Constructor for class net.sourceforge.dvb.projectx.common.Settings
Constructor
Settings(String) - Constructor for class net.sourceforge.dvb.projectx.common.Settings
Constructor
setTTX(boolean) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
set ttx
setType(int) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
sets type
setUser(String) - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
setValue(byte[], int, int, boolean, int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
setValue(byte[], int, int, boolean, long) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
setVideoExportTime(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setVideoExportTimeSummary(long) - Method in class net.sourceforge.dvb.projectx.common.JobProcessing
 
setVideoFramerate(double) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
setVideoHeader(byte[]) - Method in class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
setVideoHeader(JobProcessing, String, String, int[], int[]) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
set 1. videoheader
setVisible0(boolean) - Static method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
setWave(boolean, boolean, boolean, int) - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
setWidth(int) - Method in class net.sourceforge.dvb.projectx.subtitle.Bitmap
 
setXInputDirectory(XInputDirectory) - Method in class net.sourceforge.dvb.projectx.gui.FtpChooser
 
showActiveCollection(int) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
showActiveCollection(int) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
showActiveCollection(int) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
showActiveCollection(int) - Static method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
showAVOffset(String) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
showAVOffset(String) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
showAVOffset(String) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
showAVOffset(String) - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
showbits(int) - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
showChapterIcon(Object[], Object) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
showChapterIcon(Object[], Object) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
showChapterIcon(Object[], Object) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
showChapterIcon(Object[], Object) - Method in class net.sourceforge.dvb.projectx.gui.PicturePanel
updates chapter symbols in preview info field
showCollectionNumber(int) - Method in class net.sourceforge.dvb.projectx.gui.PicturePanel
 
showCutIcon(boolean, Object[], Object) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
showCutIcon(boolean, Object[], Object) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
showCutIcon(boolean, Object[], Object) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
showCutIcon(boolean, Object[], Object) - Method in class net.sourceforge.dvb.projectx.gui.PicturePanel
updates cut symbols in preview info field
showErrorMessageDialog(Object, String) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
showErrorMessageDialog(Object, String) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
showErrorMessageDialog(Object, String) - Static method in class net.sourceforge.dvb.projectx.gui.CommonGui
 
showErrorMessageDialog(Object, String) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
showExportStatus(String) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
showExportStatus(String) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
showExportStatus(String) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
showExportStatus(String) - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
showExportStatus(String, int) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
showExportStatus(String, int) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
showExportStatus(String, int) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
showExportStatus(String, int) - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
showFrame(boolean) - Static method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
showGUI() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
showLogWindow() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
showLogWindow() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
showLogWindow() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
showMainFrame(boolean) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
showMainFrame(boolean) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
showMainFrame(boolean) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
showMainFrame(boolean) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
showMessageDialog(Object, String) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
showMessageDialog(Object, String) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
showMessageDialog(Object, String) - Static method in class net.sourceforge.dvb.projectx.gui.CommonGui
 
showMessageDialog(Object, String) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
showPicTTX(Object[], Object) - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
paint pic from ttx
showPreSettings() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
showPreSettings() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
showPreSettings() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
showSplitPart(int) - Static method in class net.sourceforge.dvb.projectx.common.Common
 
showSubpicture() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
showSubpicture() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
showSubpicture() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
showTtxPageMatrix() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
showTtxPageMatrix() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
showTtxPageMatrix() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
silentSamples(int) - Static method in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
Size - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
Size_base - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
skip(long) - Method in class net.sourceforge.dvb.projectx.xinput.XInputStream
 
skip(long) - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawFileInputStream
 
skipBytes(int, long) - Method in interface net.sourceforge.dvb.projectx.xinput.topfield_raw.RawReadIF
 
skipBytes(int, long) - Method in class RawRead
 
skipped_macroblock(int[], int[][][], int[], int[][], int[]) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
sleepAmount - Variable in class net.sourceforge.dvb.projectx.gui.MemoryMonitor.Surface
 
slice_header() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
SLICE_START_CODE_MAX - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
SLICE_START_CODE_MIN - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
slice(int) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
SMPTE(String, long) - Static method in class net.sourceforge.dvb.projectx.subtitle.Teletext
return SMPTE *
SplitProjectFile - Static variable in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
StandardBuffer - class net.sourceforge.dvb.projectx.io.StandardBuffer.
 
StandardBuffer() - Constructor for class net.sourceforge.dvb.projectx.io.StandardBuffer
 
StandardBuffer(int) - Constructor for class net.sourceforge.dvb.projectx.io.StandardBuffer
 
Start - class net.sourceforge.dvb.projectx.common.Start.
the holy start
start_of_slice(int[], int[], int[], int[][][]) - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
start() - Method in class net.sourceforge.dvb.projectx.net.WebInterface
 
start() - Method in class net.sourceforge.dvb.projectx.gui.MemoryMonitor.Surface
 
Start() - Constructor for class net.sourceforge.dvb.projectx.common.Start
 
startClock() - Method in class net.sourceforge.dvb.projectx.gui.PicturePanel
holds special messages
startClock(int) - Method in class net.sourceforge.dvb.projectx.gui.PicturePanel
holds special messages
startMainProcess() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
startProcess() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
startProcessing(boolean) - Method in class net.sourceforge.dvb.projectx.common.JobCollection
init the process and all variables
StartUp - class net.sourceforge.dvb.projectx.gui.StartUp.
 
StartUp() - Constructor for class net.sourceforge.dvb.projectx.gui.StartUp
 
StartUp(String) - Constructor for class net.sourceforge.dvb.projectx.gui.StartUp
 
startWebServer() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
stop() - Method in class net.sourceforge.dvb.projectx.net.WebInterface
 
stop() - Method in class net.sourceforge.dvb.projectx.gui.MemoryMonitor.Surface
 
stopWebServer() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
storeProperties() - Method in class net.sourceforge.dvb.projectx.common.Settings
 
StreamBuffer - class net.sourceforge.dvb.projectx.parser.StreamBuffer.
stuff for pre-buffering of PID data
StreamBuffer() - Constructor for class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
streamconverter - Static variable in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
StreamConverter - class net.sourceforge.dvb.projectx.parser.StreamConverter.
create streams
StreamConverter() - Constructor for class net.sourceforge.dvb.projectx.parser.StreamConverter
 
streamdemultiplexer - Static variable in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
StreamDemultiplexer - class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer.
demuxes all packetized data
StreamDemultiplexer(JobCollection) - Constructor for class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
 
StreamDemultiplexer(JobCollection, long) - Constructor for class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
 
StreamEnabled() - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
stream type preselector
StreamInfo - class net.sourceforge.dvb.projectx.xinput.StreamInfo.
 
StreamInfo() - Constructor for class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
StreamInfo(int, String, String, String, String, String, String, String, String, Object[], Object[], Object[], Object[], Object[], byte[]) - Constructor for class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
StreamInfo(String, String, String, String, String, String, String, String) - Constructor for class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
StreamInfo(String, String, String, String, String, String, String, String, Object[], Object[], Object[], Object[]) - Constructor for class net.sourceforge.dvb.projectx.xinput.StreamInfo
 
streamobjects - Static variable in class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
StreamParser - class net.sourceforge.dvb.projectx.parser.StreamParser.
main thread
StreamParser(int) - Constructor for class net.sourceforge.dvb.projectx.parser.StreamParser
 
StreamParserBase - class net.sourceforge.dvb.projectx.parser.StreamParserBase.
main thread
StreamParserBase() - Constructor for class net.sourceforge.dvb.projectx.parser.StreamParserBase
 
StreamParserESAudio - class net.sourceforge.dvb.projectx.parser.StreamParserESAudio.
main thread
StreamParserESAudio() - Constructor for class net.sourceforge.dvb.projectx.parser.StreamParserESAudio
 
StreamParserESSubpicture - class net.sourceforge.dvb.projectx.parser.StreamParserESSubpicture.
main thread
StreamParserESSubpicture() - Constructor for class net.sourceforge.dvb.projectx.parser.StreamParserESSubpicture
 
StreamParserESVideo - class net.sourceforge.dvb.projectx.parser.StreamParserESVideo.
main thread
StreamParserESVideo() - Constructor for class net.sourceforge.dvb.projectx.parser.StreamParserESVideo
 
StreamParserPESPrimary - class net.sourceforge.dvb.projectx.parser.StreamParserPESPrimary.
main thread
StreamParserPESPrimary() - Constructor for class net.sourceforge.dvb.projectx.parser.StreamParserPESPrimary
 
StreamParserPESSecondary - class net.sourceforge.dvb.projectx.parser.StreamParserPESSecondary.
main thread
StreamParserPESSecondary() - Constructor for class net.sourceforge.dvb.projectx.parser.StreamParserPESSecondary
 
StreamParserPVA - class net.sourceforge.dvb.projectx.parser.StreamParserPVA.
main thread
StreamParserPVA() - Constructor for class net.sourceforge.dvb.projectx.parser.StreamParserPVA
 
StreamParserTS - class net.sourceforge.dvb.projectx.parser.StreamParserTS.
main thread
StreamParserTS() - Constructor for class net.sourceforge.dvb.projectx.parser.StreamParserTS
 
StreamProcess - class net.sourceforge.dvb.projectx.parser.StreamProcess.
main thread
StreamProcess(int, JobCollection, String[]) - Constructor for class net.sourceforge.dvb.projectx.parser.StreamProcess
 
StreamProcess(int, JobCollection, String, String, String, String) - Constructor for class net.sourceforge.dvb.projectx.parser.StreamProcess
 
StreamProcess(int, JobCollection, XInputFile, String, String, String, int) - Constructor for class net.sourceforge.dvb.projectx.parser.StreamProcess
 
StreamProcessAudio - class net.sourceforge.dvb.projectx.parser.StreamProcessAudio.
main thread
StreamProcessAudio(JobCollection, XInputFile, String, String, String, int) - Constructor for class net.sourceforge.dvb.projectx.parser.StreamProcessAudio
 
StreamProcessBase - class net.sourceforge.dvb.projectx.parser.StreamProcessBase.
main thread
StreamProcessBase() - Constructor for class net.sourceforge.dvb.projectx.parser.StreamProcessBase
 
StreamProcessLPCMAudio - class net.sourceforge.dvb.projectx.parser.StreamProcessLPCMAudio.
main thread
StreamProcessLPCMAudio(JobCollection, XInputFile, String, String, String, int) - Constructor for class net.sourceforge.dvb.projectx.parser.StreamProcessLPCMAudio
 
StreamProcessSubpicture - class net.sourceforge.dvb.projectx.parser.StreamProcessSubpicture.
main thread
StreamProcessSubpicture(JobCollection, XInputFile, String, String, String, int) - Constructor for class net.sourceforge.dvb.projectx.parser.StreamProcessSubpicture
 
StreamProcessSubpicture(String) - Constructor for class net.sourceforge.dvb.projectx.parser.StreamProcessSubpicture
 
StreamProcessTeletext - class net.sourceforge.dvb.projectx.parser.StreamProcessTeletext.
main thread
StreamProcessTeletext(JobCollection, XInputFile, String, String, String, int) - Constructor for class net.sourceforge.dvb.projectx.parser.StreamProcessTeletext
 
streamSize() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.RawFileInputStream
 
StripAudio - class net.sourceforge.dvb.projectx.parser.StripAudio.
 
StripAudio() - Constructor for class net.sourceforge.dvb.projectx.parser.StripAudio
 
StripRelook - class net.sourceforge.dvb.projectx.parser.StripRelook.
 
StripRelook(int) - Constructor for class net.sourceforge.dvb.projectx.parser.StripRelook
 
subID() - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
returns subid
Subpicture - class net.sourceforge.dvb.projectx.subtitle.Subpicture.
 
SUBPICTURE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
Subpicture() - Constructor for class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
SubpictureFrame - class net.sourceforge.dvb.projectx.gui.SubpictureFrame.
 
SubpictureFrame.Picture - class net.sourceforge.dvb.projectx.gui.SubpictureFrame.Picture.
 
SubpictureFrame.Picture(SubpictureFrame) - Constructor for class net.sourceforge.dvb.projectx.gui.SubpictureFrame.Picture
 
SubpictureFrame() - Constructor for class net.sourceforge.dvb.projectx.gui.SubpictureFrame
 
Sup2VobSub - class net.sourceforge.dvb.projectx.subtitle.Sup2VobSub.
 
Sup2VobSub(String) - Constructor for class net.sourceforge.dvb.projectx.subtitle.Sup2VobSub
 
Sup2VobSub(String, Object[]) - Constructor for class net.sourceforge.dvb.projectx.subtitle.Sup2VobSub
 
surf - Variable in class net.sourceforge.dvb.projectx.gui.MemoryMonitor
 
SyncCheck(int[], double, double, long, int, long[], long[], boolean, boolean) - Method in class net.sourceforge.dvb.projectx.parser.StreamProcessBase
synccheck A/V
SYSTEM_END_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
SYSTEM_START_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 

T

Teletext - class net.sourceforge.dvb.projectx.subtitle.Teletext.
 
TELETEXT - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
TeletextPageMatrix - class net.sourceforge.dvb.projectx.gui.TeletextPageMatrix.
 
TeletextPageMatrix.Picture - class net.sourceforge.dvb.projectx.gui.TeletextPageMatrix.Picture.
 
TeletextPageMatrix.Picture(TeletextPageMatrix) - Constructor for class net.sourceforge.dvb.projectx.gui.TeletextPageMatrix.Picture
 
TeletextPageMatrix() - Constructor for class net.sourceforge.dvb.projectx.gui.TeletextPageMatrix
 
test() - Method in class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
test() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputDirectoryIF
Test if directory data is valid.
test() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputDirectoryImpl
Test if directory data is valid.
test() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
 
test() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl
Test if directory data is valid.
test() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputDirectoryImpl
Test if directory data is valid.
TextFieldKeyListener - class net.sourceforge.dvb.projectx.gui.TextFieldKeyListener.
 
TextFieldKeyListener() - Constructor for class net.sourceforge.dvb.projectx.gui.TextFieldKeyListener
 
TextFieldListener - class net.sourceforge.dvb.projectx.gui.TextFieldListener.
 
TextFieldListener() - Constructor for class net.sourceforge.dvb.projectx.gui.TextFieldListener
 
thread - Variable in class net.sourceforge.dvb.projectx.gui.MemoryMonitor.Surface
 
Time_length - Static variable in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
toString() - Method in class net.sourceforge.dvb.projectx.xinput.DirType
 
toString() - Method in class net.sourceforge.dvb.projectx.xinput.FileType
 
toString() - Method in class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
toString() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputDirectoryIF
Get String representation of the object.
toString() - Method in class net.sourceforge.dvb.projectx.xinput.XInputFile
 
toString() - Method in interface net.sourceforge.dvb.projectx.xinput.XInputFileIF
Get String representation of the object.
toString() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputDirectoryImpl
Get String representation of the object.
toString() - Method in class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
Get String representation of the object.
toString() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.FtpVO
 
toString() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl
Get String representation of the object.
toString() - Method in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
Get String representation of the object.
toString() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputDirectoryImpl
Get String representation of the object.
toString() - Method in class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
Get String representation of the object.
TS - class net.sourceforge.dvb.projectx.thirdparty.TS.
 
TS_PARSER - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
TS_TYPE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
TS() - Constructor for class net.sourceforge.dvb.projectx.thirdparty.TS
 

U

UISwitchListener - class net.sourceforge.dvb.projectx.gui.UISwitchListener.
This class listens for UISwitches, and updates a given component.
UISwitchListener(JComponent) - Constructor for class net.sourceforge.dvb.projectx.gui.UISwitchListener
 
UnicodeWriter - class net.sourceforge.dvb.projectx.subtitle.UnicodeWriter.
 
UnicodeWriter(ByteArrayOutputStream, boolean, boolean) - Constructor for class net.sourceforge.dvb.projectx.subtitle.UnicodeWriter
 
UNKNOWN - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
Unsupported - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
Update_Picture_Buffers() - Method in class net.sourceforge.dvb.projectx.video.MpvDecoder
 
update(int, byte[], String) - Method in class net.sourceforge.dvb.projectx.gui.BitrateMonitor
 
update(String) - Method in class net.sourceforge.dvb.projectx.gui.TeletextPageMatrix.Picture
 
updateAdditionalHeader(String, long[], int) - Static method in class net.sourceforge.dvb.projectx.thirdparty.TS
 
updateBitrateMonitor(int, byte[], String) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
updateBitrateMonitor(int, byte[], String) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
updateBitrateMonitor(int, byte[], String) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
updateBitrateMonitor(int, byte[], String) - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
updateCollectionPanel(int) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
updateCollectionPanel(int) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
updateCollectionPanel(int) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
updateCollectionPanel(int) - Static method in class net.sourceforge.dvb.projectx.gui.MainFrame
 
updateInputDirectories() - Method in class net.sourceforge.dvb.projectx.common.Settings
updates property list (strings only)
updateOutputDirectories() - Method in class net.sourceforge.dvb.projectx.common.Settings
updates property list (strings only)
updatePreviewPixel() - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
updatePreviewPixel() - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
updatePreviewPixel() - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
updatePreviewPixel() - Method in class net.sourceforge.dvb.projectx.gui.PicturePanel
 
updateProgressBar(int) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
updateProgressBar(int) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
updateProgressBar(int) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
progress
updateProgressBar(int) - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
progress
updateProgressBar(long, long) - Static method in class net.sourceforge.dvb.projectx.common.Common
progress
updateProgressBar(String) - Static method in class net.sourceforge.dvb.projectx.common.Common
progress
updateProgressBar(String) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
updateProgressBar(String) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
updateProgressBar(String) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
progress
updateProgressBar(String) - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
progress
updateProgressBar(String, long, long) - Static method in class net.sourceforge.dvb.projectx.common.Common
progress
updateTtxHeader(String) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
updateTtxHeader(String) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
updateTtxHeader(String) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
updateTtxHeader(String) - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
updateTtxPageMatrix(String) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
updateTtxPageMatrix(String) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
updateTtxPageMatrix(String) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
updateUserColorTable(Bitmap) - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
updateView(int) - Method in class net.sourceforge.dvb.projectx.gui.CutView
 
updateView(int) - Method in class net.sourceforge.dvb.projectx.gui.CutView2
 
updateView(int) - Method in class net.sourceforge.dvb.projectx.gui.ScanView
 
updateView(int, Object[], int) - Method in class net.sourceforge.dvb.projectx.gui.CutView
 
updateView(int, Object[], int) - Method in class net.sourceforge.dvb.projectx.gui.CutView2
 
updateView(int, Object[], int) - Method in class net.sourceforge.dvb.projectx.gui.ScanView
 
updateVpsLabel(String) - Method in class net.sourceforge.dvb.projectx.common.GuiInterface
 
updateVpsLabel(String) - Method in interface net.sourceforge.dvb.projectx.common.GuiInterfaceIF
 
updateVpsLabel(String) - Method in class net.sourceforge.dvb.projectx.gui.GuiInterfaceImpl
 
updateVpsLabel(String) - Method in class net.sourceforge.dvb.projectx.gui.ProcessWindow
 
USER_DATA_START_CODE - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 

V

validateCRC(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormat
 
validateCRC(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatAC3
validate crc16 1 + 2
validateCRC(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.audio.AudioFormatMPA
 
validateStartcode(byte[], int) - Static method in class net.sourceforge.dvb.projectx.parser.CommonParsing
check startcode return int of skip'able data (negative)
VBI - class net.sourceforge.dvb.projectx.parser.VBI.
 
VdrIndex() - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
Video - class net.sourceforge.dvb.projectx.video.Video.
 
Video() - Constructor for class net.sourceforge.dvb.projectx.video.Video
 
view(XInputFile) - Method in class net.sourceforge.dvb.projectx.gui.HexViewer
 

W

waitingMainProcess() - Static method in class net.sourceforge.dvb.projectx.common.Common
 
WAV_AUDIO - Static variable in class net.sourceforge.dvb.projectx.parser.CommonParsing
 
WAVE - Static variable in class net.sourceforge.dvb.projectx.audio.MpaDecoder
 
WebInterface - class net.sourceforge.dvb.projectx.net.WebInterface.
 
WebInterface() - Constructor for class net.sourceforge.dvb.projectx.net.WebInterface
 
workdir - Static variable in class net.sourceforge.dvb.projectx.common.Resource
current working directory
write_ColorTable(String, ArrayList, int) - Static method in class net.sourceforge.dvb.projectx.subtitle.BMP
 
write(byte[]) - Method in class net.sourceforge.dvb.projectx.io.RawFile
 
write(byte[]) - Method in class net.sourceforge.dvb.projectx.io.StandardBuffer
 
write(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
write(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.io.RawFile
 
write(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.io.StandardBuffer
 
write(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.parser.GopArray
 
write(byte[], int, int, int) - Method in class net.sourceforge.dvb.projectx.parser.GopArray
 
write(int) - Method in class net.sourceforge.dvb.projectx.io.IDDBufferedOutputStream
 
write(JobProcessing, byte[], boolean) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
process nonvideo data = 1 pespacket from demux
write(JobProcessing, byte[], int, int, boolean) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
process nonvideo data = 1 pespacket from demux
write(JobProcessing, byte[], int, int, StreamDemultiplexer, long, boolean, List) - Method in class net.sourceforge.dvb.projectx.parser.StreamConverter
entry point and pre functions
write(JobProcessing, byte[], int, StreamDemultiplexer, long, boolean, List) - Method in class net.sourceforge.dvb.projectx.parser.StreamConverter
entry point and pre functions
write(JobProcessing, byte[], StreamDemultiplexer, long, boolean, List) - Method in class net.sourceforge.dvb.projectx.parser.StreamConverter
entry point and pre functions
write(long, long) - Method in class net.sourceforge.dvb.projectx.thirdparty.D2V
 
writeData(byte[], int, int) - Method in class net.sourceforge.dvb.projectx.parser.StreamBuffer
 
writePacket(JobProcessing, byte[]) - Method in class net.sourceforge.dvb.projectx.parser.StreamConverter
simply write the packet
writePacket(JobProcessing, byte[], int, int) - Method in class net.sourceforge.dvb.projectx.parser.StreamConverter
simply write the packet
writeRLE(Bitmap) - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
writeRLE(long, int) - Method in class net.sourceforge.dvb.projectx.subtitle.Subpicture
 
writeVideo(JobProcessing, byte[], boolean, List, List) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
write video data = 1 pespacket from demux
writeVideo(JobProcessing, byte[], int, int, boolean, List, List) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
write video data = 1 pespacket from demux
writeVideoES(JobProcessing, IDDBufferedOutputStream, byte[], byte[], DataOutputStream, String, int[], List, List, boolean) - Method in class net.sourceforge.dvb.projectx.parser.StreamDemultiplexer
temporary redirected access to goptest from video-es
WSS - class net.sourceforge.dvb.projectx.video.WSS.
 
WSS() - Constructor for class net.sourceforge.dvb.projectx.video.WSS
 

X

X_JFileChooser - class net.sourceforge.dvb.projectx.gui.X_JFileChooser.
 
X_JFileChooser() - Constructor for class net.sourceforge.dvb.projectx.gui.X_JFileChooser
 
X_JFileChooser(String) - Constructor for class net.sourceforge.dvb.projectx.gui.X_JFileChooser
 
XInputDirectory - class net.sourceforge.dvb.projectx.xinput.XInputDirectory.
 
XInputDirectory(Object) - Constructor for class net.sourceforge.dvb.projectx.xinput.XInputDirectory
 
XInputDirectoryIF - interface net.sourceforge.dvb.projectx.xinput.XInputDirectoryIF.
 
XInputDirectoryImpl - class net.sourceforge.dvb.projectx.xinput.file.XInputDirectoryImpl.
 
XInputDirectoryImpl - class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl.
 
XInputDirectoryImpl - class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputDirectoryImpl.
 
XInputDirectoryImpl(DirType) - Constructor for class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputDirectoryImpl
Create a XInputDirectory of type DirType.RAW_DIR.
XInputDirectoryImpl(File) - Constructor for class net.sourceforge.dvb.projectx.xinput.file.XInputDirectoryImpl
Create a XInputDirectory of type DirType.FILE_DIR.
XInputDirectoryImpl(FtpVO) - Constructor for class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl
Create a XInputDirectory of type DirType.FTP_DIR.
XInputDirectoryImpl(String) - Constructor for class net.sourceforge.dvb.projectx.xinput.file.XInputDirectoryImpl
Create a XInputDirectory of type DirType.FILE_DIR.
XInputDirectoryImpl(String) - Constructor for class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl
Create a XInputDirectory of type DirType.FILE_DIR.
XInputDirectoryImpl(URL) - Constructor for class net.sourceforge.dvb.projectx.xinput.ftp.XInputDirectoryImpl
Create a XInputDirectory of type DirType.FILE_DIR.
XInputFile - class net.sourceforge.dvb.projectx.xinput.XInputFile.
 
XInputFile(Object) - Constructor for class net.sourceforge.dvb.projectx.xinput.XInputFile
 
XInputFileIF - interface net.sourceforge.dvb.projectx.xinput.XInputFileIF.
 
XInputFileImpl - class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl.
 
XInputFileImpl - class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl.
 
XInputFileImpl - class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl.
 
XInputFileImpl(File) - Constructor for class net.sourceforge.dvb.projectx.xinput.file.XInputFileImpl
Create a XInputFile of type FileType.FILE.
XInputFileImpl(FtpVO) - Constructor for class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
Create a XInputFile of type FileType.FTP.
XInputFileImpl(String) - Constructor for class net.sourceforge.dvb.projectx.xinput.topfield_raw.XInputFileImpl
Create a XInputFile of type FileType.RAW.
XInputStream - class net.sourceforge.dvb.projectx.xinput.XInputStream.
 
XInputStream(InputStream) - Constructor for class net.sourceforge.dvb.projectx.xinput.XInputStream
Create stream, which is able to handle special needs of the xinput package.
xIs - Variable in class net.sourceforge.dvb.projectx.xinput.ftp.XInputFileImpl
 

A B C D E F G H I J K L M N O P Q R S T U V W X