Searched refs:AVDictionary (Results 1 - 25 of 131) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Ddict.h29 * @addtogroup lavu_dict AVDictionary
36 * an AVDictionary, simply pass an address of a NULL pointer to
38 * a pointer to an AVDictionary is required.
44 * AVDictionary *d = NULL; // "create" an empty dictionary
76 typedef struct AVDictionary AVDictionary; typedef in typeref:struct:AVDictionary
87 av_dict_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags);
99 int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags);
102 * Copy entries from one AVDictionary struct into another.
103 * @param dst pointer to a pointer to a AVDictionary struc
[all...]
H A Ddict.c27 av_dict_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags)
50 int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags)
52 AVDictionary *m = *pm;
100 void av_dict_free(AVDictionary **pm)
102 AVDictionary *m = *pm;
114 void av_dict_copy(AVDictionary **dst, AVDictionary *src, int flags)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddict.h24 * AVDictionary is provided for compatibility with libav. It is both in
37 * @addtogroup lavu_dict AVDictionary
44 * an AVDictionary, simply pass an address of a NULL pointer to
46 * a pointer to an AVDictionary is required.
52 AVDictionary *d = NULL; // "create" an empty dictionary
85 typedef struct AVDictionary AVDictionary; typedef in typeref:struct:AVDictionary
102 AVDictionaryEntry *av_dict_get(FF_CONST_AVUTIL53 AVDictionary *m, const char *key,
111 int av_dict_count(const AVDictionary *m);
123 int av_dict_set(AVDictionary **p
[all...]
H A Ddict.c28 struct AVDictionary { struct
33 int av_dict_count(const AVDictionary *m)
38 AVDictionaryEntry *av_dict_get(FF_CONST_AVUTIL53 AVDictionary *m, const char *key,
68 int av_dict_set(AVDictionary **pm, const char *key, const char *value,
71 AVDictionary *m = *pm;
126 static int parse_key_value_pair(AVDictionary **pm, const char **buf,
150 int av_dict_parse_string(AVDictionary **pm, const char *str,
173 void av_dict_free(AVDictionary **pm)
175 AVDictionary *m = *pm;
187 void av_dict_copy(AVDictionary **ds
[all...]
H A Dframe.h91 AVDictionary *metadata;
495 AVDictionary *metadata;
552 AVDictionary *av_frame_get_metadata (const AVFrame *frame);
553 void av_frame_set_metadata (AVFrame *frame, AVDictionary *val);
558 AVDictionary **avpriv_frame_get_metadatap(AVFrame *frame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dvorbiscomment.h37 int ff_vorbiscomment_length(AVDictionary *m, const char *vendor_string);
42 * obtained by passing the same AVDictionary and vendor_string to
49 int ff_vorbiscomment_write(uint8_t **p, AVDictionary **m,
H A Dmetadata.h39 void ff_metadata_conv(AVDictionary **pm, const AVMetadataConv *d_conv,
H A Dreplaygain.h29 int ff_replaygain_export(AVStream *st, AVDictionary *metadata);
H A Dmetadata.c26 void ff_metadata_conv(AVDictionary **pm, const AVMetadataConv *d_conv,
33 AVDictionary *dst = NULL;
H A Dvorbiscomment.c41 int ff_vorbiscomment_length(AVDictionary *m, const char *vendor_string)
54 int ff_vorbiscomment_write(uint8_t **p, AVDictionary **m,
H A Durl.h62 int (*url_open2)(URLContext *h, const char *url, int flags, AVDictionary **options);
118 int ffurl_connect(URLContext *uc, AVDictionary **options);
137 const AVIOInterruptCB *int_cb, AVDictionary **options);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dvorbiscomment.h38 int ff_vorbiscomment_length(AVDictionary *m, const char *vendor_string,
44 * obtained by passing the same AVDictionary and vendor_string to
52 int ff_vorbiscomment_write(uint8_t **p, AVDictionary **m,
H A Dmetadata.c28 av_metadata_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags)
33 int av_metadata_set2(AVDictionary **pm, const char *key, const char *value, int flags)
44 void av_metadata_free(AVDictionary **pm)
49 void av_metadata_copy(AVDictionary **dst, AVDictionary *src, int flags)
55 void ff_metadata_conv(AVDictionary **pm, const AVMetadataConv *d_conv,
62 AVDictionary *dst = NULL;
H A Dmetadata.h42 void ff_metadata_conv(AVDictionary **pm, const AVMetadataConv *d_conv,
H A Durl.h62 int (*url_open2)(URLContext *h, const char *url, int flags, AVDictionary **options);
103 int ffurl_connect(URLContext *uc, AVDictionary **options);
122 const AVIOInterruptCB *int_cb, AVDictionary **options);
H A Dvorbiscomment.c40 int ff_vorbiscomment_length(AVDictionary *m, const char *vendor_string,
56 int ff_vorbiscomment_write(uint8_t **p, AVDictionary **m,
H A Davformat.h160 * using the @ref lavu_dict "AVDictionary" API. Like all strings in Libav,
237 typedef attribute_deprecated AVDictionary AVMetadata;
251 av_metadata_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags);
263 attribute_deprecated int av_metadata_set2(AVDictionary **pm, const char *key, const char *value, int flags);
272 * Copy metadata from one AVDictionary struct into another.
273 * @param dst pointer to a pointer to a AVDictionary struct. If *dst is NULL,
275 * @param src pointer to source AVDictionary struct
279 attribute_deprecated void av_metadata_copy(AVDictionary **dst, AVDictionary *src, int flags);
282 * Free all the memory allocated for an AVDictionary struc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dframe_thread_encoder.h23 int ff_frame_thread_encoder_init(AVCodecContext *avctx, AVDictionary *options);
H A Dtiff_common.h106 GetByteContext *gb, int le, AVDictionary **metadata);
112 GetByteContext *gb, int le, AVDictionary **metadata);
118 GetByteContext *gb, int le, AVDictionary **metadata);
124 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata);
130 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata);
136 GetByteContext *gb, int le, AVDictionary **metadata);
H A Dexif.c47 AVDictionary **metadata)
69 int depth, AVDictionary **metadata)
118 int depth, AVDictionary **metadata)
H A Dtiff_common.c83 GetByteContext *gb, int le, AVDictionary **metadata)
117 GetByteContext *gb, int le, AVDictionary **metadata)
148 GetByteContext *gb, int le, AVDictionary **metadata)
179 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata)
211 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata)
242 GetByteContext *gb, int le, AVDictionary **metadata)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.h45 extern AVDictionary *format_opts, *codec_opts;
213 AVDictionary *filter_codec_opts(AVDictionary *opts, enum CodecID codec_id,
227 AVDictionary **setup_find_stream_info_opts(AVFormatContext *s,
228 AVDictionary *codec_opts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.h50 extern AVDictionary *swr_opts;
51 extern AVDictionary *format_opts, *codec_opts, *resample_opts;
246 * Cannot use AVDictionary because of options like -map which can be
277 AVDictionary *codec_opts;
278 AVDictionary *format_opts;
279 AVDictionary *resample_opts;
281 AVDictionary *swr_opts;
375 AVDictionary *filter_codec_opts(AVDictionary *opts, enum AVCodecID codec_id,
389 AVDictionary **setup_find_stream_info_opt
[all...]
H A Dffmpeg.h267 AVDictionary *decoder_opts;
417 AVDictionary *encoder_opts;
418 AVDictionary *swr_opts;
419 AVDictionary *resample_opts;
444 AVDictionary *opts;
505 void assert_avoptions(AVDictionary *m);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dw64xmmtest.c27 AVDictionary **options))

Completed in 246 milliseconds

123456