Home

Dokumentation

Impressum

Dokumentation VDR
 

Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

remux.c File Reference

#include "remux.h"
#include <stdlib.h>
#include "thread.h"
#include "tools.h"
#include <netinet/in.h>

Include dependency graph for remux.c:

Include dependency graph

Go to the source code of this file.

Data Structures

class  cTS2PES

Defines

#define PROG_STREAM_MAP   0xBC
#define PRIVATE_STREAM1   0xBD
#define PADDING_STREAM   0xBE
#define PRIVATE_STREAM2   0xBF
#define AUDIO_STREAM_S   0xC0
#define AUDIO_STREAM_E   0xDF
#define VIDEO_STREAM_S   0xE0
#define VIDEO_STREAM_E   0xEF
#define ECM_STREAM   0xF0
#define EMM_STREAM   0xF1
#define DSM_CC_STREAM   0xF2
#define ISO13522_STREAM   0xF3
#define PROG_STREAM_DIR   0xFF
#define PTS_ONLY   0x80
#define TS_SIZE   188
#define PAY_START   0x40
#define PID_MASK_HI   0x1F
#define ADAPT_FIELD   0x20
#define MAX_PLENGTH   0xFFFF
#define MMAX_PLENGTH   (4*MAX_PLENGTH)
#define IPACKS   2048
#define SC_PICTURE   0x00
#define MAXNONUSEFULDATA   (10*1024*1024)
#define TS_SYNC_BYTE   0x47


Define Documentation

#define ADAPT_FIELD   0x20
 

Definition at line 103 of file remux.c.

Referenced by cTS2PES::ts_to_pes().

#define AUDIO_STREAM_E   0xDF
 

Definition at line 87 of file remux.c.

Referenced by cTS2PES::instant_repack(), cRemux::Process(), and cTS2PES::send_ipack().

#define AUDIO_STREAM_S   0xC0
 

Definition at line 86 of file remux.c.

Referenced by cTS2PES::instant_repack(), cRemux::Process(), and cTS2PES::send_ipack().

#define DSM_CC_STREAM   0xF2
 

Definition at line 92 of file remux.c.

Referenced by cTS2PES::instant_repack().

#define ECM_STREAM   0xF0
 

Definition at line 90 of file remux.c.

Referenced by cTS2PES::instant_repack().

#define EMM_STREAM   0xF1
 

Definition at line 91 of file remux.c.

Referenced by cTS2PES::instant_repack().

#define IPACKS   2048
 

Definition at line 109 of file remux.c.

#define ISO13522_STREAM   0xF3
 

Definition at line 93 of file remux.c.

Referenced by cTS2PES::instant_repack().

#define MAX_PLENGTH   0xFFFF
 

Definition at line 106 of file remux.c.

#define MAXNONUSEFULDATA   (10*1024*1024)
 

Definition at line 114 of file remux.c.

Referenced by cRemux::Process().

#define MMAX_PLENGTH   (4*MAX_PLENGTH)
 

Definition at line 107 of file remux.c.

Referenced by cTS2PES::instant_repack(), and cTS2PES::ts_to_pes().

#define PADDING_STREAM   0xBE
 

Definition at line 82 of file remux.c.

Referenced by cTS2PES::instant_repack().

#define PAY_START   0x40
 

Definition at line 100 of file remux.c.

Referenced by cTS2PES::ts_to_pes().

#define PID_MASK_HI   0x1F
 

Definition at line 101 of file remux.c.

Referenced by cRemux::GetPid().

#define PRIVATE_STREAM1   0xBD
 

Definition at line 80 of file remux.c.

Referenced by cTS2PES::instant_repack(), and cRemux::Process().

#define PRIVATE_STREAM2   0xBF
 

Definition at line 84 of file remux.c.

Referenced by cTS2PES::instant_repack().

#define PROG_STREAM_DIR   0xFF
 

Definition at line 94 of file remux.c.

Referenced by cTS2PES::instant_repack().

#define PROG_STREAM_MAP   0xBC
 

Definition at line 78 of file remux.c.

Referenced by cTS2PES::instant_repack().

#define PTS_ONLY   0x80
 

Definition at line 97 of file remux.c.

Referenced by cTS2PES::instant_repack().

#define SC_PICTURE   0x00
 

Definition at line 112 of file remux.c.

Referenced by cRemux::ScanVideoPacket().

#define TS_SIZE   188
 

Definition at line 99 of file remux.c.

Referenced by cRemux::Process().

#define TS_SYNC_BYTE   0x47
 

Definition at line 485 of file remux.c.

Referenced by cRemux::Process().

#define VIDEO_STREAM_E   0xEF
 

Definition at line 89 of file remux.c.

Referenced by cTS2PES::instant_repack(), and cRemux::Process().

#define VIDEO_STREAM_S   0xE0
 

Definition at line 88 of file remux.c.

Referenced by cTS2PES::instant_repack(), and cRemux::Process().


Generated on Wed Feb 5 23:30:44 2003 for VDR by doxygen1.3-rc2