AVDictionary       65 cmdutils.c     AVDictionary *swr_opts;
AVDictionary       66 cmdutils.c     AVDictionary *format_opts, *codec_opts, *resample_opts;
AVDictionary     1979 cmdutils.c     AVDictionary *filter_codec_opts(AVDictionary *opts, enum AVCodecID codec_id,
AVDictionary     1982 cmdutils.c         AVDictionary    *ret = NULL;
AVDictionary     2036 cmdutils.c     AVDictionary **setup_find_stream_info_opts(AVFormatContext *s,
AVDictionary     2037 cmdutils.c                                                AVDictionary *codec_opts)
AVDictionary     2040 cmdutils.c         AVDictionary **opts;
AVDictionary     2076 cmdutils.c     static int print_device_sources(AVInputFormat *fmt, AVDictionary *opts)
AVDictionary     2106 cmdutils.c     static int print_device_sinks(AVOutputFormat *fmt, AVDictionary *opts)
AVDictionary     2136 cmdutils.c     static int show_sinks_sources_parse_arg(const char *arg, char **dev, AVDictionary **opts)
AVDictionary     2162 cmdutils.c         AVDictionary *opts = NULL;
AVDictionary     2200 cmdutils.c         AVDictionary *opts = NULL;
AVDictionary       50 cmdutils.h     extern AVDictionary *swr_opts;
AVDictionary       51 cmdutils.h     extern AVDictionary *format_opts, *codec_opts, *resample_opts;
AVDictionary      277 cmdutils.h         AVDictionary *codec_opts;
AVDictionary      278 cmdutils.h         AVDictionary *format_opts;
AVDictionary      279 cmdutils.h         AVDictionary *resample_opts;
AVDictionary      281 cmdutils.h         AVDictionary *swr_opts;
AVDictionary      375 cmdutils.h     AVDictionary *filter_codec_opts(AVDictionary *opts, enum AVCodecID codec_id,
AVDictionary      389 cmdutils.h     AVDictionary **setup_find_stream_info_opts(AVFormatContext *s,
AVDictionary      390 cmdutils.h                                                AVDictionary *codec_opts);
AVDictionary      161 doc/examples/demuxing_decoding.c     AVDictionary *opts = NULL;
AVDictionary       79 doc/examples/extract_mvs.c     AVDictionary *opts = NULL;
AVDictionary       75 doc/examples/filter_audio.c     AVDictionary *options_dict = NULL;
AVDictionary      209 doc/examples/muxing.c static void open_audio(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_arg)
AVDictionary      214 doc/examples/muxing.c     AVDictionary *opt = NULL;
AVDictionary      383 doc/examples/muxing.c static void open_video(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_arg)
AVDictionary      387 doc/examples/muxing.c     AVDictionary *opt = NULL;
AVDictionary      566 doc/examples/muxing.c     AVDictionary *opt = NULL;
AVDictionary      538 ffmpeg.c       void remove_avoptions(AVDictionary **a, AVDictionary *b)
AVDictionary      547 ffmpeg.c       void assert_avoptions(AVDictionary *m)
AVDictionary      273 ffmpeg.h           AVDictionary *decoder_opts;
AVDictionary      426 ffmpeg.h           AVDictionary *encoder_opts;
AVDictionary      427 ffmpeg.h           AVDictionary *swr_opts;
AVDictionary      428 ffmpeg.h           AVDictionary *resample_opts;
AVDictionary      429 ffmpeg.h           AVDictionary *bsf_args;
AVDictionary      455 ffmpeg.h           AVDictionary *opts;
AVDictionary      520 ffmpeg.h       void remove_avoptions(AVDictionary **a, AVDictionary *b);
AVDictionary      521 ffmpeg.h       void assert_avoptions(AVDictionary *m);
AVDictionary      160 ffmpeg_opt.c   static AVDictionary *strip_specifiers(AVDictionary *dict)
AVDictionary      163 ffmpeg_opt.c       AVDictionary    *ret = NULL;
AVDictionary      429 ffmpeg_opt.c       AVDictionary **meta_in = NULL;
AVDictionary      430 ffmpeg_opt.c       AVDictionary **meta_out = NULL;
AVDictionary      801 ffmpeg_opt.c       AVDictionary **opts;
AVDictionary      802 ffmpeg_opt.c       AVDictionary *unused_opts = NULL;
AVDictionary     1681 ffmpeg_opt.c               AVDictionary *opts = NULL;
AVDictionary     1765 ffmpeg_opt.c       AVDictionary *unused_opts = NULL;
AVDictionary     2181 ffmpeg_opt.c           AVDictionary **m;
AVDictionary     2408 ffmpeg_opt.c       AVDictionary *cbak = codec_opts;
AVDictionary     2409 ffmpeg_opt.c       AVDictionary *fbak = format_opts;
AVDictionary     2653 ffplay.c           AVDictionary *opts;
AVDictionary     2877 ffplay.c           AVDictionary **opts;
AVDictionary      116 ffprobe.c          AVDictionary *entries_to_show;
AVDictionary      441 ffprobe.c              AVDictionary *opts = NULL;
AVDictionary     1681 ffprobe.c      static inline int show_tags(WriterContext *w, AVDictionary *tags, int section_id)
AVDictionary     2389 ffprobe.c          AVDictionary **opts;
AVDictionary     2440 ffprobe.c                  AVDictionary *opts = filter_codec_opts(codec_opts, stream->codec->codec_id,
AVDictionary     2664 ffprobe.c                                                   int show_all_entries, AVDictionary *entries)
AVDictionary     2679 ffprobe.c                               int show_all_entries, AVDictionary *entries)
AVDictionary     2703 ffprobe.c              AVDictionary *entries = NULL;
AVDictionary      187 ffserver_config.c     AVDictionary **opts, *recommended = NULL;
AVDictionary      523 ffserver_config.c     AVDictionary **dict;
AVDictionary       55 ffserver_config.h     AVDictionary *in_opts;        /* input parameters */
AVDictionary       56 ffserver_config.h     AVDictionary *metadata;       /* metadata to set on the stream */
AVDictionary      113 ffserver_config.h     AVDictionary *video_opts;     /* AVOptions for video encoder */
AVDictionary      114 ffserver_config.h     AVDictionary *audio_opts;     /* AVOptions for audio encoder */
AVDictionary       27 libavcodec/aarch64/neontest.c                    AVDictionary **options))
AVDictionary       27 libavcodec/arm/neontest.c                    AVDictionary **options))
AVDictionary     3689 libavcodec/avcodec.h int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
AVDictionary     3849 libavcodec/avcodec.h uint8_t *av_packet_pack_dictionary(AVDictionary *dict, int *size);
AVDictionary     3858 libavcodec/avcodec.h int av_packet_unpack_dictionary(const uint8_t *data, int size, AVDictionary **dict);
AVDictionary      423 libavcodec/avpacket.c uint8_t *av_packet_pack_dictionary(AVDictionary *dict, int *size)
AVDictionary      458 libavcodec/avpacket.c int av_packet_unpack_dictionary(const uint8_t *data, int size, AVDictionary **dict)
AVDictionary       47 libavcodec/exif.c                              AVDictionary **metadata)
AVDictionary       74 libavcodec/exif.c                            int depth, AVDictionary **metadata)
AVDictionary      123 libavcodec/exif.c                            int depth, AVDictionary **metadata)
AVDictionary      168 libavcodec/exif.h                            int depth, AVDictionary **metadata);
AVDictionary      119 libavcodec/frame_thread_encoder.c int ff_frame_thread_encoder_init(AVCodecContext *avctx, AVDictionary *options){
AVDictionary      190 libavcodec/frame_thread_encoder.c         AVDictionary *tmp = NULL;
AVDictionary       23 libavcodec/frame_thread_encoder.h int ff_frame_thread_encoder_init(AVCodecContext *avctx, AVDictionary *options);
AVDictionary      228 libavcodec/internal.h int ff_codec_open2_recursive(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
AVDictionary      665 libavcodec/libx264.c         AVDictionary *dict    = NULL;
AVDictionary      160 libavcodec/libx265.c         AVDictionary *dict    = NULL;
AVDictionary      127 libavcodec/mjpegdec.h     AVDictionary *exif_metadata;
AVDictionary      484 libavcodec/pngdec.c                              AVDictionary **dict)
AVDictionary      968 libavcodec/pngdec.c     AVDictionary *metadata  = NULL;
AVDictionary       96 libavcodec/smvjpegdec.c     AVDictionary *thread_opt = NULL;
AVDictionary       83 libavcodec/tiff_common.c                               GetByteContext *gb, int le, AVDictionary **metadata)
AVDictionary      117 libavcodec/tiff_common.c                           GetByteContext *gb, int le, AVDictionary **metadata)
AVDictionary      148 libavcodec/tiff_common.c                              GetByteContext *gb, int le, AVDictionary **metadata)
AVDictionary      179 libavcodec/tiff_common.c                             GetByteContext *gb, int le, int is_signed, AVDictionary **metadata)
AVDictionary      211 libavcodec/tiff_common.c                            GetByteContext *gb, int le, int is_signed, AVDictionary **metadata)
AVDictionary      242 libavcodec/tiff_common.c                             GetByteContext *gb, int le, AVDictionary **metadata)
AVDictionary      106 libavcodec/tiff_common.h                               GetByteContext *gb, int le, AVDictionary **metadata);
AVDictionary      112 libavcodec/tiff_common.h                           GetByteContext *gb, int le, AVDictionary **metadata);
AVDictionary      118 libavcodec/tiff_common.h                              GetByteContext *gb, int le, AVDictionary **metadata);
AVDictionary      124 libavcodec/tiff_common.h                             GetByteContext *gb, int le, int is_signed, AVDictionary **metadata);
AVDictionary      130 libavcodec/tiff_common.h                            GetByteContext *gb, int le, int is_signed, AVDictionary **metadata);
AVDictionary      136 libavcodec/tiff_common.h                             GetByteContext *gb, int le, AVDictionary **metadata);
AVDictionary     1313 libavcodec/utils.c int attribute_align_arg ff_codec_open2_recursive(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options)
AVDictionary     1325 libavcodec/utils.c int attribute_align_arg avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options)
AVDictionary     1328 libavcodec/utils.c     AVDictionary *tmp = NULL;
AVDictionary     2283 libavcodec/utils.c     AVDictionary **frame_md = avpriv_frame_get_metadatap(frame);
AVDictionary      199 libavcodec/webp.c     AVDictionary *exif_metadata;        /* EXIF chunk data */
AVDictionary       27 libavcodec/x86/w64xmmtest.c                    AVDictionary **options))
AVDictionary      144 libavdevice/avdevice.c                                  AVDictionary **device_options)
AVDictionary      212 libavdevice/avdevice.c static int list_devices_for_context(AVFormatContext *s, AVDictionary *options,
AVDictionary      215 libavdevice/avdevice.c     AVDictionary *tmp = NULL;
AVDictionary      229 libavdevice/avdevice.c                                 AVDictionary *device_options, AVDeviceInfoList **device_list)
AVDictionary      240 libavdevice/avdevice.c                                AVDictionary *device_options, AVDeviceInfoList **device_list)
AVDictionary      438 libavdevice/avdevice.h                                  AVDictionary **device_options);
AVDictionary      505 libavdevice/avdevice.h                                 AVDictionary *device_options, AVDeviceInfoList **device_list);
AVDictionary      507 libavdevice/avdevice.h                                AVDictionary *device_options, AVDeviceInfoList **device_list);
AVDictionary      384 libavdevice/lavfi.c     AVDictionary *frame_metadata;
AVDictionary       47 libavfilter/af_aresample.c static av_cold int init_dict(AVFilterContext *ctx, AVDictionary **opts)
AVDictionary       41 libavfilter/af_resample.c     AVDictionary *options;
AVDictionary       50 libavfilter/af_resample.c static av_cold int init(AVFilterContext *ctx, AVDictionary **opts)
AVDictionary      761 libavfilter/avfilter.c static int process_options(AVFilterContext *ctx, AVDictionary **options,
AVDictionary      846 libavfilter/avfilter.c int avfilter_init_dict(AVFilterContext *ctx, AVDictionary **options)
AVDictionary      885 libavfilter/avfilter.c     AVDictionary *options = NULL;
AVDictionary      195 libavfilter/avfilter.h     AVDictionary *metadata;     ///< dictionary containing metadata key=value tags
AVDictionary      557 libavfilter/avfilter.h     int (*init_dict)(AVFilterContext *ctx, AVDictionary **options);
AVDictionary     1087 libavfilter/avfilter.h int avfilter_init_dict(AVFilterContext *ctx, AVDictionary **options);
AVDictionary       85 libavfilter/vf_bbox.c         AVDictionary **metadata = avpriv_frame_get_metadatap(frame);
AVDictionary       72 libavfilter/vf_blackframe.c     AVDictionary **metadata;
AVDictionary      164 libavfilter/vf_cropdetect.c     AVDictionary **metadata;
AVDictionary      191 libavfilter/vf_drawtext.c     AVDictionary *metadata;
AVDictionary       63 libavfilter/vf_idet.c static int av_dict_set_fxp(AVDictionary **pm, const char *key, uint64_t value, unsigned int digits,
AVDictionary      123 libavfilter/vf_idet.c     AVDictionary **metadata = avpriv_frame_get_metadatap(idet->cur);
AVDictionary      105 libavfilter/vf_mcdeint.c     AVDictionary *opts = NULL;
AVDictionary      135 libavfilter/vf_psnr.c static void set_meta(AVDictionary **metadata, const char *key, char comp, float d)
AVDictionary      154 libavfilter/vf_psnr.c     AVDictionary **metadata = avpriv_frame_get_metadatap(main);
AVDictionary       78 libavfilter/vf_scale.c     AVDictionary *opts;
AVDictionary      114 libavfilter/vf_scale.c static av_cold int init_dict(AVFilterContext *ctx, AVDictionary **opts)
AVDictionary      454 libavfilter/vf_spp.c static av_cold int init_dict(AVFilterContext *ctx, AVDictionary **opts)
AVDictionary      297 libavfilter/vf_subtitles.c     AVDictionary *codec_opts = NULL;
AVDictionary      338 libavfilter/vf_uspp.c         AVDictionary *opts = NULL;
AVDictionary      861 libavformat/avformat.h     AVDictionary *metadata;
AVDictionary     1147 libavformat/avformat.h     AVDictionary *metadata;
AVDictionary     1174 libavformat/avformat.h     AVDictionary *metadata;
AVDictionary     1414 libavformat/avformat.h     AVDictionary *metadata;
AVDictionary     1996 libavformat/avformat.h int avformat_open_input(AVFormatContext **ps, const char *filename, AVInputFormat *fmt, AVDictionary **options);
AVDictionary     2022 libavformat/avformat.h int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options);
AVDictionary     2203 libavformat/avformat.h int avformat_write_header(AVFormatContext *s, AVDictionary **options);
AVDictionary      325 libavformat/avidec.c static void avi_metadata_creation_time(AVDictionary **metadata, char *date)
AVDictionary      194 libavformat/avio.c int ffurl_connect(URLContext *uc, AVDictionary **options)
AVDictionary      270 libavformat/avio.c                const AVIOInterruptCB *int_cb, AVDictionary **options)
AVDictionary      432 libavformat/avio.h                const AVIOInterruptCB *int_cb, AVDictionary **options);
AVDictionary      903 libavformat/aviobuf.c                const AVIOInterruptCB *int_cb, AVDictionary **options)
AVDictionary       73 libavformat/cache.c static int cache_open(URLContext *h, const char *arg, int flags, AVDictionary **options)
AVDictionary       74 libavformat/cinedec.c static int set_metadata_int(AVDictionary **dict, const char *key, int value, int allow_zero)
AVDictionary       82 libavformat/cinedec.c static int set_metadata_float(AVDictionary **dict, const char *key, float value, int allow_zero)
AVDictionary      107 libavformat/crypto.c static int crypto_open2(URLContext *h, const char *uri, int flags, AVDictionary **options)
AVDictionary      577 libavformat/dashenc.c         AVDictionary *opts = NULL;
AVDictionary      129 libavformat/dump.c static void dump_metadata(void *ctx, AVDictionary *m, const char *indent)
AVDictionary      174 libavformat/ffmenc.c     AVDictionary *all = NULL, *comm = NULL, *prv = NULL;
AVDictionary       99 libavformat/ffmetadec.c static int read_tag(const uint8_t *line, AVDictionary **m)
AVDictionary      130 libavformat/ffmetadec.c     AVDictionary **m = &s->metadata;
AVDictionary       41 libavformat/ffmetaenc.c static void write_tags(AVIOContext *s, AVDictionary *m)
AVDictionary       49 libavformat/flacenc.c static int flac_write_block_comment(AVIOContext *pb, AVDictionary **m,
AVDictionary      465 libavformat/ftp.c     AVDictionary *opts = NULL;
AVDictionary      513 libavformat/ftp.c     AVDictionary *opts = NULL;
AVDictionary       42 libavformat/gxf.c static int add_timecode_metadata(AVDictionary **pm, const char *key, uint32_t timecode, int fields_per_frame)
AVDictionary      123 libavformat/hls.c     AVDictionary *id3_initial; /* data from first id3 tag */
AVDictionary      514 libavformat/hls.c         AVDictionary *opts = NULL;
AVDictionary      710 libavformat/hls.c                       AVDictionary **metadata, int64_t *dts,
AVDictionary      735 libavformat/hls.c static int id3_has_changed_values(struct playlist *pls, AVDictionary *metadata,
AVDictionary      766 libavformat/hls.c     AVDictionary *metadata = NULL;
AVDictionary      916 libavformat/hls.c     AVDictionary *opts = NULL;
AVDictionary      917 libavformat/hls.c     AVDictionary *opts2 = NULL;
AVDictionary       87 libavformat/hlsenc.c     AVDictionary *format_options;
AVDictionary      329 libavformat/hlsenc.c     AVDictionary *options = NULL;
AVDictionary       81 libavformat/http.c     AVDictionary *cookie_dict;
AVDictionary       89 libavformat/http.c     AVDictionary *metadata;
AVDictionary       95 libavformat/http.c     AVDictionary *chained_options;
AVDictionary      145 libavformat/http.c static int http_open_cnx_internal(URLContext *h, AVDictionary **options)
AVDictionary      206 libavformat/http.c static int http_open_cnx(URLContext *h, AVDictionary **options)
AVDictionary      265 libavformat/http.c     AVDictionary *options = NULL;
AVDictionary      298 libavformat/http.c                      AVDictionary **options)
AVDictionary      469 libavformat/http.c static int parse_cookie(HTTPContext *s, const char *p, AVDictionary **cookies)
AVDictionary      483 libavformat/http.c static int cookie_string(AVDictionary *dict, char **cookies)
AVDictionary     1153 libavformat/http.c     AVDictionary *options = NULL;
AVDictionary       88 libavformat/icecast.c     AVDictionary *opt_dict = NULL;
AVDictionary      319 libavformat/id3v2.c                       AVDictionary **metadata, const char *key)
AVDictionary      358 libavformat/id3v2.c                       AVDictionary **metadata)
AVDictionary      489 libavformat/id3v2.c static AVDictionaryEntry *get_date_tag(AVDictionary *m, const char *tag)
AVDictionary      498 libavformat/id3v2.c static void merge_date(AVDictionary **m)
AVDictionary      756 libavformat/id3v2.c static void id3v2_parse(AVIOContext *pb, AVDictionary **metadata,
AVDictionary      995 libavformat/id3v2.c static void id3v2_read_internal(AVIOContext *pb, AVDictionary **metadata,
AVDictionary     1039 libavformat/id3v2.c void ff_id3v2_read_dict(AVIOContext *pb, AVDictionary **metadata,
AVDictionary      106 libavformat/id3v2.h void ff_id3v2_read_dict(AVIOContext *pb, AVDictionary **metadata, const char *magic, ID3v2ExtraMeta **extra_meta);
AVDictionary      114 libavformat/id3v2enc.c static void id3v2_3_metadata_split_date(AVDictionary **pm)
AVDictionary      117 libavformat/id3v2enc.c     AVDictionary *dst = NULL;
AVDictionary      166 libavformat/id3v2enc.c static int write_metadata(AVIOContext *pb, AVDictionary **metadata,
AVDictionary     1348 libavformat/matroskadec.c                                  AVDictionary **metadata, char *prefix)
AVDictionary     1567 libavformat/matroskadec.c static void matroska_metadata_creation_time(AVDictionary **metadata, int64_t date_utc)
AVDictionary     1610 libavformat/matroskadec.c             AVDictionary *dict = NULL;
AVDictionary      546 libavformat/matroskaenc.c         AVDictionary *dict = NULL;
AVDictionary     1138 libavformat/matroskaenc.c static int mkv_write_tag(AVFormatContext *s, AVDictionary *m, unsigned int elementid,
AVDictionary     1173 libavformat/matroskaenc.c static int mkv_check_tag(AVDictionary *m)
AVDictionary       26 libavformat/metadata.c void ff_metadata_conv(AVDictionary **pm, const AVMetadataConv *d_conv,
AVDictionary       33 libavformat/metadata.c     AVDictionary *dst = NULL;
AVDictionary       39 libavformat/metadata.h void ff_metadata_conv(AVDictionary **pm, const AVMetadataConv *d_conv,
AVDictionary      845 libavformat/mov.c static void mov_metadata_creation_time(AVDictionary **metadata, int64_t time)
AVDictionary      205 libavformat/mux.c static int init_muxer(AVFormatContext *s, AVDictionary **options)
AVDictionary      209 libavformat/mux.c     AVDictionary *tmp = NULL;
AVDictionary      398 libavformat/mux.c int avformat_write_header(AVFormatContext *s, AVDictionary **options)
AVDictionary     1505 libavformat/mxfdec.c static int mxf_add_umid_metadata(AVDictionary **pm, const char *key, MXFPackage* package)
AVDictionary     1517 libavformat/mxfdec.c static int mxf_add_timecode_metadata(AVDictionary **pm, const char *key, AVTimecode *tc)
AVDictionary      490 libavformat/nutdec.c     AVDictionary **metadata = NULL;
AVDictionary      132 libavformat/oggdec.h int ff_vorbis_comment(AVFormatContext *ms, AVDictionary **m,
AVDictionary      286 libavformat/oggenc.c                                         int *header_len, AVDictionary **m, int framing_bit)
AVDictionary      311 libavformat/oggenc.c                                   AVDictionary **m)
AVDictionary      349 libavformat/oggenc.c                                    AVDictionary **m)
AVDictionary      378 libavformat/oggenc.c                                   AVDictionary **m)
AVDictionary       86 libavformat/oggparsevorbis.c int ff_vorbis_comment(AVFormatContext *as, AVDictionary **m,
AVDictionary       91 libavformat/replaygain.c int ff_replaygain_export(AVStream *st, AVDictionary *metadata)
AVDictionary       29 libavformat/replaygain.h int ff_replaygain_export(AVStream *st, AVDictionary *metadata);
AVDictionary     2602 libavformat/rtmpproto.c     AVDictionary *opts = NULL;
AVDictionary      103 libavformat/rtpdec_asf.c         AVDictionary *opts = NULL;
AVDictionary       36 libavformat/rtpenc_chain.c     AVDictionary *opts = NULL;
AVDictionary       63 libavformat/seek-test.c     AVDictionary *format_opts = NULL;
AVDictionary       78 libavformat/segment.c     AVDictionary *format_options;
AVDictionary      588 libavformat/segment.c     AVDictionary *options = NULL;
AVDictionary      121 libavformat/smoothstreamingenc.c             AVDictionary *opts = NULL;
AVDictionary      317 libavformat/smoothstreamingenc.c         AVDictionary *opts = NULL;
AVDictionary       70 libavformat/subfile.c                         AVDictionary **options)
AVDictionary       58 libavformat/tee.c                                AVDictionary **options, char **filename)
AVDictionary      138 libavformat/tee.c     AVDictionary *options = NULL;
AVDictionary      166 libavformat/tls.c static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options)
AVDictionary       60 libavformat/url.h     int     (*url_open2)(URLContext *h, const char *url, int flags, AVDictionary **options);
AVDictionary      116 libavformat/url.h int ffurl_connect(URLContext *uc, AVDictionary **options);
AVDictionary      135 libavformat/url.h                const AVIOInterruptCB *int_cb, AVDictionary **options);
AVDictionary      330 libavformat/utils.c                       AVDictionary **options)
AVDictionary      402 libavformat/utils.c                         AVInputFormat *fmt, AVDictionary **options)
AVDictionary      406 libavformat/utils.c     AVDictionary *tmp = NULL;
AVDictionary     1309 libavformat/utils.c     AVDictionary *metadata = NULL;
AVDictionary     2608 libavformat/utils.c                             AVDictionary **options)
AVDictionary     2622 libavformat/utils.c         AVDictionary *thread_opt = NULL;
AVDictionary     3012 libavformat/utils.c int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
AVDictionary     3048 libavformat/utils.c         AVDictionary *thread_opt = NULL;
AVDictionary       41 libavformat/vorbiscomment.c int ff_vorbiscomment_length(AVDictionary *m, const char *vendor_string)
AVDictionary       54 libavformat/vorbiscomment.c int ff_vorbiscomment_write(uint8_t **p, AVDictionary **m,
AVDictionary       37 libavformat/vorbiscomment.h int ff_vorbiscomment_length(AVDictionary *m, const char *vendor_string);
AVDictionary       49 libavformat/vorbiscomment.h int ff_vorbiscomment_write(uint8_t **p, AVDictionary **m,
AVDictionary       34 libavutil/dict.c int av_dict_count(const AVDictionary *m)
AVDictionary       39 libavutil/dict.c AVDictionaryEntry *av_dict_get(const AVDictionary *m, const char *key,
AVDictionary       69 libavutil/dict.c int av_dict_set(AVDictionary **pm, const char *key, const char *value,
AVDictionary       72 libavutil/dict.c     AVDictionary *m = *pm;
AVDictionary      139 libavutil/dict.c int av_dict_set_int(AVDictionary **pm, const char *key, int64_t value,
AVDictionary      147 libavutil/dict.c static int parse_key_value_pair(AVDictionary **pm, const char **buf,
AVDictionary      171 libavutil/dict.c int av_dict_parse_string(AVDictionary **pm, const char *str,
AVDictionary      194 libavutil/dict.c void av_dict_free(AVDictionary **pm)
AVDictionary      196 libavutil/dict.c     AVDictionary *m = *pm;
AVDictionary      208 libavutil/dict.c void av_dict_copy(AVDictionary **dst, const AVDictionary *src, int flags)
AVDictionary      216 libavutil/dict.c int av_dict_get_string(const AVDictionary *m, char **buffer,
AVDictionary      245 libavutil/dict.c static void print_dict(const AVDictionary *m)
AVDictionary      253 libavutil/dict.c static void test_separators(const AVDictionary *m, const char pair, const char val)
AVDictionary      255 libavutil/dict.c     AVDictionary *dict = NULL;
AVDictionary      273 libavutil/dict.c     AVDictionary *dict = NULL;
AVDictionary       87 libavutil/dict.h typedef struct AVDictionary AVDictionary;
AVDictionary      104 libavutil/dict.h AVDictionaryEntry *av_dict_get(const AVDictionary *m, const char *key,
AVDictionary      113 libavutil/dict.h int av_dict_count(const AVDictionary *m);
AVDictionary      128 libavutil/dict.h int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags);
AVDictionary      136 libavutil/dict.h int av_dict_set_int(AVDictionary **pm, const char *key, int64_t value, int flags);
AVDictionary      154 libavutil/dict.h int av_dict_parse_string(AVDictionary **pm, const char *str,
AVDictionary      166 libavutil/dict.h void av_dict_copy(AVDictionary **dst, const AVDictionary *src, int flags);
AVDictionary      172 libavutil/dict.h void av_dict_free(AVDictionary **m);
AVDictionary      189 libavutil/dict.h int av_dict_get_string(const AVDictionary *m, char **buffer,
AVDictionary       36 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, AVDictionary *, metadata)
AVDictionary       47 libavutil/frame.c AVDictionary **avpriv_frame_get_metadatap(AVFrame *frame) {return &frame->metadata;};
AVDictionary      131 libavutil/frame.h     AVDictionary *metadata;
AVDictionary      535 libavutil/frame.h     AVDictionary *metadata;
AVDictionary      592 libavutil/frame.h AVDictionary *av_frame_get_metadata       (const AVFrame *frame);
AVDictionary      593 libavutil/frame.h void          av_frame_set_metadata       (AVFrame *frame, AVDictionary *val);
AVDictionary      598 libavutil/frame.h AVDictionary **avpriv_frame_get_metadatap(AVFrame *frame);
AVDictionary      670 libavutil/opt.c int av_opt_set_dict_val(void *obj, const char *name, const AVDictionary *val, int search_flags)
AVDictionary      673 libavutil/opt.c     AVDictionary **dst;
AVDictionary      681 libavutil/opt.c     dst = (AVDictionary **)(((uint8_t *)target_obj) + o->offset);
AVDictionary      941 libavutil/opt.c int av_opt_get_dict_val(void *obj, const char *name, int search_flags, AVDictionary **out_val)
AVDictionary      944 libavutil/opt.c     AVDictionary *src;
AVDictionary      952 libavutil/opt.c     src = *(AVDictionary **)(((uint8_t *)target_obj) + o->offset);
AVDictionary     1445 libavutil/opt.c             av_dict_free((AVDictionary **)(((uint8_t *)obj) + o->offset));
AVDictionary     1454 libavutil/opt.c int av_opt_set_dict2(void *obj, AVDictionary **options, int search_flags)
AVDictionary     1457 libavutil/opt.c     AVDictionary    *tmp = NULL;
AVDictionary     1478 libavutil/opt.c int av_opt_set_dict(void *obj, AVDictionary **options)
AVDictionary     1616 libavutil/opt.c             AVDictionary **sdict = (AVDictionary **) field_src;
AVDictionary     1617 libavutil/opt.c             AVDictionary **ddict = (AVDictionary **) field_dst;
AVDictionary      525 libavutil/opt.h int av_opt_set_dict(void *obj, struct AVDictionary **options);
AVDictionary      543 libavutil/opt.h int av_opt_set_dict2(void *obj, struct AVDictionary **options, int search_flags);
AVDictionary      735 libavutil/opt.h int av_opt_set_dict_val(void *obj, const char *name, const AVDictionary *val, int search_flags);
AVDictionary      785 libavutil/opt.h int av_opt_get_dict_val(void *obj, const char *name, int search_flags, AVDictionary **out_val);