libavformat/dashenc.c: In function 'dash_init':
libavformat/dashenc.c:1580:65: warning: '-stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
                 snprintf(os->initfile, sizeof(os->initfile), '%s-stream%d.%s', basename, i, os->format_name);
                                                                 ^~~~~~~
libavformat/dashenc.c:1580:62: note: directive argument in the range [0, 2147483647]
                 snprintf(os->initfile, sizeof(os->initfile), '%s-stream%d.%s', basename, i, os->format_name);
                                                              ^~~~~~~~~~~~~~~~
libavformat/dashenc.c:1580:17: note: 'snprintf' output 10 or more bytes (assuming 1042) into a destination of size 1024
                 snprintf(os->initfile, sizeof(os->initfile), '%s-stream%d.%s', basename, i, os->format_name);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavformat/dashenc.c:1584:49: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
         snprintf(filename, sizeof(filename), '%s%s', c->dirname, os->initfile);
                                                 ^~
libavformat/dashenc.c:1584:9: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024
         snprintf(filename, sizeof(filename), '%s%s', c->dirname, os->initfile);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavformat/dashenc.c: In function 'flush_init_segment':
libavformat/dashenc.c:598:49: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
         snprintf(filename, sizeof(filename), '%s%s', c->dirname, os->initfile);
                                                 ^~
libavformat/dashenc.c:598:9: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024
         snprintf(filename, sizeof(filename), '%s%s', c->dirname, os->initfile);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavformat/dashenc.c: In function 'write_hls_media_playlist':
libavformat/dashenc.c:492:49: warning: 'media_' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
         snprintf(playlist_name, string_size, '%smedia_%d.m3u8', base_url, id);
                                                 ^~~~~~
libavformat/dashenc.c:492:9: note: 'snprintf' output between 13 and 1046 bytes into a destination of size 1024
         snprintf(playlist_name, string_size, '%smedia_%d.m3u8', base_url, id);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavformat/dashenc.c: In function 'dash_flush':
libavformat/dashenc.c:1960:63: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
             snprintf(os->full_path, sizeof(os->full_path), '%s%s', c->dirname, os->initfile);
                                                               ^~
libavformat/dashenc.c:1960:13: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024
             snprintf(os->full_path, sizeof(os->full_path), '%s%s', c->dirname, os->initfile);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavformat/dashenc.c: In function 'dash_write_trailer':
libavformat/dashenc.c:492:49: warning: 'media_' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
         snprintf(playlist_name, string_size, '%smedia_%d.m3u8', base_url, id);
                                                 ^~~~~~
libavformat/dashenc.c:492:46: note: directive argument in the range [0, 2147483647]
         snprintf(playlist_name, string_size, '%smedia_%d.m3u8', base_url, id);
                                              ^~~~~~~~~~~~~~~~~
libavformat/dashenc.c:492:9: note: 'snprintf' output between 13 and 1045 bytes into a destination of size 1024
         snprintf(playlist_name, string_size, '%smedia_%d.m3u8', base_url, id);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavformat/ildadec.c: In function 'read_header':
libavformat/ildadec.c:57:32: error: 'AV_CODEC_ID_ILDA' undeclared (first use in this function); did you mean 'AV_CODEC_ID_IDF'?
     st->codecpar->codec_id   = AV_CODEC_ID_ILDA;
                                ^~~~~~~~~~~~~~~~
                                AV_CODEC_ID_IDF
libavformat/ildadec.c:57:32: note: each undeclared identifier is reported only once for each function it appears in
make: *** [ffbuild/common.mak:81: libavformat/ildadec.o] Error 1
make: *** Waiting for unfinished jobs....
libavformat/dashenc.c: In function 'dash_write_packet':
libavformat/dashenc.c:2257:59: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
         snprintf(os->full_path, sizeof(os->full_path), '%s%s', c->dirname,
                                                           ^~
libavformat/dashenc.c:2257:9: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024
         snprintf(os->full_path, sizeof(os->full_path), '%s%s', c->dirname,
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  os->filename);
                  ~~~~~~~~~~~~~
libavformat/img2enc.c: In function 'write_packet':
libavformat/img2enc.c:180:55: warning: '.tmp' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
         snprintf(img->tmp[i], sizeof(img->tmp[i]), '%s.tmp', filename);
                                                       ^~~~
libavformat/img2enc.c:180:9: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024
         snprintf(img->tmp[i], sizeof(img->tmp[i]), '%s.tmp', filename);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'new_rendition',
    inlined from 'parse_playlist' at libavformat/hls.c:825:13:
libavformat/hls.c:543:13: warning: 'strncpy' output may be truncated copying between 2 and 62 bytes from a string of length 63 [-Wstringop-truncation]
             strncpy(rend->language + langlen + 1, info->assoc_language,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     sizeof(rend->language) - langlen - 2);
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~