1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246 |
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
-
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 149 100 149 0 0 1631 0 --:--:-- --:--:-- --:--:-- 1637
-
100 43674 100 43674 0 0 132k 0 --:--:-- --:--:-- --:--:-- 132k
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
-
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 10.7M 0 109k 0 0 155k 0 0:01:10 --:--:-- 0:01:10 155k
16 10.7M 16 1875k 0 0 1168k 0 0:00:09 0:00:01 0:00:08 1168k
48 10.7M 48 5315k 0 0 2056k 0 0:00:05 0:00:02 0:00:03 2055k
72 10.7M 72 7955k 0 0 2217k 0 0:00:04 0:00:03 0:00:01 2216k
94 10.7M 94 10.1M 0 0 2258k 0 0:00:04 0:00:04 --:--:-- 2258k
100 10.7M 100 10.7M 0 0 2193k 0 0:00:05 0:00:05 --:--:-- 2524k
- src/libavdevice/avdevice.c:88:26: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
- if (!(prev = av_oformat_next(prev)))
- ^
- src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
- AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
- ^
- src/libavdevice/avdevice.c:92:26: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
- if (!(prev = av_iformat_next(prev)))
- ^
- src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
- AVInputFormat *av_iformat_next(const AVInputFormat *f);
- ^
- 2 warnings generated.
- src/libavformat/dump.c:504:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->properties = st->codec->properties;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:505:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->codec = st->codec->codec;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:506:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->qmin = st->codec->qmin;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:507:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->qmax = st->codec->qmax;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:508:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->coded_width = st->codec->coded_width;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:509:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->coded_height = st->codec->coded_height;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:544:23: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- int tbc = st->codec->time_base.den && st->codec->time_base.num;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:544:51: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- int tbc = st->codec->time_base.den && st->codec->time_base.num;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:556:38: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- print_fps(1 / av_q2d(st->codec->time_base), "tbc");
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- 9 warnings generated.
- src/libavformat/options.c:64:20: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
- while ((ifmt = av_iformat_next(ifmt)))
- ^
- src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
- AVInputFormat *av_iformat_next(const AVInputFormat *f);
- ^
- src/libavformat/options.c:69:24: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
- while ((ofmt = av_oformat_next(ofmt)))
- ^
- src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
- AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
- ^
- src/libavformat/options.c:73:23: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
- while (ifmt = av_iformat_next(ifmt))
- ^
- src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
- AVInputFormat *av_iformat_next(const AVInputFormat *f);
- ^
- src/libavformat/options.c:77:19: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
- while (ofmt = av_oformat_next(ofmt))
- ^
- src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
- AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
- ^
- 4 warnings generated.
- src/libavformat/protocols.c:100:7: warning: assigning to 'const URLProtocol **' (aka 'const struct URLProtocol **') from 'const URLProtocol *const *' (aka 'const struct URLProtocol *const *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
- p = p ? p + 1 : url_protocols;
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 warning generated.
- src/libavformat/sdp.c:707:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- if (st->codec) {
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/sdp.c:711:25: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- if (st->codec->flags & AV_CODEC_FLAG_QSCALE)
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/sdp.c:713:46: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option)
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- 3 warnings generated.
- src/libavformat/utils.c:5776:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- const AVCodecContext *dec_ctx = ist->codec;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/utils.c:5777:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- AVCodecContext *enc_ctx = ost->codec;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- 2 warnings generated.
- src/libavfilter/avfiltergraph.c:135:25: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations]
- av_freep(&(*graph)->resample_lavr_opts);
- ^
- src/libavfilter/avfilter.h:847:32: note: 'resample_lavr_opts' has been explicitly marked deprecated here
- attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
- ^
- 1 warning generated.
- src/libavfilter/lavfutils.c:91:11: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- 1 warning generated.
- src/libavfilter/src_movie.c:175:20: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- st->codec_ctx->refcounted_frames = 1;
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- src/libavfilter/src_movie.c:530:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- src/libavfilter/src_movie.c:533:15: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt);
- ^
- src/libavcodec/avcodec.h:3024:5: note: 'avcodec_decode_audio4' has been explicitly marked deprecated here
- int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
- ^
- 3 warnings generated.
- src/libavfilter/vf_codecview.c:223:28: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
- int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type);
- ^
- src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
- int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
- ^
- 1 warning generated.
- src/libavfilter/vf_qp.c:113:19: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
- in_qp_table = av_frame_get_qp_table(in, &stride, &type);
- ^
- src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
- int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
- ^
- src/libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
- av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type);
- ^
- src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
- int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
- ^
- 2 warnings generated.
- src/libavcodec/audiotoolboxdec.c:35:5: warning: '__MAC_OS_X_VERSION_MIN_REQUIRED' is not defined, evaluates to 0 [-Wundef]
- #if __MAC_OS_X_VERSION_MIN_REQUIRED < 101100
- ^
- 1 warning generated.
- src/libavcodec/avrndec.c:59:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- a->mjpeg_avctx->refcounted_frames = 1;
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- src/libavcodec/avrndec.c:110:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- 2 warnings generated.
- src/libavcodec/decode.c:770:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- if (!avctx->refcounted_frames) {
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- 1 warning generated.
- src/libavcodec/encode.c:370:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt,
- ^
- src/libavcodec/encode.c:259:25: note: 'avcodec_encode_video2' has been explicitly marked deprecated here
- int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx,
- ^
- src/libavcodec/encode.c:373:15: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt,
- ^
- src/libavcodec/encode.c:113:25: note: 'avcodec_encode_audio2' has been explicitly marked deprecated here
- int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx,
- ^
- 2 warnings generated.
- src/libavcodec/hevc_cabac.c:37:21: warning: variable 'num_bins_in_se' is not needed and will not be emitted [-Wunneeded-internal-declaration]
- static const int8_t num_bins_in_se[] = {
- ^
- 1 warning generated.
- src/libavcodec/mjpegdec.c:2524:21: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
- av_frame_set_qp_table(data, qp_table_buf, 0, FF_QSCALE_TYPE_MPEG1);
- ^
- src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
- int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
- ^
- 1 warning generated.
- src/libavcodec/mpegvideo.c:1453:12: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
- return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type);
- ^
- src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
- int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
- ^
- 1 warning generated.
- src/libavcodec/notchlc.c:285:31: warning: suggest braces around initialization of subobject [-Wmissing-braces]
- int u[16][16] = { 0 }, v[16][16] = { 0 };
- ^
- {}
- src/libavcodec/notchlc.c:285:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
- int u[16][16] = { 0 }, v[16][16] = { 0 };
- ^
- {}
- 2 warnings generated.
- src/libavcodec/smvjpegdec.c:131:15: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- s->avctx->refcounted_frames = 1;
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- src/libavcodec/smvjpegdec.c:162:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- 2 warnings generated.
- src/libavcodec/utils.c:1098:17: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- if (!avctx->refcounted_frames)
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- 1 warning generated.
- src/libavutil/video_enc_params.c:36:19: warning: comparison of constant 922337203685477580 with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
- if (nb_blocks > SIZE_MAX / sizeof(AVVideoBlockParams) ||
- ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 warning generated.
- src/libavdevice/avdevice.c:88:26: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
- if (!(prev = av_oformat_next(prev)))
- ^
- src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
- AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
- ^
- src/libavdevice/avdevice.c:92:26: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
- if (!(prev = av_iformat_next(prev)))
- ^
- src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
- AVInputFormat *av_iformat_next(const AVInputFormat *f);
- ^
- 2 warnings generated.
- src/libavformat/dump.c:504:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->properties = st->codec->properties;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:505:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->codec = st->codec->codec;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:506:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->qmin = st->codec->qmin;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:507:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->qmax = st->codec->qmax;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:508:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->coded_width = st->codec->coded_width;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:509:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->coded_height = st->codec->coded_height;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:544:23: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- int tbc = st->codec->time_base.den && st->codec->time_base.num;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:544:51: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- int tbc = st->codec->time_base.den && st->codec->time_base.num;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:556:38: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- print_fps(1 / av_q2d(st->codec->time_base), "tbc");
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- 9 warnings generated.
- src/libavformat/options.c:64:20: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
- while ((ifmt = av_iformat_next(ifmt)))
- ^
- src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
- AVInputFormat *av_iformat_next(const AVInputFormat *f);
- ^
- src/libavformat/options.c:69:24: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
- while ((ofmt = av_oformat_next(ofmt)))
- ^
- src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
- AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
- ^
- src/libavformat/options.c:73:23: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
- while (ifmt = av_iformat_next(ifmt))
- ^
- src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
- AVInputFormat *av_iformat_next(const AVInputFormat *f);
- ^
- src/libavformat/options.c:77:19: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
- while (ofmt = av_oformat_next(ofmt))
- ^
- src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
- AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
- ^
- 4 warnings generated.
- src/libavformat/protocols.c:100:7: warning: assigning to 'const URLProtocol **' (aka 'const struct URLProtocol **') from 'const URLProtocol *const *' (aka 'const struct URLProtocol *const *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
- p = p ? p + 1 : url_protocols;
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 warning generated.
- src/libavformat/sdp.c:707:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- if (st->codec) {
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/sdp.c:711:25: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- if (st->codec->flags & AV_CODEC_FLAG_QSCALE)
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/sdp.c:713:46: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option)
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- 3 warnings generated.
- src/libavformat/utils.c:5776:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- const AVCodecContext *dec_ctx = ist->codec;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/utils.c:5777:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- AVCodecContext *enc_ctx = ost->codec;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/wtvdec.c:515:50: warning: format specifies type 'unsigned short' but the argument has type 'unsigned int' [-Wformat]
- snprintf(buf, buf_size, PRI_PRETTY_GUID, ARG_PRETTY_GUID(guid));
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
- src/libavformat/wtvdec.c:43:16: note: expanded from macro 'ARG_PRETTY_GUID'
- AV_RL32(g),AV_RL16(g+4),AV_RL16(g+6),g[8],g[9],g[10],g[11],g[12],g[13],g[14],g[15]
- ^
- src/libavutil/intreadwrite.h:152:27: note: expanded from macro 'AV_RL16'
- # define AV_RL16(p) AV_RN16(p)
- ^
- src/libavutil/arm/intreadwrite.h:28:17: note: expanded from macro 'AV_RN16'
- #define AV_RN16 AV_RN16
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf'
- __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
- ^~~~~~~~~~~
- src/libavformat/wtvdec.c:515:50: warning: format specifies type 'unsigned short' but the argument has type 'unsigned int' [-Wformat]
- snprintf(buf, buf_size, PRI_PRETTY_GUID, ARG_PRETTY_GUID(guid));
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
- src/libavformat/wtvdec.c:43:29: note: expanded from macro 'ARG_PRETTY_GUID'
- AV_RL32(g),AV_RL16(g+4),AV_RL16(g+6),g[8],g[9],g[10],g[11],g[12],g[13],g[14],g[15]
- ^
- src/libavutil/intreadwrite.h:152:27: note: expanded from macro 'AV_RL16'
- # define AV_RL16(p) AV_RN16(p)
- ^
- src/libavutil/arm/intreadwrite.h:28:17: note: expanded from macro 'AV_RN16'
- #define AV_RN16 AV_RN16
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf'
- __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
- ^~~~~~~~~~~
- 2 warnings generated.
- 2 warnings generated.
- src/libavfilter/avfiltergraph.c:135:25: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations]
- av_freep(&(*graph)->resample_lavr_opts);
- ^
- src/libavfilter/avfilter.h:847:32: note: 'resample_lavr_opts' has been explicitly marked deprecated here
- attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
- ^
- 1 warning generated.
- src/libavfilter/lavfutils.c:91:11: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- 1 warning generated.
- src/libavfilter/src_movie.c:175:20: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- st->codec_ctx->refcounted_frames = 1;
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- src/libavfilter/src_movie.c:530:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- src/libavfilter/src_movie.c:533:15: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt);
- ^
- src/libavcodec/avcodec.h:3024:5: note: 'avcodec_decode_audio4' has been explicitly marked deprecated here
- int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
- ^
- 3 warnings generated.
- src/libavfilter/vf_codecview.c:223:28: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
- int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type);
- ^
- src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
- int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
- ^
- 1 warning generated.
- src/libavfilter/vf_qp.c:113:19: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
- in_qp_table = av_frame_get_qp_table(in, &stride, &type);
- ^
- src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
- int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
- ^
- src/libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
- av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type);
- ^
- src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
- int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
- ^
- 2 warnings generated.
- src/libavcodec/audiotoolboxdec.c:35:5: warning: '__MAC_OS_X_VERSION_MIN_REQUIRED' is not defined, evaluates to 0 [-Wundef]
- #if __MAC_OS_X_VERSION_MIN_REQUIRED < 101100
- ^
- src/libavcodec/audiotoolboxdec.c:343:34: warning: incompatible pointer types passing 'UInt32 *' (aka 'unsigned long *') to parameter of type 'int *' [-Wincompatible-pointer-types]
- &in_format.mChannelsPerFrame, &avctx->frame_size,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/libavcodec/mpegaudiodecheader.h:58:31: note: passing argument to parameter 'channels' here
- int *channels, int *frame_size, int *bitrate, enum AVCodecID *codec_id);
- ^
- src/libavcodec/audiotoolboxdec.c:534:43: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nonnull' (aka 'unsigned long *') [-Wincompatible-pointer-types]
- &frame->nb_samples, &out_buffers, NULL);
- ^~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:833:73: note: passing argument to parameter 'ioOutputDataPacketSize' here
- UInt32 * ioOutputDataPacketSize,
- ^
- src/libavcodec/audiotoolboxdec.c:550:61: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
- av_log(avctx, AV_LOG_WARNING, "Decode error: %i\n", ret);
- ~~ ^~~
- (int)
- src/libavcodec/audiotoolboxenc.c:367:68: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
- "Bitrate %u not allowed; changing to %u\n", rate, new_rate);
- ~~ ^~~~
- (unsigned int)
- src/libavcodec/audiotoolboxenc.c:367:74: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
- "Bitrate %u not allowed; changing to %u\n", rate, new_rate);
- ~~ ^~~~~~~~
- (unsigned int)
- src/libavcodec/audiotoolboxenc.c:381:40: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nullable' (aka 'unsigned long *') [-Wincompatible-pointer-types]
- &avctx->extradata_size, NULL) &&
- ^~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:593:61: note: passing argument to parameter 'outSize' here
- UInt32 * __nullable outSize,
- ^
- src/libavcodec/audiotoolboxenc.c:398:44: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nonnull' (aka 'unsigned long *') [-Wincompatible-pointer-types]
- &extradata_size, extradata);
- ^~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:615:57: note: passing argument to parameter 'ioPropertyDataSize' here
- UInt32 * ioPropertyDataSize,
- ^
- src/libavcodec/audiotoolboxenc.c:548:43: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nonnull' (aka 'unsigned long *') [-Wincompatible-pointer-types]
- got_packet_ptr, &out_buffers,
- ^~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:833:73: note: passing argument to parameter 'ioOutputDataPacketSize' here
- UInt32 * ioOutputDataPacketSize,
- ^
- src/libavcodec/audiotoolboxenc.c:561:61: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
- av_log(avctx, AV_LOG_WARNING, "Encode error: %i\n", ret);
- ~~ ^~~
- (int)
- 4 warnings generated.
- 6 warnings generated.
- src/libavcodec/avrndec.c:59:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- a->mjpeg_avctx->refcounted_frames = 1;
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- src/libavcodec/avrndec.c:110:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- 2 warnings generated.
- src/libavcodec/decode.c:770:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- if (!avctx->refcounted_frames) {
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- 1 warning generated.
- src/libavcodec/encode.c:370:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt,
- ^
- src/libavcodec/encode.c:259:25: note: 'avcodec_encode_video2' has been explicitly marked deprecated here
- int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx,
- ^
- src/libavcodec/encode.c:373:15: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt,
- ^
- src/libavcodec/encode.c:113:25: note: 'avcodec_encode_audio2' has been explicitly marked deprecated here
- int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx,
- ^
- 2 warnings generated.
- src/libavcodec/hevc_cabac.c:37:21: warning: variable 'num_bins_in_se' is not needed and will not be emitted [-Wunneeded-internal-declaration]
- static const int8_t num_bins_in_se[] = {
- ^
- 1 warning generated.
- src/libavcodec/mjpegdec.c:2524:21: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
- av_frame_set_qp_table(data, qp_table_buf, 0, FF_QSCALE_TYPE_MPEG1);
- ^
- src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
- int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
- ^
- 1 warning generated.
- src/libavcodec/mpegvideo.c:1453:12: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
- return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type);
- ^
- src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
- int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
- ^
- 1 warning generated.
- src/libavcodec/notchlc.c:285:31: warning: suggest braces around initialization of subobject [-Wmissing-braces]
- int u[16][16] = { 0 }, v[16][16] = { 0 };
- ^
- {}
- src/libavcodec/notchlc.c:285:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
- int u[16][16] = { 0 }, v[16][16] = { 0 };
- ^
- {}
- 2 warnings generated.
- src/libavcodec/smvjpegdec.c:131:15: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- s->avctx->refcounted_frames = 1;
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- src/libavcodec/smvjpegdec.c:162:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- 2 warnings generated.
- src/libavcodec/utils.c:1098:17: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- if (!avctx->refcounted_frames)
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- 1 warning generated.
- src/libavdevice/avdevice.c:88:26: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
- if (!(prev = av_oformat_next(prev)))
- ^
- src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
- AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
- ^
- src/libavdevice/avdevice.c:92:26: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
- if (!(prev = av_iformat_next(prev)))
- ^
- src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
- AVInputFormat *av_iformat_next(const AVInputFormat *f);
- ^
- 2 warnings generated.
- src/libavformat/dump.c:504:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->properties = st->codec->properties;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:505:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->codec = st->codec->codec;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:506:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->qmin = st->codec->qmin;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:507:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->qmax = st->codec->qmax;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:508:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->coded_width = st->codec->coded_width;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:509:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->coded_height = st->codec->coded_height;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:544:23: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- int tbc = st->codec->time_base.den && st->codec->time_base.num;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:544:51: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- int tbc = st->codec->time_base.den && st->codec->time_base.num;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:556:38: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- print_fps(1 / av_q2d(st->codec->time_base), "tbc");
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- 9 warnings generated.
- src/libavformat/options.c:64:20: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
- while ((ifmt = av_iformat_next(ifmt)))
- ^
- src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
- AVInputFormat *av_iformat_next(const AVInputFormat *f);
- ^
- src/libavformat/options.c:69:24: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
- while ((ofmt = av_oformat_next(ofmt)))
- ^
- src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
- AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
- ^
- src/libavformat/options.c:73:23: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
- while (ifmt = av_iformat_next(ifmt))
- ^
- src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
- AVInputFormat *av_iformat_next(const AVInputFormat *f);
- ^
- src/libavformat/options.c:77:19: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
- while (ofmt = av_oformat_next(ofmt))
- ^
- src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
- AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
- ^
- 4 warnings generated.
- src/libavformat/protocols.c:100:7: warning: assigning to 'const URLProtocol **' (aka 'const struct URLProtocol **') from 'const URLProtocol *const *' (aka 'const struct URLProtocol *const *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
- p = p ? p + 1 : url_protocols;
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 warning generated.
- src/libavformat/sdp.c:707:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- if (st->codec) {
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/sdp.c:711:25: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- if (st->codec->flags & AV_CODEC_FLAG_QSCALE)
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/sdp.c:713:46: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option)
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- 3 warnings generated.
- src/libavformat/utils.c:5776:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- const AVCodecContext *dec_ctx = ist->codec;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/utils.c:5777:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- AVCodecContext *enc_ctx = ost->codec;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- 2 warnings generated.
- src/libavfilter/avfiltergraph.c:135:25: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations]
- av_freep(&(*graph)->resample_lavr_opts);
- ^
- src/libavfilter/avfilter.h:847:32: note: 'resample_lavr_opts' has been explicitly marked deprecated here
- attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
- ^
- 1 warning generated.
- src/libavfilter/lavfutils.c:91:11: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- 1 warning generated.
- src/libavfilter/src_movie.c:175:20: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- st->codec_ctx->refcounted_frames = 1;
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- src/libavfilter/src_movie.c:530:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- src/libavfilter/src_movie.c:533:15: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt);
- ^
- src/libavcodec/avcodec.h:3024:5: note: 'avcodec_decode_audio4' has been explicitly marked deprecated here
- int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
- ^
- 3 warnings generated.
- src/libavfilter/vf_codecview.c:223:28: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
- int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type);
- ^
- src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
- int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
- ^
- 1 warning generated.
- src/libavfilter/vf_qp.c:113:19: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
- in_qp_table = av_frame_get_qp_table(in, &stride, &type);
- ^
- src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
- int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
- ^
- src/libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
- av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type);
- ^
- src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
- int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
- ^
- 2 warnings generated.
- src/libavcodec/audiotoolboxdec.c:35:5: warning: '__MAC_OS_X_VERSION_MIN_REQUIRED' is not defined, evaluates to 0 [-Wundef]
- #if __MAC_OS_X_VERSION_MIN_REQUIRED < 101100
- ^
- 1 warning generated.
- src/libavcodec/avrndec.c:59:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- a->mjpeg_avctx->refcounted_frames = 1;
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- src/libavcodec/avrndec.c:110:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- 2 warnings generated.
- src/libavcodec/decode.c:770:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- if (!avctx->refcounted_frames) {
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- 1 warning generated.
- src/libavcodec/encode.c:370:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt,
- ^
- src/libavcodec/encode.c:259:25: note: 'avcodec_encode_video2' has been explicitly marked deprecated here
- int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx,
- ^
- src/libavcodec/encode.c:373:15: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt,
- ^
- src/libavcodec/encode.c:113:25: note: 'avcodec_encode_audio2' has been explicitly marked deprecated here
- int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx,
- ^
- 2 warnings generated.
- src/libavcodec/hevc_cabac.c:37:21: warning: variable 'num_bins_in_se' is not needed and will not be emitted [-Wunneeded-internal-declaration]
- static const int8_t num_bins_in_se[] = {
- ^
- 1 warning generated.
- src/libavcodec/mjpegdec.c:2524:21: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
- av_frame_set_qp_table(data, qp_table_buf, 0, FF_QSCALE_TYPE_MPEG1);
- ^
- src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
- int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
- ^
- 1 warning generated.
- src/libavcodec/mpegvideo.c:1453:12: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
- return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type);
- ^
- src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
- int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
- ^
- 1 warning generated.
- src/libavcodec/notchlc.c:285:31: warning: suggest braces around initialization of subobject [-Wmissing-braces]
- int u[16][16] = { 0 }, v[16][16] = { 0 };
- ^
- {}
- src/libavcodec/notchlc.c:285:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
- int u[16][16] = { 0 }, v[16][16] = { 0 };
- ^
- {}
- 2 warnings generated.
- src/libavcodec/smvjpegdec.c:131:15: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- s->avctx->refcounted_frames = 1;
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- src/libavcodec/smvjpegdec.c:162:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- 2 warnings generated.
- src/libavcodec/utils.c:1098:17: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- if (!avctx->refcounted_frames)
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- 1 warning generated.
- /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/ffmpeg-4.3.1/libavcodec/x86/h264_idct.asm:1152: warning: redefining multi-line macro `STORE_DIFFx2'
- src/libavcodec/x86/h264_idct.asm:1152: warning: redefining multi-line macro `STORE_DIFFx2'
- src/libavutil/video_enc_params.c:36:19: warning: comparison of constant 922337203685477580 with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
- if (nb_blocks > SIZE_MAX / sizeof(AVVideoBlockParams) ||
- ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 warning generated.
- src/libavdevice/avdevice.c:88:26: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
- if (!(prev = av_oformat_next(prev)))
- ^
- src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
- AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
- ^
- src/libavdevice/avdevice.c:92:26: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
- if (!(prev = av_iformat_next(prev)))
- ^
- src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
- AVInputFormat *av_iformat_next(const AVInputFormat *f);
- ^
- 2 warnings generated.
- src/libavformat/dump.c:504:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->properties = st->codec->properties;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:505:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->codec = st->codec->codec;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:506:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->qmin = st->codec->qmin;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:507:29: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->qmax = st->codec->qmax;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:508:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->coded_width = st->codec->coded_width;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:509:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- avctx->coded_height = st->codec->coded_height;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:544:23: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- int tbc = st->codec->time_base.den && st->codec->time_base.num;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:544:51: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- int tbc = st->codec->time_base.den && st->codec->time_base.num;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/dump.c:556:38: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- print_fps(1 / av_q2d(st->codec->time_base), "tbc");
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- 9 warnings generated.
- src/libavformat/options.c:64:20: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
- while ((ifmt = av_iformat_next(ifmt)))
- ^
- src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
- AVInputFormat *av_iformat_next(const AVInputFormat *f);
- ^
- src/libavformat/options.c:69:24: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
- while ((ofmt = av_oformat_next(ofmt)))
- ^
- src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
- AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
- ^
- src/libavformat/options.c:73:23: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]
- while (ifmt = av_iformat_next(ifmt))
- ^
- src/libavformat/avformat.h:2087:17: note: 'av_iformat_next' has been explicitly marked deprecated here
- AVInputFormat *av_iformat_next(const AVInputFormat *f);
- ^
- src/libavformat/options.c:77:19: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]
- while (ofmt = av_oformat_next(ofmt))
- ^
- src/libavformat/avformat.h:2095:17: note: 'av_oformat_next' has been explicitly marked deprecated here
- AVOutputFormat *av_oformat_next(const AVOutputFormat *f);
- ^
- 4 warnings generated.
- src/libavformat/protocols.c:100:7: warning: assigning to 'const URLProtocol **' (aka 'const struct URLProtocol **') from 'const URLProtocol *const *' (aka 'const struct URLProtocol *const *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
- p = p ? p + 1 : url_protocols;
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 warning generated.
- src/libavformat/sdp.c:707:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- if (st->codec) {
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/sdp.c:711:25: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- if (st->codec->flags & AV_CODEC_FLAG_QSCALE)
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/sdp.c:713:46: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option)
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- 3 warnings generated.
- src/libavformat/utils.c:5776:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- const AVCodecContext *dec_ctx = ist->codec;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- src/libavformat/utils.c:5777:42: warning: 'codec' is deprecated [-Wdeprecated-declarations]
- AVCodecContext *enc_ctx = ost->codec;
- ^
- src/libavformat/avformat.h:880:21: note: 'codec' has been explicitly marked deprecated here
- AVCodecContext *codec;
- ^
- 2 warnings generated.
- src/libavfilter/avfiltergraph.c:135:25: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations]
- av_freep(&(*graph)->resample_lavr_opts);
- ^
- src/libavfilter/avfilter.h:847:32: note: 'resample_lavr_opts' has been explicitly marked deprecated here
- attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
- ^
- 1 warning generated.
- src/libavfilter/lavfutils.c:91:11: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- 1 warning generated.
- src/libavfilter/src_movie.c:175:20: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- st->codec_ctx->refcounted_frames = 1;
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- src/libavfilter/src_movie.c:530:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- src/libavfilter/src_movie.c:533:15: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt);
- ^
- src/libavcodec/avcodec.h:3024:5: note: 'avcodec_decode_audio4' has been explicitly marked deprecated here
- int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
- ^
- 3 warnings generated.
- src/libavfilter/vf_codecview.c:223:28: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
- int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type);
- ^
- src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
- int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
- ^
- 1 warning generated.
- src/libavfilter/vf_qp.c:113:19: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations]
- in_qp_table = av_frame_get_qp_table(in, &stride, &type);
- ^
- src/libavutil/frame.h:725:9: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here
- int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
- ^
- src/libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
- av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type);
- ^
- src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
- int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
- ^
- 2 warnings generated.
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: input object file stripped: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/scratch/i386/libavfilter/x86/colorspacedsp.o
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: input object file stripped: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/scratch/i386/libavfilter/x86/vf_atadenoise.o
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: input object file stripped: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/scratch/i386/libavfilter/x86/vf_convolution.o
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: input object file stripped: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/scratch/i386/libavfilter/x86/vf_gblur.o
- src/libavcodec/audiotoolboxdec.c:35:5: warning: '__MAC_OS_X_VERSION_MIN_REQUIRED' is not defined, evaluates to 0 [-Wundef]
- #if __MAC_OS_X_VERSION_MIN_REQUIRED < 101100
- ^
- src/libavcodec/audiotoolboxdec.c:343:34: warning: incompatible pointer types passing 'UInt32 *' (aka 'unsigned long *') to parameter of type 'int *' [-Wincompatible-pointer-types]
- &in_format.mChannelsPerFrame, &avctx->frame_size,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/libavcodec/mpegaudiodecheader.h:58:31: note: passing argument to parameter 'channels' here
- int *channels, int *frame_size, int *bitrate, enum AVCodecID *codec_id);
- ^
- src/libavcodec/audiotoolboxdec.c:534:43: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nonnull' (aka 'unsigned long *') [-Wincompatible-pointer-types]
- &frame->nb_samples, &out_buffers, NULL);
- ^~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:833:73: note: passing argument to parameter 'ioOutputDataPacketSize' here
- UInt32 * ioOutputDataPacketSize,
- ^
- src/libavcodec/audiotoolboxdec.c:550:61: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
- av_log(avctx, AV_LOG_WARNING, "Decode error: %i\n", ret);
- ~~ ^~~
- (int)
- 4 warnings generated.
- src/libavcodec/audiotoolboxenc.c:367:68: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
- "Bitrate %u not allowed; changing to %u\n", rate, new_rate);
- ~~ ^~~~
- (unsigned int)
- src/libavcodec/audiotoolboxenc.c:367:74: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
- "Bitrate %u not allowed; changing to %u\n", rate, new_rate);
- ~~ ^~~~~~~~
- (unsigned int)
- src/libavcodec/audiotoolboxenc.c:381:40: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nullable' (aka 'unsigned long *') [-Wincompatible-pointer-types]
- &avctx->extradata_size, NULL) &&
- ^~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:593:61: note: passing argument to parameter 'outSize' here
- UInt32 * __nullable outSize,
- ^
- src/libavcodec/audiotoolboxenc.c:398:44: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nonnull' (aka 'unsigned long *') [-Wincompatible-pointer-types]
- &extradata_size, extradata);
- ^~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:615:57: note: passing argument to parameter 'ioPropertyDataSize' here
- UInt32 * ioPropertyDataSize,
- ^
- src/libavcodec/audiotoolboxenc.c:548:43: warning: incompatible pointer types passing 'int *' to parameter of type 'UInt32 * _Nonnull' (aka 'unsigned long *') [-Wincompatible-pointer-types]
- got_packet_ptr, &out_buffers,
- ^~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:833:73: note: passing argument to parameter 'ioOutputDataPacketSize' here
- UInt32 * ioOutputDataPacketSize,
- ^
- src/libavcodec/audiotoolboxenc.c:561:61: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
- av_log(avctx, AV_LOG_WARNING, "Encode error: %i\n", ret);
- ~~ ^~~
- (int)
- 6 warnings generated.
- src/libavcodec/avrndec.c:59:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- a->mjpeg_avctx->refcounted_frames = 1;
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- src/libavcodec/avrndec.c:110:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- 2 warnings generated.
- src/libavcodec/decode.c:770:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- if (!avctx->refcounted_frames) {
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- 1 warning generated.
- src/libavcodec/encode.c:370:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt,
- ^
- src/libavcodec/encode.c:259:25: note: 'avcodec_encode_video2' has been explicitly marked deprecated here
- int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx,
- ^
- src/libavcodec/encode.c:373:15: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt,
- ^
- src/libavcodec/encode.c:113:25: note: 'avcodec_encode_audio2' has been explicitly marked deprecated here
- int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx,
- ^
- 2 warnings generated.
- src/libavcodec/hevc_cabac.c:37:21: warning: variable 'num_bins_in_se' is not needed and will not be emitted [-Wunneeded-internal-declaration]
- static const int8_t num_bins_in_se[] = {
- ^
- 1 warning generated.
- src/libavcodec/mjpegdec.c:2524:21: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
- av_frame_set_qp_table(data, qp_table_buf, 0, FF_QSCALE_TYPE_MPEG1);
- ^
- src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
- int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
- ^
- 1 warning generated.
- src/libavcodec/mpegvideo.c:1453:12: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]
- return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type);
- ^
- src/libavutil/frame.h:727:5: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here
- int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
- ^
- 1 warning generated.
- src/libavcodec/notchlc.c:285:31: warning: suggest braces around initialization of subobject [-Wmissing-braces]
- int u[16][16] = { 0 }, v[16][16] = { 0 };
- ^
- {}
- src/libavcodec/notchlc.c:285:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
- int u[16][16] = { 0 }, v[16][16] = { 0 };
- ^
- {}
- 2 warnings generated.
- src/libavcodec/smvjpegdec.c:131:15: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- s->avctx->refcounted_frames = 1;
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- src/libavcodec/smvjpegdec.c:162:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
- ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt);
- ^
- src/libavcodec/avcodec.h:3073:5: note: 'avcodec_decode_video2' has been explicitly marked deprecated here
- int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
- ^
- 2 warnings generated.
- src/libavcodec/utils.c:1098:17: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]
- if (!avctx->refcounted_frames)
- ^
- src/libavcodec/avcodec.h:1357:9: note: 'refcounted_frames' has been explicitly marked deprecated here
- int refcounted_frames;
- ^
- 1 warning generated.
- /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/ffmpeg-4.3.1/libavcodec/x86/h264_idct.asm:1152: warning: redefining multi-line macro `STORE_DIFFx2'
- src/libavcodec/x86/h264_idct.asm:1152: warning: redefining multi-line macro `STORE_DIFFx2'
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: input object file stripped: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/scratch/i386/libavcodec/x86/mlpdsp.o
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: input object file stripped: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/scratch/i386/libavcodec/x86/proresdsp.o
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: input object file stripped: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/scratch/i386/libavcodec/x86/simple_idct10.o
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(colorspacedsp.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(vf_atadenoise.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(vf_convolution.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(vf_gblur.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(colorspacedsp.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(vf_atadenoise.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(vf_convolution.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavfilter/libavfilter.a(vf_gblur.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(hevc_mc.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(mlpdsp.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(proresdsp.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(simple_idct10.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavfilter.a(colorspacedsp.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavfilter.a(vf_atadenoise.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavfilter.a(vf_convolution.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavfilter.a(vf_gblur.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(hevc_mc.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(mlpdsp.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(proresdsp.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavcodec/libavcodec.a(simple_idct10.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavcodec.a(hevc_mc.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavcodec.a(mlpdsp.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavcodec.a(proresdsp.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavcodec.a(simple_idct10.o) has no symbols
- lipo -create /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/arm64/lib/libavcodec.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/armv7/lib/libavcodec.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavcodec.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/x86_64/lib/libavcodec.a -output FFmpeg-iOS/lib/libavcodec.a
- lipo -create /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/arm64/lib/libavdevice.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/armv7/lib/libavdevice.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavdevice.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/x86_64/lib/libavdevice.a -output FFmpeg-iOS/lib/libavdevice.a
- lipo -create /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/arm64/lib/libavfilter.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/armv7/lib/libavfilter.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavfilter.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/x86_64/lib/libavfilter.a -output FFmpeg-iOS/lib/libavfilter.a
- lipo -create /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/arm64/lib/libavformat.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/armv7/lib/libavformat.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavformat.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/x86_64/lib/libavformat.a -output FFmpeg-iOS/lib/libavformat.a
- lipo -create /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/arm64/lib/libavutil.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/armv7/lib/libavutil.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libavutil.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/x86_64/lib/libavutil.a -output FFmpeg-iOS/lib/libavutil.a
- lipo -create /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/arm64/lib/libswresample.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/armv7/lib/libswresample.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libswresample.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/x86_64/lib/libswresample.a -output FFmpeg-iOS/lib/libswresample.a
- lipo -create /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/arm64/lib/libswscale.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/armv7/lib/libswscale.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/i386/lib/libswscale.a /Users/travis/build/kewlbear/FFmpeg-iOS-build-script/thin/x86_64/lib/libswscale.a -output FFmpeg-iOS/lib/libswscale.a
|