Searched refs:AVFormatContext (Results 51 - 75 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 Dnullenc.c24 static int null_write_packet(struct AVFormatContext *s, AVPacket *pkt)
H A Drawdec.h44 int ff_raw_read_header(AVFormatContext *s, AVFormatParameters *ap);
46 int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt);
48 int ff_raw_audio_read_header(AVFormatContext *s, AVFormatParameters *ap);
50 int ff_raw_video_read_header(AVFormatContext *s, AVFormatParameters *ap);
H A Drtp.h34 int ff_rtp_get_payload_type(AVFormatContext *fmt, AVCodecContext *codec);
H A Dmd5enc.c27 static void md5_finish(struct AVFormatContext *s, char *buf)
44 static int write_header(struct AVFormatContext *s)
54 static int write_packet(struct AVFormatContext *s, AVPacket *pkt)
60 static int write_trailer(struct AVFormatContext *s)
83 static int framemd5_write_packet(struct AVFormatContext *s, AVPacket *pkt)
H A Doptions.c26 * Options definition for AVFormatContext.
31 AVFormatContext* fc = (AVFormatContext*) ptr;
39 AVFormatContext *s = obj;
83 #define OFFSET(x) offsetof(AVFormatContext,x)
129 .class_name = "AVFormatContext",
137 static void avformat_get_context_defaults(AVFormatContext *s)
139 memset(s, 0, sizeof(AVFormatContext));
146 AVFormatContext *avformat_alloc_context(void)
148 AVFormatContext *i
[all...]
H A Doggdec.h41 int (*header)(AVFormatContext *, int);
42 int (*packet)(AVFormatContext *, int);
48 uint64_t (*gptopts)(AVFormatContext *, int, uint64_t, int64_t *dts);
58 void (*cleanup)(AVFormatContext *s, int idx);
120 int ff_vorbis_comment(AVFormatContext *ms, AVDictionary **m, const uint8_t *buf, int size);
135 ogg_gptopts (AVFormatContext * s, int i, uint64_t gp, int64_t *dts)
H A Dcdg.c29 static int read_header(AVFormatContext *s, AVFormatParameters *ap)
51 static int read_packet(AVFormatContext *s, AVPacket *pkt)
H A Ddaud.c23 static int daud_header(AVFormatContext *s, AVFormatParameters *ap) {
38 static int daud_packet(AVFormatContext *s, AVPacket *pkt) {
50 static int daud_write_header(struct AVFormatContext *s)
58 static int daud_write_packet(struct AVFormatContext *s, AVPacket *pkt)
H A Didroqenc.c26 static int roq_write_header(struct AVFormatContext *s)
H A Dmovenc.h95 AVFormatContext *rtp_ctx; ///< the format context for the hinting rtp muxer
122 int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt);
124 int ff_mov_init_hinting(AVFormatContext *s, int index, int src_index);
125 int ff_mov_add_hinted_packet(AVFormatContext *s, AVPacket *pkt,
H A Dvoc.h48 int voc_get_packet(AVFormatContext *s, AVPacket *pkt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2.h111 * Data is read from and stored to AVFormatContext.
117 void ff_id3v2_read(AVFormatContext *s, const char *magic, ID3v2ExtraMeta **extra_meta,
129 int ff_id3v2_write_metadata(AVFormatContext *s, ID3v2EncContext *id3);
134 int ff_id3v2_write_apic(AVFormatContext *s, ID3v2EncContext *id3, AVPacket *pkt);
147 int ff_id3v2_write_simple(struct AVFormatContext *s, int id3v2_version, const char *magic);
159 int ff_id3v2_parse_apic(AVFormatContext *s, ID3v2ExtraMeta **extra_meta);
H A Doggdec.h41 int (*header)(AVFormatContext *, int);
42 int (*packet)(AVFormatContext *, int);
48 uint64_t (*gptopts)(AVFormatContext *, int, uint64_t, int64_t *dts);
58 void (*cleanup)(AVFormatContext *s, int idx);
132 int ff_vorbis_comment(AVFormatContext *ms, AVDictionary **m,
148 ogg_gptopts (AVFormatContext * s, int i, uint64_t gp, int64_t *dts)
H A Ddauddec.c25 static int daud_header(AVFormatContext *s) {
41 static int daud_packet(AVFormatContext *s, AVPacket *pkt) {
H A Drtpdec_ilbc.c26 static int ilbc_parse_fmtp(AVFormatContext *s,
47 static int ilbc_parse_sdp_line(AVFormatContext *s, int st_index,
H A Dframehash.c23 int ff_framehash_write_header(AVFormatContext *s)
H A Djacosubenc.c22 static int jacosub_write_header(AVFormatContext *s)
H A Dvoc.h48 int ff_voc_get_packet(AVFormatContext *s, AVPacket *pkt,
H A Dfilmstripenc.c36 static int write_header(AVFormatContext *s)
45 static int write_packet(AVFormatContext *s, AVPacket *pkt)
53 static int write_trailer(AVFormatContext *s)
H A Did3v1.c178 static void get_string(AVFormatContext *s, const char *key,
204 static int parse_tag(AVFormatContext *s, const uint8_t *buf)
228 void ff_id3v1_read(AVFormatContext *s)
H A Dmpegts.h66 MpegTSContext *ff_mpegts_parse_open(AVFormatContext *s);
104 int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type,
113 int ff_check_h264_startcode(AVFormatContext *s, const AVStream *st, const AVPacket *pkt);
H A Dmpjpeg.c27 static int mpjpeg_write_header(AVFormatContext *s)
37 static int mpjpeg_write_packet(AVFormatContext *s, AVPacket *pkt)
53 static int mpjpeg_write_trailer(AVFormatContext *s)
H A Drawdec.h38 int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt);
40 int ff_raw_audio_read_header(AVFormatContext *s);
42 int ff_raw_video_read_header(AVFormatContext *s);
H A Dwvenc.c33 static av_cold int wv_write_header(AVFormatContext *ctx)
44 static int wv_write_packet(AVFormatContext *ctx, AVPacket *pkt)
62 static av_cold int wv_write_trailer(AVFormatContext *ctx)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dsndio_common.h45 int ff_sndio_open(AVFormatContext *s1, int is_output, const char *audio_device);

Completed in 208 milliseconds

1234567891011>>