Searched refs:MpegTSContext (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegts.h64 typedef struct MpegTSContext MpegTSContext; typedef in typeref:struct:MpegTSContext
66 MpegTSContext *ff_mpegts_parse_open(AVFormatContext *s);
67 int ff_mpegts_parse_packet(MpegTSContext *ts, AVPacket *pkt,
69 void ff_mpegts_parse_close(MpegTSContext *ts);
107 MpegTSContext *ts);
H A Dmpegts.c107 struct MpegTSContext { struct
158 offsetof(MpegTSContext, mpeg2ts_compute_pcr), AV_OPT_TYPE_INT,
161 offsetof(MpegTSContext, raw_packet_size), AV_OPT_TYPE_INT,
175 {"fix_teletext_pts", "Try to fix pts values of dvb teletext streams.", offsetof(MpegTSContext, fix_teletext_pts), AV_OPT_TYPE_INT,
177 {"ts_packetsize", "Output option carrying the raw packet size.", offsetof(MpegTSContext, raw_packet_size), AV_OPT_TYPE_INT,
179 {"skip_changes", "Skip changing / adding streams / programs.", offsetof(MpegTSContext, skip_changes), AV_OPT_TYPE_INT,
181 {"skip_clear", "Skip clearing programs.", offsetof(MpegTSContext, skip_clear), AV_OPT_TYPE_INT,
212 MpegTSContext *ts;
232 static struct Program * get_program(MpegTSContext *ts, unsigned int programid)
243 static void clear_avprogram(MpegTSContext *t
[all...]
H A Drtpdec_mpegts.c27 struct MpegTSContext *ts;
H A Drtsp.h320 struct MpegTSContext *ts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegts.h61 typedef struct MpegTSContext MpegTSContext; typedef in typeref:struct:MpegTSContext
63 MpegTSContext *ff_mpegts_parse_open(AVFormatContext *s);
64 int ff_mpegts_parse_packet(MpegTSContext *ts, AVPacket *pkt,
66 void ff_mpegts_parse_close(MpegTSContext *ts);
108 MpegTSContext *ts);
H A Dmpegts.c94 struct MpegTSContext { struct
133 {"compute_pcr", "Compute exact PCR for each transport stream packet.", offsetof(MpegTSContext, mpeg2ts_compute_pcr), AV_OPT_TYPE_INT,
164 MpegTSContext *ts;
184 static void clear_program(MpegTSContext *ts, unsigned int programid)
193 static void clear_programs(MpegTSContext *ts)
199 static void add_pat_entry(MpegTSContext *ts, unsigned int programid)
212 static void add_pid_to_pmt(MpegTSContext *ts, unsigned int programid, unsigned int pid)
238 static int discard_pid(MpegTSContext *ts, unsigned int pid)
305 static MpegTSFilter *mpegts_open_section_filter(MpegTSContext *ts, unsigned int pid,
337 static MpegTSFilter *mpegts_open_pes_filter(MpegTSContext *t
[all...]
H A Drtpdec.h158 struct MpegTSContext *ts; /* only used for MP2T payloads */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Diec61883.c65 MpegTSContext *mpeg_demux; ///< generic HDV muxing/demuxing context

Completed in 184 milliseconds