Searched refs:AVFormatContext (Results 101 - 125 of 676) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dg722.c27 static int g722_read_header(AVFormatContext *s)
H A Dilbc.c28 static int ilbc_write_header(AVFormatContext *s)
56 static int ilbc_write_packet(AVFormatContext *s, AVPacket *pkt)
71 static int ilbc_read_header(AVFormatContext *s)
102 static int ilbc_read_packet(AVFormatContext *s,
H A Dmovenc.h117 AVFormatContext *rtp_ctx; ///< the format context for the hinting rtp muxer
194 int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt);
196 int ff_mov_init_hinting(AVFormatContext *s, int index, int src_index);
197 int ff_mov_add_hinted_packet(AVFormatContext *s, AVPacket *pkt,
H A Dmpl2dec.c74 static int mpl2_read_header(AVFormatContext *s)
115 static int mpl2_read_packet(AVFormatContext *s, AVPacket *pkt)
121 static int mpl2_read_seek(AVFormatContext *s, int stream_index,
129 static int mpl2_read_close(AVFormatContext *s)
H A Dmpsubdec.c54 static int mpsub_read_header(AVFormatContext *s)
113 static int mpsub_read_packet(AVFormatContext *s, AVPacket *pkt)
119 static int mpsub_read_seek(AVFormatContext *s, int stream_index,
127 static int mpsub_read_close(AVFormatContext *s)
H A Doggparsedirac.c27 static int dirac_header(AVFormatContext *s, int idx)
51 static uint64_t dirac_gptopts(AVFormatContext *s, int idx, uint64_t granule,
71 static int old_dirac_header(AVFormatContext *s, int idx)
87 static uint64_t old_dirac_gptopts(AVFormatContext *s, int idx, uint64_t gp,
H A Dpjsdec.c64 static int pjs_read_header(AVFormatContext *s)
107 static int pjs_read_packet(AVFormatContext *s, AVPacket *pkt)
113 static int pjs_read_seek(AVFormatContext *s, int stream_index,
121 static int pjs_read_close(AVFormatContext *s)
H A Drtpdec_g726.c26 static av_cold int g726_ ## bitrate ##_init(AVFormatContext *s, int st_index, \
H A Drtspenc.c46 int ff_rtsp_setup_output_streams(AVFormatContext *s, const char *addr)
52 AVFormatContext sdp_ctx, *ctx_array[1];
61 /* We create the SDP based on the RTSP AVFormatContext where we
66 * a temporary copy of the AVFormatContext, where the custom URL is set.
68 * FIXME: Create the SDP without copying the AVFormatContext.
109 static int rtsp_write_record(AVFormatContext *s)
124 static int rtsp_write_header(AVFormatContext *s)
140 int ff_rtsp_tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st)
143 AVFormatContext *rtpctx = rtsp_st->transport_priv;
179 static int rtsp_write_packet(AVFormatContext *
[all...]
H A Dsamidec.c48 static int sami_read_header(AVFormatContext *s)
106 static int sami_read_packet(AVFormatContext *s, AVPacket *pkt)
112 static int sami_read_seek(AVFormatContext *s, int stream_index,
120 static int sami_read_close(AVFormatContext *s)
H A Dsubviewer1dec.c43 static int subviewer1_read_header(AVFormatContext *s)
93 static int subviewer1_read_packet(AVFormatContext *s, AVPacket *pkt)
99 static int subviewer1_read_seek(AVFormatContext *s, int stream_index,
107 static int subviewer1_read_close(AVFormatContext *s)
H A Dvplayerdec.c57 static int vplayer_read_header(AVFormatContext *s)
97 static int vplayer_read_packet(AVFormatContext *s, AVPacket *pkt)
103 static int vplayer_read_seek(AVFormatContext *s, int stream_index,
111 static int vplayer_read_close(AVFormatContext *s)
H A Dhlsenc.c46 AVFormatContext *avf;
63 static int hls_mux_init(AVFormatContext *s)
66 AVFormatContext *oc;
130 static int hls_window(AVFormatContext *s, int last)
170 static int hls_start(AVFormatContext *s)
173 AVFormatContext *oc = c->avf;
193 static int hls_write_header(AVFormatContext *s)
256 static int hls_write_packet(AVFormatContext *s, AVPacket *pkt)
259 AVFormatContext *oc = hls->avf;
310 static int hls_write_trailer(struct AVFormatContext *
[all...]
H A Dadp.c48 static int adp_read_header(AVFormatContext *s)
70 static int adp_read_packet(AVFormatContext *s, AVPacket *pkt)
H A Dafc.c30 static int afc_read_header(AVFormatContext *s)
56 static int afc_read_packet(AVFormatContext *s, AVPacket *pkt)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.h43 extern AVFormatContext *avformat_opts;
201 int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec);
214 AVFormatContext *s, AVStream *st);
227 AVDictionary **setup_find_stream_info_opts(AVFormatContext *s,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dmetadata.c36 AVFormatContext *fmt_ctx = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dffm.h61 void ffm_set_write_index(AVFormatContext *s, int64_t pos, int64_t file_size);
H A Dframecrcenc.c25 static int framecrc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
H A Dmetadata-example.c36 AVFormatContext *fmt_ctx = NULL;
H A Doggparsedirac.c27 static int dirac_header(AVFormatContext *s, int idx)
51 static uint64_t dirac_gptopts(AVFormatContext *s, int idx, uint64_t granule,
71 static int old_dirac_header(AVFormatContext *s, int idx)
87 static uint64_t old_dirac_gptopts(AVFormatContext *s, int idx, uint64_t gp,
H A Drtpdec_formats.h32 int ff_wms_parse_sdp_a_line(AVFormatContext *s, const char *p);
H A Drtpdec_g726.c25 static int g726_ ## bitrate ##_init(AVFormatContext *s, int st_index, PayloadContext *data) \
H A Drtpenc_vp8.c26 void ff_rtp_send_vp8(AVFormatContext *s1, const uint8_t *buf, int size)
H A Drtspenc.c46 int ff_rtsp_setup_output_streams(AVFormatContext *s, const char *addr)
52 AVFormatContext sdp_ctx, *ctx_array[1];
60 /* We create the SDP based on the RTSP AVFormatContext where we
65 * a temporary copy of the AVFormatContext, where the custom URL is set.
67 * FIXME: Create the SDP without copying the AVFormatContext.
108 static int rtsp_write_record(AVFormatContext *s)
123 static int rtsp_write_header(AVFormatContext *s)
139 static int tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st)
142 AVFormatContext *rtpctx = rtsp_st->transport_priv;
178 static int rtsp_write_packet(AVFormatContext *
[all...]

Completed in 113 milliseconds

1234567891011>>