Searched refs:av_dict_get (Results 76 - 100 of 107) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dflvenc.c362 while ((tag = av_dict_get(s->metadata, "", tag, AV_DICT_IGNORE_SUFFIX))) {
H A Dsdp.c635 AVDictionaryEntry *title = av_dict_get(ac[0]->metadata, "title", NULL, 0);
H A Dhls.c738 while ((entry = av_dict_get(metadata, "", entry, AV_DICT_IGNORE_SUFFIX))) {
739 oldentry = av_dict_get(pls->id3_initial, entry->key, NULL, AV_DICT_MATCH_CASE);
H A Dflvdec.c967 t = av_dict_get(s->metadata, "Encoder", NULL, 0);
H A Did3v2.c403 if ((t = av_dict_get(m, tag, NULL, AV_DICT_MATCH_CASE)) &&
H A Dmux.c364 for (e = NULL; e = av_dict_get(s->metadata, "encoder-", e, AV_DICT_IGNORE_SUFFIX); ) {
H A Dmxfenc.c1691 AVDictionaryEntry *tcr = av_dict_get(s->metadata, "timecode", NULL, 0);
1724 tcr = av_dict_get(st->metadata, "timecode", NULL, 0);
1811 if (t = av_dict_get(s->metadata, "creation_time", NULL, 0))
H A Dmov.c1369 AVDictionaryEntry *compatible_brands = av_dict_get(c->fc->metadata, "compatible_brands", NULL, AV_DICT_MATCH_CASE);
3515 AVDictionaryEntry *tcr = av_dict_get(st->metadata, "timecode", NULL, 0);
3578 tcr = av_dict_get(s->streams[tmcd_st_id]->metadata, "timecode", NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davpacket.c433 while ((t = av_dict_get(dict, "", t, AV_DICT_IGNORE_SUFFIX))) {
H A Dlibx264.c656 while ((en = av_dict_get(dict, "", en, AV_DICT_IGNORE_SUFFIX))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsdp.c580 AVDictionaryEntry *title = av_dict_get(ac[0]->metadata, "title", NULL, 0);
H A Dflvdec.c147 AVDictionaryEntry *creator = av_dict_get(s->metadata, "metadatacreator",
H A Dgxfenc.c407 if (t = av_dict_get(s->metadata, "creation_time", NULL, 0))
H A Dutils.c3364 if(m && !(m->count == 1 && av_dict_get(m, "language", NULL, 0))){
3368 while((tag=av_dict_get(m, "", tag, AV_DICT_IGNORE_SUFFIX))) {
3382 AVDictionaryEntry *lang = av_dict_get(st->metadata, "language", NULL, 0);
3506 AVDictionaryEntry *name = av_dict_get(ic->programs[j]->metadata,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c538 if ((t = av_dict_get(m, "", NULL, AV_DICT_IGNORE_SUFFIX))) {
2281 if (!av_dict_get(ist->decoder_opts, "threads", NULL, 0))
2402 if (av_dict_get(ost->st->metadata, "encoder", NULL, 0))
2405 e = av_dict_get(of->opts, "fflags", NULL, 0);
2412 e = av_dict_get(ost->encoder_opts, "flags", NULL, 0);
2839 if (!av_dict_get(ost->encoder_opts, "threads", NULL, 0))
H A Dffplay.c1842 AVDictionaryEntry *rotate_tag = av_dict_get(is->video_st->metadata, "rotate", NULL, 0);
1885 while ((e = av_dict_get(swr_opts, "", e, AV_DICT_IGNORE_SUFFIX)))
2582 if (!av_dict_get(opts, "threads", NULL, 0))
2590 if ((t = av_dict_get(opts, "", NULL, AV_DICT_IGNORE_SUFFIX))) {
2800 if ((t = av_dict_get(format_opts, "", NULL, AV_DICT_IGNORE_SUFFIX))) {
2834 if (!window_title && (t = av_dict_get(ic->metadata, "title", NULL, 0)))
H A Dffprobe.c428 while ((opt = av_dict_get(opts, "", opt, AV_DICT_IGNORE_SUFFIX))) {
521 if (section->show_all_entries || av_dict_get(section->entries_to_show, key, NULL, 0)) {
595 if (section->show_all_entries || av_dict_get(section->entries_to_show, key, NULL, 0)) {
1653 while ((tag = av_dict_get(tags, "", tag, AV_DICT_IGNORE_SUFFIX))) {
2322 if ((t = av_dict_get(format_opts, "", NULL, AV_DICT_IGNORE_SUFFIX))) {
2361 if ((t = av_dict_get(opts, "", NULL, AV_DICT_IGNORE_SUFFIX))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_scale.c362 while ((e = av_dict_get(scale->opts, "", e, AV_DICT_IGNORE_SUFFIX))) {
H A Davfilter.c970 if ((e = av_dict_get(options, "", NULL, AV_DICT_IGNORE_SUFFIX))) {
H A Dvf_drawtext.c861 AVDictionaryEntry *e = av_dict_get(s->metadata, argv[0], NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.c985 while (t = av_dict_get(opts, "", t, AV_DICT_IGNORE_SUFFIX)) {
H A Davconv.c736 if ((t = av_dict_get(m, "", NULL, AV_DICT_IGNORE_SUFFIX))) {
2215 if (!av_dict_get(ist->opts, "threads", NULL, 0))
2557 if (!av_dict_get(ost->opts, "threads", NULL, 0))
3264 if (!*filename && (e = av_dict_get(st->metadata, "filename", NULL, 0)))
H A Davplay.c2195 if (!av_dict_get(opts, "threads", NULL, 0))
2200 if ((t = av_dict_get(opts, "", NULL, AV_DICT_IGNORE_SUFFIX))) {
2382 if ((t = av_dict_get(format_opts, "", NULL, AV_DICT_IGNORE_SUFFIX))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dopt.c732 while ((t = av_dict_get(*options, "", t, AV_DICT_IGNORE_SUFFIX))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dmetadata.c1471 while( (tag = av_dict_get(ctx->metadata, "", tag, AV_DICT_IGNORE_SUFFIX)) )

Completed in 239 milliseconds

12345