2003-06-13 14:28:45 +00:00
|
|
|
/*
|
|
|
|
* MPEG2 transport stream defines
|
2009-01-19 15:46:40 +00:00
|
|
|
* Copyright (c) 2003 Fabrice Bellard
|
2003-06-13 14:28:45 +00:00
|
|
|
*
|
2006-10-07 15:30:46 +00:00
|
|
|
* This file is part of FFmpeg.
|
|
|
|
*
|
|
|
|
* FFmpeg is free software; you can redistribute it and/or
|
2003-06-13 14:28:45 +00:00
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
2006-10-07 15:30:46 +00:00
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
2003-06-13 14:28:45 +00:00
|
|
|
*
|
2006-10-07 15:30:46 +00:00
|
|
|
* FFmpeg is distributed in the hope that it will be useful,
|
2003-06-13 14:28:45 +00:00
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
2006-10-07 15:30:46 +00:00
|
|
|
* License along with FFmpeg; if not, write to the Free Software
|
2006-01-12 22:43:26 +00:00
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
2003-06-13 14:28:45 +00:00
|
|
|
*/
|
|
|
|
|
2008-08-31 07:39:47 +00:00
|
|
|
#ifndef AVFORMAT_MPEGTS_H
|
|
|
|
#define AVFORMAT_MPEGTS_H
|
2007-06-17 00:01:30 +00:00
|
|
|
|
2007-06-16 22:59:13 +00:00
|
|
|
#include "avformat.h"
|
|
|
|
|
2003-06-13 14:28:45 +00:00
|
|
|
#define TS_FEC_PACKET_SIZE 204
|
2006-01-02 20:13:24 +00:00
|
|
|
#define TS_DVHS_PACKET_SIZE 192
|
2003-06-13 14:28:45 +00:00
|
|
|
#define TS_PACKET_SIZE 188
|
2009-08-24 21:42:25 +00:00
|
|
|
#define TS_MAX_PACKET_SIZE 204
|
|
|
|
|
2003-06-13 14:28:45 +00:00
|
|
|
#define NB_PID_MAX 8192
|
|
|
|
#define MAX_SECTION_SIZE 4096
|
|
|
|
|
|
|
|
/* pids */
|
|
|
|
#define PAT_PID 0x0000
|
|
|
|
#define SDT_PID 0x0011
|
|
|
|
|
|
|
|
/* table ids */
|
|
|
|
#define PAT_TID 0x00
|
2005-12-17 18:14:38 +00:00
|
|
|
#define PMT_TID 0x02
|
2011-10-06 01:24:17 +00:00
|
|
|
#define M4OD_TID 0x05
|
2003-06-13 14:28:45 +00:00
|
|
|
#define SDT_TID 0x42
|
|
|
|
|
2003-06-28 23:44:09 +00:00
|
|
|
#define STREAM_TYPE_VIDEO_MPEG1 0x01
|
|
|
|
#define STREAM_TYPE_VIDEO_MPEG2 0x02
|
|
|
|
#define STREAM_TYPE_AUDIO_MPEG1 0x03
|
|
|
|
#define STREAM_TYPE_AUDIO_MPEG2 0x04
|
2003-06-13 14:28:45 +00:00
|
|
|
#define STREAM_TYPE_PRIVATE_SECTION 0x05
|
|
|
|
#define STREAM_TYPE_PRIVATE_DATA 0x06
|
2003-11-12 21:56:57 +00:00
|
|
|
#define STREAM_TYPE_AUDIO_AAC 0x0f
|
2011-01-28 22:28:03 +00:00
|
|
|
#define STREAM_TYPE_AUDIO_AAC_LATM 0x11
|
2003-11-12 21:56:57 +00:00
|
|
|
#define STREAM_TYPE_VIDEO_MPEG4 0x10
|
2004-07-07 20:19:29 +00:00
|
|
|
#define STREAM_TYPE_VIDEO_H264 0x1b
|
2014-04-30 15:58:09 +00:00
|
|
|
#define STREAM_TYPE_VIDEO_HEVC 0x24
|
2013-02-26 02:01:21 +00:00
|
|
|
#define STREAM_TYPE_VIDEO_CAVS 0x42
|
2007-02-09 20:34:24 +00:00
|
|
|
#define STREAM_TYPE_VIDEO_VC1 0xea
|
2008-08-13 19:29:35 +00:00
|
|
|
#define STREAM_TYPE_VIDEO_DIRAC 0xd1
|
2003-06-13 14:28:45 +00:00
|
|
|
|
2003-07-10 09:04:04 +00:00
|
|
|
#define STREAM_TYPE_AUDIO_AC3 0x81
|
2014-04-25 04:23:41 +00:00
|
|
|
#define STREAM_TYPE_AUDIO_DTS 0x82
|
|
|
|
#define STREAM_TYPE_AUDIO_TRUEHD 0x83
|
2005-07-17 00:28:12 +00:00
|
|
|
|
2010-02-01 23:10:04 +00:00
|
|
|
typedef struct MpegTSContext MpegTSContext;
|
|
|
|
|
2014-08-06 23:59:56 +00:00
|
|
|
MpegTSContext *avpriv_mpegts_parse_open(AVFormatContext *s);
|
|
|
|
int avpriv_mpegts_parse_packet(MpegTSContext *ts, AVPacket *pkt,
|
|
|
|
const uint8_t *buf, int len);
|
|
|
|
void avpriv_mpegts_parse_close(MpegTSContext *ts);
|
|
|
|
|
2012-09-27 08:19:53 +00:00
|
|
|
typedef struct SLConfigDescr {
|
2011-10-11 21:49:59 +00:00
|
|
|
int use_au_start;
|
|
|
|
int use_au_end;
|
|
|
|
int use_rand_acc_pt;
|
|
|
|
int use_padding;
|
|
|
|
int use_timestamps;
|
|
|
|
int use_idle;
|
|
|
|
int timestamp_res;
|
|
|
|
int timestamp_len;
|
|
|
|
int ocr_len;
|
|
|
|
int au_len;
|
|
|
|
int inst_bitrate_len;
|
|
|
|
int degr_prior_len;
|
|
|
|
int au_seq_num_len;
|
|
|
|
int packet_seq_num_len;
|
|
|
|
} SLConfigDescr;
|
|
|
|
|
2012-09-27 08:19:53 +00:00
|
|
|
typedef struct Mp4Descr {
|
2011-10-05 06:43:59 +00:00
|
|
|
int es_id;
|
|
|
|
int dec_config_descr_len;
|
|
|
|
uint8_t *dec_config_descr;
|
2011-10-11 21:49:59 +00:00
|
|
|
SLConfigDescr sl;
|
2011-10-05 06:43:59 +00:00
|
|
|
} Mp4Descr;
|
|
|
|
|
2010-12-29 12:45:31 +00:00
|
|
|
/**
|
|
|
|
* Parse an MPEG-2 descriptor
|
|
|
|
* @param[in] fc Format context (used for logging only)
|
|
|
|
* @param st Stream
|
|
|
|
* @param stream_type STREAM_TYPE_xxx
|
|
|
|
* @param pp Descriptor buffer pointer
|
|
|
|
* @param desc_list_end End of buffer
|
|
|
|
* @return <0 to stop processing
|
|
|
|
*/
|
|
|
|
int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type,
|
|
|
|
const uint8_t **pp, const uint8_t *desc_list_end,
|
2011-10-06 01:24:17 +00:00
|
|
|
Mp4Descr *mp4_descr, int mp4_descr_count, int pid,
|
|
|
|
MpegTSContext *ts);
|
2010-12-29 12:45:31 +00:00
|
|
|
|
2014-03-30 01:41:01 +00:00
|
|
|
/**
|
|
|
|
* Check presence of H264 startcode
|
|
|
|
* @return <0 to stop processing
|
|
|
|
*/
|
|
|
|
int ff_check_h264_startcode(AVFormatContext *s, const AVStream *st, const AVPacket *pkt);
|
|
|
|
|
2008-08-31 07:39:47 +00:00
|
|
|
#endif /* AVFORMAT_MPEGTS_H */
|