MythTV  master
Classes | Functions
mpegutils.cpp File Reference
#include "libmythbase/exitcodes.h"
#include "libmythbase/mythlogging.h"
#include "libmythtv/io/mythmediabuffer.h"
#include "libmythtv/mpeg/atsctables.h"
#include "libmythtv/mpeg/dvbtables.h"
#include "libmythtv/mpeg/premieretables.h"
#include "libmythtv/mpeg/scanstreamdata.h"
#include "libmythtv/mpeg/sctetables.h"
#include "libmythtv/mpeg/streamlisteners.h"
#include "libmythtv/bytereader.h"
#include "mpegutils.h"
Include dependency graph for mpegutils.cpp:

Go to the source code of this file.

Classes

class  PTSListener
 
class  PrintOutput
 
class  PrintMPEGStreamListener
 
class  PrintATSCMainStreamListener
 
class  PrintSCTEMainStreamListener
 
class  PrintATSCAuxStreamListener
 
class  PrintATSCEITStreamListener
 
class  PrintDVBMainStreamListener
 
class  PrintDVBOtherStreamListener
 
class  PrintDVBEITStreamListener
 

Functions

static QHash< uint, boolextract_pids (const QString &pidsStr, bool required)
 MPEG-TS processing utilities (for debugging.) Copyright (c) 2003-2004, Daniel Thor Kristjansson Copyright (c) 2011, Digital Nirvana, Inc. More...
 
static int resync_stream (const char *buffer, int curr_pos, int len, int packet_size)
 
static int pid_counter (const MythUtilCommandLineParser &cmdline)
 
static int pid_filter (const MythUtilCommandLineParser &cmdline)
 
static int pid_printer (const MythUtilCommandLineParser &cmdline)
 
void registerMPEGUtils (UtilMap &utilMap)
 

Function Documentation

◆ extract_pids()

static QHash<uint,bool> extract_pids ( const QString &  pidsStr,
bool  required 
)
static

MPEG-TS processing utilities (for debugging.) Copyright (c) 2003-2004, Daniel Thor Kristjansson Copyright (c) 2011, Digital Nirvana, Inc.

Author: Daniel Kristjansson

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Definition at line 39 of file mpegutils.cpp.

Referenced by pid_filter(), and pid_printer().

◆ resync_stream()

static int resync_stream ( const char *  buffer,
int  curr_pos,
int  len,
int  packet_size 
)
static

Definition at line 66 of file mpegutils.cpp.

Referenced by pid_counter(), and pid_filter().

◆ pid_counter()

static int pid_counter ( const MythUtilCommandLineParser cmdline)
static

Definition at line 86 of file mpegutils.cpp.

Referenced by registerMPEGUtils().

◆ pid_filter()

static int pid_filter ( const MythUtilCommandLineParser cmdline)
static

Definition at line 179 of file mpegutils.cpp.

Referenced by registerMPEGUtils().

◆ pid_printer()

static int pid_printer ( const MythUtilCommandLineParser cmdline)
static

Definition at line 708 of file mpegutils.cpp.

Referenced by registerMPEGUtils().

◆ registerMPEGUtils()

void registerMPEGUtils ( UtilMap utilMap)

Definition at line 844 of file mpegutils.cpp.

Referenced by main().