Home
last modified time | relevance | path

Searched refs:avif (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/tools/
H A Dtarget_dem_fuzzer.c150 const AVInputFormat *avif = NULL; in LLVMFuzzerTestOneInput() local
153 while ((avif = av_demuxer_iterate(&avif_iter))) { in LLVMFuzzerTestOneInput()
154 if (avif->extensions) in LLVMFuzzerTestOneInput()
160 while ((avif = av_demuxer_iterate(&avif_iter))) { in LLVMFuzzerTestOneInput()
161 if (avif->extensions) in LLVMFuzzerTestOneInput()
165 av_strlcpy(extension, avif->extensions, sizeof(extension)); in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/tests/fate/
H A Dmov.mak22 # fate-mov-avif-demux-still-image-1-item \
23 # fate-mov-avif-demux-still-image-multiple-items \
147 # avif demuxing - still image with 1 item.
148 #fate-mov-avif-demux-still-image-1-item: CMD = framemd5 -i $(TARGET_SAMPLES)/avif/still_image.avif -c:v copy
150 # avif demuxing - still image with multiple items. only the primary item will be
152 #fate-mov-avif-demux-still-image-multiple-items: CMD = framemd5 -i $(TARGET_SAMPLES)/avif/still_image_exif.avif
[all...]
/third_party/ffmpeg/libavformat/
H A Dseek.c286 const AVInputFormat *const avif = s->iformat; in ff_seek_frame_binary() local
339 ts_min, ts_max, flags, &ts, avif->read_timestamp); in ff_seek_frame_binary()
H A Dmovenc.c5737 ffio_wfourcc(pb, mov->is_animated_avif ? "avis" : "avif");
5807 // For animated AVIF, major brand is "avis". Add "avif" as a
5809 ffio_wfourcc(pb, "avif");
7362 else if (IS_MODE(avif, AVIF)) mov->mode = MODE_AVIF;
8179 // For animated avif with alpha channel, we need to write a tref tag
8320 .class_name = "avif muxer",
8490 .name = "avif",
8492 .mime_type = "image/avif",
8493 .extensions = "avif",

Completed in 14 milliseconds