43 #define MAX_RESYNC_SIZE 65536
45 #define MAX_PES_PAYLOAD 200 * 1024
47 #define MAX_MP4_DESCR_COUNT 16
49 #define MOD_UNLIKELY(modulus, dividend, divisor, prev_dividend) \
51 if ((prev_dividend) == 0 || (dividend) - (prev_dividend) != (divisor)) \
52 (modulus) = (dividend) % (divisor); \
53 (prev_dividend) = (dividend); \
65 int is_start, int64_t pos);
101 #define MAX_PIDS_PER_PROGRAM 64
120 #define SIZE_STAT_THRESHOLD 10
164 #define MPEGTS_OPTIONS \
165 { "resync_size", "set size limit for looking up a new synchronization", offsetof(MpegTSContext, resync_size), AV_OPT_TYPE_INT, { .i64 = MAX_RESYNC_SIZE}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM }
176 {.i64 = 0}, 0, 1, 0 },
178 {.i64 = 0}, 0, 1, 0 },
191 {
"compute_pcr",
"compute exact PCR for each transport stream packet",
194 {
"ts_packetsize",
"output option carrying the raw packet size",
219 #define PES_START_SIZE 6
220 #define PES_HEADER_SIZE 9
221 #define MAX_PES_HEADER_SIZE (9 + 255)
251 for (i = 0; i < ts->
nb_prg; i++) {
252 if (ts->
prg[i].
id == programid) {
279 for (i = 0; i < ts->
nb_prg; i++)
280 if (ts->
prg[i].
id == programid) {
317 for (i = 0; i < p->
nb_pids; i++)
318 if (p->
pids[i] == pid)
355 int used = 0, discarded = 0;
366 for (i = 0; i < ts->
nb_prg; i++) {
368 for (j = 0; j < p->
nb_pids; j++) {
369 if (p->
pids[j] != pid)
383 return !used && discarded;
391 const uint8_t *
buf,
int buf_size,
int is_start)
542 memset(stat, 0, packet_size *
sizeof(*stat));
544 for (i = 0; i < size - 3; i++) {
545 if (buf[i] == 0x47) {
546 int pid =
AV_RB16(buf+1) & 0x1FFF;
547 int asc = buf[i + 3] & 0x30;
548 if (!probe || pid == 0x1FFF || asc) {
549 int x = i % packet_size;
552 if (stat[x] > best_score) {
553 best_score = stat[x];
559 return best_score -
FFMAX(stat_all - 10*best_score, 0)/10;
565 int score, fec_score, dvhs_score;
574 score, dvhs_score, fec_score);
576 if (score > fec_score && score > dvhs_score)
578 else if (dvhs_score > score && dvhs_score > fec_score)
580 else if (score < fec_score && dvhs_score < fec_score)
640 len =
get8(&p, p_end);
660 val =
get8(pp, p_end);
665 val =
get16(pp, p_end);
669 val =
get8(pp, p_end);
672 h->
version = (val >> 1) & 0x1f;
673 val =
get8(pp, p_end);
677 val =
get8(pp, p_end);
699 #if !CONFIG_LOAS_DEMUXER
774 uint32_t stream_type,
791 uint32_t stream_type, uint32_t prog_reg_desc)
811 "stream=%d stream_type=%x pid=%x prog_reg_desc=%.4s\n",
819 if ((prog_reg_desc ==
AV_RL32(
"HDMV") ||
820 prog_reg_desc ==
AV_RL32(
"HDPR")) &&
831 memcpy(sub_pes, pes,
sizeof(*sub_pes));
839 sub_st->
id = pes->
pid;
939 int au_start_flag = 0, au_end_flag = 0, ocr_flag = 0, idle_flag = 0;
940 int padding_flag = 0, padding_bits = 0, inst_bitrate_flag = 0;
941 int dts_flag = -1, cts_flag = -1;
946 memcpy(buf_padded, buf, buf_padded_size);
955 au_start_flag = au_end_flag = 1;
965 if (!idle_flag && (!padding_flag || padding_bits != 0)) {
991 if (inst_bitrate_flag)
1008 const uint8_t *
buf,
int buf_size,
int is_start,
1032 while (buf_size > 0) {
1033 switch (pes->
state) {
1045 if (pes->
header[0] == 0x00 && pes->
header[1] == 0x00 &&
1046 pes->
header[2] == 0x01) {
1048 code = pes->
header[3] | 0x100;
1083 if (code != 0x1bc && code != 0x1bf &&
1084 code != 0x1f0 && code != 0x1f1 &&
1085 code != 0x1ff && code != 0x1f2 &&
1090 "pid=%x stream_type=%x probing\n",
1138 unsigned int flags, pes_ext, skip;
1144 if ((flags & 0xc0) == 0x80) {
1147 }
else if ((flags & 0xc0) == 0xc0) {
1157 skip = (pes_ext >> 4) & 0xb;
1160 if ((pes_ext & 0x41) == 0x01 &&
1163 if ((r[0] & 0x7f) > 0 && (r[1] & 0x80) == 0)
1175 p += sl_header_bytes;
1176 buf_size -= sl_header_bytes;
1215 pes->
pts = pes->
dts = pcr;
1217 pes->
dts > pcr + 3654 + 9000) {
1218 pes->
pts = pes->
dts = pcr + 3654 + 9000;
1220 pes->
dts > pcr + 10*90000) {
1221 pes->
pts = pes->
dts = pcr + 3654 + 9000;
1314 Mp4Descr *descr,
int max_descr_count)
1317 if (size > (1 << 30))
1337 (*len) -= new_off - *off;
1373 if (!(id_flags & 0x0020)) {
1423 #define R8_CHECK_CLIP_MAX(dst, maxv) do { \
1424 descr->sl.dst = avio_r8(&d->pb); \
1425 if (descr->sl.dst > maxv) { \
1426 descr->sl.dst = maxv; \
1427 return AVERROR_INVALIDDATA; \
1466 if (len < 0 || len1 > len || len1 <= 0) {
1468 "Tag %x length violation new length %d bytes remaining %d\n",
1479 if (target_tag && tag != target_tag) {
1512 Mp4Descr *descr,
int *descr_count,
int max_descr_count)
1528 Mp4Descr *descr,
int *descr_count,
int max_descr_count)
1551 int mp4_descr_count = 0;
1556 p_end = section + section_len - 4;
1565 mp4_read_od(s, p, (
unsigned) (p_end - p), mp4_descr, &mp4_descr_count,
1571 for (i = 0; i < mp4_descr_count; i++) {
1585 pes->
sl = mp4_descr[i].
sl;
1588 mp4_descr[i].dec_config_descr_len, 0,
1602 for (i = 0; i < mp4_descr_count; i++)
1603 av_free(mp4_descr[i].dec_config_descr);
1629 1, 0, 1, 1, 2, 2, 2, 3, 3
1633 1, 1, 1, 2, 2, 3, 4, 4, 5,
1644 { 0,6,1,2,3,4,5,7 },
1649 Mp4Descr *mp4_descr,
int mp4_descr_count,
int pid,
1653 int desc_len, desc_tag, desc_es_id, ext_desc_tag, channels, channel_config_code;
1657 desc_tag =
get8(pp, desc_list_end);
1660 desc_len =
get8(pp, desc_list_end);
1663 desc_end = *pp + desc_len;
1664 if (desc_end > desc_list_end)
1675 desc_es_id =
get16(pp, desc_end);
1678 if (ts && ts->
pids[pid])
1680 for (i = 0; i < mp4_descr_count; i++)
1681 if (mp4_descr[i].dec_config_descr_len &&
1682 mp4_descr[i].es_id == desc_es_id) {
1685 mp4_descr[i].dec_config_descr_len, 0,
1698 if (
get16(pp, desc_end) < 0)
1700 if (mp4_descr_count > 0 &&
1721 int language_count = desc_len / 5;
1723 if (desc_len > 0 && desc_len % 5 != 0)
1726 if (language_count > 0) {
1728 av_assert0(language_count <=
sizeof(language) / 4);
1741 for (i = 0; i < language_count; i++) {
1742 language[i * 4 + 0] =
get8(pp, desc_end);
1743 language[i * 4 + 1] =
get8(pp, desc_end);
1744 language[i * 4 + 2] =
get8(pp, desc_end);
1745 language[i * 4 + 3] =
',';
1747 memcpy(extradata, *pp, 2);
1753 language[i * 4 - 1] = 0;
1766 int language_count = desc_len / 8;
1768 if (desc_len > 0 && desc_len % 8 != 0)
1771 if (language_count > 1) {
1775 if (language_count > 0) {
1779 av_assert0(language_count <=
sizeof(language) / 4);
1792 for (i = 0; i < language_count; i++) {
1793 language[i * 4 + 0] =
get8(pp, desc_end);
1794 language[i * 4 + 1] =
get8(pp, desc_end);
1795 language[i * 4 + 2] =
get8(pp, desc_end);
1796 language[i * 4 + 3] =
',';
1810 extradata[4] =
get8(pp, desc_end);
1811 memcpy(extradata, *pp, 4);
1817 language[i * 4 - 1] = 0;
1824 for (i = 0; i + 4 <= desc_len; i += 4) {
1825 language[i + 0] =
get8(pp, desc_end);
1826 language[i + 1] =
get8(pp, desc_end);
1827 language[i + 2] =
get8(pp, desc_end);
1828 language[i + 3] =
',';
1829 switch (
get8(pp, desc_end)) {
1841 if (i && language[0]) {
1842 language[i - 1] = 0;
1859 if (
get16(pp, desc_end) == 0xFFFF)
1861 if (
get8(pp, desc_end) == 0xFF) {
1868 ext_desc_tag =
get8(pp, desc_end);
1869 if (ext_desc_tag < 0)
1872 ext_desc_tag == 0x80) {
1882 channel_config_code =
get8(pp, desc_end);
1883 if (channel_config_code < 0)
1885 if (channel_config_code <= 0x8) {
1886 st->
codecpar->
extradata[9] = channels = channel_config_code ? channel_config_code : 2;
1908 return !(stream_type == 0x13 ||
1909 (stream_type == 0x86 && prog_reg_desc ==
AV_RL32(
"CUEI")) );
1919 const uint8_t *p, *p_end, *desc_list_end;
1920 int program_info_length, pcr_pid, pid, stream_type;
1922 uint32_t prog_reg_desc = 0;
1924 int mp4_descr_count = 0;
1931 p_end = section + section_len - 4;
1949 pcr_pid =
get16(&p, p_end);
1958 program_info_length =
get16(&p, p_end);
1959 if (program_info_length < 0)
1961 program_info_length &= 0xfff;
1962 while (program_info_length >= 2) {
1964 tag =
get8(&p, p_end);
1965 len =
get8(&p, p_end);
1969 if (len > program_info_length - 2)
1972 program_info_length -= len + 2;
1979 }
else if (tag == 0x05 && len >= 4) {
1980 prog_reg_desc = bytestream_get_le32(&p);
1985 p += program_info_length;
1999 stream_type =
get8(&p, p_end);
2000 if (stream_type < 0)
2002 pid =
get16(&p, p_end);
2039 if (stream_type == 0x86 && prog_reg_desc ==
AV_RL32(
"CUEI")) {
2056 desc_list_len =
get16(&p, p_end);
2057 if (desc_list_len < 0)
2059 desc_list_len &= 0xfff;
2060 desc_list_end = p + desc_list_len;
2061 if (desc_list_end > p_end)
2065 desc_list_end, mp4_descr,
2066 mp4_descr_count, pid, ts) < 0)
2069 if (pes && prog_reg_desc ==
AV_RL32(
"HDMV") &&
2070 stream_type == 0x83 && pes->
sub_st) {
2079 if (!ts->
pids[pcr_pid])
2083 for (i = 0; i < mp4_descr_count; i++)
2084 av_free(mp4_descr[i].dec_config_descr);
2099 p_end = section + section_len - 4;
2114 sid =
get16(&p, p_end);
2117 pmt_pid =
get16(&p, p_end);
2127 if (sid == 0x0000) {
2138 || fil->
pid != pmt_pid
2142 if (!ts->
pids[pmt_pid])
2153 for (i = 0; i < ts->
nb_prg; i++)
2167 const uint8_t *p, *p_end, *desc_list_end, *desc_end;
2168 int onid,
val, sid, desc_list_len, desc_tag, desc_len, service_type;
2169 char *
name, *provider_name;
2174 p_end = section + section_len - 4;
2185 onid =
get16(&p, p_end);
2188 val =
get8(&p, p_end);
2192 sid =
get16(&p, p_end);
2195 val =
get8(&p, p_end);
2198 desc_list_len =
get16(&p, p_end);
2199 if (desc_list_len < 0)
2201 desc_list_len &= 0xfff;
2202 desc_list_end = p + desc_list_len;
2203 if (desc_list_end > p_end)
2206 desc_tag =
get8(&p, desc_list_end);
2209 desc_len =
get8(&p, desc_list_end);
2210 desc_end = p + desc_len;
2211 if (desc_len < 0 || desc_end > desc_list_end)
2215 desc_tag, desc_len);
2219 service_type =
get8(&p, p_end);
2220 if (service_type < 0)
2222 provider_name =
getstr8(&p, p_end);
2246 static int parse_pcr(int64_t *ppcr_high,
int *ppcr_low,
2253 int len, pid, cc, expected_cc, cc_ok, afc, is_start, is_discontinuity,
2254 has_adaptation, has_payload;
2258 pid =
AV_RB16(packet + 1) & 0x1fff;
2261 is_start = packet[1] & 0x40;
2262 tss = ts->
pids[pid];
2265 tss = ts->
pids[pid];
2271 afc = (packet[3] >> 4) & 3;
2274 has_adaptation = afc & 2;
2275 has_payload = afc & 1;
2276 is_discontinuity = has_adaptation &&
2281 cc = (packet[3] & 0xf);
2282 expected_cc = has_payload ? (tss->
last_cc + 1) & 0x0f : tss->
last_cc;
2283 cc_ok = pid == 0x1FFF ||
2291 "Continuity check failed for pid %d expected %d got %d\n",
2292 pid, expected_cc, cc);
2300 if (has_adaptation) {
2303 if (
parse_pcr(&pcr_h, &pcr_l, packet) == 0)
2304 tss->
last_pcr = pcr_h * 300 + pcr_l;
2310 if (p >= p_end || !has_payload)
2323 if (len > p_end - p)
2349 for (i = 0; i < ts->
nb_prg; i++) {
2425 if (current_packet[0] == 0x80 && current_packet[12] == 0x47) {
2441 "max resync size reached, could not find sync byte\n");
2458 if ((*data)[0] != 0x47) {
2513 if (nb_packets != 0 && packet_num >= nb_packets ||
2540 #define CHECK_COUNT 10
2541 #define CHECK_BLOCK 100
2551 score =
FFMAX3(score, dvhs_score, fec_score);
2553 maxscore =
FFMAX(maxscore, score);
2559 ff_dlog(0,
"TS score: %d %d\n", sumscore, maxscore);
2563 }
else if (check_count >=
CHECK_COUNT && sumscore > 6) {
2565 }
else if (check_count >=
CHECK_COUNT && maxscore > 6) {
2567 }
else if (sumscore > 6) {
2582 afc = (packet[3] >> 4) & 3;
2592 if (!(flags & 0x10))
2597 *ppcr_high = ((int64_t) v << 1) | (p[4] >> 7);
2598 *ppcr_low = ((p[4] & 1) << 8) | p[5];
2633 if (s->
iformat == &ff_mpegts_demuxer) {
2653 int pcr_pid, pid, nb_packets, nb_pcrs, ret, pcr_l;
2654 int64_t pcrs[2], pcr_h;
2655 int packet_count[2];
2676 pid =
AV_RB16(data + 1) & 0x1fff;
2677 if ((pcr_pid == -1 || pcr_pid == pid) &&
2681 packet_count[nb_pcrs] = nb_packets;
2682 pcrs[nb_pcrs] = pcr_h * 300 + pcr_l;
2694 ts->
pcr_incr = (pcrs[1] - pcrs[0]) / (packet_count[1] - packet_count[0]);
2707 #define MAX_PACKET_READAHEAD ((128 * 1024) / 188)
2713 int64_t pcr_h, next_pcr_h, pos;
2714 int pcr_l, next_pcr_l;
2726 if (data != pkt->
data)
2737 if (
parse_pcr(&next_pcr_h, &next_pcr_l, pcr_buf) == 0) {
2740 ((next_pcr_h - pcr_h) * 300 + (next_pcr_l - pcr_l)) /
2747 ts->
cur_pcr = pcr_h * 300 + pcr_l;
2782 if (!ret && pkt->
size < 0)
2806 int64_t *ppos, int64_t pos_limit)
2809 int64_t pos, timestamp;
2811 int pcr_l, pcr_pid =
2817 while(pos < pos_limit) {
2822 if (buf[0] != 0x47) {
2828 if ((pcr_pid < 0 || (
AV_RB16(buf + 1) & 0x1fff) == pcr_pid) &&
2829 parse_pcr(×tamp, &pcr_l, buf) == 0) {
2840 int64_t *ppos, int64_t pos_limit)
2849 while(pos < pos_limit) {
2860 int64_t dts = pkt.
dts;
2906 if (buf[0] != 0x47) {
2936 .priv_class = &mpegts_class,
2940 .
name =
"mpegtsraw",
2948 .priv_class = &mpegtsraw_class,
static void mpegts_free(MpegTSContext *ts)
int64_t probesize
Maximum size of the data read from input for determining the input container format.
const char const char void * val
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
void av_buffer_unref(AVBufferRef **buf)
Free a given reference and automatically free the buffer if there are no more references to it...
void ff_mp4_parse_es_descr(AVIOContext *pb, int *es_id)
static void finished_reading_packet(AVFormatContext *s, int raw_packet_size)
ptrdiff_t const GLvoid * data
int64_t cur_pcr
used to estimate the exact PCR
#define AV_OPT_FLAG_EXPORT
The option is intended for exporting values to the caller.
int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp, int size, int distance, int flags)
Add an index entry into a sorted list.
#define MAX_PACKET_READAHEAD
enum AVMediaType codec_type
static int parse_MP4ODescrTag(MP4DescrParseContext *d, int64_t off, int len)
static unsigned int get_bits(GetBitContext *s, int n)
Read 1-25 bits.
#define AV_LOG_WARNING
Something somehow does not look correct.
static int handle_packet(MpegTSContext *ts, const uint8_t *packet)
#define LIBAVUTIL_VERSION_INT
int64_t pos
byte position in stream, -1 if unknown
static void clear_program(MpegTSContext *ts, unsigned int programid)
static void skip_bits_long(GetBitContext *s, int n)
static int mpegts_probe(AVProbeData *p)
int8_t crc_validity[NB_PID_MAX]
int probe_packets
Number of packets to buffer for codec probing.
MpegTSContext * avpriv_mpegts_parse_open(AVFormatContext *s)
static int analyze(const uint8_t *buf, int size, int packet_size, int probe)
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
int64_t pts_wrap_reference
Internal data to check for wrapping of the time stamp.
int index
stream index in AVFormatContext
MpegTSPESFilter pes_filter
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
int64_t bit_rate
Total stream bitrate in bit/s, 0 if not available.
Contain timestamp estimated through PCR of program stream.
AVInputFormat ff_mpegts_demuxer
static void sdt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
int64_t avio_skip(AVIOContext *s, int64_t offset)
Skip given number of bytes forward.
void * av_mallocz(size_t size)
Allocate a memory block with alignment suitable for all memory accesses (including vectors if availab...
static int parse_section_header(SectionHeader *h, const uint8_t **pp, const uint8_t *p_end)
enum MpegTSFilterType type
static int mpegts_read_packet(AVFormatContext *s, AVPacket *pkt)
unsigned int avio_rb16(AVIOContext *s)
int ctx_flags
Flags signalling stream properties.
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_RB16
int pcr_pid
if -1 then all packets containing PCR are considered
static int mpegts_resync(AVFormatContext *s, int seekback, const uint8_t *current_packet)
unsigned int nb_prg
structure to keep track of Program->pids mapping
static int read_packet(AVFormatContext *s, uint8_t *buf, int raw_packet_size, const uint8_t **data)
unsigned int nb_stream_indexes
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
unsigned int pids[MAX_PIDS_PER_PROGRAM]
#define av_assert0(cond)
assert() equivalent, that is always enabled.
#define SIZE_STAT_THRESHOLD
static int read_sl_header(PESContext *pes, SLConfigDescr *sl, const uint8_t *buf, int buf_size)
void void avpriv_request_sample(void *avc, const char *msg,...) av_printf_format(2
Log a generic warning message about a missing feature.
MpegTSFilter * pids[NB_PID_MAX]
filters for various streams specified by PMT + for the PAT and PMT
static int mpegts_read_header(AVFormatContext *s)
int stream_identifier
Stream Identifier This is the MPEG-TS stream identifier +1 0 means unknown.
Opaque data information usually continuous.
static struct Program * get_program(MpegTSContext *ts, unsigned int programid)
static int64_t mpegts_get_dts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit)
#define AV_LOG_TRACE
Extremely verbose debugging, useful for libav* development.
unsigned int avio_rb32(AVIOContext *s)
int stop_parse
stop parsing loop
static int parse_MP4ESDescrTag(MP4DescrParseContext *d, int64_t off, int len)
static int discard_pid(MpegTSContext *ts, unsigned int pid)
discard_pid() decides if the pid is to be discarded according to caller's programs selection ...
int64_t duration
Duration of this packet in AVStream->time_base units, 0 if unknown.
static void add_pat_entry(MpegTSContext *ts, unsigned int programid)
static int mpegts_push_data(MpegTSFilter *filter, const uint8_t *buf, int buf_size, int is_start, int64_t pos)
int id
Format-specific stream ID.
enum AVStreamParseType need_parsing
static const AVOption raw_options[]
AVStream * avformat_new_stream(AVFormatContext *s, const AVCodec *c)
Add a new stream to a media file.
static const uint8_t opus_channel_map[8][8]
static void filter(int16_t *output, ptrdiff_t out_stride, int16_t *low, ptrdiff_t low_stride, int16_t *high, ptrdiff_t high_stride, int len, uint8_t clip)
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_RB32
AVStream ** streams
A list of all streams in the file.
Public header for CRC hash function implementation.
int ffio_read_indirect(AVIOContext *s, unsigned char *buf, int size, const unsigned char **data)
Read size bytes from AVIOContext, returning a pointer.
static void update_offsets(AVIOContext *pb, int64_t *off, int *len)
AVProgram * av_new_program(AVFormatContext *s, int id)
static int get_bits_count(const GetBitContext *s)
#define AVERROR_EOF
End of file.
bitstream reader API header.
static av_cold int read_close(AVFormatContext *ctx)
static av_always_inline int64_t avio_tell(AVIOContext *s)
ftell() equivalent for AVIOContext.
static void seek_back(AVFormatContext *s, AVIOContext *pb, int64_t pos)
enum AVDiscard discard
selects which program to discard and which to feed to the caller
static int probe(AVProbeData *p)
static PESContext * add_pes_stream(MpegTSContext *ts, int pid, int pcr_pid)
unsigned int * stream_index
int avio_read(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf.
int64_t bit_rate
The average bitrate of the encoded data (in bits per second).
static MpegTSFilter * mpegts_open_pes_filter(MpegTSContext *ts, unsigned int pid, PESCallback *pes_cb, void *opaque)
AVInputFormat ff_mpegtsraw_demuxer
static int init_MP4DescrParseContext(MP4DescrParseContext *d, AVFormatContext *s, const uint8_t *buf, unsigned size, Mp4Descr *descr, int max_descr_count)
MPEGTS stream ID, this is required to pass the stream ID information from the demuxer to the correspo...
int av_new_packet(AVPacket *pkt, int size)
Allocate the payload of a packet and initialize its fields with default values.
static int get_bits_left(GetBitContext *gb)
static uint64_t get_bits64(GetBitContext *s, int n)
Read 0-64 bits.
AVProgram * av_find_program_from_stream(AVFormatContext *ic, AVProgram *last, int s)
Find the programs which belong to a given stream.
static const uint8_t opus_default_extradata[30]
int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb)
static void reanalyze(MpegTSContext *ts)
AVCodecID
Identify the syntax and semantics of the bitstream.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
static const StreamType SCTE_types[]
int predefined_SLConfigDescriptor_seen
static const StreamType HDMV_types[]
static void clear_avprogram(MpegTSContext *ts, unsigned int programid)
static int mpegts_read_close(AVFormatContext *s)
static int mpegts_raw_read_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
int avcodec_is_open(AVCodecContext *s)
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
preferred ID for decoding MPEG audio layer 1, 2 or 3
enum AVMediaType codec_type
General type of the encoded data.
AVBufferRef * buf
A reference to the reference-counted buffer where the packet data is stored.
simple assert() macros that are a bit more flexible than ISO C assert().
enum AVMediaType avcodec_get_type(enum AVCodecID codec_id)
Get the type of the given codec.
#define TS_FEC_PACKET_SIZE
New fields can be added to the end with minor version bumps.
static int64_t ff_parse_pes_pts(const uint8_t *buf)
Parse MPEG-PES five-byte timestamp.
static int parse_MP4DecConfigDescrTag(MP4DescrParseContext *d, int64_t off, int len)
int flags
copied to the AVPacket flags
int pcr_incr
used to estimate the exact PCR
int flags
A combination of AV_PKT_FLAG values.
int extradata_size
Size of the extradata content in bytes.
int avio_r8(AVIOContext *s)
int av_reallocp_array(void *ptr, size_t nmemb, size_t size)
int buf_size
Size of buf except extra allocated bytes.
unsigned char * buf
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
common internal API header
unsigned int nb_streams
Number of elements in AVFormatContext.streams.
static const uint16_t fc[]
int seekable
A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable.
int64_t ts_packet_pos
position of first TS packet of this PES packet
SectionCallback * section_cb
static const StreamType REGD_types[]
void av_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx)
int PESCallback(MpegTSFilter *f, const uint8_t *buf, int len, int is_start, int64_t pos)
static const StreamType MISC_types[]
union MpegTSFilter::@213 u
static void set_pcr_pid(AVFormatContext *s, unsigned int programid, unsigned int pid)
static int mp4_read_od(AVFormatContext *s, const uint8_t *buf, unsigned size, Mp4Descr *descr, int *descr_count, int max_descr_count)
#define TS_DVHS_PACKET_SIZE
uint32_t av_crc(const AVCRC *ctx, uint32_t crc, const uint8_t *buffer, size_t length)
Calculate the CRC of a block.
static void set_pmt_found(MpegTSContext *ts, unsigned int programid)
static int mpegts_set_stream_info(AVStream *st, PESContext *pes, uint32_t stream_type, uint32_t prog_reg_desc)
static const uint8_t opus_stream_cnt[9]
static int parse_mp4_descr(MP4DescrParseContext *d, int64_t off, int len, int target_tag)
static int parse_MP4SLDescrTag(MP4DescrParseContext *d, int64_t off, int len)
int mpeg2ts_compute_pcr
compute exact PCR for each transport stream packet
static const AVClass mpegtsraw_class
MpegTSSectionFilter section_filter
static const uint8_t opus_coupled_stream_cnt[9]
static uint64_t get_ts64(GetBitContext *gb, int bits)
preferred ID for MPEG-1/2 video decoding
int auto_guess
if true, all pids are analyzed to find streams
int raw_packet_size
raw packet size, including FEC if present
static const StreamType ISO_types[]
static int read_header(FFV1Context *f)
int ts_id
Transport stream id.
FAKE codec to indicate a MPEG-4 Systems stream (only used by libavformat)
static av_unused int64_t mpegts_get_pcr(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit)
#define AV_LOG_INFO
Standard information.
#define TS_MAX_PACKET_SIZE
uint8_t * dec_config_descr
AVStreamInternal * internal
An opaque field for libavformat internal usage.
#define MP4DecConfigDescrTag
static MpegTSFilter * mpegts_open_filter(MpegTSContext *ts, unsigned int pid, enum MpegTSFilterType type)
AVBufferRef * av_buffer_alloc(int size)
Allocate an AVBuffer of the given size using av_malloc().
AVIOContext * pb
I/O context.
static const StreamType METADATA_types[]
static int parse_mp4_descr_arr(MP4DescrParseContext *d, int64_t off, int len)
void av_packet_unref(AVPacket *pkt)
Wipe the packet.
static int new_pes_packet(PESContext *pes, AVPacket *pkt)
uint8_t * data
The data buffer.
static int get_packet_size(const uint8_t *buf, int size)
#define STREAM_TYPE_PRIVATE_DATA
#define MAX_PES_HEADER_SIZE
static int get8(const uint8_t **pp, const uint8_t *p_end)
int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags)
Set the given entry in *pm, overwriting an existing entry.
#define MAX_PIDS_PER_PROGRAM
static unsigned int get_bits1(GetBitContext *s)
static int parse_pcr(int64_t *ppcr_high, int *ppcr_low, const uint8_t *packet)
Describe the class of an AVClass context structure.
static void skip_bits(GetBitContext *s, int n)
static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
static int init_get_bits(GetBitContext *s, const uint8_t *buffer, int bit_size)
Initialize GetBitContext.
int need_context_update
Whether the internal avctx needs to be updated from codecpar (after a late change to codecpar) ...
int avpriv_mpegts_parse_packet(MpegTSContext *ts, AVPacket *pkt, const uint8_t *buf, int len)
refcounted data buffer API
static void mpegts_close_filter(MpegTSContext *ts, MpegTSFilter *filter)
static const StreamType DESC_types[]
This structure contains the data a format has to probe a file.
int av_read_frame(AVFormatContext *s, AVPacket *pkt)
Return the next frame of a stream.
void avpriv_report_missing_feature(void *avc, const char *msg,...) av_printf_format(2
Log a generic warning message about a missing feature.
unsigned int end_of_section_reached
static void write_section_data(MpegTSContext *ts, MpegTSFilter *tss1, const uint8_t *buf, int buf_size, int is_start)
Assemble PES packets out of TS packets, and then call the "section_cb" function when they are complet...
int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type, const uint8_t **pp, const uint8_t *desc_list_end, Mp4Descr *mp4_descr, int mp4_descr_count, int pid, MpegTSContext *ts)
Parse an MPEG-2 descriptor.
static void clear_programs(MpegTSContext *ts)
int ffio_ensure_seekback(AVIOContext *s, int64_t buf_size)
Ensures that the requested seekback buffer size will be available.
const AVCRC * av_crc_get_table(AVCRCId crc_id)
Get an initialized standard CRC table.
A reference to a data buffer.
static const AVOption options[]
static void pat_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
int ff_mp4_read_descr(AVFormatContext *fc, AVIOContext *pb, int *tag)
static const AVClass mpegts_class
int pts_wrap_behavior
Options for behavior, when a wrap is detected.
int ffio_init_context(AVIOContext *s, unsigned char *buffer, int buffer_size, int write_flag, void *opaque, int(*read_packet)(void *opaque, uint8_t *buf, int buf_size), int(*write_packet)(void *opaque, uint8_t *buf, int buf_size), int64_t(*seek)(void *opaque, int64_t offset, int whence))
int64_t start_time
Decoding: pts of the first frame of the stream in presentation order, in stream time base...
int disposition
AV_DISPOSITION_* bit field.
uint8_t header[MAX_PES_HEADER_SIZE]
static void reset_pes_packet_state(PESContext *pes)
static int is_pes_stream(int stream_type, uint32_t prog_reg_desc)
void av_init_packet(AVPacket *pkt)
Initialize optional fields of a packet with default values.
int pmt_found
have we found pmt for this program
#define AV_PKT_FLAG_CORRUPT
The packet content is corrupted.
struct AVInputFormat * iformat
The input container format.
static int skip_identical(const SectionHeader *h, MpegTSSectionFilter *tssf)
#define AV_INPUT_BUFFER_PADDING_SIZE
Required number of additionally allocated bytes at the end of the input bitstream for decoding...
static MpegTSFilter * mpegts_open_section_filter(MpegTSContext *ts, unsigned int pid, SectionCallback *section_cb, void *opaque, int check_crc)
FAKE codec to indicate a raw MPEG-2 TS stream (only used by libavformat)
static int get16(const uint8_t **pp, const uint8_t *p_end)
AVPacket * pkt
packet containing Audio/Video data
void * priv_data
Format private data.
int64_t last_pos
to detect seek
#define AV_OPT_FLAG_READONLY
The option may not be set through the AVOptions API, only read.
static void add_pid_to_pmt(MpegTSContext *ts, unsigned int programid, unsigned int pid)
uint8_t * extradata
Extra binary data needed for initializing the decoder, codec-dependent.
AVCodecContext * avctx
The codec context used by avformat_find_stream_info, the parser, etc.
void SetServiceCallback(void *opaque, int ret)
int64_t dts
Decompression timestamp in AVStream->time_base units; the time at which the packet is decompressed...
AVCodecParameters * codecpar
int avio_feof(AVIOContext *s)
feof() equivalent for AVIOContext.
uint32_t codec_tag
Additional information about the codec (corresponds to the AVI FOURCC).
static MpegTSFilter * mpegts_open_pcr_filter(MpegTSContext *ts, unsigned int pid)
static void scte_data_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
static int parse_MP4IODescrTag(MP4DescrParseContext *d, int64_t off, int len)
uint8_t * av_packet_new_side_data(AVPacket *pkt, enum AVPacketSideDataType type, int size)
Allocate new information of a packet.
static void m4sl_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
#define MAX_MP4_DESCR_COUNT
#define MKTAG(a, b, c, d)
enum AVDiscard discard
Selects which packets can be discarded at will and do not need to be demuxed.
static void mpegts_find_stream_type(AVStream *st, uint32_t stream_type, const StreamType *types)
void avpriv_mpegts_parse_close(MpegTSContext *ts)
int request_probe
stream probing state -1 -> probing finished 0 -> no probing requested rest -> perform probing with re...
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_RL32
This structure stores compressed data.
#define R8_CHECK_CLIP_MAX(dst, maxv)
static char * getstr8(const uint8_t **pp, const uint8_t *p_end)
int64_t pts
Presentation timestamp in AVStream->time_base units; the time at which the decompressed packet will b...
static void new_data_packet(const uint8_t *buffer, int len, AVPacket *pkt)
#define AV_NOPTS_VALUE
Undefined timestamp value.
int fix_teletext_pts
fix dvb teletext pts
static int handle_packets(MpegTSContext *ts, int64_t nb_packets)
void SectionCallback(MpegTSFilter *f, const uint8_t *buf, int len)
AVStream * sub_st
stream for the embedded AC3 stream in HDMV TrueHD
static int mp4_read_iods(AVFormatContext *s, const uint8_t *buf, unsigned size, Mp4Descr *descr, int *descr_count, int max_descr_count)