Searched refs:AVIOContext (Results 1 - 25 of 364) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Davio_evbuffer.h5 AVIOContext *
9 avio_evbuffer_close(AVIOContext *s);
H A Davio_evbuffer.c56 AVIOContext *
60 AVIOContext *s;
84 DPRINTF(E_LOG, L_FFMPEG, "Could not allocate AVIOContext\n");
97 avio_evbuffer_close(AVIOContext *s)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davio.h49 * or AVIOContext.
61 * sizeof(AVIOContext) must not be used outside libav*.
63 * @note None of the function pointers in AVIOContext should be called
68 typedef struct AVIOContext { struct
72 * If this AVIOContext is created by avio_open2(), av_class is set and
75 * If this AVIOContext is manually allocated, then av_class may be set by
78 * warning -- this field can be NULL, be sure to not pass this AVIOContext
156 } AVIOContext; typedef in typeref:struct:AVIOContext
184 * Allocate and initialize an AVIOContext for buffered I/O. It must be later
187 * @param buffer Memory block for input/output operations via AVIOContext
[all...]
H A Davio_internal.h30 int ffio_init_context(AVIOContext *s,
41 * Read size bytes from AVIOContext, returning a pointer.
55 int ffio_read_indirect(AVIOContext *s, unsigned char *buf, int size, const unsigned char **data);
58 * Read size bytes from AVIOContext into buf.
63 int ffio_read_partial(AVIOContext *s, unsigned char *buf, int size);
65 void ffio_fill(AVIOContext *s, int b, int count);
67 static av_always_inline void ffio_wfourcc(AVIOContext *pb, const uint8_t *s)
73 * Rewind the AVIOContext using the specified buffer containing the first buf_size bytes of the file.
78 * @param s The read-only AVIOContext to rewind
84 int ffio_rewind_with_probe_data(AVIOContext *
[all...]
H A Dflacenc.h29 int ff_flac_write_header(AVIOContext *pb, uint8_t *extradata,
H A Dhevc.h33 * Writes Annex B formatted HEVC NAL units to the provided AVIOContext.
41 * @param pb address of the AVIOContext where the data shall be written
51 int ff_hevc_annexb2mp4(AVIOContext *pb, const uint8_t *buf_in,
82 * provided AVIOContext.
87 * @param pb address of the AVIOContext where the hvcC shall be written
95 int ff_isom_write_hvcc(AVIOContext *pb, const uint8_t *data,
H A Driff.h38 int64_t ff_start_tag(AVIOContext *pb, const char *tag);
39 void ff_end_tag(AVIOContext *pb, int64_t start);
46 int ff_get_bmp_header(AVIOContext *pb, AVStream *st, unsigned *esize);
48 void ff_put_bmp_header(AVIOContext *pb, AVCodecContext *enc, const AVCodecTag *tags, int for_asf, int ignore_extradata);
62 int ff_put_wav_header(AVIOContext *pb, AVCodecContext *enc, int flags);
65 int ff_get_wav_header(AVIOContext *pb, AVCodecContext *codec, int size);
82 void ff_riff_write_info_tag(AVIOContext *pb, const char *tag, const char *str);
108 int ff_get_guid(AVIOContext *s, ff_asf_guid *g);
109 void ff_put_guid(AVIOContext *s, const ff_asf_guid *g);
H A Drm.h43 * @param s context containing RMContext and AVIOContext for stream reading
51 int ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVIOContext *pb,
58 * @param s context containing RMContext and AVIOContext for stream reading
72 int ff_rm_parse_packet (AVFormatContext *s, AVIOContext *pb,
84 * @param s context containing RMContext and AVIOContext for stream reading
92 int ff_rm_retrieve_cache (AVFormatContext *s, AVIOContext *pb,
H A Davc.h28 int ff_avc_parse_nal_units(AVIOContext *s, const uint8_t *buf, int size);
30 int ff_isom_write_avcc(AVIOContext *pb, const uint8_t *data, int len);
H A Dmov_chan.h60 * @param pb AVIOContext
65 int ff_mov_read_chan(AVFormatContext *s, AVIOContext *pb, AVStream *st,
H A Daviobuf.c46 AVIOContext *s = obj;
60 .class_name = "AVIOContext",
68 static void fill_buffer(AVIOContext *s);
69 static int url_resetbuf(AVIOContext *s, int flags);
71 int ffio_init_context(AVIOContext *s,
110 AVIOContext *avio_alloc_context(
119 AVIOContext *s = av_mallocz(sizeof(AVIOContext));
127 static void writeout(AVIOContext *s, const uint8_t *data, int len)
139 static void flush_buffer(AVIOContext *
[all...]
H A Disom.h97 AVIOContext *pb;
176 int ff_mp4_read_descr_len(AVIOContext *pb);
177 int ff_mp4_read_descr(AVFormatContext *fc, AVIOContext *pb, int *tag);
178 int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb);
179 void ff_mp4_parse_es_descr(AVIOContext *pb, int *es_id);
234 int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb, MOVAtom atom);
237 int ff_mov_read_stsd_entries(MOVContext *c, AVIOContext *pb, int entries);
238 void ff_mov_write_chan(AVIOContext *pb, int64_t channel_layout);
H A Dsubtitles.h80 int ff_smil_extract_next_chunk(AVIOContext *pb, AVBPrint *buf, char *c);
103 void ff_subtitles_read_chunk(AVIOContext *pb, AVBPrint *buf);
H A Dwebvttenc.c30 static void webvtt_write_time(AVIOContext *pb, int64_t millisec)
49 AVIOContext *pb = ctx->pb;
61 AVIOContext *pb = ctx->pb;
H A Did3v2.h106 void ff_id3v2_read_dict(AVIOContext *pb, AVDictionary **metadata, const char *magic, ID3v2ExtraMeta **extra_meta);
123 void ff_id3v2_start(ID3v2EncContext *id3, AVIOContext *pb, int id3v2_version,
139 void ff_id3v2_finish(ID3v2EncContext *id3, AVIOContext *pb, int padding_bytes);
H A Dvc1testenc.c31 AVIOContext *pb = s->pb;
59 AVIOContext *pb = s->pb;
74 AVIOContext *pb = s->pb;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dflacenc.h29 int ff_flac_write_header(AVIOContext *pb, AVCodecContext *codec,
H A Davio.h49 * or AVIOContext.
61 * sizeof(AVIOContext) must not be used outside libav*.
63 * @note None of the function pointers in AVIOContext should be called
73 * If this AVIOContext is created by avio_open2(), av_class is set and
76 * If this AVIOContext is manually allocated, then av_class may be set by
79 * warning -- this field can be NULL, be sure to not pass this AVIOContext
123 } AVIOContext; typedef in typeref:struct:__anon2124
153 * AVIOContext-based API instead.
214 * The following functions are deprecated. Use the buffered API based on #AVIOContext instead.
253 typedef attribute_deprecated AVIOContext ByteIOContex
[all...]
H A Davio_internal.h30 int ffio_init_context(AVIOContext *s,
41 * Read size bytes from AVIOContext into buf.
46 int ffio_read_partial(AVIOContext *s, unsigned char *buf, int size);
48 void ffio_fill(AVIOContext *s, int b, int count);
50 static av_always_inline void ffio_wfourcc(AVIOContext *pb, const uint8_t *s)
56 * Rewind the AVIOContext using the specified buffer containing the first buf_size bytes of the file.
61 * @param s The read-only AVIOContext to rewind
67 int ffio_rewind_with_probe_data(AVIOContext *s, unsigned char *buf, int buf_size);
69 uint64_t ffio_read_varlen(AVIOContext *bc);
72 int ffio_set_buf_size(AVIOContext *
[all...]
H A Driff.h39 int64_t ff_start_tag(AVIOContext *pb, const char *tag);
40 void ff_end_tag(AVIOContext *pb, int64_t start);
47 int ff_get_bmp_header(AVIOContext *pb, AVStream *st);
49 void ff_put_bmp_header(AVIOContext *pb, AVCodecContext *enc, const AVCodecTag *tags, int for_asf);
50 int ff_put_wav_header(AVIOContext *pb, AVCodecContext *enc);
52 int ff_get_wav_header(AVIOContext *pb, AVCodecContext *codec, int size);
H A Davc.h28 int ff_avc_parse_nal_units(AVIOContext *s, const uint8_t *buf, int size);
30 int ff_isom_write_avcc(AVIOContext *pb, const uint8_t *data, int len);
H A Daviobuf.c46 AVIOContext *s = obj;
60 .class_name = "AVIOContext",
68 static void fill_buffer(AVIOContext *s);
69 static int url_resetbuf(AVIOContext *s, int flags);
71 int ffio_init_context(AVIOContext *s,
108 int init_put_byte(AVIOContext *s,
120 AVIOContext *av_alloc_put_byte(
134 AVIOContext *avio_alloc_context(
143 AVIOContext *s = av_mallocz(sizeof(AVIOContext));
[all...]
H A Drm.h44 * @param s context containing RMContext and AVIOContext for stream reading
52 int ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVIOContext *pb,
59 * @param s context containing RMContext and AVIOContext for stream reading
73 int ff_rm_parse_packet (AVFormatContext *s, AVIOContext *pb,
85 * @param s context containing RMContext and AVIOContext for stream reading
93 int ff_rm_retrieve_cache (AVFormatContext *s, AVIOContext *pb,
H A Disom.h91 AVIOContext *pb;
146 int ff_mp4_read_descr_len(AVIOContext *pb);
147 int ff_mp4_read_descr(AVFormatContext *fc, AVIOContext *pb, int *tag);
148 int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb);
149 void ff_mp4_parse_es_descr(AVIOContext *pb, int *es_id);
158 int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb, MOVAtom atom);
161 int ff_mov_read_stsd_entries(MOVContext *c, AVIOContext *pb, int entries);
H A Dflacenc_header.c27 int ff_flac_write_header(AVIOContext *pb, AVCodecContext *codec,

Completed in 209 milliseconds

1234567891011>>