Searched refs:AVFormatContext (Results 26 - 50 of 676) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dalsa-audio.h71 int ff_alsa_open(AVFormatContext *s, snd_pcm_stream_t mode,
82 int ff_alsa_close(AVFormatContext *s1);
92 int ff_alsa_xrun_recover(AVFormatContext *s1, int err);
H A Dsndio_common.h45 int ff_sndio_open(AVFormatContext *s1, int is_output, const char *audio_device);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmetadata.h41 void ff_metadata_conv_ctx(AVFormatContext *ctx, const AVMetadataConv *d_conv,
H A Dinternal.h88 void ff_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx);
91 * Add packet to AVFormatContext->packet_buffer list, determining its
95 int ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
96 int (*compare)(AVFormatContext *, AVPacket *, AVPacket *));
98 void ff_read_frame_flush(AVFormatContext *s);
121 * @param fmt the AVFormatContext, which might contain options modifying
126 int port, int ttl, AVFormatContext *fmt);
139 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
140 AVFormatContext *src);
195 int ff_find_stream_index(AVFormatContext *
[all...]
H A Dcrcenc.c31 static int crc_write_header(struct AVFormatContext *s)
41 static int crc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
48 static int crc_write_trailer(struct AVFormatContext *s)
H A Ddaudenc.c24 static int daud_write_header(struct AVFormatContext *s)
32 static int daud_write_packet(struct AVFormatContext *s, AVPacket *pkt)
H A Dimg2.h57 int ff_img_read_header(AVFormatContext *s1);
59 int ff_img_read_packet(AVFormatContext *s1, AVPacket *pkt);
H A Dmkvtimestamp_v2.c25 static int write_header(AVFormatContext *s)
33 static int write_packet(AVFormatContext *s, AVPacket *pkt)
H A Drdt.h41 RDTDemuxContext *ff_rdt_parse_open(AVFormatContext *ic,
104 * @param s the RTSP AVFormatContext
109 void ff_real_parse_sdp_a_line(AVFormatContext *s, int stream_index,
H A Ddv.h34 DVDemuxContext* avpriv_dv_init_demux(AVFormatContext* s);
H A Dmov_chan.h59 * @param s AVFormatContext
65 int ff_mov_read_chan(AVFormatContext *s, AVIOContext *pb, AVStream *st,
H A Dnullenc.c24 static int null_write_packet(struct AVFormatContext *s, AVPacket *pkt)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.h293 AVFormatContext *asf_ctx;
302 * other cases, this is a copy of AVFormatContext->filename. */
376 void *transport_priv; /**< RTP/RDT parse context if input, RTP AVFormatContext if output */
413 int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method,
432 int ff_rtsp_send_cmd_with_content(AVFormatContext *s,
445 int ff_rtsp_send_cmd(AVFormatContext *s, const char *method,
472 int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
479 void ff_rtsp_skip_packet(AVFormatContext *s);
490 int ff_rtsp_connect(AVFormatContext *s);
497 void ff_rtsp_close_streams(AVFormatContext *
[all...]
H A Dseek.h49 // saved members of AVFormatContext
82 int64_t ff_gen_syncpoint_search(AVFormatContext *s,
104 AVParserState *ff_store_parser_state(AVFormatContext *s);
116 void ff_restore_parser_state(AVFormatContext *s, AVParserState *state);
124 void ff_free_parser_state(AVFormatContext *s, AVParserState *state);
H A Dinternal.h71 void ff_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx);
74 * Add packet to AVFormatContext->packet_buffer list, determining its
77 void ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
78 int (*compare)(AVFormatContext *, AVPacket *, AVPacket *));
80 void ff_read_frame_flush(AVFormatContext *s);
127 * @param fmt the AVFormatContext, which might contain options modifying
132 int port, int ttl, AVFormatContext *fmt);
145 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
146 AVFormatContext *src);
201 int ff_find_stream_index(AVFormatContext *
[all...]
H A Davformat.h51 * Main lavf structure used for both muxing and demuxing is AVFormatContext,
55 * AVFormatContext, use avformat_alloc_context() (some functions, like
58 * Most importantly an AVFormatContext contains:
59 * @li the @ref AVFormatContext.iformat "input" or @ref AVFormatContext.oformat
62 * @li an @ref AVFormatContext.streams "array" of AVStreams, which describe all
65 * @li an @ref AVFormatContext.pb "I/O context". It is either opened by lavf or
83 * AVFormatContext *s = NULL;
88 * The above code attempts to allocate an AVFormatContext, open the
95 * In some cases you might want to preallocate an AVFormatContext yoursel
861 typedef struct AVFormatContext { struct
1163 } AVFormatContext; typedef in typeref:struct:AVFormatContext
[all...]
H A Dcrcenc.c29 static int crc_write_header(struct AVFormatContext *s)
39 static int crc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
46 static int crc_write_trailer(struct AVFormatContext *s)
H A Did3v2.h80 void ff_id3v2_read(AVFormatContext *s, const char *magic);
87 void ff_id3v2_read_all(AVFormatContext *s, const char *magic, ID3v2ExtraMeta **extra_meta);
95 int ff_id3v2_write(struct AVFormatContext *s, int id3v2_version, const char *magic);
H A Dmpjpeg.c27 static int mpjpeg_write_header(AVFormatContext *s)
37 static int mpjpeg_write_packet(AVFormatContext *s, AVPacket *pkt)
51 static int mpjpeg_write_trailer(AVFormatContext *s)
H A Drm.h52 int ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVIOContext *pb,
73 int ff_rm_parse_packet (AVFormatContext *s, AVIOContext *pb,
93 int ff_rm_retrieve_cache (AVFormatContext *s, AVIOContext *pb,
H A Drdt.h41 RDTDemuxContext *ff_rdt_parse_open(AVFormatContext *ic,
104 * @param s the RTSP AVFormatContext
109 void ff_real_parse_sdp_a_line(AVFormatContext *s, int stream_index,
H A Dadts.h42 int ff_adts_decode_extradata(AVFormatContext *s, ADTSContext *adts,
H A Ddv.h34 DVDemuxContext* avpriv_dv_init_demux(AVFormatContext* s);
H A Dmetadata.h44 void ff_metadata_conv_ctx(AVFormatContext *ctx, const AVMetadataConv *d_conv,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Davdevice.h305 int avdevice_app_to_dev_control_message(struct AVFormatContext *s,
319 int avdevice_dev_to_app_control_message(struct AVFormatContext *s,
362 * AVFormatContext *oc = NULL;
401 AVFormatContext *device_context;
437 int avdevice_capabilities_create(AVDeviceCapabilitiesQuery **caps, AVFormatContext *s,
446 void avdevice_capabilities_free(AVDeviceCapabilitiesQuery **caps, AVFormatContext *s);
478 int avdevice_list_devices(struct AVFormatContext *s, AVDeviceInfoList **device_list);

Completed in 126 milliseconds

1234567891011>>