![]() |
|||
Dokumentation
VDR
|
#include "remux.h"
#include <stdlib.h>
#include "thread.h"
#include "tools.h"
#include <netinet/in.h>
Include dependency graph for remux.c:
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 |
|
Definition at line 103 of file remux.c. Referenced by cTS2PES::ts_to_pes(). |
|
Definition at line 87 of file remux.c. Referenced by cTS2PES::instant_repack(), cRemux::Process(), and cTS2PES::send_ipack(). |
|
Definition at line 86 of file remux.c. Referenced by cTS2PES::instant_repack(), cRemux::Process(), and cTS2PES::send_ipack(). |
|
Definition at line 92 of file remux.c. Referenced by cTS2PES::instant_repack(). |
|
Definition at line 90 of file remux.c. Referenced by cTS2PES::instant_repack(). |
|
Definition at line 91 of file remux.c. Referenced by cTS2PES::instant_repack(). |
|
|
|
Definition at line 93 of file remux.c. Referenced by cTS2PES::instant_repack(). |
|
|
|
Definition at line 114 of file remux.c. Referenced by cRemux::Process(). |
|
Definition at line 107 of file remux.c. Referenced by cTS2PES::instant_repack(), and cTS2PES::ts_to_pes(). |
|
Definition at line 82 of file remux.c. Referenced by cTS2PES::instant_repack(). |
|
Definition at line 100 of file remux.c. Referenced by cTS2PES::ts_to_pes(). |
|
Definition at line 101 of file remux.c. Referenced by cRemux::GetPid(). |
|
Definition at line 80 of file remux.c. Referenced by cTS2PES::instant_repack(), and cRemux::Process(). |
|
Definition at line 84 of file remux.c. Referenced by cTS2PES::instant_repack(). |
|
Definition at line 94 of file remux.c. Referenced by cTS2PES::instant_repack(). |
|
Definition at line 78 of file remux.c. Referenced by cTS2PES::instant_repack(). |
|
Definition at line 97 of file remux.c. Referenced by cTS2PES::instant_repack(). |
|
Definition at line 112 of file remux.c. Referenced by cRemux::ScanVideoPacket(). |
|
Definition at line 99 of file remux.c. Referenced by cRemux::Process(). |
|
Definition at line 485 of file remux.c. Referenced by cRemux::Process(). |
|
Definition at line 89 of file remux.c. Referenced by cTS2PES::instant_repack(), and cRemux::Process(). |
|
Definition at line 88 of file remux.c. Referenced by cTS2PES::instant_repack(), and cRemux::Process(). |