Searched refs:AVFormatContext (Results 1 - 25 of 676) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dapetag.h31 void ff_ape_parse_tag(AVFormatContext *s);
H A Drtpenc_chain.h28 AVFormatContext *ff_rtp_chain_mux_open(AVFormatContext *s, AVStream *st,
H A Drawenc.h27 int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt);
H A Daudiointerleave.h39 int ff_audio_interleave_init(AVFormatContext *s, const int *samples_per_frame, AVRational time_base);
40 void ff_audio_interleave_close(AVFormatContext *s);
51 int ff_audio_rechunk_interleave(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush,
52 int (*get_packet)(AVFormatContext *, AVPacket *, AVPacket *, int),
53 int (*compare_ts)(AVFormatContext *, AVPacket *, AVPacket *));
H A Did3v1.h39 void ff_id3v1_read(AVFormatContext *s);
H A Dpcm.h27 int pcm_read_seek(AVFormatContext *s,
H A Dsauce.h33 * @param avctx AVFormatContext
38 int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height);
H A Drtpenc.h29 AVFormatContext *ic;
72 void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m);
74 void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size);
75 void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size);
76 void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size);
77 void ff_rtp_send_latm(AVFormatContext *s1, const uint8_t *buff, int size);
78 void ff_rtp_send_amr(AVFormatContext *s1, const uint8_t *buff, int size);
79 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
80 void ff_rtp_send_xiph(AVFormatContext *s1, const uint8_t *buff, int size);
81 void ff_rtp_send_vp8(AVFormatContext *s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddecklink_enc.h37 int ff_decklink_write_header(AVFormatContext *avctx);
38 int ff_decklink_write_packet(AVFormatContext *avctx, AVPacket *pkt);
39 int ff_decklink_write_trailer(AVFormatContext *avctx);
H A Dalsa-audio.h77 int ff_alsa_open(AVFormatContext *s, snd_pcm_stream_t mode,
88 int ff_alsa_close(AVFormatContext *s1);
98 int ff_alsa_xrun_recover(AVFormatContext *s1, int err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dapetag.h37 int64_t ff_ape_parse_tag(AVFormatContext *s);
42 int ff_ape_write_tag(AVFormatContext *s);
H A Dpcm.h27 int ff_pcm_read_packet(AVFormatContext *s, AVPacket *pkt);
28 int ff_pcm_read_seek(AVFormatContext *s,
H A Drtpenc_chain.h28 int ff_rtp_chain_mux_open(AVFormatContext **out, AVFormatContext *s,
H A Drawenc.h27 int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt);
H A Daudiointerleave.h39 int ff_audio_interleave_init(AVFormatContext *s, const int *samples_per_frame, AVRational time_base);
40 void ff_audio_interleave_close(AVFormatContext *s);
51 int ff_audio_rechunk_interleave(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush,
52 int (*get_packet)(AVFormatContext *, AVPacket *, AVPacket *, int),
53 int (*compare_ts)(AVFormatContext *, AVPacket *, AVPacket *));
H A Did3v1.h39 void ff_id3v1_read(AVFormatContext *s);
H A Dsauce.h33 * @param avctx AVFormatContext
38 int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height);
H A Drtpenc.h29 AVFormatContext *ic;
81 void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m);
83 void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size);
84 void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size);
85 void ff_rtp_send_h263_rfc2190(AVFormatContext *s1, const uint8_t *buf1, int size,
87 void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size);
88 void ff_rtp_send_latm(AVFormatContext *s1, const uint8_t *buff, int size);
89 void ff_rtp_send_amr(AVFormatContext *s1, const uint8_t *buff, int size);
90 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
91 void ff_rtp_send_xiph(AVFormatContext *s
[all...]
H A Dflac_picture.h29 int ff_flac_parse_picture(AVFormatContext *s, uint8_t *buf, int buf_size);
H A Dseek.h45 // saved members of AVFormatContext
78 int64_t ff_gen_syncpoint_search(AVFormatContext *s,
100 AVParserState *ff_store_parser_state(AVFormatContext *s);
112 void ff_restore_parser_state(AVFormatContext *s, AVParserState *state);
120 void ff_free_parser_state(AVFormatContext *s, AVParserState *state);
H A Doptions.c27 * Options definition for AVFormatContext.
34 AVFormatContext* fc = (AVFormatContext*) ptr;
42 AVFormatContext *s = obj;
82 AVFormatContext* s = ptr;
88 .class_name = "AVFormatContext",
98 static void avformat_get_context_defaults(AVFormatContext *s)
100 memset(s, 0, sizeof(AVFormatContext));
107 AVFormatContext *avformat_alloc_context(void)
109 AVFormatContext *i
[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
72 * AVFormatContext, they can be examined from a user program by calling
73 * av_opt_next() / av_opt_find() on an allocated AVFormatContext (or its AVClass
75 * AVFormatContext
1153 typedef struct AVFormatContext { struct
1663 } AVFormatContext; typedef in typeref:struct:AVFormatContext
[all...]
H A Drtsp.h306 AVFormatContext *asf_ctx;
315 * other cases, this is a copy of AVFormatContext->filename. */
430 void *transport_priv; /**< RTP/RDT parse context if input, RTP AVFormatContext if output */
477 int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method,
496 int ff_rtsp_send_cmd_with_content(AVFormatContext *s,
509 int ff_rtsp_send_cmd(AVFormatContext *s, const char *method,
536 int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
543 void ff_rtsp_skip_packet(AVFormatContext *s);
554 int ff_rtsp_connect(AVFormatContext *s);
561 void ff_rtsp_close_streams(AVFormatContext *
[all...]
H A Drm.h51 int ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVIOContext *pb,
72 int ff_rm_parse_packet (AVFormatContext *s, AVIOContext *pb,
92 int ff_rm_retrieve_cache (AVFormatContext *s, AVIOContext *pb,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h49 struct AVFormatContext;
106 void av_metadata_conv(struct AVFormatContext *ctx,const AVMetadataConv *d_conv,
293 int (*write_header)(struct AVFormatContext *);
294 int (*write_packet)(struct AVFormatContext *, AVPacket *pkt);
295 int (*write_trailer)(struct AVFormatContext *);
299 int (*set_parameters)(struct AVFormatContext *, AVFormatParameters *);
300 int (*interleave_packet)(struct AVFormatContext *, AVPacket *out,
333 /** Read the format header and initialize the AVFormatContext
337 int (*read_header)(struct AVFormatContext *,
342 int (*read_packet)(struct AVFormatContext *, AVPacke
577 typedef struct AVFormatContext { struct
720 } AVFormatContext; typedef in typeref:struct:AVFormatContext
[all...]

Completed in 130 milliseconds

1234567891011>>