| 1 | bash-4.3# git checkout origin/master
|
|---|
| 2 | HEAD is now at fd2cde0... Doxygen: Re-enable JAVADOC_AUTOBRIEF
|
|---|
| 3 | bash-4.3# patch -p1 < /src/ffmpeg/cflags-speed-O2.patch
|
|---|
| 4 | patching file configure
|
|---|
| 5 | Hunk #1 succeeded at 3892 (offset 97 lines).
|
|---|
| 6 | bash-4.3# cat !$
|
|---|
| 7 | cat /src/ffmpeg/cflags-speed-O2.patch
|
|---|
| 8 | gcc fails if we compile with -O3
|
|---|
| 9 |
|
|---|
| 10 | libavcodec/sbrdsp.c: In function 'sbr_neg_odd_64_c':
|
|---|
| 11 | libavcodec/sbrdsp.c:47:13: internal compiler error: in vect_analyze_data_ref_accesses, at tree-vect-data-refs.c:2596
|
|---|
| 12 | static void sbr_neg_odd_64_c(float *x)
|
|---|
| 13 | ^
|
|---|
| 14 |
|
|---|
| 15 | We work around it by using -O2 which is more sane.
|
|---|
| 16 |
|
|---|
| 17 | http://bugs.alpinelinux.org/issues/5334
|
|---|
| 18 |
|
|---|
| 19 | diff --git a/configure b/configure
|
|---|
| 20 | index 5e788ac..aa34f9b 100755
|
|---|
| 21 | --- a/configure
|
|---|
| 22 | +++ b/configure
|
|---|
| 23 | @@ -3795,7 +3795,7 @@ probe_cc(){
|
|---|
| 24 | warn "gcc 4.2 is outdated and may miscompile FFmpeg. Please use a newer compiler." ;;
|
|---|
| 25 | esac
|
|---|
| 26 | fi
|
|---|
| 27 | - _cflags_speed='-O3'
|
|---|
| 28 | + _cflags_speed='-O2'
|
|---|
| 29 | _cflags_size='-Os'
|
|---|
| 30 | elif $_cc --version 2>/dev/null | grep -q ^icc; then
|
|---|
| 31 | _type=icc
|
|---|
| 32 | bash-4.3# ./configure \
|
|---|
| 33 | > --prefix=/usr \
|
|---|
| 34 | > --enable-avresample \
|
|---|
| 35 | > --enable-avfilter \
|
|---|
| 36 | > --enable-gnutls \
|
|---|
| 37 | > --enable-gpl \
|
|---|
| 38 | > --enable-libmp3lame \
|
|---|
| 39 | > --enable-librtmp \
|
|---|
| 40 | > --enable-libvorbis \
|
|---|
| 41 | > --enable-libvpx \
|
|---|
| 42 | > --enable-libxvid \
|
|---|
| 43 | > --enable-libx264 \
|
|---|
| 44 | > --enable-libx265 \
|
|---|
| 45 | > --enable-libtheora \
|
|---|
| 46 | > --enable-libv4l2 \
|
|---|
| 47 | > --enable-postproc \
|
|---|
| 48 | > --enable-pic \
|
|---|
| 49 | > --enable-pthreads \
|
|---|
| 50 | > --enable-shared \
|
|---|
| 51 | > --enable-x11grab \
|
|---|
| 52 | > --disable-stripping \
|
|---|
| 53 | > --disable-static \
|
|---|
| 54 | > --enable-vaapi \
|
|---|
| 55 | > --enable-libopus \
|
|---|
| 56 | > --enable-nonfree \
|
|---|
| 57 | > --enable-libfdk-aac && make && make install
|
|---|
| 58 | install prefix /usr
|
|---|
| 59 | source path .
|
|---|
| 60 | C compiler gcc
|
|---|
| 61 | C library
|
|---|
| 62 | ARCH x86 (generic)
|
|---|
| 63 | big-endian no
|
|---|
| 64 | runtime cpu detection yes
|
|---|
| 65 | yasm yes
|
|---|
| 66 | MMX enabled yes
|
|---|
| 67 | MMXEXT enabled yes
|
|---|
| 68 | 3DNow! enabled yes
|
|---|
| 69 | 3DNow! extended enabled yes
|
|---|
| 70 | SSE enabled yes
|
|---|
| 71 | SSSE3 enabled yes
|
|---|
| 72 | AESNI enabled yes
|
|---|
| 73 | AVX enabled yes
|
|---|
| 74 | XOP enabled yes
|
|---|
| 75 | FMA3 enabled yes
|
|---|
| 76 | FMA4 enabled yes
|
|---|
| 77 | i686 features enabled yes
|
|---|
| 78 | CMOV is fast yes
|
|---|
| 79 | EBX available yes
|
|---|
| 80 | EBP available yes
|
|---|
| 81 | debug symbols yes
|
|---|
| 82 | strip symbols no
|
|---|
| 83 | optimize for size no
|
|---|
| 84 | optimizations yes
|
|---|
| 85 | static no
|
|---|
| 86 | shared yes
|
|---|
| 87 | postprocessing support yes
|
|---|
| 88 | new filter support yes
|
|---|
| 89 | network support yes
|
|---|
| 90 | threading support pthreads
|
|---|
| 91 | safe bitstream reader yes
|
|---|
| 92 | SDL support yes
|
|---|
| 93 | opencl enabled no
|
|---|
| 94 | JNI support no
|
|---|
| 95 | texi2html enabled no
|
|---|
| 96 | perl enabled yes
|
|---|
| 97 | pod2man enabled yes
|
|---|
| 98 | makeinfo enabled no
|
|---|
| 99 | makeinfo supports HTML no
|
|---|
| 100 |
|
|---|
| 101 | Enabled programs:
|
|---|
| 102 | ffmpeg ffprobe ffserver
|
|---|
| 103 | ffplay
|
|---|
| 104 |
|
|---|
| 105 | External libraries:
|
|---|
| 106 | bzlib libtheora libxcb_shape
|
|---|
| 107 | gnutls libv4l2 libxcb_shm
|
|---|
| 108 | iconv libvorbis libxcb_xfixes
|
|---|
| 109 | libfdk_aac libvpx libxvid
|
|---|
| 110 | libmp3lame libx264 sdl
|
|---|
| 111 | libopus libx265 xlib
|
|---|
| 112 | librtmp libxcb zlib
|
|---|
| 113 |
|
|---|
| 114 | External libraries providing hardware acceleration:
|
|---|
| 115 | vaapi
|
|---|
| 116 |
|
|---|
| 117 | Libraries:
|
|---|
| 118 | avcodec avformat postproc
|
|---|
| 119 | avdevice avresample swresample
|
|---|
| 120 | avfilter avutil swscale
|
|---|
| 121 |
|
|---|
| 122 | Enabled decoders:
|
|---|
| 123 | aac avrn fic
|
|---|
| 124 | aac_fixed avrp flac
|
|---|
| 125 | aac_latm avs flashsv
|
|---|
| 126 | aasc avui flashsv2
|
|---|
| 127 | ac3 ayuv flic
|
|---|
| 128 | ac3_fixed bethsoftvid flv
|
|---|
| 129 | adpcm_4xm bfi fourxm
|
|---|
| 130 | adpcm_adx bink fraps
|
|---|
| 131 | adpcm_afc binkaudio_dct frwu
|
|---|
| 132 | adpcm_aica binkaudio_rdft g2m
|
|---|
| 133 | adpcm_ct bintext g723_1
|
|---|
| 134 | adpcm_dtk bmp g729
|
|---|
| 135 | adpcm_ea bmv_audio gif
|
|---|
| 136 | adpcm_ea_maxis_xa bmv_video gsm
|
|---|
| 137 | adpcm_ea_r1 brender_pix gsm_ms
|
|---|
| 138 | adpcm_ea_r2 c93 h261
|
|---|
| 139 | adpcm_ea_r3 cavs h263
|
|---|
| 140 | adpcm_ea_xas ccaption h263i
|
|---|
| 141 | adpcm_g722 cdgraphics h263p
|
|---|
| 142 | adpcm_g726 cdxl h264
|
|---|
| 143 | adpcm_g726le cfhd hap
|
|---|
| 144 | adpcm_ima_amv cinepak hevc
|
|---|
| 145 | adpcm_ima_apc cljr hnm4_video
|
|---|
| 146 | adpcm_ima_dat4 cllc hq_hqa
|
|---|
| 147 | adpcm_ima_dk3 comfortnoise hqx
|
|---|
| 148 | adpcm_ima_dk4 cook huffyuv
|
|---|
| 149 | adpcm_ima_ea_eacs cpia iac
|
|---|
| 150 | adpcm_ima_ea_sead cscd idcin
|
|---|
| 151 | adpcm_ima_iss cyuv idf
|
|---|
| 152 | adpcm_ima_oki dca iff_ilbm
|
|---|
| 153 | adpcm_ima_qt dds imc
|
|---|
| 154 | adpcm_ima_rad dfa indeo2
|
|---|
| 155 | adpcm_ima_smjpeg dirac indeo3
|
|---|
| 156 | adpcm_ima_wav dnxhd indeo4
|
|---|
| 157 | adpcm_ima_ws dpx indeo5
|
|---|
| 158 | adpcm_ms dsd_lsbf interplay_acm
|
|---|
| 159 | adpcm_mtaf dsd_lsbf_planar interplay_dpcm
|
|---|
| 160 | adpcm_psx dsd_msbf interplay_video
|
|---|
| 161 | adpcm_sbpro_2 dsd_msbf_planar jacosub
|
|---|
| 162 | adpcm_sbpro_3 dsicinaudio jpeg2000
|
|---|
| 163 | adpcm_sbpro_4 dsicinvideo jpegls
|
|---|
| 164 | adpcm_swf dss_sp jv
|
|---|
| 165 | adpcm_thp dst kgv1
|
|---|
| 166 | adpcm_thp_le dvaudio kmvc
|
|---|
| 167 | adpcm_vima dvbsub lagarith
|
|---|
| 168 | adpcm_xa dvdsub libfdk_aac
|
|---|
| 169 | adpcm_yamaha dvvideo libopus
|
|---|
| 170 | aic dxa libvorbis
|
|---|
| 171 | alac dxtory libvpx_vp8
|
|---|
| 172 | alias_pix dxv libvpx_vp9
|
|---|
| 173 | als eac3 loco
|
|---|
| 174 | amrnb eacmv m101
|
|---|
| 175 | amrwb eamad mace3
|
|---|
| 176 | amv eatgq mace6
|
|---|
| 177 | anm eatgv magicyuv
|
|---|
| 178 | ansi eatqi mdec
|
|---|
| 179 | ape eightbps metasound
|
|---|
| 180 | apng eightsvx_exp microdvd
|
|---|
| 181 | ass eightsvx_fib mimic
|
|---|
| 182 | asv1 escape124 mjpeg
|
|---|
| 183 | asv2 escape130 mjpegb
|
|---|
| 184 | atrac1 evrc mlp
|
|---|
| 185 | atrac3 exr mmvideo
|
|---|
| 186 | atrac3p ffv1 motionpixels
|
|---|
| 187 | aura ffvhuff movtext
|
|---|
| 188 | aura2 ffwavesynth mp1
|
|---|
| 189 | mp1float pcm_zork thp
|
|---|
| 190 | mp2 pcx tiertexseqvideo
|
|---|
| 191 | mp2float pgm tiff
|
|---|
| 192 | mp3 pgmyuv tmv
|
|---|
| 193 | mp3adu pgssub truehd
|
|---|
| 194 | mp3adufloat pictor truemotion1
|
|---|
| 195 | mp3float pjs truemotion2
|
|---|
| 196 | mp3on4 png truemotion2rt
|
|---|
| 197 | mp3on4float ppm truespeech
|
|---|
| 198 | mpc7 prores tscc
|
|---|
| 199 | mpc8 prores_lgpl tscc2
|
|---|
| 200 | mpeg1video ptx tta
|
|---|
| 201 | mpeg2video qcelp twinvq
|
|---|
| 202 | mpeg4 qdm2 txd
|
|---|
| 203 | mpegvideo qdraw ulti
|
|---|
| 204 | mpl2 qpeg utvideo
|
|---|
| 205 | msa1 qtrle v210
|
|---|
| 206 | msmpeg4v1 r10k v210x
|
|---|
| 207 | msmpeg4v2 r210 v308
|
|---|
| 208 | msmpeg4v3 ra_144 v408
|
|---|
| 209 | msrle ra_288 v410
|
|---|
| 210 | mss1 ralf vb
|
|---|
| 211 | mss2 rawvideo vble
|
|---|
| 212 | msvideo1 realtext vc1
|
|---|
| 213 | mszh rl2 vc1image
|
|---|
| 214 | mts2 roq vcr1
|
|---|
| 215 | mvc1 roq_dpcm vmdaudio
|
|---|
| 216 | mvc2 rpza vmdvideo
|
|---|
| 217 | mxpeg rscc vmnc
|
|---|
| 218 | nellymoser rv10 vorbis
|
|---|
| 219 | nuv rv20 vp3
|
|---|
| 220 | on2avc rv30 vp5
|
|---|
| 221 | opus rv40 vp6
|
|---|
| 222 | paf_audio s302m vp6a
|
|---|
| 223 | paf_video sami vp6f
|
|---|
| 224 | pam sanm vp7
|
|---|
| 225 | pbm screenpresso vp8
|
|---|
| 226 | pcm_alaw sdx2_dpcm vp9
|
|---|
| 227 | pcm_bluray sgi vplayer
|
|---|
| 228 | pcm_dvd sgirle vqa
|
|---|
| 229 | pcm_f32be sheervideo wavpack
|
|---|
| 230 | pcm_f32le shorten webp
|
|---|
| 231 | pcm_f64be sipr webvtt
|
|---|
| 232 | pcm_f64le smackaud wmalossless
|
|---|
| 233 | pcm_lxf smacker wmapro
|
|---|
| 234 | pcm_mulaw smc wmav1
|
|---|
| 235 | pcm_s16be smvjpeg wmav2
|
|---|
| 236 | pcm_s16be_planar snow wmavoice
|
|---|
| 237 | pcm_s16le sol_dpcm wmv1
|
|---|
| 238 | pcm_s16le_planar sonic wmv2
|
|---|
| 239 | pcm_s24be sp5x wmv3
|
|---|
| 240 | pcm_s24daud srt wmv3image
|
|---|
| 241 | pcm_s24le ssa wnv1
|
|---|
| 242 | pcm_s24le_planar stl ws_snd1
|
|---|
| 243 | pcm_s32be subrip xan_dpcm
|
|---|
| 244 | pcm_s32le subviewer xan_wc3
|
|---|
| 245 | pcm_s32le_planar subviewer1 xan_wc4
|
|---|
| 246 | pcm_s8 sunrast xbin
|
|---|
| 247 | pcm_s8_planar svq1 xbm
|
|---|
| 248 | pcm_u16be svq3 xface
|
|---|
| 249 | pcm_u16le tak xl
|
|---|
| 250 | pcm_u24be targa xma1
|
|---|
| 251 | pcm_u24le targa_y216 xma2
|
|---|
| 252 | pcm_u32be tdsc xsub
|
|---|
| 253 | pcm_u32le text xwd
|
|---|
| 254 | pcm_u8 theora y41p
|
|---|
| 255 | ylc zero12v zlib
|
|---|
| 256 | yop zerocodec zmbv
|
|---|
| 257 | yuv4
|
|---|
| 258 |
|
|---|
| 259 | Enabled encoders:
|
|---|
| 260 | a64multi libopus pgmyuv
|
|---|
| 261 | a64multi5 libtheora png
|
|---|
| 262 | aac libvorbis ppm
|
|---|
| 263 | ac3 libvpx_vp8 prores
|
|---|
| 264 | ac3_fixed libvpx_vp9 prores_aw
|
|---|
| 265 | adpcm_adx libx264 prores_ks
|
|---|
| 266 | adpcm_g722 libx264rgb qtrle
|
|---|
| 267 | adpcm_g726 libx265 r10k
|
|---|
| 268 | adpcm_ima_qt libxvid r210
|
|---|
| 269 | adpcm_ima_wav ljpeg ra_144
|
|---|
| 270 | adpcm_ms mjpeg rawvideo
|
|---|
| 271 | adpcm_swf mjpeg_vaapi roq
|
|---|
| 272 | adpcm_yamaha movtext roq_dpcm
|
|---|
| 273 | alac mp2 rv10
|
|---|
| 274 | alias_pix mp2fixed rv20
|
|---|
| 275 | amv mpeg1video s302m
|
|---|
| 276 | apng mpeg2video sgi
|
|---|
| 277 | ass mpeg4 snow
|
|---|
| 278 | asv1 msmpeg4v2 sonic
|
|---|
| 279 | asv2 msmpeg4v3 sonic_ls
|
|---|
| 280 | avrp msvideo1 srt
|
|---|
| 281 | avui nellymoser ssa
|
|---|
| 282 | ayuv pam subrip
|
|---|
| 283 | bmp pbm sunrast
|
|---|
| 284 | cinepak pcm_alaw svq1
|
|---|
| 285 | cljr pcm_f32be targa
|
|---|
| 286 | comfortnoise pcm_f32le text
|
|---|
| 287 | dca pcm_f64be tiff
|
|---|
| 288 | dnxhd pcm_f64le tta
|
|---|
| 289 | dpx pcm_mulaw utvideo
|
|---|
| 290 | dvbsub pcm_s16be v210
|
|---|
| 291 | dvdsub pcm_s16be_planar v308
|
|---|
| 292 | dvvideo pcm_s16le v408
|
|---|
| 293 | eac3 pcm_s16le_planar v410
|
|---|
| 294 | ffv1 pcm_s24be vc2
|
|---|
| 295 | ffvhuff pcm_s24daud vorbis
|
|---|
| 296 | flac pcm_s24le wavpack
|
|---|
| 297 | flashsv pcm_s24le_planar webvtt
|
|---|
| 298 | flashsv2 pcm_s32be wmav1
|
|---|
| 299 | flv pcm_s32le wmav2
|
|---|
| 300 | g723_1 pcm_s32le_planar wmv1
|
|---|
| 301 | gif pcm_s8 wmv2
|
|---|
| 302 | h261 pcm_s8_planar wrapped_avframe
|
|---|
| 303 | h263 pcm_u16be xbm
|
|---|
| 304 | h263p pcm_u16le xface
|
|---|
| 305 | h264_vaapi pcm_u24be xsub
|
|---|
| 306 | hevc_vaapi pcm_u24le xwd
|
|---|
| 307 | huffyuv pcm_u32be y41p
|
|---|
| 308 | jpeg2000 pcm_u32le yuv4
|
|---|
| 309 | jpegls pcm_u8 zlib
|
|---|
| 310 | libfdk_aac pcx zmbv
|
|---|
| 311 | libmp3lame pgm
|
|---|
| 312 |
|
|---|
| 313 | Enabled hwaccels:
|
|---|
| 314 | h263_vaapi mpeg2_vaapi vp9_vaapi
|
|---|
| 315 | h264_vaapi mpeg4_vaapi wmv3_vaapi
|
|---|
| 316 | hevc_vaapi vc1_vaapi
|
|---|
| 317 |
|
|---|
| 318 | Enabled parsers:
|
|---|
| 319 | aac dvd_nav mpegvideo
|
|---|
| 320 | aac_latm dvdsub opus
|
|---|
| 321 | ac3 flac png
|
|---|
| 322 | adx g729 pnm
|
|---|
| 323 | bmp gsm rv30
|
|---|
| 324 | cavsvideo h261 rv40
|
|---|
| 325 | cook h263 tak
|
|---|
| 326 | dca h264 vc1
|
|---|
| 327 | dirac hevc vorbis
|
|---|
| 328 | dnxhd mjpeg vp3
|
|---|
| 329 | dpx mlp vp8
|
|---|
| 330 | dvaudio mpeg4video vp9
|
|---|
| 331 | dvbsub mpegaudio
|
|---|
| 332 |
|
|---|
| 333 | Enabled demuxers:
|
|---|
| 334 | aa flic mjpeg
|
|---|
| 335 | aac flv mlp
|
|---|
| 336 | ac3 fourxm mlv
|
|---|
| 337 | acm frm mm
|
|---|
| 338 | act fsb mmf
|
|---|
| 339 | adf g722 mov
|
|---|
| 340 | adp g723_1 mp3
|
|---|
| 341 | ads g729 mpc
|
|---|
| 342 | adx genh mpc8
|
|---|
| 343 | aea gif mpegps
|
|---|
| 344 | afc gsm mpegts
|
|---|
| 345 | aiff gxf mpegtsraw
|
|---|
| 346 | aix h261 mpegvideo
|
|---|
| 347 | amr h263 mpjpeg
|
|---|
| 348 | anm h264 mpl2
|
|---|
| 349 | apc hevc mpsub
|
|---|
| 350 | ape hls msf
|
|---|
| 351 | apng hnm msnwc_tcp
|
|---|
| 352 | aqtitle ico mtaf
|
|---|
| 353 | asf idcin mtv
|
|---|
| 354 | asf_o idf musx
|
|---|
| 355 | ass iff mv
|
|---|
| 356 | ast ilbc mvi
|
|---|
| 357 | au image2 mxf
|
|---|
| 358 | avi image2_alias_pix mxg
|
|---|
| 359 | avr image2_brender_pix nc
|
|---|
| 360 | avs image2pipe nistsphere
|
|---|
| 361 | bethsoftvid image_bmp_pipe nsv
|
|---|
| 362 | bfi image_dds_pipe nut
|
|---|
| 363 | bfstm image_dpx_pipe nuv
|
|---|
| 364 | bink image_exr_pipe ogg
|
|---|
| 365 | bintext image_j2k_pipe oma
|
|---|
| 366 | bit image_jpeg_pipe paf
|
|---|
| 367 | bmv image_jpegls_pipe pcm_alaw
|
|---|
| 368 | boa image_pam_pipe pcm_f32be
|
|---|
| 369 | brstm image_pbm_pipe pcm_f32le
|
|---|
| 370 | c93 image_pcx_pipe pcm_f64be
|
|---|
| 371 | caf image_pgm_pipe pcm_f64le
|
|---|
| 372 | cavsvideo image_pgmyuv_pipe pcm_mulaw
|
|---|
| 373 | cdg image_pictor_pipe pcm_s16be
|
|---|
| 374 | cdxl image_png_pipe pcm_s16le
|
|---|
| 375 | cine image_ppm_pipe pcm_s24be
|
|---|
| 376 | concat image_qdraw_pipe pcm_s24le
|
|---|
| 377 | data image_sgi_pipe pcm_s32be
|
|---|
| 378 | daud image_sunrast_pipe pcm_s32le
|
|---|
| 379 | dcstr image_tiff_pipe pcm_s8
|
|---|
| 380 | dfa image_webp_pipe pcm_u16be
|
|---|
| 381 | dirac ingenient pcm_u16le
|
|---|
| 382 | dnxhd ipmovie pcm_u24be
|
|---|
| 383 | dsf ircam pcm_u24le
|
|---|
| 384 | dsicin iss pcm_u32be
|
|---|
| 385 | dss iv8 pcm_u32le
|
|---|
| 386 | dts ivf pcm_u8
|
|---|
| 387 | dtshd ivr pjs
|
|---|
| 388 | dv jacosub pmp
|
|---|
| 389 | dvbsub jv pva
|
|---|
| 390 | dvbtxt live_flv pvf
|
|---|
| 391 | dxa lmlm4 qcp
|
|---|
| 392 | ea loas r3d
|
|---|
| 393 | ea_cdata lrc rawvideo
|
|---|
| 394 | eac3 lvf realtext
|
|---|
| 395 | epaf lxf redspark
|
|---|
| 396 | ffm m4v rl2
|
|---|
| 397 | ffmetadata matroska rm
|
|---|
| 398 | filmstrip mgsts roq
|
|---|
| 399 | flac microdvd rpl
|
|---|
| 400 | rsd subviewer1 voc
|
|---|
| 401 | rso sup vpk
|
|---|
| 402 | rtp svag vplayer
|
|---|
| 403 | rtsp swf vqf
|
|---|
| 404 | sami tak w64
|
|---|
| 405 | sap tedcaptions wav
|
|---|
| 406 | sbg thp wc3
|
|---|
| 407 | sdp threedostr webm_dash_manifest
|
|---|
| 408 | sdr2 tiertexseq webvtt
|
|---|
| 409 | segafilm tmv wsaud
|
|---|
| 410 | shorten truehd wsd
|
|---|
| 411 | siff tta wsvqa
|
|---|
| 412 | sln tty wtv
|
|---|
| 413 | smacker txd wv
|
|---|
| 414 | smjpeg v210 wve
|
|---|
| 415 | smush v210x xa
|
|---|
| 416 | sol vag xbin
|
|---|
| 417 | sox vc1 xmv
|
|---|
| 418 | spdif vc1t xvag
|
|---|
| 419 | srt vivo xwma
|
|---|
| 420 | stl vmd yop
|
|---|
| 421 | str vobsub yuv4mpegpipe
|
|---|
| 422 | subviewer
|
|---|
| 423 |
|
|---|
| 424 | Enabled muxers:
|
|---|
| 425 | a64 image2 pcm_s24be
|
|---|
| 426 | ac3 image2pipe pcm_s24le
|
|---|
| 427 | adts ipod pcm_s32be
|
|---|
| 428 | adx ircam pcm_s32le
|
|---|
| 429 | aiff ismv pcm_s8
|
|---|
| 430 | amr ivf pcm_u16be
|
|---|
| 431 | apng jacosub pcm_u16le
|
|---|
| 432 | asf latm pcm_u24be
|
|---|
| 433 | asf_stream lrc pcm_u24le
|
|---|
| 434 | ass m4v pcm_u32be
|
|---|
| 435 | ast matroska pcm_u32le
|
|---|
| 436 | au matroska_audio pcm_u8
|
|---|
| 437 | avi md5 psp
|
|---|
| 438 | avm2 microdvd rawvideo
|
|---|
| 439 | bit mjpeg rm
|
|---|
| 440 | caf mkvtimestamp_v2 roq
|
|---|
| 441 | cavsvideo mlp rso
|
|---|
| 442 | crc mmf rtp
|
|---|
| 443 | dash mov rtp_mpegts
|
|---|
| 444 | data mp2 rtsp
|
|---|
| 445 | daud mp3 sap
|
|---|
| 446 | dirac mp4 segment
|
|---|
| 447 | dnxhd mpeg1system singlejpeg
|
|---|
| 448 | dts mpeg1vcd smjpeg
|
|---|
| 449 | dv mpeg1video smoothstreaming
|
|---|
| 450 | eac3 mpeg2dvd sox
|
|---|
| 451 | f4v mpeg2svcd spdif
|
|---|
| 452 | ffm mpeg2video spx
|
|---|
| 453 | ffmetadata mpeg2vob srt
|
|---|
| 454 | filmstrip mpegts stream_segment
|
|---|
| 455 | flac mpjpeg swf
|
|---|
| 456 | flv mxf tee
|
|---|
| 457 | framecrc mxf_d10 tg2
|
|---|
| 458 | framehash mxf_opatom tgp
|
|---|
| 459 | framemd5 null truehd
|
|---|
| 460 | g722 nut uncodedframecrc
|
|---|
| 461 | g723_1 oga vc1
|
|---|
| 462 | gif ogg vc1t
|
|---|
| 463 | gsm ogv voc
|
|---|
| 464 | gxf oma w64
|
|---|
| 465 | h261 opus wav
|
|---|
| 466 | h263 pcm_alaw webm
|
|---|
| 467 | h264 pcm_f32be webm_chunk
|
|---|
| 468 | hash pcm_f32le webm_dash_manifest
|
|---|
| 469 | hds pcm_f64be webp
|
|---|
| 470 | hevc pcm_f64le webvtt
|
|---|
| 471 | hls pcm_mulaw wtv
|
|---|
| 472 | ico pcm_s16be wv
|
|---|
| 473 | ilbc pcm_s16le yuv4mpegpipe
|
|---|
| 474 |
|
|---|
| 475 | Enabled protocols:
|
|---|
| 476 | async https pipe
|
|---|
| 477 | cache icecast rtp
|
|---|
| 478 | concat librtmp srtp
|
|---|
| 479 | crypto librtmpe subfile
|
|---|
| 480 | data librtmps tcp
|
|---|
| 481 | file librtmpt tee
|
|---|
| 482 | ftp librtmpte tls_gnutls
|
|---|
| 483 | gopher md5 udp
|
|---|
| 484 | hls mmsh udplite
|
|---|
| 485 | http mmst unix
|
|---|
| 486 | httpproxy
|
|---|
| 487 |
|
|---|
| 488 | Enabled filters:
|
|---|
| 489 | abench channelmap hdcd
|
|---|
| 490 | acompressor channelsplit hflip
|
|---|
| 491 | acrossfade chorus highpass
|
|---|
| 492 | adelay chromakey histeq
|
|---|
| 493 | adrawgraph ciescope histogram
|
|---|
| 494 | aecho codecview hqdn3d
|
|---|
| 495 | aemphasis color hqx
|
|---|
| 496 | aeval colorbalance hstack
|
|---|
| 497 | aevalsrc colorchannelmixer hue
|
|---|
| 498 | afade colorkey hwdownload
|
|---|
| 499 | afftfilt colorlevels hwupload
|
|---|
| 500 | aformat colormatrix idet
|
|---|
| 501 | agate colorspace il
|
|---|
| 502 | ahistogram compand inflate
|
|---|
| 503 | ainterleave compensationdelay interlace
|
|---|
| 504 | alimiter concat interleave
|
|---|
| 505 | allpass convolution join
|
|---|
| 506 | allrgb copy kerndeint
|
|---|
| 507 | allyuv cover_rect lenscorrection
|
|---|
| 508 | aloop crop life
|
|---|
| 509 | alphaextract cropdetect loop
|
|---|
| 510 | alphamerge curves lowpass
|
|---|
| 511 | amerge datascope lut
|
|---|
| 512 | ametadata dcshift lut3d
|
|---|
| 513 | amix dctdnoiz lutrgb
|
|---|
| 514 | amovie deband lutyuv
|
|---|
| 515 | anequalizer decimate mandelbrot
|
|---|
| 516 | anoisesrc deflate maskedmerge
|
|---|
| 517 | anull dejudder mcdeint
|
|---|
| 518 | anullsink delogo mergeplanes
|
|---|
| 519 | anullsrc deshake metadata
|
|---|
| 520 | apad detelecine movie
|
|---|
| 521 | aperms dilation mpdecimate
|
|---|
| 522 | aphasemeter displace mptestsrc
|
|---|
| 523 | aphaser drawbox negate
|
|---|
| 524 | apulsator drawgraph nnedi
|
|---|
| 525 | arealtime drawgrid noformat
|
|---|
| 526 | aresample dynaudnorm noise
|
|---|
| 527 | areverse earwax null
|
|---|
| 528 | aselect ebur128 nullsink
|
|---|
| 529 | asendcmd edgedetect nullsrc
|
|---|
| 530 | asetnsamples elbg overlay
|
|---|
| 531 | asetpts eq owdenoise
|
|---|
| 532 | asetrate equalizer pad
|
|---|
| 533 | asettb erosion palettegen
|
|---|
| 534 | ashowinfo extractplanes paletteuse
|
|---|
| 535 | asplit extrastereo pan
|
|---|
| 536 | astats fade perms
|
|---|
| 537 | astreamselect fftfilt perspective
|
|---|
| 538 | asyncts field phase
|
|---|
| 539 | atadenoise fieldhint pixdesctest
|
|---|
| 540 | atempo fieldmatch pp
|
|---|
| 541 | atrim fieldorder pp7
|
|---|
| 542 | avectorscope find_rect psnr
|
|---|
| 543 | bandpass firequalizer pullup
|
|---|
| 544 | bandreject flanger qp
|
|---|
| 545 | bass format random
|
|---|
| 546 | bbox fps readvitc
|
|---|
| 547 | bench framepack realtime
|
|---|
| 548 | biquad framerate remap
|
|---|
| 549 | blackdetect framestep removegrain
|
|---|
| 550 | blackframe fspp removelogo
|
|---|
| 551 | blend geq repeatfields
|
|---|
| 552 | boxblur gradfun replaygain
|
|---|
| 553 | bwdif haldclut resample
|
|---|
| 554 | cellauto haldclutsrc reverse
|
|---|
| 555 | rgbtestsrc shuffleframes testsrc
|
|---|
| 556 | rotate shuffleplanes testsrc2
|
|---|
| 557 | sab sidechaincompress thumbnail
|
|---|
| 558 | scale sidechaingate tile
|
|---|
| 559 | scale2ref signalstats tinterlace
|
|---|
| 560 | scale_vaapi silencedetect transpose
|
|---|
| 561 | select silenceremove treble
|
|---|
| 562 | selectivecolor sine tremolo
|
|---|
| 563 | sendcmd smartblur trim
|
|---|
| 564 | separatefields smptebars unsharp
|
|---|
| 565 | setdar smptehdbars uspp
|
|---|
| 566 | setfield spectrumsynth vectorscope
|
|---|
| 567 | setpts split vflip
|
|---|
| 568 | setsar spp vibrato
|
|---|
| 569 | settb ssim vignette
|
|---|
| 570 | showcqt stereo3d volume
|
|---|
| 571 | showfreqs stereotools volumedetect
|
|---|
| 572 | showinfo stereowiden vstack
|
|---|
| 573 | showpalette streamselect w3fdif
|
|---|
| 574 | showspectrum super2xsai waveform
|
|---|
| 575 | showspectrumpic swaprect xbr
|
|---|
| 576 | showvolume swapuv yadif
|
|---|
| 577 | showwaves tblend zoompan
|
|---|
| 578 | showwavespic telecine
|
|---|
| 579 |
|
|---|
| 580 | Enabled bsfs:
|
|---|
| 581 | aac_adtstoasc imx_dump_header mpeg4_unpack_bframes
|
|---|
| 582 | chomp mjpeg2jpeg noise
|
|---|
| 583 | dca_core mjpega_dump_header remove_extradata
|
|---|
| 584 | dump_extradata mov2textsub text2movsub
|
|---|
| 585 | h264_mp4toannexb mp3_header_decompress vp9_superframe
|
|---|
| 586 | hevc_mp4toannexb
|
|---|
| 587 |
|
|---|
| 588 | Enabled indevs:
|
|---|
| 589 | alsa lavfi v4l2
|
|---|
| 590 | dv1394 oss x11grab_xcb
|
|---|
| 591 | fbdev
|
|---|
| 592 |
|
|---|
| 593 | Enabled outdevs:
|
|---|
| 594 | alsa oss v4l2
|
|---|
| 595 | fbdev sdl
|
|---|
| 596 |
|
|---|
| 597 | License: nonfree and unredistributable
|
|---|
| 598 | Creating config.mak, config.h, and doc/config.texi...
|
|---|
| 599 | libavutil/avconfig.h is unchanged
|
|---|
| 600 | CC libavdevice/alldevices.o
|
|---|
| 601 | CC libavdevice/alsa.o
|
|---|
| 602 | CC libavdevice/alsa_dec.o
|
|---|
| 603 | CC libavdevice/alsa_enc.o
|
|---|
| 604 | CC libavdevice/avdevice.o
|
|---|
| 605 | CC libavdevice/dv1394.o
|
|---|
| 606 | CC libavdevice/fbdev_common.o
|
|---|
| 607 | CC libavdevice/fbdev_dec.o
|
|---|
| 608 | CC libavdevice/fbdev_enc.o
|
|---|
| 609 | CC libavdevice/lavfi.o
|
|---|
| 610 | CC libavdevice/oss.o
|
|---|
| 611 | CC libavdevice/oss_dec.o
|
|---|
| 612 | CC libavdevice/oss_enc.o
|
|---|
| 613 | CC libavdevice/sdl.o
|
|---|
| 614 | CC libavdevice/timefilter.o
|
|---|
| 615 | CC libavdevice/utils.o
|
|---|
| 616 | CC libavdevice/v4l2-common.o
|
|---|
| 617 | CC libavdevice/v4l2.o
|
|---|
| 618 | libavdevice/v4l2.c: In function 'device_open':
|
|---|
| 619 | libavdevice/v4l2.c:119:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
|
|---|
| 620 | s->ioctl_f = prefix ## ioctl; \
|
|---|
| 621 | ^
|
|---|
| 622 | libavdevice/v4l2.c:133:9: note: in expansion of macro 'SET_WRAPPERS'
|
|---|
| 623 | SET_WRAPPERS();
|
|---|
| 624 | ^
|
|---|
| 625 | CC libavdevice/v4l2enc.o
|
|---|
| 626 | CC libavdevice/xcbgrab.o
|
|---|
| 627 | GEN libavdevice/libavdevice.ver
|
|---|
| 628 | CC libavfilter/aeval.o
|
|---|
| 629 | CC libavfilter/af_adelay.o
|
|---|
| 630 | CC libavfilter/af_aecho.o
|
|---|
| 631 | CC libavfilter/af_aemphasis.o
|
|---|
| 632 | CC libavfilter/af_afade.o
|
|---|
| 633 | CC libavfilter/af_afftfilt.o
|
|---|
| 634 | CC libavfilter/af_aformat.o
|
|---|
| 635 | CC libavfilter/af_agate.o
|
|---|
| 636 | CC libavfilter/af_alimiter.o
|
|---|
| 637 | CC libavfilter/af_amerge.o
|
|---|
| 638 | CC libavfilter/af_amix.o
|
|---|
| 639 | CC libavfilter/af_anequalizer.o
|
|---|
| 640 | CC libavfilter/af_anull.o
|
|---|
| 641 | CC libavfilter/af_apad.o
|
|---|
| 642 | CC libavfilter/af_aphaser.o
|
|---|
| 643 | CC libavfilter/af_apulsator.o
|
|---|
| 644 | CC libavfilter/af_aresample.o
|
|---|
| 645 | CC libavfilter/af_asetnsamples.o
|
|---|
| 646 | CC libavfilter/af_asetrate.o
|
|---|
| 647 | CC libavfilter/af_ashowinfo.o
|
|---|
| 648 | CC libavfilter/af_astats.o
|
|---|
| 649 | CC libavfilter/af_asyncts.o
|
|---|
| 650 | CC libavfilter/af_atempo.o
|
|---|
| 651 | CC libavfilter/af_biquads.o
|
|---|
| 652 | CC libavfilter/af_channelmap.o
|
|---|
| 653 | CC libavfilter/af_channelsplit.o
|
|---|
| 654 | CC libavfilter/af_chorus.o
|
|---|
| 655 | CC libavfilter/af_compand.o
|
|---|
| 656 | CC libavfilter/af_compensationdelay.o
|
|---|
| 657 | CC libavfilter/af_dcshift.o
|
|---|
| 658 | CC libavfilter/af_dynaudnorm.o
|
|---|
| 659 | CC libavfilter/af_earwax.o
|
|---|
| 660 | CC libavfilter/af_extrastereo.o
|
|---|
| 661 | CC libavfilter/af_firequalizer.o
|
|---|
| 662 | CC libavfilter/af_flanger.o
|
|---|
| 663 | CC libavfilter/af_hdcd.o
|
|---|
| 664 | CC libavfilter/af_join.o
|
|---|
| 665 | CC libavfilter/af_pan.o
|
|---|
| 666 | CC libavfilter/af_replaygain.o
|
|---|
| 667 | CC libavfilter/af_resample.o
|
|---|
| 668 | CC libavfilter/af_sidechaincompress.o
|
|---|
| 669 | CC libavfilter/af_silencedetect.o
|
|---|
| 670 | CC libavfilter/af_silenceremove.o
|
|---|
| 671 | CC libavfilter/af_stereotools.o
|
|---|
| 672 | CC libavfilter/af_stereowiden.o
|
|---|
| 673 | CC libavfilter/af_tremolo.o
|
|---|
| 674 | CC libavfilter/af_vibrato.o
|
|---|
| 675 | CC libavfilter/af_volume.o
|
|---|
| 676 | CC libavfilter/af_volumedetect.o
|
|---|
| 677 | CC libavfilter/allfilters.o
|
|---|
| 678 | CC libavfilter/asink_anullsink.o
|
|---|
| 679 | CC libavfilter/asrc_anoisesrc.o
|
|---|
| 680 | CC libavfilter/asrc_anullsrc.o
|
|---|
| 681 | CC libavfilter/asrc_sine.o
|
|---|
| 682 | CC libavfilter/audio.o
|
|---|
| 683 | CC libavfilter/avf_ahistogram.o
|
|---|
| 684 | CC libavfilter/avf_aphasemeter.o
|
|---|
| 685 | CC libavfilter/avf_avectorscope.o
|
|---|
| 686 | CC libavfilter/avf_concat.o
|
|---|
| 687 | CC libavfilter/avf_showcqt.o
|
|---|
| 688 | CC libavfilter/avf_showfreqs.o
|
|---|
| 689 | CC libavfilter/avf_showspectrum.o
|
|---|
| 690 | CC libavfilter/avf_showvolume.o
|
|---|
| 691 | CC libavfilter/avf_showwaves.o
|
|---|
| 692 | CC libavfilter/avfilter.o
|
|---|
| 693 | CC libavfilter/avfiltergraph.o
|
|---|
| 694 | CC libavfilter/bbox.o
|
|---|
| 695 | CC libavfilter/buffersink.o
|
|---|
| 696 | CC libavfilter/buffersrc.o
|
|---|
| 697 | CC libavfilter/colorspacedsp.o
|
|---|
| 698 | CC libavfilter/drawutils.o
|
|---|
| 699 | CC libavfilter/dualinput.o
|
|---|
| 700 | CC libavfilter/f_bench.o
|
|---|
| 701 | CC libavfilter/f_drawgraph.o
|
|---|
| 702 | CC libavfilter/f_ebur128.o
|
|---|
| 703 | CC libavfilter/f_interleave.o
|
|---|
| 704 | CC libavfilter/f_loop.o
|
|---|
| 705 | CC libavfilter/f_metadata.o
|
|---|
| 706 | CC libavfilter/f_perms.o
|
|---|
| 707 | CC libavfilter/f_realtime.o
|
|---|
| 708 | CC libavfilter/f_reverse.o
|
|---|
| 709 | CC libavfilter/f_select.o
|
|---|
| 710 | CC libavfilter/f_sendcmd.o
|
|---|
| 711 | CC libavfilter/f_streamselect.o
|
|---|
| 712 | CC libavfilter/fifo.o
|
|---|
| 713 | CC libavfilter/formats.o
|
|---|
| 714 | CC libavfilter/framepool.o
|
|---|
| 715 | CC libavfilter/framesync.o
|
|---|
| 716 | CC libavfilter/generate_wave_table.o
|
|---|
| 717 | CC libavfilter/graphdump.o
|
|---|
| 718 | CC libavfilter/graphparser.o
|
|---|
| 719 | CC libavfilter/lavfutils.o
|
|---|
| 720 | libavfilter/lavfutils.c: In function 'ff_load_image':
|
|---|
| 721 | libavfilter/lavfutils.c:53:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 722 | codec_ctx = format_ctx->streams[0]->codec;
|
|---|
| 723 | ^
|
|---|
| 724 | In file included from libavfilter/lavfutils.h:27:0,
|
|---|
| 725 | from libavfilter/lavfutils.c:22:
|
|---|
| 726 | ./libavformat/avformat.h:880:21: note: declared here
|
|---|
| 727 | AVCodecContext *codec;
|
|---|
| 728 | ^
|
|---|
| 729 | libavfilter/lavfutils.c:79:5: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 730 | ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt);
|
|---|
| 731 | ^
|
|---|
| 732 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 733 | from libavfilter/lavfutils.h:27,
|
|---|
| 734 | from libavfilter/lavfutils.c:22:
|
|---|
| 735 | ./libavcodec/avcodec.h:4770:5: note: declared here
|
|---|
| 736 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
|
|---|
| 737 | ^
|
|---|
| 738 | CC libavfilter/log2_tab.o
|
|---|
| 739 | CC libavfilter/lswsutils.o
|
|---|
| 740 | CC libavfilter/opencl_allkernels.o
|
|---|
| 741 | CC libavfilter/pthread.o
|
|---|
| 742 | CC libavfilter/setpts.o
|
|---|
| 743 | CC libavfilter/settb.o
|
|---|
| 744 | CC libavfilter/split.o
|
|---|
| 745 | CC libavfilter/src_movie.o
|
|---|
| 746 | libavfilter/src_movie.c: In function 'movie_push_frame':
|
|---|
| 747 | libavfilter/src_movie.c:524:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 748 | ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt);
|
|---|
| 749 | ^
|
|---|
| 750 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 751 | from libavfilter/src_movie.c:40:
|
|---|
| 752 | ./libavcodec/avcodec.h:4770:5: note: declared here
|
|---|
| 753 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
|
|---|
| 754 | ^
|
|---|
| 755 | libavfilter/src_movie.c:527:9: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
|
|---|
| 756 | ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt);
|
|---|
| 757 | ^
|
|---|
| 758 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 759 | from libavfilter/src_movie.c:40:
|
|---|
| 760 | ./libavcodec/avcodec.h:4721:5: note: declared here
|
|---|
| 761 | int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
|
|---|
| 762 | ^
|
|---|
| 763 | CC libavfilter/transform.o
|
|---|
| 764 | CC libavfilter/trim.o
|
|---|
| 765 | CC libavfilter/vaf_spectrumsynth.o
|
|---|
| 766 | libavfilter/vaf_spectrumsynth.c: In function 'try_push_frame':
|
|---|
| 767 | libavfilter/vaf_spectrumsynth.c:370:19: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
|
|---|
| 768 | int ch, n, i, ret;
|
|---|
| 769 | ^
|
|---|
| 770 | CC libavfilter/vf_alphamerge.o
|
|---|
| 771 | CC libavfilter/vf_aspect.o
|
|---|
| 772 | CC libavfilter/vf_atadenoise.o
|
|---|
| 773 | CC libavfilter/vf_bbox.o
|
|---|
| 774 | CC libavfilter/vf_blackdetect.o
|
|---|
| 775 | CC libavfilter/vf_blackframe.o
|
|---|
| 776 | CC libavfilter/vf_blend.o
|
|---|
| 777 | CC libavfilter/vf_boxblur.o
|
|---|
| 778 | CC libavfilter/vf_bwdif.o
|
|---|
| 779 | CC libavfilter/vf_chromakey.o
|
|---|
| 780 | CC libavfilter/vf_ciescope.o
|
|---|
| 781 | CC libavfilter/vf_codecview.o
|
|---|
| 782 | CC libavfilter/vf_colorbalance.o
|
|---|
| 783 | CC libavfilter/vf_colorchannelmixer.o
|
|---|
| 784 | CC libavfilter/vf_colorkey.o
|
|---|
| 785 | CC libavfilter/vf_colorlevels.o
|
|---|
| 786 | CC libavfilter/vf_colormatrix.o
|
|---|
| 787 | CC libavfilter/vf_colorspace.o
|
|---|
| 788 | CC libavfilter/vf_convolution.o
|
|---|
| 789 | CC libavfilter/vf_copy.o
|
|---|
| 790 | CC libavfilter/vf_cover_rect.o
|
|---|
| 791 | CC libavfilter/vf_crop.o
|
|---|
| 792 | CC libavfilter/vf_cropdetect.o
|
|---|
| 793 | CC libavfilter/vf_curves.o
|
|---|
| 794 | CC libavfilter/vf_datascope.o
|
|---|
| 795 | CC libavfilter/vf_dctdnoiz.o
|
|---|
| 796 | CC libavfilter/vf_deband.o
|
|---|
| 797 | CC libavfilter/vf_decimate.o
|
|---|
| 798 | CC libavfilter/vf_dejudder.o
|
|---|
| 799 | CC libavfilter/vf_delogo.o
|
|---|
| 800 | CC libavfilter/vf_deshake.o
|
|---|
| 801 | CC libavfilter/vf_detelecine.o
|
|---|
| 802 | CC libavfilter/vf_displace.o
|
|---|
| 803 | CC libavfilter/vf_drawbox.o
|
|---|
| 804 | CC libavfilter/vf_edgedetect.o
|
|---|
| 805 | CC libavfilter/vf_elbg.o
|
|---|
| 806 | CC libavfilter/vf_eq.o
|
|---|
| 807 | CC libavfilter/vf_extractplanes.o
|
|---|
| 808 | CC libavfilter/vf_fade.o
|
|---|
| 809 | CC libavfilter/vf_fftfilt.o
|
|---|
| 810 | CC libavfilter/vf_field.o
|
|---|
| 811 | CC libavfilter/vf_fieldhint.o
|
|---|
| 812 | CC libavfilter/vf_fieldmatch.o
|
|---|
| 813 | CC libavfilter/vf_fieldorder.o
|
|---|
| 814 | CC libavfilter/vf_find_rect.o
|
|---|
| 815 | CC libavfilter/vf_format.o
|
|---|
| 816 | CC libavfilter/vf_fps.o
|
|---|
| 817 | CC libavfilter/vf_framepack.o
|
|---|
| 818 | CC libavfilter/vf_framerate.o
|
|---|
| 819 | CC libavfilter/vf_framestep.o
|
|---|
| 820 | CC libavfilter/vf_fspp.o
|
|---|
| 821 | CC libavfilter/vf_geq.o
|
|---|
| 822 | CC libavfilter/vf_gradfun.o
|
|---|
| 823 | CC libavfilter/vf_hflip.o
|
|---|
| 824 | CC libavfilter/vf_histeq.o
|
|---|
| 825 | CC libavfilter/vf_histogram.o
|
|---|
| 826 | CC libavfilter/vf_hqdn3d.o
|
|---|
| 827 | CC libavfilter/vf_hqx.o
|
|---|
| 828 | CC libavfilter/vf_hue.o
|
|---|
| 829 | CC libavfilter/vf_hwdownload.o
|
|---|
| 830 | CC libavfilter/vf_hwupload.o
|
|---|
| 831 | libavfilter/vf_hwupload.c: In function 'hwupload_query_formats':
|
|---|
| 832 | libavfilter/vf_hwupload.c:84:5: warning: ignoring return value of 'ff_formats_ref', declared with attribute warn_unused_result [-Wunused-result]
|
|---|
| 833 | ff_formats_ref(input_formats, &avctx->inputs[0]->out_formats);
|
|---|
| 834 | ^
|
|---|
| 835 | libavfilter/vf_hwupload.c:86:5: warning: ignoring return value of 'ff_formats_ref', declared with attribute warn_unused_result [-Wunused-result]
|
|---|
| 836 | ff_formats_ref(ff_make_format_list(output_pix_fmts),
|
|---|
| 837 | ^
|
|---|
| 838 | CC libavfilter/vf_idet.o
|
|---|
| 839 | CC libavfilter/vf_il.o
|
|---|
| 840 | CC libavfilter/vf_interlace.o
|
|---|
| 841 | CC libavfilter/vf_kerndeint.o
|
|---|
| 842 | CC libavfilter/vf_lenscorrection.o
|
|---|
| 843 | CC libavfilter/vf_lut.o
|
|---|
| 844 | CC libavfilter/vf_lut3d.o
|
|---|
| 845 | CC libavfilter/vf_maskedmerge.o
|
|---|
| 846 | CC libavfilter/vf_mcdeint.o
|
|---|
| 847 | libavfilter/vf_mcdeint.c: In function 'config_props':
|
|---|
| 848 | libavfilter/vf_mcdeint.c:137:9: warning: 'me_method' is deprecated [-Wdeprecated-declarations]
|
|---|
| 849 | enc_ctx->me_method = ME_ITER;
|
|---|
| 850 | ^
|
|---|
| 851 | In file included from libavfilter/vf_mcdeint.c:54:0:
|
|---|
| 852 | ./libavcodec/avcodec.h:1892:30: note: declared here
|
|---|
| 853 | attribute_deprecated int me_method;
|
|---|
| 854 | ^
|
|---|
| 855 | libavfilter/vf_mcdeint.c: In function 'filter_frame':
|
|---|
| 856 | libavfilter/vf_mcdeint.c:192:5: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 857 | ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame);
|
|---|
| 858 | ^
|
|---|
| 859 | In file included from libavfilter/vf_mcdeint.c:54:0:
|
|---|
| 860 | ./libavcodec/avcodec.h:5278:5: note: declared here
|
|---|
| 861 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
|
|---|
| 862 | ^
|
|---|
| 863 | libavfilter/vf_mcdeint.c:196:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations]
|
|---|
| 864 | frame_dec = mcdeint->enc_ctx->coded_frame;
|
|---|
| 865 | ^
|
|---|
| 866 | In file included from libavfilter/vf_mcdeint.c:54:0:
|
|---|
| 867 | ./libavcodec/avcodec.h:3078:35: note: declared here
|
|---|
| 868 | attribute_deprecated AVFrame *coded_frame;
|
|---|
| 869 | ^
|
|---|
| 870 | CC libavfilter/vf_mergeplanes.o
|
|---|
| 871 | CC libavfilter/vf_mpdecimate.o
|
|---|
| 872 | CC libavfilter/vf_neighbor.o
|
|---|
| 873 | CC libavfilter/vf_nnedi.o
|
|---|
| 874 | CC libavfilter/vf_noise.o
|
|---|
| 875 | CC libavfilter/vf_null.o
|
|---|
| 876 | CC libavfilter/vf_overlay.o
|
|---|
| 877 | CC libavfilter/vf_owdenoise.o
|
|---|
| 878 | CC libavfilter/vf_pad.o
|
|---|
| 879 | CC libavfilter/vf_palettegen.o
|
|---|
| 880 | CC libavfilter/vf_paletteuse.o
|
|---|
| 881 | CC libavfilter/vf_perspective.o
|
|---|
| 882 | CC libavfilter/vf_phase.o
|
|---|
| 883 | CC libavfilter/vf_pixdesctest.o
|
|---|
| 884 | CC libavfilter/vf_pp.o
|
|---|
| 885 | CC libavfilter/vf_pp7.o
|
|---|
| 886 | CC libavfilter/vf_psnr.o
|
|---|
| 887 | CC libavfilter/vf_pullup.o
|
|---|
| 888 | CC libavfilter/vf_qp.o
|
|---|
| 889 | CC libavfilter/vf_random.o
|
|---|
| 890 | CC libavfilter/vf_readvitc.o
|
|---|
| 891 | CC libavfilter/vf_remap.o
|
|---|
| 892 | CC libavfilter/vf_removegrain.o
|
|---|
| 893 | CC libavfilter/vf_removelogo.o
|
|---|
| 894 | CC libavfilter/vf_repeatfields.o
|
|---|
| 895 | CC libavfilter/vf_rotate.o
|
|---|
| 896 | CC libavfilter/vf_sab.o
|
|---|
| 897 | CC libavfilter/vf_scale.o
|
|---|
| 898 | CC libavfilter/vf_scale_vaapi.o
|
|---|
| 899 | libavfilter/vf_scale_vaapi.c: In function 'scale_vaapi_query_formats':
|
|---|
| 900 | libavfilter/vf_scale_vaapi.c:65:5: warning: ignoring return value of 'ff_formats_ref', declared with attribute warn_unused_result [-Wunused-result]
|
|---|
| 901 | ff_formats_ref(ff_make_format_list(pix_fmts),
|
|---|
| 902 | ^
|
|---|
| 903 | libavfilter/vf_scale_vaapi.c:67:5: warning: ignoring return value of 'ff_formats_ref', declared with attribute warn_unused_result [-Wunused-result]
|
|---|
| 904 | ff_formats_ref(ff_make_format_list(pix_fmts),
|
|---|
| 905 | ^
|
|---|
| 906 | CC libavfilter/vf_selectivecolor.o
|
|---|
| 907 | CC libavfilter/vf_separatefields.o
|
|---|
| 908 | CC libavfilter/vf_setfield.o
|
|---|
| 909 | CC libavfilter/vf_showinfo.o
|
|---|
| 910 | CC libavfilter/vf_showpalette.o
|
|---|
| 911 | CC libavfilter/vf_shuffleframes.o
|
|---|
| 912 | CC libavfilter/vf_shuffleplanes.o
|
|---|
| 913 | CC libavfilter/vf_signalstats.o
|
|---|
| 914 | CC libavfilter/vf_smartblur.o
|
|---|
| 915 | CC libavfilter/vf_spp.o
|
|---|
| 916 | CC libavfilter/vf_ssim.o
|
|---|
| 917 | CC libavfilter/vf_stack.o
|
|---|
| 918 | CC libavfilter/vf_stereo3d.o
|
|---|
| 919 | CC libavfilter/vf_super2xsai.o
|
|---|
| 920 | CC libavfilter/vf_swaprect.o
|
|---|
| 921 | CC libavfilter/vf_swapuv.o
|
|---|
| 922 | CC libavfilter/vf_telecine.o
|
|---|
| 923 | CC libavfilter/vf_thumbnail.o
|
|---|
| 924 | CC libavfilter/vf_tile.o
|
|---|
| 925 | CC libavfilter/vf_tinterlace.o
|
|---|
| 926 | CC libavfilter/vf_transpose.o
|
|---|
| 927 | CC libavfilter/vf_unsharp.o
|
|---|
| 928 | CC libavfilter/vf_uspp.o
|
|---|
| 929 | libavfilter/vf_uspp.c: In function 'filter':
|
|---|
| 930 | libavfilter/vf_uspp.c:253:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 931 | ret = avcodec_encode_video2(p->avctx_enc[i], &pkt, p->frame, &got_pkt_ptr);
|
|---|
| 932 | ^
|
|---|
| 933 | In file included from libavfilter/internal.h:35:0,
|
|---|
| 934 | from libavfilter/vf_uspp.c:34:
|
|---|
| 935 | ./libavcodec/avcodec.h:5278:5: note: declared here
|
|---|
| 936 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
|
|---|
| 937 | ^
|
|---|
| 938 | libavfilter/vf_uspp.c:259:9: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations]
|
|---|
| 939 | p->frame_dec = p->avctx_enc[i]->coded_frame;
|
|---|
| 940 | ^
|
|---|
| 941 | In file included from libavfilter/internal.h:35:0,
|
|---|
| 942 | from libavfilter/vf_uspp.c:34:
|
|---|
| 943 | ./libavcodec/avcodec.h:3078:35: note: declared here
|
|---|
| 944 | attribute_deprecated AVFrame *coded_frame;
|
|---|
| 945 | ^
|
|---|
| 946 | CC libavfilter/vf_vectorscope.o
|
|---|
| 947 | CC libavfilter/vf_vflip.o
|
|---|
| 948 | CC libavfilter/vf_vignette.o
|
|---|
| 949 | CC libavfilter/vf_w3fdif.o
|
|---|
| 950 | CC libavfilter/vf_waveform.o
|
|---|
| 951 | CC libavfilter/vf_xbr.o
|
|---|
| 952 | CC libavfilter/vf_yadif.o
|
|---|
| 953 | CC libavfilter/vf_zoompan.o
|
|---|
| 954 | CC libavfilter/video.o
|
|---|
| 955 | CC libavfilter/vsink_nullsink.o
|
|---|
| 956 | CC libavfilter/vsrc_cellauto.o
|
|---|
| 957 | CC libavfilter/vsrc_life.o
|
|---|
| 958 | CC libavfilter/vsrc_mandelbrot.o
|
|---|
| 959 | CC libavfilter/vsrc_mptestsrc.o
|
|---|
| 960 | CC libavfilter/vsrc_testsrc.o
|
|---|
| 961 | CC libavfilter/window_func.o
|
|---|
| 962 | YASM libavfilter/x86/af_volume.o
|
|---|
| 963 | STRIP libavfilter/x86/af_volume.o
|
|---|
| 964 | skipping strip -wN ..@* libavfilter/x86/af_volume.o
|
|---|
| 965 | CC libavfilter/x86/af_volume_init.o
|
|---|
| 966 | YASM libavfilter/x86/avf_showcqt.o
|
|---|
| 967 | STRIP libavfilter/x86/avf_showcqt.o
|
|---|
| 968 | skipping strip -wN ..@* libavfilter/x86/avf_showcqt.o
|
|---|
| 969 | CC libavfilter/x86/avf_showcqt_init.o
|
|---|
| 970 | YASM libavfilter/x86/colorspacedsp.o
|
|---|
| 971 | STRIP libavfilter/x86/colorspacedsp.o
|
|---|
| 972 | skipping strip -wN ..@* libavfilter/x86/colorspacedsp.o
|
|---|
| 973 | CC libavfilter/x86/colorspacedsp_init.o
|
|---|
| 974 | YASM libavfilter/x86/vf_blend.o
|
|---|
| 975 | STRIP libavfilter/x86/vf_blend.o
|
|---|
| 976 | skipping strip -wN ..@* libavfilter/x86/vf_blend.o
|
|---|
| 977 | CC libavfilter/x86/vf_blend_init.o
|
|---|
| 978 | YASM libavfilter/x86/vf_bwdif.o
|
|---|
| 979 | STRIP libavfilter/x86/vf_bwdif.o
|
|---|
| 980 | skipping strip -wN ..@* libavfilter/x86/vf_bwdif.o
|
|---|
| 981 | CC libavfilter/x86/vf_bwdif_init.o
|
|---|
| 982 | CC libavfilter/x86/vf_eq.o
|
|---|
| 983 | YASM libavfilter/x86/vf_fspp.o
|
|---|
| 984 | STRIP libavfilter/x86/vf_fspp.o
|
|---|
| 985 | skipping strip -wN ..@* libavfilter/x86/vf_fspp.o
|
|---|
| 986 | CC libavfilter/x86/vf_fspp_init.o
|
|---|
| 987 | YASM libavfilter/x86/vf_gradfun.o
|
|---|
| 988 | STRIP libavfilter/x86/vf_gradfun.o
|
|---|
| 989 | skipping strip -wN ..@* libavfilter/x86/vf_gradfun.o
|
|---|
| 990 | CC libavfilter/x86/vf_gradfun_init.o
|
|---|
| 991 | YASM libavfilter/x86/vf_hqdn3d.o
|
|---|
| 992 | STRIP libavfilter/x86/vf_hqdn3d.o
|
|---|
| 993 | skipping strip -wN ..@* libavfilter/x86/vf_hqdn3d.o
|
|---|
| 994 | CC libavfilter/x86/vf_hqdn3d_init.o
|
|---|
| 995 | YASM libavfilter/x86/vf_idet.o
|
|---|
| 996 | STRIP libavfilter/x86/vf_idet.o
|
|---|
| 997 | skipping strip -wN ..@* libavfilter/x86/vf_idet.o
|
|---|
| 998 | CC libavfilter/x86/vf_idet_init.o
|
|---|
| 999 | YASM libavfilter/x86/vf_interlace.o
|
|---|
| 1000 | STRIP libavfilter/x86/vf_interlace.o
|
|---|
| 1001 | skipping strip -wN ..@* libavfilter/x86/vf_interlace.o
|
|---|
| 1002 | CC libavfilter/x86/vf_interlace_init.o
|
|---|
| 1003 | YASM libavfilter/x86/vf_maskedmerge.o
|
|---|
| 1004 | STRIP libavfilter/x86/vf_maskedmerge.o
|
|---|
| 1005 | skipping strip -wN ..@* libavfilter/x86/vf_maskedmerge.o
|
|---|
| 1006 | CC libavfilter/x86/vf_maskedmerge_init.o
|
|---|
| 1007 | CC libavfilter/x86/vf_noise.o
|
|---|
| 1008 | YASM libavfilter/x86/vf_pp7.o
|
|---|
| 1009 | STRIP libavfilter/x86/vf_pp7.o
|
|---|
| 1010 | skipping strip -wN ..@* libavfilter/x86/vf_pp7.o
|
|---|
| 1011 | CC libavfilter/x86/vf_pp7_init.o
|
|---|
| 1012 | YASM libavfilter/x86/vf_psnr.o
|
|---|
| 1013 | STRIP libavfilter/x86/vf_psnr.o
|
|---|
| 1014 | skipping strip -wN ..@* libavfilter/x86/vf_psnr.o
|
|---|
| 1015 | CC libavfilter/x86/vf_psnr_init.o
|
|---|
| 1016 | YASM libavfilter/x86/vf_pullup.o
|
|---|
| 1017 | STRIP libavfilter/x86/vf_pullup.o
|
|---|
| 1018 | skipping strip -wN ..@* libavfilter/x86/vf_pullup.o
|
|---|
| 1019 | CC libavfilter/x86/vf_pullup_init.o
|
|---|
| 1020 | YASM libavfilter/x86/vf_removegrain.o
|
|---|
| 1021 | STRIP libavfilter/x86/vf_removegrain.o
|
|---|
| 1022 | skipping strip -wN ..@* libavfilter/x86/vf_removegrain.o
|
|---|
| 1023 | CC libavfilter/x86/vf_removegrain_init.o
|
|---|
| 1024 | CC libavfilter/x86/vf_spp.o
|
|---|
| 1025 | YASM libavfilter/x86/vf_ssim.o
|
|---|
| 1026 | STRIP libavfilter/x86/vf_ssim.o
|
|---|
| 1027 | skipping strip -wN ..@* libavfilter/x86/vf_ssim.o
|
|---|
| 1028 | CC libavfilter/x86/vf_ssim_init.o
|
|---|
| 1029 | YASM libavfilter/x86/vf_stereo3d.o
|
|---|
| 1030 | STRIP libavfilter/x86/vf_stereo3d.o
|
|---|
| 1031 | skipping strip -wN ..@* libavfilter/x86/vf_stereo3d.o
|
|---|
| 1032 | CC libavfilter/x86/vf_stereo3d_init.o
|
|---|
| 1033 | CC libavfilter/x86/vf_tinterlace_init.o
|
|---|
| 1034 | YASM libavfilter/x86/vf_w3fdif.o
|
|---|
| 1035 | STRIP libavfilter/x86/vf_w3fdif.o
|
|---|
| 1036 | skipping strip -wN ..@* libavfilter/x86/vf_w3fdif.o
|
|---|
| 1037 | CC libavfilter/x86/vf_w3fdif_init.o
|
|---|
| 1038 | YASM libavfilter/x86/vf_yadif.o
|
|---|
| 1039 | STRIP libavfilter/x86/vf_yadif.o
|
|---|
| 1040 | skipping strip -wN ..@* libavfilter/x86/vf_yadif.o
|
|---|
| 1041 | CC libavfilter/x86/vf_yadif_init.o
|
|---|
| 1042 | YASM libavfilter/x86/yadif-10.o
|
|---|
| 1043 | STRIP libavfilter/x86/yadif-10.o
|
|---|
| 1044 | skipping strip -wN ..@* libavfilter/x86/yadif-10.o
|
|---|
| 1045 | YASM libavfilter/x86/yadif-16.o
|
|---|
| 1046 | STRIP libavfilter/x86/yadif-16.o
|
|---|
| 1047 | skipping strip -wN ..@* libavfilter/x86/yadif-16.o
|
|---|
| 1048 | GEN libavfilter/libavfilter.ver
|
|---|
| 1049 | CC libswscale/alphablend.o
|
|---|
| 1050 | CC libswscale/gamma.o
|
|---|
| 1051 | CC libswscale/hscale.o
|
|---|
| 1052 | CC libswscale/hscale_fast_bilinear.o
|
|---|
| 1053 | CC libswscale/input.o
|
|---|
| 1054 | libswscale/input.c:929:13: warning: 'planar_rgb9le_to_a' defined but not used [-Wunused-function]
|
|---|
| 1055 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \
|
|---|
| 1056 | ^
|
|---|
| 1057 | libswscale/input.c:941:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian'
|
|---|
| 1058 | rgb9plus_planar_funcs_endian(nbits, le, 0) \
|
|---|
| 1059 | ^
|
|---|
| 1060 | libswscale/input.c:944:1: note: in expansion of macro 'rgb9plus_planar_funcs'
|
|---|
| 1061 | rgb9plus_planar_funcs(9)
|
|---|
| 1062 | ^
|
|---|
| 1063 | libswscale/input.c:929:13: warning: 'planar_rgb9be_to_a' defined but not used [-Wunused-function]
|
|---|
| 1064 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \
|
|---|
| 1065 | ^
|
|---|
| 1066 | libswscale/input.c:942:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian'
|
|---|
| 1067 | rgb9plus_planar_funcs_endian(nbits, be, 1)
|
|---|
| 1068 | ^
|
|---|
| 1069 | libswscale/input.c:944:1: note: in expansion of macro 'rgb9plus_planar_funcs'
|
|---|
| 1070 | rgb9plus_planar_funcs(9)
|
|---|
| 1071 | ^
|
|---|
| 1072 | libswscale/input.c:929:13: warning: 'planar_rgb14le_to_a' defined but not used [-Wunused-function]
|
|---|
| 1073 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \
|
|---|
| 1074 | ^
|
|---|
| 1075 | libswscale/input.c:941:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian'
|
|---|
| 1076 | rgb9plus_planar_funcs_endian(nbits, le, 0) \
|
|---|
| 1077 | ^
|
|---|
| 1078 | libswscale/input.c:947:1: note: in expansion of macro 'rgb9plus_planar_funcs'
|
|---|
| 1079 | rgb9plus_planar_funcs(14)
|
|---|
| 1080 | ^
|
|---|
| 1081 | libswscale/input.c:929:13: warning: 'planar_rgb14be_to_a' defined but not used [-Wunused-function]
|
|---|
| 1082 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \
|
|---|
| 1083 | ^
|
|---|
| 1084 | libswscale/input.c:942:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian'
|
|---|
| 1085 | rgb9plus_planar_funcs_endian(nbits, be, 1)
|
|---|
| 1086 | ^
|
|---|
| 1087 | libswscale/input.c:947:1: note: in expansion of macro 'rgb9plus_planar_funcs'
|
|---|
| 1088 | rgb9plus_planar_funcs(14)
|
|---|
| 1089 | ^
|
|---|
| 1090 | CC libswscale/log2_tab.o
|
|---|
| 1091 | CC libswscale/options.o
|
|---|
| 1092 | CC libswscale/output.o
|
|---|
| 1093 | CC libswscale/rgb2rgb.o
|
|---|
| 1094 | CC libswscale/slice.o
|
|---|
| 1095 | libswscale/slice.c: In function 'ff_init_slice_from_src':
|
|---|
| 1096 | libswscale/slice.c:178:56: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 1097 | s->plane[i].line[start[i] - first + j] = src_[i] + j * stride[i];
|
|---|
| 1098 | ^
|
|---|
| 1099 | libswscale/slice.c:184:37: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 1100 | s->plane[i].line[j] = src_[i] + j * stride[i];
|
|---|
| 1101 | ^
|
|---|
| 1102 | CC libswscale/swscale.o
|
|---|
| 1103 | CC libswscale/swscale_unscaled.o
|
|---|
| 1104 | CC libswscale/utils.o
|
|---|
| 1105 | CC libswscale/vscale.o
|
|---|
| 1106 | CC libswscale/x86/hscale_fast_bilinear_simd.o
|
|---|
| 1107 | YASM libswscale/x86/input.o
|
|---|
| 1108 | STRIP libswscale/x86/input.o
|
|---|
| 1109 | skipping strip -wN ..@* libswscale/x86/input.o
|
|---|
| 1110 | YASM libswscale/x86/output.o
|
|---|
| 1111 | STRIP libswscale/x86/output.o
|
|---|
| 1112 | skipping strip -wN ..@* libswscale/x86/output.o
|
|---|
| 1113 | CC libswscale/x86/rgb2rgb.o
|
|---|
| 1114 | YASM libswscale/x86/scale.o
|
|---|
| 1115 | STRIP libswscale/x86/scale.o
|
|---|
| 1116 | skipping strip -wN ..@* libswscale/x86/scale.o
|
|---|
| 1117 | CC libswscale/x86/swscale.o
|
|---|
| 1118 | CC libswscale/x86/yuv2rgb.o
|
|---|
| 1119 | CC libswscale/yuv2rgb.o
|
|---|
| 1120 | GEN libswscale/libswscale.ver
|
|---|
| 1121 | CC libavutil/adler32.o
|
|---|
| 1122 | CC libavutil/aes.o
|
|---|
| 1123 | CC libavutil/aes_ctr.o
|
|---|
| 1124 | CC libavutil/audio_fifo.o
|
|---|
| 1125 | CC libavutil/avstring.o
|
|---|
| 1126 | CC libavutil/base64.o
|
|---|
| 1127 | CC libavutil/blowfish.o
|
|---|
| 1128 | CC libavutil/bprint.o
|
|---|
| 1129 | CC libavutil/buffer.o
|
|---|
| 1130 | CC libavutil/camellia.o
|
|---|
| 1131 | CC libavutil/cast5.o
|
|---|
| 1132 | CC libavutil/channel_layout.o
|
|---|
| 1133 | CC libavutil/color_utils.o
|
|---|
| 1134 | CC libavutil/cpu.o
|
|---|
| 1135 | CC libavutil/crc.o
|
|---|
| 1136 | CC libavutil/des.o
|
|---|
| 1137 | CC libavutil/dict.o
|
|---|
| 1138 | CC libavutil/display.o
|
|---|
| 1139 | CC libavutil/downmix_info.o
|
|---|
| 1140 | CC libavutil/error.o
|
|---|
| 1141 | CC libavutil/eval.o
|
|---|
| 1142 | CC libavutil/fifo.o
|
|---|
| 1143 | CC libavutil/file.o
|
|---|
| 1144 | CC libavutil/file_open.o
|
|---|
| 1145 | CC libavutil/fixed_dsp.o
|
|---|
| 1146 | CC libavutil/float_dsp.o
|
|---|
| 1147 | CC libavutil/frame.o
|
|---|
| 1148 | CC libavutil/hash.o
|
|---|
| 1149 | CC libavutil/hmac.o
|
|---|
| 1150 | CC libavutil/hwcontext.o
|
|---|
| 1151 | CC libavutil/hwcontext_vaapi.o
|
|---|
| 1152 | CC libavutil/imgutils.o
|
|---|
| 1153 | CC libavutil/integer.o
|
|---|
| 1154 | CC libavutil/intmath.o
|
|---|
| 1155 | CC libavutil/lfg.o
|
|---|
| 1156 | CC libavutil/lls.o
|
|---|
| 1157 | CC libavutil/log.o
|
|---|
| 1158 | CC libavutil/log2_tab.o
|
|---|
| 1159 | CC libavutil/lzo.o
|
|---|
| 1160 | CC libavutil/mastering_display_metadata.o
|
|---|
| 1161 | CC libavutil/mathematics.o
|
|---|
| 1162 | CC libavutil/md5.o
|
|---|
| 1163 | CC libavutil/mem.o
|
|---|
| 1164 | CC libavutil/murmur3.o
|
|---|
| 1165 | CC libavutil/opt.o
|
|---|
| 1166 | CC libavutil/parseutils.o
|
|---|
| 1167 | CC libavutil/pixdesc.o
|
|---|
| 1168 | CC libavutil/pixelutils.o
|
|---|
| 1169 | CC libavutil/random_seed.o
|
|---|
| 1170 | CC libavutil/rational.o
|
|---|
| 1171 | CC libavutil/rc4.o
|
|---|
| 1172 | CC libavutil/reverse.o
|
|---|
| 1173 | CC libavutil/ripemd.o
|
|---|
| 1174 | CC libavutil/samplefmt.o
|
|---|
| 1175 | CC libavutil/sha.o
|
|---|
| 1176 | CC libavutil/sha512.o
|
|---|
| 1177 | CC libavutil/stereo3d.o
|
|---|
| 1178 | CC libavutil/tea.o
|
|---|
| 1179 | CC libavutil/threadmessage.o
|
|---|
| 1180 | CC libavutil/time.o
|
|---|
| 1181 | CC libavutil/timecode.o
|
|---|
| 1182 | CC libavutil/tree.o
|
|---|
| 1183 | CC libavutil/twofish.o
|
|---|
| 1184 | CC libavutil/utils.o
|
|---|
| 1185 | CC libavutil/x86/cpu.o
|
|---|
| 1186 | YASM libavutil/x86/cpuid.o
|
|---|
| 1187 | STRIP libavutil/x86/cpuid.o
|
|---|
| 1188 | skipping strip -wN ..@* libavutil/x86/cpuid.o
|
|---|
| 1189 | YASM libavutil/x86/fixed_dsp.o
|
|---|
| 1190 | STRIP libavutil/x86/fixed_dsp.o
|
|---|
| 1191 | skipping strip -wN ..@* libavutil/x86/fixed_dsp.o
|
|---|
| 1192 | CC libavutil/x86/fixed_dsp_init.o
|
|---|
| 1193 | YASM libavutil/x86/float_dsp.o
|
|---|
| 1194 | STRIP libavutil/x86/float_dsp.o
|
|---|
| 1195 | skipping strip -wN ..@* libavutil/x86/float_dsp.o
|
|---|
| 1196 | CC libavutil/x86/float_dsp_init.o
|
|---|
| 1197 | YASM libavutil/x86/lls.o
|
|---|
| 1198 | STRIP libavutil/x86/lls.o
|
|---|
| 1199 | skipping strip -wN ..@* libavutil/x86/lls.o
|
|---|
| 1200 | CC libavutil/x86/lls_init.o
|
|---|
| 1201 | YASM libavutil/x86/pixelutils.o
|
|---|
| 1202 | STRIP libavutil/x86/pixelutils.o
|
|---|
| 1203 | skipping strip -wN ..@* libavutil/x86/pixelutils.o
|
|---|
| 1204 | CC libavutil/x86/pixelutils_init.o
|
|---|
| 1205 | CC libavutil/xga_font_data.o
|
|---|
| 1206 | CC libavutil/xtea.o
|
|---|
| 1207 | GEN libavutil/libavutil.ver
|
|---|
| 1208 | LD libavutil/libavutil.so.55
|
|---|
| 1209 | LD libswscale/libswscale.so.4
|
|---|
| 1210 | CC libpostproc/postprocess.o
|
|---|
| 1211 | GEN libpostproc/libpostproc.ver
|
|---|
| 1212 | LD libpostproc/libpostproc.so.54
|
|---|
| 1213 | CC libavresample/audio_convert.o
|
|---|
| 1214 | CC libavresample/audio_data.o
|
|---|
| 1215 | CC libavresample/audio_mix.o
|
|---|
| 1216 | CC libavresample/audio_mix_matrix.o
|
|---|
| 1217 | CC libavresample/dither.o
|
|---|
| 1218 | CC libavresample/options.o
|
|---|
| 1219 | CC libavresample/resample.o
|
|---|
| 1220 | CC libavresample/utils.o
|
|---|
| 1221 | YASM libavresample/x86/audio_convert.o
|
|---|
| 1222 | STRIP libavresample/x86/audio_convert.o
|
|---|
| 1223 | skipping strip -wN ..@* libavresample/x86/audio_convert.o
|
|---|
| 1224 | CC libavresample/x86/audio_convert_init.o
|
|---|
| 1225 | YASM libavresample/x86/audio_mix.o
|
|---|
| 1226 | STRIP libavresample/x86/audio_mix.o
|
|---|
| 1227 | skipping strip -wN ..@* libavresample/x86/audio_mix.o
|
|---|
| 1228 | CC libavresample/x86/audio_mix_init.o
|
|---|
| 1229 | YASM libavresample/x86/dither.o
|
|---|
| 1230 | STRIP libavresample/x86/dither.o
|
|---|
| 1231 | skipping strip -wN ..@* libavresample/x86/dither.o
|
|---|
| 1232 | CC libavresample/x86/dither_init.o
|
|---|
| 1233 | GEN libavresample/libavresample.ver
|
|---|
| 1234 | LD libavresample/libavresample.so.3
|
|---|
| 1235 | CC libavformat/3dostr.o
|
|---|
| 1236 | CC libavformat/4xm.o
|
|---|
| 1237 | CC libavformat/a64.o
|
|---|
| 1238 | CC libavformat/aacdec.o
|
|---|
| 1239 | CC libavformat/aadec.o
|
|---|
| 1240 | CC libavformat/ac3dec.o
|
|---|
| 1241 | CC libavformat/acm.o
|
|---|
| 1242 | CC libavformat/act.o
|
|---|
| 1243 | CC libavformat/adp.o
|
|---|
| 1244 | CC libavformat/ads.o
|
|---|
| 1245 | CC libavformat/adtsenc.o
|
|---|
| 1246 | CC libavformat/adxdec.o
|
|---|
| 1247 | CC libavformat/aea.o
|
|---|
| 1248 | CC libavformat/afc.o
|
|---|
| 1249 | CC libavformat/aiffdec.o
|
|---|
| 1250 | CC libavformat/aiffenc.o
|
|---|
| 1251 | CC libavformat/aixdec.o
|
|---|
| 1252 | CC libavformat/allformats.o
|
|---|
| 1253 | CC libavformat/amr.o
|
|---|
| 1254 | CC libavformat/anm.o
|
|---|
| 1255 | CC libavformat/apc.o
|
|---|
| 1256 | CC libavformat/ape.o
|
|---|
| 1257 | CC libavformat/apetag.o
|
|---|
| 1258 | CC libavformat/apngdec.o
|
|---|
| 1259 | CC libavformat/apngenc.o
|
|---|
| 1260 | CC libavformat/aqtitledec.o
|
|---|
| 1261 | CC libavformat/asf.o
|
|---|
| 1262 | CC libavformat/asfcrypt.o
|
|---|
| 1263 | CC libavformat/asfdec_f.o
|
|---|
| 1264 | CC libavformat/asfdec_o.o
|
|---|
| 1265 | CC libavformat/asfenc.o
|
|---|
| 1266 | CC libavformat/assdec.o
|
|---|
| 1267 | CC libavformat/assenc.o
|
|---|
| 1268 | CC libavformat/ast.o
|
|---|
| 1269 | CC libavformat/astdec.o
|
|---|
| 1270 | CC libavformat/astenc.o
|
|---|
| 1271 | CC libavformat/async.o
|
|---|
| 1272 | CC libavformat/au.o
|
|---|
| 1273 | CC libavformat/audiointerleave.o
|
|---|
| 1274 | CC libavformat/avc.o
|
|---|
| 1275 | CC libavformat/avidec.o
|
|---|
| 1276 | CC libavformat/avienc.o
|
|---|
| 1277 | CC libavformat/avio.o
|
|---|
| 1278 | CC libavformat/aviobuf.o
|
|---|
| 1279 | CC libavformat/avlanguage.o
|
|---|
| 1280 | CC libavformat/avr.o
|
|---|
| 1281 | CC libavformat/avs.o
|
|---|
| 1282 | CC libavformat/bethsoftvid.o
|
|---|
| 1283 | CC libavformat/bfi.o
|
|---|
| 1284 | CC libavformat/bink.o
|
|---|
| 1285 | CC libavformat/bintext.o
|
|---|
| 1286 | CC libavformat/bit.o
|
|---|
| 1287 | CC libavformat/bmv.o
|
|---|
| 1288 | CC libavformat/boadec.o
|
|---|
| 1289 | CC libavformat/brstm.o
|
|---|
| 1290 | CC libavformat/c93.o
|
|---|
| 1291 | CC libavformat/cache.o
|
|---|
| 1292 | CC libavformat/caf.o
|
|---|
| 1293 | CC libavformat/cafdec.o
|
|---|
| 1294 | CC libavformat/cafenc.o
|
|---|
| 1295 | CC libavformat/cavsvideodec.o
|
|---|
| 1296 | CC libavformat/cdg.o
|
|---|
| 1297 | CC libavformat/cdxl.o
|
|---|
| 1298 | CC libavformat/cinedec.o
|
|---|
| 1299 | CC libavformat/concat.o
|
|---|
| 1300 | CC libavformat/concatdec.o
|
|---|
| 1301 | libavformat/concatdec.c: In function 'detect_stream_specific':
|
|---|
| 1302 | libavformat/concatdec.c:206:9: warning: 'av_bitstream_filter_init' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1303 | if (!(bsf = av_bitstream_filter_init("h264_mp4toannexb"))) {
|
|---|
| 1304 | ^
|
|---|
| 1305 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1306 | from libavformat/concatdec.c:27:
|
|---|
| 1307 | ./libavcodec/avcodec.h:5799:27: note: declared here
|
|---|
| 1308 | AVBitStreamFilterContext *av_bitstream_filter_init(const char *name);
|
|---|
| 1309 | ^
|
|---|
| 1310 | libavformat/concatdec.c: In function 'concat_read_close':
|
|---|
| 1311 | libavformat/concatdec.c:372:17: warning: 'av_bitstream_filter_close' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1312 | av_bitstream_filter_close(cat->files[i].streams[j].bsf);
|
|---|
| 1313 | ^
|
|---|
| 1314 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1315 | from libavformat/concatdec.c:27:
|
|---|
| 1316 | ./libavcodec/avcodec.h:5843:6: note: declared here
|
|---|
| 1317 | void av_bitstream_filter_close(AVBitStreamFilterContext *bsf);
|
|---|
| 1318 | ^
|
|---|
| 1319 | libavformat/concatdec.c: In function 'filter_packet':
|
|---|
| 1320 | libavformat/concatdec.c:532:9: warning: 'av_bitstream_filter_filter' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1321 | ret = av_bitstream_filter_filter(bsf, cs->avctx, NULL,
|
|---|
| 1322 | ^
|
|---|
| 1323 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1324 | from libavformat/concatdec.c:27:
|
|---|
| 1325 | ./libavcodec/avcodec.h:5831:5: note: declared here
|
|---|
| 1326 | int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc,
|
|---|
| 1327 | ^
|
|---|
| 1328 | CC libavformat/crcenc.o
|
|---|
| 1329 | CC libavformat/crypto.o
|
|---|
| 1330 | CC libavformat/cutils.o
|
|---|
| 1331 | CC libavformat/dashenc.o
|
|---|
| 1332 | CC libavformat/data_uri.o
|
|---|
| 1333 | CC libavformat/dauddec.o
|
|---|
| 1334 | CC libavformat/daudenc.o
|
|---|
| 1335 | CC libavformat/dcstr.o
|
|---|
| 1336 | CC libavformat/dfa.o
|
|---|
| 1337 | CC libavformat/diracdec.o
|
|---|
| 1338 | CC libavformat/dnxhddec.o
|
|---|
| 1339 | CC libavformat/dsfdec.o
|
|---|
| 1340 | CC libavformat/dsicin.o
|
|---|
| 1341 | CC libavformat/dss.o
|
|---|
| 1342 | CC libavformat/dtsdec.o
|
|---|
| 1343 | CC libavformat/dtshddec.o
|
|---|
| 1344 | CC libavformat/dump.o
|
|---|
| 1345 | libavformat/dump.c: In function 'dump_stream_format':
|
|---|
| 1346 | libavformat/dump.c:429:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1347 | avctx->properties = st->codec->properties;
|
|---|
| 1348 | ^
|
|---|
| 1349 | In file included from libavformat/dump.c:36:0:
|
|---|
| 1350 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1351 | AVCodecContext *codec;
|
|---|
| 1352 | ^
|
|---|
| 1353 | libavformat/dump.c:430:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1354 | avctx->codec = st->codec->codec;
|
|---|
| 1355 | ^
|
|---|
| 1356 | In file included from libavformat/dump.c:36:0:
|
|---|
| 1357 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1358 | AVCodecContext *codec;
|
|---|
| 1359 | ^
|
|---|
| 1360 | libavformat/dump.c:431:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1361 | avctx->qmin = st->codec->qmin;
|
|---|
| 1362 | ^
|
|---|
| 1363 | In file included from libavformat/dump.c:36:0:
|
|---|
| 1364 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1365 | AVCodecContext *codec;
|
|---|
| 1366 | ^
|
|---|
| 1367 | libavformat/dump.c:432:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1368 | avctx->qmax = st->codec->qmax;
|
|---|
| 1369 | ^
|
|---|
| 1370 | In file included from libavformat/dump.c:36:0:
|
|---|
| 1371 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1372 | AVCodecContext *codec;
|
|---|
| 1373 | ^
|
|---|
| 1374 | libavformat/dump.c:433:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1375 | avctx->coded_width = st->codec->coded_width;
|
|---|
| 1376 | ^
|
|---|
| 1377 | In file included from libavformat/dump.c:36:0:
|
|---|
| 1378 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1379 | AVCodecContext *codec;
|
|---|
| 1380 | ^
|
|---|
| 1381 | libavformat/dump.c:434:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1382 | avctx->coded_height = st->codec->coded_height;
|
|---|
| 1383 | ^
|
|---|
| 1384 | In file included from libavformat/dump.c:36:0:
|
|---|
| 1385 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1386 | AVCodecContext *codec;
|
|---|
| 1387 | ^
|
|---|
| 1388 | libavformat/dump.c:469:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1389 | int tbc = st->codec->time_base.den && st->codec->time_base.num;
|
|---|
| 1390 | ^
|
|---|
| 1391 | In file included from libavformat/dump.c:36:0:
|
|---|
| 1392 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1393 | AVCodecContext *codec;
|
|---|
| 1394 | ^
|
|---|
| 1395 | libavformat/dump.c:469:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1396 | int tbc = st->codec->time_base.den && st->codec->time_base.num;
|
|---|
| 1397 | ^
|
|---|
| 1398 | In file included from libavformat/dump.c:36:0:
|
|---|
| 1399 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1400 | AVCodecContext *codec;
|
|---|
| 1401 | ^
|
|---|
| 1402 | libavformat/dump.c:481:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1403 | print_fps(1 / av_q2d(st->codec->time_base), "tbc");
|
|---|
| 1404 | ^
|
|---|
| 1405 | In file included from libavformat/dump.c:36:0:
|
|---|
| 1406 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1407 | AVCodecContext *codec;
|
|---|
| 1408 | ^
|
|---|
| 1409 | CC libavformat/dv.o
|
|---|
| 1410 | CC libavformat/dvbsub.o
|
|---|
| 1411 | CC libavformat/dvbtxt.o
|
|---|
| 1412 | CC libavformat/dvenc.o
|
|---|
| 1413 | CC libavformat/dxa.o
|
|---|
| 1414 | CC libavformat/eacdata.o
|
|---|
| 1415 | CC libavformat/electronicarts.o
|
|---|
| 1416 | CC libavformat/epafdec.o
|
|---|
| 1417 | CC libavformat/ffmdec.o
|
|---|
| 1418 | libavformat/ffmdec.c: In function 'ffm_close':
|
|---|
| 1419 | libavformat/ffmdec.c:254:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1420 | av_freep(&s->streams[i]->codec->rc_eq);
|
|---|
| 1421 | ^
|
|---|
| 1422 | In file included from libavformat/ffmdec.c:31:0:
|
|---|
| 1423 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1424 | AVCodecContext *codec;
|
|---|
| 1425 | ^
|
|---|
| 1426 | libavformat/ffmdec.c:254:9: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1427 | av_freep(&s->streams[i]->codec->rc_eq);
|
|---|
| 1428 | ^
|
|---|
| 1429 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1430 | from libavformat/ffmdec.c:31:
|
|---|
| 1431 | ./libavcodec/avcodec.h:2648:17: note: declared here
|
|---|
| 1432 | const char *rc_eq;
|
|---|
| 1433 | ^
|
|---|
| 1434 | libavformat/ffmdec.c: In function 'ffm2_read_header':
|
|---|
| 1435 | libavformat/ffmdec.c:338:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1436 | codec = st->codec;
|
|---|
| 1437 | ^
|
|---|
| 1438 | In file included from libavformat/ffmdec.c:31:0:
|
|---|
| 1439 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1440 | AVCodecContext *codec;
|
|---|
| 1441 | ^
|
|---|
| 1442 | libavformat/ffmdec.c:397:13: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1443 | codec->rc_eq = av_strdup(rc_eq_buf);
|
|---|
| 1444 | ^
|
|---|
| 1445 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1446 | from libavformat/ffmdec.c:31:
|
|---|
| 1447 | ./libavcodec/avcodec.h:2648:17: note: declared here
|
|---|
| 1448 | const char *rc_eq;
|
|---|
| 1449 | ^
|
|---|
| 1450 | libavformat/ffmdec.c:408:13: warning: 'mpeg_quant' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1451 | codec->mpeg_quant = avio_rb32(pb);
|
|---|
| 1452 | ^
|
|---|
| 1453 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1454 | from libavformat/ffmdec.c:31:
|
|---|
| 1455 | ./libavcodec/avcodec.h:1984:9: note: declared here
|
|---|
| 1456 | int mpeg_quant;
|
|---|
| 1457 | ^
|
|---|
| 1458 | libavformat/ffmdec.c:410:13: warning: 'me_method' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1459 | codec->me_method = avio_rb32(pb);
|
|---|
| 1460 | ^
|
|---|
| 1461 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1462 | from libavformat/ffmdec.c:31:
|
|---|
| 1463 | ./libavcodec/avcodec.h:1892:30: note: declared here
|
|---|
| 1464 | attribute_deprecated int me_method;
|
|---|
| 1465 | ^
|
|---|
| 1466 | libavformat/ffmdec.c:413:13: warning: 'frame_skip_cmp' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1467 | codec->frame_skip_cmp = avio_rb32(pb);
|
|---|
| 1468 | ^
|
|---|
| 1469 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1470 | from libavformat/ffmdec.c:31:
|
|---|
| 1471 | ./libavcodec/avcodec.h:2747:9: note: declared here
|
|---|
| 1472 | int frame_skip_cmp;
|
|---|
| 1473 | ^
|
|---|
| 1474 | libavformat/ffmdec.c:414:13: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1475 | codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb));
|
|---|
| 1476 | ^
|
|---|
| 1477 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1478 | from libavformat/ffmdec.c:31:
|
|---|
| 1479 | ./libavcodec/avcodec.h:2670:11: note: declared here
|
|---|
| 1480 | float rc_buffer_aggressivity;
|
|---|
| 1481 | ^
|
|---|
| 1482 | libavformat/ffmdec.c:417:13: warning: 'coder_type' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1483 | codec->coder_type = avio_rb32(pb);
|
|---|
| 1484 | ^
|
|---|
| 1485 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1486 | from libavformat/ffmdec.c:31:
|
|---|
| 1487 | ./libavcodec/avcodec.h:2709:9: note: declared here
|
|---|
| 1488 | int coder_type;
|
|---|
| 1489 | ^
|
|---|
| 1490 | libavformat/ffmdec.c:422:13: warning: 'scenechange_threshold' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1491 | codec->scenechange_threshold = avio_rb32(pb);
|
|---|
| 1492 | ^
|
|---|
| 1493 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1494 | from libavformat/ffmdec.c:31:
|
|---|
| 1495 | ./libavcodec/avcodec.h:2241:9: note: declared here
|
|---|
| 1496 | int scenechange_threshold;
|
|---|
| 1497 | ^
|
|---|
| 1498 | libavformat/ffmdec.c:423:13: warning: 'b_frame_strategy' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1499 | codec->b_frame_strategy = avio_rb32(pb);
|
|---|
| 1500 | ^
|
|---|
| 1501 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1502 | from libavformat/ffmdec.c:31:
|
|---|
| 1503 | ./libavcodec/avcodec.h:1963:9: note: declared here
|
|---|
| 1504 | int b_frame_strategy;
|
|---|
| 1505 | ^
|
|---|
| 1506 | libavformat/ffmdec.c:490:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1507 | avcodec_parameters_from_context(s->streams[i]->codecpar, s->streams[i]->codec);
|
|---|
| 1508 | ^
|
|---|
| 1509 | In file included from libavformat/ffmdec.c:31:0:
|
|---|
| 1510 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1511 | AVCodecContext *codec;
|
|---|
| 1512 | ^
|
|---|
| 1513 | libavformat/ffmdec.c: In function 'ffm_read_header':
|
|---|
| 1514 | libavformat/ffmdec.c:550:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1515 | codec = st->codec;
|
|---|
| 1516 | ^
|
|---|
| 1517 | In file included from libavformat/ffmdec.c:31:0:
|
|---|
| 1518 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1519 | AVCodecContext *codec;
|
|---|
| 1520 | ^
|
|---|
| 1521 | libavformat/ffmdec.c:597:13: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1522 | codec->rc_eq = av_strdup(rc_eq_buf);
|
|---|
| 1523 | ^
|
|---|
| 1524 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1525 | from libavformat/ffmdec.c:31:
|
|---|
| 1526 | ./libavcodec/avcodec.h:2648:17: note: declared here
|
|---|
| 1527 | const char *rc_eq;
|
|---|
| 1528 | ^
|
|---|
| 1529 | libavformat/ffmdec.c:608:13: warning: 'mpeg_quant' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1530 | codec->mpeg_quant = avio_rb32(pb);
|
|---|
| 1531 | ^
|
|---|
| 1532 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1533 | from libavformat/ffmdec.c:31:
|
|---|
| 1534 | ./libavcodec/avcodec.h:1984:9: note: declared here
|
|---|
| 1535 | int mpeg_quant;
|
|---|
| 1536 | ^
|
|---|
| 1537 | libavformat/ffmdec.c:610:13: warning: 'me_method' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1538 | codec->me_method = avio_rb32(pb);
|
|---|
| 1539 | ^
|
|---|
| 1540 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1541 | from libavformat/ffmdec.c:31:
|
|---|
| 1542 | ./libavcodec/avcodec.h:1892:30: note: declared here
|
|---|
| 1543 | attribute_deprecated int me_method;
|
|---|
| 1544 | ^
|
|---|
| 1545 | libavformat/ffmdec.c:613:13: warning: 'frame_skip_cmp' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1546 | codec->frame_skip_cmp = avio_rb32(pb);
|
|---|
| 1547 | ^
|
|---|
| 1548 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1549 | from libavformat/ffmdec.c:31:
|
|---|
| 1550 | ./libavcodec/avcodec.h:2747:9: note: declared here
|
|---|
| 1551 | int frame_skip_cmp;
|
|---|
| 1552 | ^
|
|---|
| 1553 | libavformat/ffmdec.c:614:13: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1554 | codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb));
|
|---|
| 1555 | ^
|
|---|
| 1556 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1557 | from libavformat/ffmdec.c:31:
|
|---|
| 1558 | ./libavcodec/avcodec.h:2670:11: note: declared here
|
|---|
| 1559 | float rc_buffer_aggressivity;
|
|---|
| 1560 | ^
|
|---|
| 1561 | libavformat/ffmdec.c:617:13: warning: 'coder_type' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1562 | codec->coder_type = avio_rb32(pb);
|
|---|
| 1563 | ^
|
|---|
| 1564 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1565 | from libavformat/ffmdec.c:31:
|
|---|
| 1566 | ./libavcodec/avcodec.h:2709:9: note: declared here
|
|---|
| 1567 | int coder_type;
|
|---|
| 1568 | ^
|
|---|
| 1569 | libavformat/ffmdec.c:622:13: warning: 'scenechange_threshold' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1570 | codec->scenechange_threshold = avio_rb32(pb);
|
|---|
| 1571 | ^
|
|---|
| 1572 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1573 | from libavformat/ffmdec.c:31:
|
|---|
| 1574 | ./libavcodec/avcodec.h:2241:9: note: declared here
|
|---|
| 1575 | int scenechange_threshold;
|
|---|
| 1576 | ^
|
|---|
| 1577 | libavformat/ffmdec.c:623:13: warning: 'b_frame_strategy' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1578 | codec->b_frame_strategy = avio_rb32(pb);
|
|---|
| 1579 | ^
|
|---|
| 1580 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1581 | from libavformat/ffmdec.c:31:
|
|---|
| 1582 | ./libavcodec/avcodec.h:1963:9: note: declared here
|
|---|
| 1583 | int b_frame_strategy;
|
|---|
| 1584 | ^
|
|---|
| 1585 | CC libavformat/ffmenc.o
|
|---|
| 1586 | libavformat/ffmenc.c: In function 'ffm_write_header':
|
|---|
| 1587 | libavformat/ffmenc.c:246:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1588 | bit_rate += st->codec->bit_rate;
|
|---|
| 1589 | ^
|
|---|
| 1590 | In file included from libavformat/ffmenc.c:27:0:
|
|---|
| 1591 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1592 | AVCodecContext *codec;
|
|---|
| 1593 | ^
|
|---|
| 1594 | libavformat/ffmenc.c:259:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1595 | codec = st->codec;
|
|---|
| 1596 | ^
|
|---|
| 1597 | In file included from libavformat/ffmenc.c:27:0:
|
|---|
| 1598 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1599 | AVCodecContext *codec;
|
|---|
| 1600 | ^
|
|---|
| 1601 | CC libavformat/ffmetadec.o
|
|---|
| 1602 | CC libavformat/ffmetaenc.o
|
|---|
| 1603 | CC libavformat/file.o
|
|---|
| 1604 | CC libavformat/filmstripdec.o
|
|---|
| 1605 | CC libavformat/filmstripenc.o
|
|---|
| 1606 | CC libavformat/flac_picture.o
|
|---|
| 1607 | CC libavformat/flacdec.o
|
|---|
| 1608 | CC libavformat/flacenc.o
|
|---|
| 1609 | CC libavformat/flacenc_header.o
|
|---|
| 1610 | CC libavformat/flic.o
|
|---|
| 1611 | CC libavformat/flvdec.o
|
|---|
| 1612 | CC libavformat/flvenc.o
|
|---|
| 1613 | CC libavformat/format.o
|
|---|
| 1614 | CC libavformat/framecrcenc.o
|
|---|
| 1615 | CC libavformat/framehash.o
|
|---|
| 1616 | CC libavformat/frmdec.o
|
|---|
| 1617 | CC libavformat/fsb.o
|
|---|
| 1618 | CC libavformat/ftp.o
|
|---|
| 1619 | CC libavformat/g722.o
|
|---|
| 1620 | CC libavformat/g723_1.o
|
|---|
| 1621 | CC libavformat/g729dec.o
|
|---|
| 1622 | CC libavformat/genh.o
|
|---|
| 1623 | CC libavformat/gif.o
|
|---|
| 1624 | CC libavformat/gifdec.o
|
|---|
| 1625 | CC libavformat/golomb_tab.o
|
|---|
| 1626 | CC libavformat/gopher.o
|
|---|
| 1627 | CC libavformat/gsmdec.o
|
|---|
| 1628 | CC libavformat/gxf.o
|
|---|
| 1629 | CC libavformat/gxfenc.o
|
|---|
| 1630 | CC libavformat/h261dec.o
|
|---|
| 1631 | CC libavformat/h263dec.o
|
|---|
| 1632 | CC libavformat/h264dec.o
|
|---|
| 1633 | CC libavformat/hashenc.o
|
|---|
| 1634 | CC libavformat/hdsenc.o
|
|---|
| 1635 | CC libavformat/hevc.o
|
|---|
| 1636 | CC libavformat/hevcdec.o
|
|---|
| 1637 | CC libavformat/hls.o
|
|---|
| 1638 | CC libavformat/hlsenc.o
|
|---|
| 1639 | CC libavformat/hlsproto.o
|
|---|
| 1640 | CC libavformat/hnm.o
|
|---|
| 1641 | CC libavformat/http.o
|
|---|
| 1642 | CC libavformat/httpauth.o
|
|---|
| 1643 | CC libavformat/icecast.o
|
|---|
| 1644 | CC libavformat/icodec.o
|
|---|
| 1645 | CC libavformat/icoenc.o
|
|---|
| 1646 | CC libavformat/id3v1.o
|
|---|
| 1647 | CC libavformat/id3v2.o
|
|---|
| 1648 | CC libavformat/id3v2enc.o
|
|---|
| 1649 | CC libavformat/idcin.o
|
|---|
| 1650 | CC libavformat/idroqdec.o
|
|---|
| 1651 | CC libavformat/idroqenc.o
|
|---|
| 1652 | CC libavformat/iff.o
|
|---|
| 1653 | CC libavformat/ilbc.o
|
|---|
| 1654 | CC libavformat/img2.o
|
|---|
| 1655 | CC libavformat/img2_alias_pix.o
|
|---|
| 1656 | CC libavformat/img2_brender_pix.o
|
|---|
| 1657 | CC libavformat/img2dec.o
|
|---|
| 1658 | CC libavformat/img2enc.o
|
|---|
| 1659 | libavformat/img2enc.c: In function 'write_packet':
|
|---|
| 1660 | libavformat/img2enc.c:161:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1661 | (ret = av_dup_packet(&pkt2)) < 0 ||
|
|---|
| 1662 | ^
|
|---|
| 1663 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1664 | from libavformat/img2enc.c:30:
|
|---|
| 1665 | ./libavcodec/avcodec.h:4408:5: note: declared here
|
|---|
| 1666 | int av_dup_packet(AVPacket *pkt);
|
|---|
| 1667 | ^
|
|---|
| 1668 | CC libavformat/ingenientdec.o
|
|---|
| 1669 | CC libavformat/ipmovie.o
|
|---|
| 1670 | CC libavformat/ircam.o
|
|---|
| 1671 | CC libavformat/ircamdec.o
|
|---|
| 1672 | CC libavformat/ircamenc.o
|
|---|
| 1673 | CC libavformat/isom.o
|
|---|
| 1674 | libavformat/isom.c: In function 'ff_mp4_read_dec_config_descr':
|
|---|
| 1675 | libavformat/isom.c:482:14: warning: variable 'v' set but not used [-Wunused-but-set-variable]
|
|---|
| 1676 | unsigned v;
|
|---|
| 1677 | ^
|
|---|
| 1678 | CC libavformat/iss.o
|
|---|
| 1679 | CC libavformat/iv8.o
|
|---|
| 1680 | CC libavformat/ivfdec.o
|
|---|
| 1681 | CC libavformat/ivfenc.o
|
|---|
| 1682 | CC libavformat/jacosubdec.o
|
|---|
| 1683 | CC libavformat/jacosubenc.o
|
|---|
| 1684 | CC libavformat/jvdec.o
|
|---|
| 1685 | CC libavformat/latmenc.o
|
|---|
| 1686 | CC libavformat/librtmp.o
|
|---|
| 1687 | CC libavformat/lmlm4.o
|
|---|
| 1688 | CC libavformat/loasdec.o
|
|---|
| 1689 | CC libavformat/log2_tab.o
|
|---|
| 1690 | CC libavformat/lrc.o
|
|---|
| 1691 | CC libavformat/lrcdec.o
|
|---|
| 1692 | CC libavformat/lrcenc.o
|
|---|
| 1693 | CC libavformat/lvfdec.o
|
|---|
| 1694 | CC libavformat/lxfdec.o
|
|---|
| 1695 | CC libavformat/m4vdec.o
|
|---|
| 1696 | CC libavformat/matroska.o
|
|---|
| 1697 | CC libavformat/matroskadec.o
|
|---|
| 1698 | CC libavformat/matroskaenc.o
|
|---|
| 1699 | CC libavformat/md5proto.o
|
|---|
| 1700 | CC libavformat/metadata.o
|
|---|
| 1701 | CC libavformat/mgsts.o
|
|---|
| 1702 | CC libavformat/microdvddec.o
|
|---|
| 1703 | CC libavformat/microdvdenc.o
|
|---|
| 1704 | CC libavformat/mkvtimestamp_v2.o
|
|---|
| 1705 | CC libavformat/mlpdec.o
|
|---|
| 1706 | CC libavformat/mlvdec.o
|
|---|
| 1707 | CC libavformat/mm.o
|
|---|
| 1708 | CC libavformat/mmf.o
|
|---|
| 1709 | CC libavformat/mms.o
|
|---|
| 1710 | CC libavformat/mmsh.o
|
|---|
| 1711 | CC libavformat/mmst.o
|
|---|
| 1712 | CC libavformat/mov.o
|
|---|
| 1713 | CC libavformat/mov_chan.o
|
|---|
| 1714 | CC libavformat/movenc.o
|
|---|
| 1715 | CC libavformat/movenccenc.o
|
|---|
| 1716 | CC libavformat/movenchint.o
|
|---|
| 1717 | CC libavformat/mp3dec.o
|
|---|
| 1718 | CC libavformat/mp3enc.o
|
|---|
| 1719 | CC libavformat/mpc.o
|
|---|
| 1720 | CC libavformat/mpc8.o
|
|---|
| 1721 | CC libavformat/mpeg.o
|
|---|
| 1722 | CC libavformat/mpegenc.o
|
|---|
| 1723 | CC libavformat/mpegts.o
|
|---|
| 1724 | CC libavformat/mpegtsenc.o
|
|---|
| 1725 | CC libavformat/mpegvideodec.o
|
|---|
| 1726 | CC libavformat/mpjpeg.o
|
|---|
| 1727 | CC libavformat/mpjpegdec.o
|
|---|
| 1728 | CC libavformat/mpl2dec.o
|
|---|
| 1729 | CC libavformat/mpsubdec.o
|
|---|
| 1730 | CC libavformat/msf.o
|
|---|
| 1731 | CC libavformat/msnwc_tcp.o
|
|---|
| 1732 | CC libavformat/mtaf.o
|
|---|
| 1733 | CC libavformat/mtv.o
|
|---|
| 1734 | CC libavformat/musx.o
|
|---|
| 1735 | CC libavformat/mux.o
|
|---|
| 1736 | CC libavformat/mvdec.o
|
|---|
| 1737 | CC libavformat/mvi.o
|
|---|
| 1738 | CC libavformat/mxf.o
|
|---|
| 1739 | CC libavformat/mxfdec.o
|
|---|
| 1740 | CC libavformat/mxfenc.o
|
|---|
| 1741 | CC libavformat/mxg.o
|
|---|
| 1742 | CC libavformat/ncdec.o
|
|---|
| 1743 | CC libavformat/network.o
|
|---|
| 1744 | CC libavformat/nistspheredec.o
|
|---|
| 1745 | CC libavformat/nsvdec.o
|
|---|
| 1746 | CC libavformat/nullenc.o
|
|---|
| 1747 | CC libavformat/nut.o
|
|---|
| 1748 | CC libavformat/nutdec.o
|
|---|
| 1749 | CC libavformat/nutenc.o
|
|---|
| 1750 | CC libavformat/nuv.o
|
|---|
| 1751 | CC libavformat/oggdec.o
|
|---|
| 1752 | CC libavformat/oggenc.o
|
|---|
| 1753 | CC libavformat/oggparsecelt.o
|
|---|
| 1754 | CC libavformat/oggparsedaala.o
|
|---|
| 1755 | CC libavformat/oggparsedirac.o
|
|---|
| 1756 | CC libavformat/oggparseflac.o
|
|---|
| 1757 | CC libavformat/oggparseogm.o
|
|---|
| 1758 | CC libavformat/oggparseopus.o
|
|---|
| 1759 | CC libavformat/oggparseskeleton.o
|
|---|
| 1760 | CC libavformat/oggparsespeex.o
|
|---|
| 1761 | CC libavformat/oggparsetheora.o
|
|---|
| 1762 | CC libavformat/oggparsevorbis.o
|
|---|
| 1763 | CC libavformat/oggparsevp8.o
|
|---|
| 1764 | CC libavformat/oma.o
|
|---|
| 1765 | CC libavformat/omadec.o
|
|---|
| 1766 | CC libavformat/omaenc.o
|
|---|
| 1767 | CC libavformat/options.o
|
|---|
| 1768 | CC libavformat/os_support.o
|
|---|
| 1769 | CC libavformat/paf.o
|
|---|
| 1770 | CC libavformat/pcm.o
|
|---|
| 1771 | CC libavformat/pcmdec.o
|
|---|
| 1772 | CC libavformat/pcmenc.o
|
|---|
| 1773 | CC libavformat/pjsdec.o
|
|---|
| 1774 | CC libavformat/pmpdec.o
|
|---|
| 1775 | CC libavformat/protocols.o
|
|---|
| 1776 | CC libavformat/psxstr.o
|
|---|
| 1777 | CC libavformat/pva.o
|
|---|
| 1778 | CC libavformat/pvfdec.o
|
|---|
| 1779 | CC libavformat/qcp.o
|
|---|
| 1780 | CC libavformat/qtpalette.o
|
|---|
| 1781 | CC libavformat/r3d.o
|
|---|
| 1782 | CC libavformat/rawdec.o
|
|---|
| 1783 | CC libavformat/rawenc.o
|
|---|
| 1784 | CC libavformat/rawutils.o
|
|---|
| 1785 | CC libavformat/rawvideodec.o
|
|---|
| 1786 | CC libavformat/rdt.o
|
|---|
| 1787 | CC libavformat/realtextdec.o
|
|---|
| 1788 | CC libavformat/redspark.o
|
|---|
| 1789 | CC libavformat/replaygain.o
|
|---|
| 1790 | CC libavformat/riff.o
|
|---|
| 1791 | CC libavformat/riffdec.o
|
|---|
| 1792 | CC libavformat/riffenc.o
|
|---|
| 1793 | CC libavformat/rl2.o
|
|---|
| 1794 | CC libavformat/rm.o
|
|---|
| 1795 | CC libavformat/rmdec.o
|
|---|
| 1796 | CC libavformat/rmenc.o
|
|---|
| 1797 | CC libavformat/rmsipr.o
|
|---|
| 1798 | CC libavformat/rpl.o
|
|---|
| 1799 | CC libavformat/rsd.o
|
|---|
| 1800 | CC libavformat/rso.o
|
|---|
| 1801 | CC libavformat/rsodec.o
|
|---|
| 1802 | CC libavformat/rsoenc.o
|
|---|
| 1803 | CC libavformat/rtp.o
|
|---|
| 1804 | CC libavformat/rtpdec.o
|
|---|
| 1805 | CC libavformat/rtpdec_ac3.o
|
|---|
| 1806 | CC libavformat/rtpdec_amr.o
|
|---|
| 1807 | CC libavformat/rtpdec_asf.o
|
|---|
| 1808 | CC libavformat/rtpdec_dv.o
|
|---|
| 1809 | CC libavformat/rtpdec_g726.o
|
|---|
| 1810 | CC libavformat/rtpdec_h261.o
|
|---|
| 1811 | CC libavformat/rtpdec_h263.o
|
|---|
| 1812 | CC libavformat/rtpdec_h263_rfc2190.o
|
|---|
| 1813 | CC libavformat/rtpdec_h264.o
|
|---|
| 1814 | CC libavformat/rtpdec_hevc.o
|
|---|
| 1815 | CC libavformat/rtpdec_ilbc.o
|
|---|
| 1816 | CC libavformat/rtpdec_jpeg.o
|
|---|
| 1817 | CC libavformat/rtpdec_latm.o
|
|---|
| 1818 | CC libavformat/rtpdec_mpa_robust.o
|
|---|
| 1819 | CC libavformat/rtpdec_mpeg12.o
|
|---|
| 1820 | CC libavformat/rtpdec_mpeg4.o
|
|---|
| 1821 | libavformat/rtpdec_mpeg4.c: In function 'parse_fmtp':
|
|---|
| 1822 | libavformat/rtpdec_mpeg4.c:281:38: warning: passing argument 2 of 'parse_fmtp_config' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 1823 | res = parse_fmtp_config(par, value);
|
|---|
| 1824 | ^
|
|---|
| 1825 | libavformat/rtpdec_mpeg4.c:100:12: note: expected 'char *' but argument is of type 'const char *'
|
|---|
| 1826 | static int parse_fmtp_config(AVCodecParameters *par, char *value)
|
|---|
| 1827 | ^
|
|---|
| 1828 | CC libavformat/rtpdec_mpegts.o
|
|---|
| 1829 | CC libavformat/rtpdec_qcelp.o
|
|---|
| 1830 | CC libavformat/rtpdec_qdm2.o
|
|---|
| 1831 | CC libavformat/rtpdec_qt.o
|
|---|
| 1832 | CC libavformat/rtpdec_svq3.o
|
|---|
| 1833 | CC libavformat/rtpdec_vc2hq.o
|
|---|
| 1834 | CC libavformat/rtpdec_vp8.o
|
|---|
| 1835 | CC libavformat/rtpdec_vp9.o
|
|---|
| 1836 | CC libavformat/rtpdec_xiph.o
|
|---|
| 1837 | CC libavformat/rtpenc.o
|
|---|
| 1838 | CC libavformat/rtpenc_aac.o
|
|---|
| 1839 | CC libavformat/rtpenc_amr.o
|
|---|
| 1840 | CC libavformat/rtpenc_chain.o
|
|---|
| 1841 | CC libavformat/rtpenc_h261.o
|
|---|
| 1842 | CC libavformat/rtpenc_h263.o
|
|---|
| 1843 | CC libavformat/rtpenc_h263_rfc2190.o
|
|---|
| 1844 | CC libavformat/rtpenc_h264_hevc.o
|
|---|
| 1845 | CC libavformat/rtpenc_jpeg.o
|
|---|
| 1846 | CC libavformat/rtpenc_latm.o
|
|---|
| 1847 | CC libavformat/rtpenc_mpegts.o
|
|---|
| 1848 | CC libavformat/rtpenc_mpv.o
|
|---|
| 1849 | CC libavformat/rtpenc_vc2hq.o
|
|---|
| 1850 | CC libavformat/rtpenc_vp8.o
|
|---|
| 1851 | CC libavformat/rtpenc_vp9.o
|
|---|
| 1852 | CC libavformat/rtpenc_xiph.o
|
|---|
| 1853 | CC libavformat/rtpproto.o
|
|---|
| 1854 | In file included from libavformat/rtpproto.c:42:0:
|
|---|
| 1855 | /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
|
|---|
| 1856 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
|
|---|
| 1857 | ^
|
|---|
| 1858 | CC libavformat/rtsp.o
|
|---|
| 1859 | CC libavformat/rtspdec.o
|
|---|
| 1860 | CC libavformat/rtspenc.o
|
|---|
| 1861 | CC libavformat/samidec.o
|
|---|
| 1862 | CC libavformat/sapdec.o
|
|---|
| 1863 | CC libavformat/sapenc.o
|
|---|
| 1864 | CC libavformat/sauce.o
|
|---|
| 1865 | CC libavformat/sbgdec.o
|
|---|
| 1866 | CC libavformat/sdp.o
|
|---|
| 1867 | libavformat/sdp.c: In function 'sdp_write_media_attributes':
|
|---|
| 1868 | libavformat/sdp.c:692:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1869 | if (st->codec) {
|
|---|
| 1870 | ^
|
|---|
| 1871 | In file included from libavformat/sdp.c:29:0:
|
|---|
| 1872 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1873 | AVCodecContext *codec;
|
|---|
| 1874 | ^
|
|---|
| 1875 | libavformat/sdp.c:696:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1876 | if (st->codec->flags & AV_CODEC_FLAG_QSCALE)
|
|---|
| 1877 | ^
|
|---|
| 1878 | In file included from libavformat/sdp.c:29:0:
|
|---|
| 1879 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1880 | AVCodecContext *codec;
|
|---|
| 1881 | ^
|
|---|
| 1882 | libavformat/sdp.c:698:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1883 | else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option)
|
|---|
| 1884 | ^
|
|---|
| 1885 | In file included from libavformat/sdp.c:29:0:
|
|---|
| 1886 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1887 | AVCodecContext *codec;
|
|---|
| 1888 | ^
|
|---|
| 1889 | CC libavformat/sdr2.o
|
|---|
| 1890 | CC libavformat/segafilm.o
|
|---|
| 1891 | CC libavformat/segment.o
|
|---|
| 1892 | CC libavformat/shortendec.o
|
|---|
| 1893 | CC libavformat/sierravmd.o
|
|---|
| 1894 | CC libavformat/siff.o
|
|---|
| 1895 | CC libavformat/smacker.o
|
|---|
| 1896 | CC libavformat/smjpeg.o
|
|---|
| 1897 | CC libavformat/smjpegdec.o
|
|---|
| 1898 | CC libavformat/smjpegenc.o
|
|---|
| 1899 | CC libavformat/smoothstreamingenc.o
|
|---|
| 1900 | CC libavformat/smush.o
|
|---|
| 1901 | CC libavformat/sol.o
|
|---|
| 1902 | CC libavformat/soxdec.o
|
|---|
| 1903 | CC libavformat/soxenc.o
|
|---|
| 1904 | CC libavformat/spdif.o
|
|---|
| 1905 | CC libavformat/spdifdec.o
|
|---|
| 1906 | CC libavformat/spdifenc.o
|
|---|
| 1907 | CC libavformat/srtdec.o
|
|---|
| 1908 | CC libavformat/srtenc.o
|
|---|
| 1909 | CC libavformat/srtp.o
|
|---|
| 1910 | CC libavformat/srtpproto.o
|
|---|
| 1911 | CC libavformat/stldec.o
|
|---|
| 1912 | CC libavformat/subfile.o
|
|---|
| 1913 | CC libavformat/subtitles.o
|
|---|
| 1914 | CC libavformat/subviewer1dec.o
|
|---|
| 1915 | CC libavformat/subviewerdec.o
|
|---|
| 1916 | CC libavformat/supdec.o
|
|---|
| 1917 | CC libavformat/svag.o
|
|---|
| 1918 | CC libavformat/swf.o
|
|---|
| 1919 | CC libavformat/swfdec.o
|
|---|
| 1920 | CC libavformat/swfenc.o
|
|---|
| 1921 | CC libavformat/takdec.o
|
|---|
| 1922 | CC libavformat/tcp.o
|
|---|
| 1923 | CC libavformat/tedcaptionsdec.o
|
|---|
| 1924 | CC libavformat/tee.o
|
|---|
| 1925 | libavformat/tee.c: In function 'parse_bsfs':
|
|---|
| 1926 | libavformat/tee.c:124:9: warning: 'av_bitstream_filter_init' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1927 | AVBitStreamFilterContext *bsf = av_bitstream_filter_init(bsf_name);
|
|---|
| 1928 | ^
|
|---|
| 1929 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1930 | from libavformat/internal.h:27,
|
|---|
| 1931 | from libavformat/tee.c:26:
|
|---|
| 1932 | ./libavcodec/avcodec.h:5799:27: note: declared here
|
|---|
| 1933 | AVBitStreamFilterContext *av_bitstream_filter_init(const char *name);
|
|---|
| 1934 | ^
|
|---|
| 1935 | libavformat/tee.c: In function 'close_slave':
|
|---|
| 1936 | libavformat/tee.c:182:17: warning: 'av_bitstream_filter_close' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1937 | av_bitstream_filter_close(bsf);
|
|---|
| 1938 | ^
|
|---|
| 1939 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 1940 | from libavformat/internal.h:27,
|
|---|
| 1941 | from libavformat/tee.c:26:
|
|---|
| 1942 | ./libavcodec/avcodec.h:5843:6: note: declared here
|
|---|
| 1943 | void av_bitstream_filter_close(AVBitStreamFilterContext *bsf);
|
|---|
| 1944 | ^
|
|---|
| 1945 | libavformat/tee.c: In function 'tee_write_packet':
|
|---|
| 1946 | libavformat/tee.c:549:9: warning: 'av_apply_bitstream_filters' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1947 | if ((ret = av_apply_bitstream_filters(avf2->streams[s2]->codec, &pkt2,
|
|---|
| 1948 | ^
|
|---|
| 1949 | In file included from libavformat/internal.h:27:0,
|
|---|
| 1950 | from libavformat/tee.c:26:
|
|---|
| 1951 | libavformat/avformat.h:2878:5: note: declared here
|
|---|
| 1952 | int av_apply_bitstream_filters(AVCodecContext *codec, AVPacket *pkt,
|
|---|
| 1953 | ^
|
|---|
| 1954 | libavformat/tee.c:549:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 1955 | if ((ret = av_apply_bitstream_filters(avf2->streams[s2]->codec, &pkt2,
|
|---|
| 1956 | ^
|
|---|
| 1957 | In file included from libavformat/internal.h:27:0,
|
|---|
| 1958 | from libavformat/tee.c:26:
|
|---|
| 1959 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 1960 | AVCodecContext *codec;
|
|---|
| 1961 | ^
|
|---|
| 1962 | CC libavformat/teeproto.o
|
|---|
| 1963 | CC libavformat/thp.o
|
|---|
| 1964 | CC libavformat/tiertexseq.o
|
|---|
| 1965 | CC libavformat/tls.o
|
|---|
| 1966 | CC libavformat/tls_gnutls.o
|
|---|
| 1967 | CC libavformat/tmv.o
|
|---|
| 1968 | CC libavformat/tta.o
|
|---|
| 1969 | CC libavformat/tty.o
|
|---|
| 1970 | CC libavformat/txd.o
|
|---|
| 1971 | CC libavformat/udp.o
|
|---|
| 1972 | CC libavformat/uncodedframecrcenc.o
|
|---|
| 1973 | CC libavformat/unix.o
|
|---|
| 1974 | CC libavformat/url.o
|
|---|
| 1975 | CC libavformat/urldecode.o
|
|---|
| 1976 | CC libavformat/utils.o
|
|---|
| 1977 | CC libavformat/v210.o
|
|---|
| 1978 | CC libavformat/vag.o
|
|---|
| 1979 | CC libavformat/vc1dec.o
|
|---|
| 1980 | CC libavformat/vc1test.o
|
|---|
| 1981 | CC libavformat/vc1testenc.o
|
|---|
| 1982 | CC libavformat/vivo.o
|
|---|
| 1983 | CC libavformat/voc.o
|
|---|
| 1984 | CC libavformat/voc_packet.o
|
|---|
| 1985 | CC libavformat/vocdec.o
|
|---|
| 1986 | CC libavformat/vocenc.o
|
|---|
| 1987 | CC libavformat/vorbiscomment.o
|
|---|
| 1988 | CC libavformat/vpcc.o
|
|---|
| 1989 | CC libavformat/vpk.o
|
|---|
| 1990 | CC libavformat/vplayerdec.o
|
|---|
| 1991 | CC libavformat/vqf.o
|
|---|
| 1992 | CC libavformat/w64.o
|
|---|
| 1993 | CC libavformat/wavdec.o
|
|---|
| 1994 | CC libavformat/wavenc.o
|
|---|
| 1995 | CC libavformat/wc3movie.o
|
|---|
| 1996 | CC libavformat/webm_chunk.o
|
|---|
| 1997 | CC libavformat/webmdashenc.o
|
|---|
| 1998 | CC libavformat/webpenc.o
|
|---|
| 1999 | CC libavformat/webvttdec.o
|
|---|
| 2000 | CC libavformat/webvttenc.o
|
|---|
| 2001 | CC libavformat/westwood_aud.o
|
|---|
| 2002 | CC libavformat/westwood_vqa.o
|
|---|
| 2003 | CC libavformat/wsddec.o
|
|---|
| 2004 | CC libavformat/wtv_common.o
|
|---|
| 2005 | CC libavformat/wtvdec.o
|
|---|
| 2006 | CC libavformat/wtvenc.o
|
|---|
| 2007 | CC libavformat/wv.o
|
|---|
| 2008 | CC libavformat/wvdec.o
|
|---|
| 2009 | CC libavformat/wvedec.o
|
|---|
| 2010 | CC libavformat/wvenc.o
|
|---|
| 2011 | CC libavformat/xa.o
|
|---|
| 2012 | CC libavformat/xmv.o
|
|---|
| 2013 | CC libavformat/xvag.o
|
|---|
| 2014 | CC libavformat/xwma.o
|
|---|
| 2015 | CC libavformat/yop.o
|
|---|
| 2016 | CC libavformat/yuv4mpegdec.o
|
|---|
| 2017 | CC libavformat/yuv4mpegenc.o
|
|---|
| 2018 | GEN libavformat/libavformat.ver
|
|---|
| 2019 | CC libavcodec/012v.o
|
|---|
| 2020 | CC libavcodec/4xm.o
|
|---|
| 2021 | CC libavcodec/8bps.o
|
|---|
| 2022 | CC libavcodec/8svx.o
|
|---|
| 2023 | CC libavcodec/a64multienc.o
|
|---|
| 2024 | CC libavcodec/aac_ac3_parser.o
|
|---|
| 2025 | CC libavcodec/aac_adtstoasc_bsf.o
|
|---|
| 2026 | CC libavcodec/aac_parser.o
|
|---|
| 2027 | CC libavcodec/aacadtsdec.o
|
|---|
| 2028 | CC libavcodec/aaccoder.o
|
|---|
| 2029 | CC libavcodec/aacdec.o
|
|---|
| 2030 | CC libavcodec/aacdec_fixed.o
|
|---|
| 2031 | CC libavcodec/aacenc.o
|
|---|
| 2032 | CC libavcodec/aacenc_is.o
|
|---|
| 2033 | CC libavcodec/aacenc_ltp.o
|
|---|
| 2034 | CC libavcodec/aacenc_pred.o
|
|---|
| 2035 | CC libavcodec/aacenc_tns.o
|
|---|
| 2036 | CC libavcodec/aacenctab.o
|
|---|
| 2037 | CC libavcodec/aacps_fixed.o
|
|---|
| 2038 | CC libavcodec/aacps_float.o
|
|---|
| 2039 | CC libavcodec/aacpsdsp_fixed.o
|
|---|
| 2040 | CC libavcodec/aacpsdsp_float.o
|
|---|
| 2041 | CC libavcodec/aacpsy.o
|
|---|
| 2042 | CC libavcodec/aacsbr.o
|
|---|
| 2043 | CC libavcodec/aacsbr_fixed.o
|
|---|
| 2044 | CC libavcodec/aactab.o
|
|---|
| 2045 | CC libavcodec/aandcttab.o
|
|---|
| 2046 | CC libavcodec/aasc.o
|
|---|
| 2047 | CC libavcodec/ac3.o
|
|---|
| 2048 | CC libavcodec/ac3_parser.o
|
|---|
| 2049 | CC libavcodec/ac3dec_data.o
|
|---|
| 2050 | CC libavcodec/ac3dec_fixed.o
|
|---|
| 2051 | CC libavcodec/ac3dec_float.o
|
|---|
| 2052 | CC libavcodec/ac3dsp.o
|
|---|
| 2053 | CC libavcodec/ac3enc.o
|
|---|
| 2054 | CC libavcodec/ac3enc_fixed.o
|
|---|
| 2055 | CC libavcodec/ac3enc_float.o
|
|---|
| 2056 | CC libavcodec/ac3tab.o
|
|---|
| 2057 | CC libavcodec/acelp_filters.o
|
|---|
| 2058 | CC libavcodec/acelp_pitch_delay.o
|
|---|
| 2059 | CC libavcodec/acelp_vectors.o
|
|---|
| 2060 | CC libavcodec/adpcm.o
|
|---|
| 2061 | CC libavcodec/adpcm_data.o
|
|---|
| 2062 | CC libavcodec/adpcmenc.o
|
|---|
| 2063 | CC libavcodec/adx.o
|
|---|
| 2064 | CC libavcodec/adx_parser.o
|
|---|
| 2065 | CC libavcodec/adxdec.o
|
|---|
| 2066 | CC libavcodec/adxenc.o
|
|---|
| 2067 | CC libavcodec/aic.o
|
|---|
| 2068 | CC libavcodec/alac.o
|
|---|
| 2069 | CC libavcodec/alac_data.o
|
|---|
| 2070 | CC libavcodec/alacdsp.o
|
|---|
| 2071 | CC libavcodec/alacenc.o
|
|---|
| 2072 | CC libavcodec/aliaspixdec.o
|
|---|
| 2073 | CC libavcodec/aliaspixenc.o
|
|---|
| 2074 | CC libavcodec/allcodecs.o
|
|---|
| 2075 | CC libavcodec/alsdec.o
|
|---|
| 2076 | CC libavcodec/amrnbdec.o
|
|---|
| 2077 | CC libavcodec/amrwbdec.o
|
|---|
| 2078 | CC libavcodec/anm.o
|
|---|
| 2079 | CC libavcodec/ansi.o
|
|---|
| 2080 | CC libavcodec/apedec.o
|
|---|
| 2081 | CC libavcodec/ass.o
|
|---|
| 2082 | CC libavcodec/ass_split.o
|
|---|
| 2083 | CC libavcodec/assdec.o
|
|---|
| 2084 | CC libavcodec/assenc.o
|
|---|
| 2085 | CC libavcodec/asv.o
|
|---|
| 2086 | CC libavcodec/asvdec.o
|
|---|
| 2087 | CC libavcodec/asvenc.o
|
|---|
| 2088 | CC libavcodec/atrac.o
|
|---|
| 2089 | CC libavcodec/atrac1.o
|
|---|
| 2090 | CC libavcodec/atrac3.o
|
|---|
| 2091 | CC libavcodec/atrac3plus.o
|
|---|
| 2092 | CC libavcodec/atrac3plusdec.o
|
|---|
| 2093 | CC libavcodec/atrac3plusdsp.o
|
|---|
| 2094 | CC libavcodec/audio_frame_queue.o
|
|---|
| 2095 | CC libavcodec/audioconvert.o
|
|---|
| 2096 | CC libavcodec/audiodsp.o
|
|---|
| 2097 | CC libavcodec/aura.o
|
|---|
| 2098 | CC libavcodec/avdct.o
|
|---|
| 2099 | CC libavcodec/avfft.o
|
|---|
| 2100 | CC libavcodec/avpacket.o
|
|---|
| 2101 | CC libavcodec/avpicture.o
|
|---|
| 2102 | CC libavcodec/avrndec.o
|
|---|
| 2103 | libavcodec/avrndec.c: In function 'decode_frame':
|
|---|
| 2104 | libavcodec/avrndec.c:110:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2105 | ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt);
|
|---|
| 2106 | ^
|
|---|
| 2107 | In file included from libavcodec/avrndec.c:22:0:
|
|---|
| 2108 | libavcodec/avcodec.h:4770:5: note: declared here
|
|---|
| 2109 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
|
|---|
| 2110 | ^
|
|---|
| 2111 | CC libavcodec/avs.o
|
|---|
| 2112 | CC libavcodec/avuidec.o
|
|---|
| 2113 | CC libavcodec/avuienc.o
|
|---|
| 2114 | CC libavcodec/bethsoftvideo.o
|
|---|
| 2115 | CC libavcodec/bfi.o
|
|---|
| 2116 | CC libavcodec/bgmc.o
|
|---|
| 2117 | CC libavcodec/bink.o
|
|---|
| 2118 | CC libavcodec/binkaudio.o
|
|---|
| 2119 | CC libavcodec/binkdsp.o
|
|---|
| 2120 | CC libavcodec/bintext.o
|
|---|
| 2121 | CC libavcodec/bitstream.o
|
|---|
| 2122 | CC libavcodec/bitstream_filter.o
|
|---|
| 2123 | libavcodec/bitstream_filter.c: In function 'av_bitstream_filter_next':
|
|---|
| 2124 | libavcodec/bitstream_filter.c:40:12: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 2125 | return av_bsf_next(&opaque);
|
|---|
| 2126 | ^
|
|---|
| 2127 | libavcodec/bitstream_filter.c: In function 'av_bitstream_filter_init':
|
|---|
| 2128 | libavcodec/bitstream_filter.c:71:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 2129 | ctx->filter = bsf;
|
|---|
| 2130 | ^
|
|---|
| 2131 | libavcodec/bitstream_filter.c: In function 'av_bitstream_filter_filter':
|
|---|
| 2132 | libavcodec/bitstream_filter.c:133:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 2133 | pkt.data = buf;
|
|---|
| 2134 | ^
|
|---|
| 2135 | CC libavcodec/bitstream_filters.o
|
|---|
| 2136 | CC libavcodec/blockdsp.o
|
|---|
| 2137 | CC libavcodec/bmp.o
|
|---|
| 2138 | CC libavcodec/bmp_parser.o
|
|---|
| 2139 | CC libavcodec/bmpenc.o
|
|---|
| 2140 | CC libavcodec/bmvaudio.o
|
|---|
| 2141 | CC libavcodec/bmvvideo.o
|
|---|
| 2142 | CC libavcodec/brenderpix.o
|
|---|
| 2143 | CC libavcodec/bsf.o
|
|---|
| 2144 | CC libavcodec/bswapdsp.o
|
|---|
| 2145 | CC libavcodec/c93.o
|
|---|
| 2146 | CC libavcodec/cabac.o
|
|---|
| 2147 | CC libavcodec/canopus.o
|
|---|
| 2148 | CC libavcodec/cavs.o
|
|---|
| 2149 | CC libavcodec/cavs_parser.o
|
|---|
| 2150 | CC libavcodec/cavsdata.o
|
|---|
| 2151 | CC libavcodec/cavsdec.o
|
|---|
| 2152 | CC libavcodec/cavsdsp.o
|
|---|
| 2153 | CC libavcodec/cbrt_data.o
|
|---|
| 2154 | CC libavcodec/cbrt_data_fixed.o
|
|---|
| 2155 | CC libavcodec/ccaption_dec.o
|
|---|
| 2156 | CC libavcodec/cdgraphics.o
|
|---|
| 2157 | CC libavcodec/cdxl.o
|
|---|
| 2158 | CC libavcodec/celp_filters.o
|
|---|
| 2159 | CC libavcodec/celp_math.o
|
|---|
| 2160 | CC libavcodec/cfhd.o
|
|---|
| 2161 | CC libavcodec/cfhddata.o
|
|---|
| 2162 | CC libavcodec/cga_data.o
|
|---|
| 2163 | CC libavcodec/chomp_bsf.o
|
|---|
| 2164 | CC libavcodec/cinepak.o
|
|---|
| 2165 | CC libavcodec/cinepakenc.o
|
|---|
| 2166 | CC libavcodec/cljrdec.o
|
|---|
| 2167 | CC libavcodec/cljrenc.o
|
|---|
| 2168 | CC libavcodec/cllc.o
|
|---|
| 2169 | CC libavcodec/cngdec.o
|
|---|
| 2170 | CC libavcodec/cngenc.o
|
|---|
| 2171 | CC libavcodec/codec_desc.o
|
|---|
| 2172 | CC libavcodec/cook.o
|
|---|
| 2173 | CC libavcodec/cook_parser.o
|
|---|
| 2174 | CC libavcodec/cpia.o
|
|---|
| 2175 | CC libavcodec/cscd.o
|
|---|
| 2176 | CC libavcodec/cyuv.o
|
|---|
| 2177 | CC libavcodec/d3d11va.o
|
|---|
| 2178 | CC libavcodec/dca.o
|
|---|
| 2179 | CC libavcodec/dca_core.o
|
|---|
| 2180 | CC libavcodec/dca_core_bsf.o
|
|---|
| 2181 | CC libavcodec/dca_exss.o
|
|---|
| 2182 | CC libavcodec/dca_lbr.o
|
|---|
| 2183 | CC libavcodec/dca_parser.o
|
|---|
| 2184 | CC libavcodec/dca_xll.o
|
|---|
| 2185 | CC libavcodec/dcadata.o
|
|---|
| 2186 | CC libavcodec/dcadct.o
|
|---|
| 2187 | CC libavcodec/dcadec.o
|
|---|
| 2188 | CC libavcodec/dcadsp.o
|
|---|
| 2189 | CC libavcodec/dcaenc.o
|
|---|
| 2190 | CC libavcodec/dcahuff.o
|
|---|
| 2191 | CC libavcodec/dct.o
|
|---|
| 2192 | CC libavcodec/dct32_fixed.o
|
|---|
| 2193 | CC libavcodec/dct32_float.o
|
|---|
| 2194 | CC libavcodec/dds.o
|
|---|
| 2195 | CC libavcodec/dfa.o
|
|---|
| 2196 | CC libavcodec/dirac.o
|
|---|
| 2197 | CC libavcodec/dirac_arith.o
|
|---|
| 2198 | CC libavcodec/dirac_dwt.o
|
|---|
| 2199 | CC libavcodec/dirac_parser.o
|
|---|
| 2200 | CC libavcodec/dirac_vlc.o
|
|---|
| 2201 | CC libavcodec/diracdec.o
|
|---|
| 2202 | CC libavcodec/diracdsp.o
|
|---|
| 2203 | CC libavcodec/diractab.o
|
|---|
| 2204 | CC libavcodec/dnxhd_parser.o
|
|---|
| 2205 | CC libavcodec/dnxhddata.o
|
|---|
| 2206 | CC libavcodec/dnxhddec.o
|
|---|
| 2207 | CC libavcodec/dnxhdenc.o
|
|---|
| 2208 | CC libavcodec/dpcm.o
|
|---|
| 2209 | CC libavcodec/dpx.o
|
|---|
| 2210 | CC libavcodec/dpx_parser.o
|
|---|
| 2211 | CC libavcodec/dpxenc.o
|
|---|
| 2212 | CC libavcodec/dsd.o
|
|---|
| 2213 | CC libavcodec/dsddec.o
|
|---|
| 2214 | CC libavcodec/dsicinaudio.o
|
|---|
| 2215 | CC libavcodec/dsicinvideo.o
|
|---|
| 2216 | CC libavcodec/dss_sp.o
|
|---|
| 2217 | CC libavcodec/dstdec.o
|
|---|
| 2218 | CC libavcodec/dump_extradata_bsf.o
|
|---|
| 2219 | CC libavcodec/dv.o
|
|---|
| 2220 | CC libavcodec/dv_profile.o
|
|---|
| 2221 | CC libavcodec/dvaudio_parser.o
|
|---|
| 2222 | CC libavcodec/dvaudiodec.o
|
|---|
| 2223 | CC libavcodec/dvbsub.o
|
|---|
| 2224 | CC libavcodec/dvbsub_parser.o
|
|---|
| 2225 | CC libavcodec/dvbsubdec.o
|
|---|
| 2226 | CC libavcodec/dvd_nav_parser.o
|
|---|
| 2227 | CC libavcodec/dvdata.o
|
|---|
| 2228 | CC libavcodec/dvdec.o
|
|---|
| 2229 | CC libavcodec/dvdsub_parser.o
|
|---|
| 2230 | CC libavcodec/dvdsubdec.o
|
|---|
| 2231 | CC libavcodec/dvdsubenc.o
|
|---|
| 2232 | CC libavcodec/dvenc.o
|
|---|
| 2233 | CC libavcodec/dxa.o
|
|---|
| 2234 | CC libavcodec/dxtory.o
|
|---|
| 2235 | CC libavcodec/dxv.o
|
|---|
| 2236 | CC libavcodec/eac3_data.o
|
|---|
| 2237 | CC libavcodec/eac3enc.o
|
|---|
| 2238 | CC libavcodec/eacmv.o
|
|---|
| 2239 | CC libavcodec/eaidct.o
|
|---|
| 2240 | CC libavcodec/eamad.o
|
|---|
| 2241 | CC libavcodec/eatgq.o
|
|---|
| 2242 | CC libavcodec/eatgv.o
|
|---|
| 2243 | CC libavcodec/eatqi.o
|
|---|
| 2244 | CC libavcodec/elbg.o
|
|---|
| 2245 | CC libavcodec/elsdec.o
|
|---|
| 2246 | CC libavcodec/error_resilience.o
|
|---|
| 2247 | CC libavcodec/escape124.o
|
|---|
| 2248 | CC libavcodec/escape130.o
|
|---|
| 2249 | CC libavcodec/evrcdec.o
|
|---|
| 2250 | CC libavcodec/exif.o
|
|---|
| 2251 | CC libavcodec/exr.o
|
|---|
| 2252 | CC libavcodec/faandct.o
|
|---|
| 2253 | CC libavcodec/faanidct.o
|
|---|
| 2254 | CC libavcodec/faxcompr.o
|
|---|
| 2255 | CC libavcodec/fdctdsp.o
|
|---|
| 2256 | CC libavcodec/fft_fixed.o
|
|---|
| 2257 | CC libavcodec/fft_fixed_32.o
|
|---|
| 2258 | CC libavcodec/fft_float.o
|
|---|
| 2259 | CC libavcodec/fft_init_table.o
|
|---|
| 2260 | CC libavcodec/ffv1.o
|
|---|
| 2261 | CC libavcodec/ffv1dec.o
|
|---|
| 2262 | CC libavcodec/ffv1enc.o
|
|---|
| 2263 | CC libavcodec/ffwavesynth.o
|
|---|
| 2264 | CC libavcodec/fic.o
|
|---|
| 2265 | CC libavcodec/flac.o
|
|---|
| 2266 | CC libavcodec/flac_parser.o
|
|---|
| 2267 | CC libavcodec/flacdata.o
|
|---|
| 2268 | CC libavcodec/flacdec.o
|
|---|
| 2269 | CC libavcodec/flacdsp.o
|
|---|
| 2270 | CC libavcodec/flacenc.o
|
|---|
| 2271 | CC libavcodec/flashsv.o
|
|---|
| 2272 | CC libavcodec/flashsv2enc.o
|
|---|
| 2273 | CC libavcodec/flashsvenc.o
|
|---|
| 2274 | CC libavcodec/flicvideo.o
|
|---|
| 2275 | CC libavcodec/flvdec.o
|
|---|
| 2276 | CC libavcodec/flvenc.o
|
|---|
| 2277 | CC libavcodec/fmtconvert.o
|
|---|
| 2278 | CC libavcodec/frame_thread_encoder.o
|
|---|
| 2279 | libavcodec/frame_thread_encoder.c: In function 'worker':
|
|---|
| 2280 | libavcodec/frame_thread_encoder.c:86:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2281 | ret = avcodec_encode_video2(avctx, pkt, frame, &got_packet);
|
|---|
| 2282 | ^
|
|---|
| 2283 | In file included from libavcodec/frame_thread_encoder.h:24:0,
|
|---|
| 2284 | from libavcodec/frame_thread_encoder.c:21:
|
|---|
| 2285 | libavcodec/avcodec.h:5278:5: note: declared here
|
|---|
| 2286 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
|
|---|
| 2287 | ^
|
|---|
| 2288 | libavcodec/frame_thread_encoder.c:92:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2289 | int ret2 = av_dup_packet(pkt);
|
|---|
| 2290 | ^
|
|---|
| 2291 | In file included from libavcodec/frame_thread_encoder.h:24:0,
|
|---|
| 2292 | from libavcodec/frame_thread_encoder.c:21:
|
|---|
| 2293 | libavcodec/avcodec.h:4408:5: note: declared here
|
|---|
| 2294 | int av_dup_packet(AVPacket *pkt);
|
|---|
| 2295 | ^
|
|---|
| 2296 | CC libavcodec/fraps.o
|
|---|
| 2297 | CC libavcodec/frwu.o
|
|---|
| 2298 | CC libavcodec/g2meet.o
|
|---|
| 2299 | CC libavcodec/g722.o
|
|---|
| 2300 | CC libavcodec/g722dec.o
|
|---|
| 2301 | CC libavcodec/g722dsp.o
|
|---|
| 2302 | CC libavcodec/g722enc.o
|
|---|
| 2303 | CC libavcodec/g723_1.o
|
|---|
| 2304 | CC libavcodec/g723_1dec.o
|
|---|
| 2305 | CC libavcodec/g723_1enc.o
|
|---|
| 2306 | CC libavcodec/g726.o
|
|---|
| 2307 | CC libavcodec/g729_parser.o
|
|---|
| 2308 | CC libavcodec/g729dec.o
|
|---|
| 2309 | CC libavcodec/g729postfilter.o
|
|---|
| 2310 | CC libavcodec/gif.o
|
|---|
| 2311 | CC libavcodec/gifdec.o
|
|---|
| 2312 | CC libavcodec/golomb.o
|
|---|
| 2313 | CC libavcodec/gsm_parser.o
|
|---|
| 2314 | CC libavcodec/gsmdec.o
|
|---|
| 2315 | CC libavcodec/gsmdec_data.o
|
|---|
| 2316 | CC libavcodec/h261.o
|
|---|
| 2317 | CC libavcodec/h261_parser.o
|
|---|
| 2318 | CC libavcodec/h261data.o
|
|---|
| 2319 | CC libavcodec/h261dec.o
|
|---|
| 2320 | CC libavcodec/h261enc.o
|
|---|
| 2321 | CC libavcodec/h263.o
|
|---|
| 2322 | CC libavcodec/h263_parser.o
|
|---|
| 2323 | CC libavcodec/h263data.o
|
|---|
| 2324 | CC libavcodec/h263dec.o
|
|---|
| 2325 | CC libavcodec/h263dsp.o
|
|---|
| 2326 | CC libavcodec/h2645_parse.o
|
|---|
| 2327 | CC libavcodec/h264_cabac.o
|
|---|
| 2328 | CC libavcodec/h264_cavlc.o
|
|---|
| 2329 | CC libavcodec/h264_direct.o
|
|---|
| 2330 | CC libavcodec/h264_loopfilter.o
|
|---|
| 2331 | CC libavcodec/h264_mb.o
|
|---|
| 2332 | CC libavcodec/h264_mp4toannexb_bsf.o
|
|---|
| 2333 | CC libavcodec/h264_parse.o
|
|---|
| 2334 | CC libavcodec/h264_parser.o
|
|---|
| 2335 | CC libavcodec/h264_picture.o
|
|---|
| 2336 | CC libavcodec/h264_ps.o
|
|---|
| 2337 | CC libavcodec/h264_refs.o
|
|---|
| 2338 | CC libavcodec/h264_sei.o
|
|---|
| 2339 | CC libavcodec/h264_slice.o
|
|---|
| 2340 | CC libavcodec/h264chroma.o
|
|---|
| 2341 | CC libavcodec/h264data.o
|
|---|
| 2342 | CC libavcodec/h264dec.o
|
|---|
| 2343 | CC libavcodec/h264dsp.o
|
|---|
| 2344 | CC libavcodec/h264idct.o
|
|---|
| 2345 | CC libavcodec/h264pred.o
|
|---|
| 2346 | CC libavcodec/h264qpel.o
|
|---|
| 2347 | CC libavcodec/hap.o
|
|---|
| 2348 | CC libavcodec/hapdec.o
|
|---|
| 2349 | CC libavcodec/hevc.o
|
|---|
| 2350 | CC libavcodec/hevc_cabac.o
|
|---|
| 2351 | CC libavcodec/hevc_data.o
|
|---|
| 2352 | CC libavcodec/hevc_filter.o
|
|---|
| 2353 | CC libavcodec/hevc_mp4toannexb_bsf.o
|
|---|
| 2354 | CC libavcodec/hevc_mvs.o
|
|---|
| 2355 | CC libavcodec/hevc_parser.o
|
|---|
| 2356 | CC libavcodec/hevc_ps.o
|
|---|
| 2357 | CC libavcodec/hevc_refs.o
|
|---|
| 2358 | CC libavcodec/hevc_sei.o
|
|---|
| 2359 | CC libavcodec/hevcdsp.o
|
|---|
| 2360 | CC libavcodec/hevcpred.o
|
|---|
| 2361 | CC libavcodec/hnm4video.o
|
|---|
| 2362 | CC libavcodec/hpeldsp.o
|
|---|
| 2363 | CC libavcodec/hq_hqa.o
|
|---|
| 2364 | CC libavcodec/hq_hqadata.o
|
|---|
| 2365 | CC libavcodec/hq_hqadsp.o
|
|---|
| 2366 | CC libavcodec/hqx.o
|
|---|
| 2367 | CC libavcodec/hqxdsp.o
|
|---|
| 2368 | CC libavcodec/hqxvlc.o
|
|---|
| 2369 | CC libavcodec/htmlsubtitles.o
|
|---|
| 2370 | CC libavcodec/huffman.o
|
|---|
| 2371 | CC libavcodec/huffyuv.o
|
|---|
| 2372 | CC libavcodec/huffyuvdec.o
|
|---|
| 2373 | CC libavcodec/huffyuvdsp.o
|
|---|
| 2374 | CC libavcodec/huffyuvenc.o
|
|---|
| 2375 | CC libavcodec/huffyuvencdsp.o
|
|---|
| 2376 | CC libavcodec/idcinvideo.o
|
|---|
| 2377 | CC libavcodec/idctdsp.o
|
|---|
| 2378 | CC libavcodec/iff.o
|
|---|
| 2379 | CC libavcodec/iirfilter.o
|
|---|
| 2380 | CC libavcodec/imc.o
|
|---|
| 2381 | CC libavcodec/imdct15.o
|
|---|
| 2382 | CC libavcodec/imgconvert.o
|
|---|
| 2383 | CC libavcodec/imx_dump_header_bsf.o
|
|---|
| 2384 | CC libavcodec/indeo2.o
|
|---|
| 2385 | CC libavcodec/indeo3.o
|
|---|
| 2386 | CC libavcodec/indeo4.o
|
|---|
| 2387 | CC libavcodec/indeo5.o
|
|---|
| 2388 | CC libavcodec/intelh263dec.o
|
|---|
| 2389 | CC libavcodec/interplayacm.o
|
|---|
| 2390 | CC libavcodec/interplayvideo.o
|
|---|
| 2391 | CC libavcodec/intrax8.o
|
|---|
| 2392 | CC libavcodec/intrax8dsp.o
|
|---|
| 2393 | CC libavcodec/ituh263dec.o
|
|---|
| 2394 | CC libavcodec/ituh263enc.o
|
|---|
| 2395 | CC libavcodec/ivi.o
|
|---|
| 2396 | CC libavcodec/ivi_dsp.o
|
|---|
| 2397 | CC libavcodec/j2kenc.o
|
|---|
| 2398 | CC libavcodec/jacosubdec.o
|
|---|
| 2399 | CC libavcodec/jfdctfst.o
|
|---|
| 2400 | CC libavcodec/jfdctint.o
|
|---|
| 2401 | CC libavcodec/jni.o
|
|---|
| 2402 | CC libavcodec/jpeg2000.o
|
|---|
| 2403 | CC libavcodec/jpeg2000dec.o
|
|---|
| 2404 | CC libavcodec/jpeg2000dsp.o
|
|---|
| 2405 | CC libavcodec/jpeg2000dwt.o
|
|---|
| 2406 | CC libavcodec/jpegls.o
|
|---|
| 2407 | CC libavcodec/jpeglsdec.o
|
|---|
| 2408 | CC libavcodec/jpeglsenc.o
|
|---|
| 2409 | CC libavcodec/jpegtables.o
|
|---|
| 2410 | CC libavcodec/jrevdct.o
|
|---|
| 2411 | CC libavcodec/jvdec.o
|
|---|
| 2412 | CC libavcodec/kbdwin.o
|
|---|
| 2413 | CC libavcodec/kgv1dec.o
|
|---|
| 2414 | CC libavcodec/kmvc.o
|
|---|
| 2415 | CC libavcodec/lagarith.o
|
|---|
| 2416 | CC libavcodec/lagarithrac.o
|
|---|
| 2417 | CC libavcodec/latm_parser.o
|
|---|
| 2418 | CC libavcodec/lcldec.o
|
|---|
| 2419 | CC libavcodec/lclenc.o
|
|---|
| 2420 | CC libavcodec/libfdk-aacdec.o
|
|---|
| 2421 | CC libavcodec/libfdk-aacenc.o
|
|---|
| 2422 | CC libavcodec/libmp3lame.o
|
|---|
| 2423 | CC libavcodec/libopus.o
|
|---|
| 2424 | CC libavcodec/libopusdec.o
|
|---|
| 2425 | CC libavcodec/libopusenc.o
|
|---|
| 2426 | CC libavcodec/libtheoraenc.o
|
|---|
| 2427 | CC libavcodec/libvorbisdec.o
|
|---|
| 2428 | CC libavcodec/libvorbisenc.o
|
|---|
| 2429 | CC libavcodec/libvpx.o
|
|---|
| 2430 | CC libavcodec/libvpxdec.o
|
|---|
| 2431 | CC libavcodec/libvpxenc.o
|
|---|
| 2432 | CC libavcodec/libx264.o
|
|---|
| 2433 | CC libavcodec/libx265.o
|
|---|
| 2434 | libavcodec/libx265.c: In function 'libx265_encode_frame':
|
|---|
| 2435 | libavcodec/libx265.c:293:5: warning: 'ff_alloc_packet' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2436 | ret = ff_alloc_packet(pkt, payload);
|
|---|
| 2437 | ^
|
|---|
| 2438 | In file included from libavcodec/libx265.c:35:0:
|
|---|
| 2439 | libavcodec/internal.h:243:26: note: declared here
|
|---|
| 2440 | attribute_deprecated int ff_alloc_packet(AVPacket *avpkt, int size);
|
|---|
| 2441 | ^
|
|---|
| 2442 | CC libavcodec/libxvid.o
|
|---|
| 2443 | CC libavcodec/libxvid_rc.o
|
|---|
| 2444 | CC libavcodec/ljpegenc.o
|
|---|
| 2445 | CC libavcodec/loco.o
|
|---|
| 2446 | CC libavcodec/log2_tab.o
|
|---|
| 2447 | CC libavcodec/lossless_audiodsp.o
|
|---|
| 2448 | CC libavcodec/lossless_videodsp.o
|
|---|
| 2449 | CC libavcodec/lpc.o
|
|---|
| 2450 | CC libavcodec/lsp.o
|
|---|
| 2451 | CC libavcodec/lzf.o
|
|---|
| 2452 | CC libavcodec/lzw.o
|
|---|
| 2453 | CC libavcodec/lzwenc.o
|
|---|
| 2454 | CC libavcodec/m101.o
|
|---|
| 2455 | CC libavcodec/mace.o
|
|---|
| 2456 | CC libavcodec/magicyuv.o
|
|---|
| 2457 | CC libavcodec/mathtables.o
|
|---|
| 2458 | CC libavcodec/mdct_fixed.o
|
|---|
| 2459 | CC libavcodec/mdct_fixed_32.o
|
|---|
| 2460 | CC libavcodec/mdct_float.o
|
|---|
| 2461 | CC libavcodec/mdec.o
|
|---|
| 2462 | CC libavcodec/me_cmp.o
|
|---|
| 2463 | CC libavcodec/mediacodec.o
|
|---|
| 2464 | CC libavcodec/metasound.o
|
|---|
| 2465 | CC libavcodec/metasound_data.o
|
|---|
| 2466 | CC libavcodec/microdvddec.o
|
|---|
| 2467 | CC libavcodec/mimic.o
|
|---|
| 2468 | CC libavcodec/mjpeg2jpeg_bsf.o
|
|---|
| 2469 | CC libavcodec/mjpeg_parser.o
|
|---|
| 2470 | CC libavcodec/mjpega_dump_header_bsf.o
|
|---|
| 2471 | CC libavcodec/mjpegbdec.o
|
|---|
| 2472 | CC libavcodec/mjpegdec.o
|
|---|
| 2473 | CC libavcodec/mjpegenc.o
|
|---|
| 2474 | CC libavcodec/mjpegenc_common.o
|
|---|
| 2475 | CC libavcodec/mlp.o
|
|---|
| 2476 | CC libavcodec/mlp_parser.o
|
|---|
| 2477 | CC libavcodec/mlpdec.o
|
|---|
| 2478 | CC libavcodec/mlpdsp.o
|
|---|
| 2479 | CC libavcodec/mmvideo.o
|
|---|
| 2480 | CC libavcodec/motion_est.o
|
|---|
| 2481 | CC libavcodec/motionpixels.o
|
|---|
| 2482 | CC libavcodec/movsub_bsf.o
|
|---|
| 2483 | CC libavcodec/movtextdec.o
|
|---|
| 2484 | CC libavcodec/movtextenc.o
|
|---|
| 2485 | CC libavcodec/mp3_header_decompress_bsf.o
|
|---|
| 2486 | CC libavcodec/mpc.o
|
|---|
| 2487 | CC libavcodec/mpc7.o
|
|---|
| 2488 | CC libavcodec/mpc8.o
|
|---|
| 2489 | CC libavcodec/mpeg12.o
|
|---|
| 2490 | CC libavcodec/mpeg12data.o
|
|---|
| 2491 | CC libavcodec/mpeg12dec.o
|
|---|
| 2492 | CC libavcodec/mpeg12enc.o
|
|---|
| 2493 | CC libavcodec/mpeg4_unpack_bframes_bsf.o
|
|---|
| 2494 | CC libavcodec/mpeg4audio.o
|
|---|
| 2495 | CC libavcodec/mpeg4video.o
|
|---|
| 2496 | CC libavcodec/mpeg4video_parser.o
|
|---|
| 2497 | CC libavcodec/mpeg4videodec.o
|
|---|
| 2498 | CC libavcodec/mpeg4videoenc.o
|
|---|
| 2499 | CC libavcodec/mpeg_er.o
|
|---|
| 2500 | CC libavcodec/mpegaudio.o
|
|---|
| 2501 | CC libavcodec/mpegaudio_parser.o
|
|---|
| 2502 | CC libavcodec/mpegaudiodata.o
|
|---|
| 2503 | CC libavcodec/mpegaudiodec_fixed.o
|
|---|
| 2504 | CC libavcodec/mpegaudiodec_float.o
|
|---|
| 2505 | CC libavcodec/mpegaudiodecheader.o
|
|---|
| 2506 | CC libavcodec/mpegaudiodsp.o
|
|---|
| 2507 | CC libavcodec/mpegaudiodsp_data.o
|
|---|
| 2508 | CC libavcodec/mpegaudiodsp_fixed.o
|
|---|
| 2509 | CC libavcodec/mpegaudiodsp_float.o
|
|---|
| 2510 | CC libavcodec/mpegaudioenc_fixed.o
|
|---|
| 2511 | CC libavcodec/mpegaudioenc_float.o
|
|---|
| 2512 | CC libavcodec/mpegpicture.o
|
|---|
| 2513 | CC libavcodec/mpegutils.o
|
|---|
| 2514 | CC libavcodec/mpegvideo.o
|
|---|
| 2515 | CC libavcodec/mpegvideo_enc.o
|
|---|
| 2516 | libavcodec/mpegvideo_enc.c: In function 'encode_frame':
|
|---|
| 2517 | libavcodec/mpegvideo_enc.c:1400:5: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2518 | ret = avcodec_encode_video2(c, &pkt, frame, &got_output);
|
|---|
| 2519 | ^
|
|---|
| 2520 | In file included from libavcodec/mpegvideo_enc.c:42:0:
|
|---|
| 2521 | libavcodec/avcodec.h:5278:5: note: declared here
|
|---|
| 2522 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
|
|---|
| 2523 | ^
|
|---|
| 2524 | CC libavcodec/mpegvideo_motion.o
|
|---|
| 2525 | CC libavcodec/mpegvideo_parser.o
|
|---|
| 2526 | CC libavcodec/mpegvideodata.o
|
|---|
| 2527 | CC libavcodec/mpegvideodsp.o
|
|---|
| 2528 | CC libavcodec/mpegvideoencdsp.o
|
|---|
| 2529 | CC libavcodec/mpl2dec.o
|
|---|
| 2530 | CC libavcodec/mqc.o
|
|---|
| 2531 | CC libavcodec/mqcdec.o
|
|---|
| 2532 | CC libavcodec/mqcenc.o
|
|---|
| 2533 | CC libavcodec/msgsmdec.o
|
|---|
| 2534 | CC libavcodec/msmpeg4.o
|
|---|
| 2535 | CC libavcodec/msmpeg4data.o
|
|---|
| 2536 | CC libavcodec/msmpeg4dec.o
|
|---|
| 2537 | CC libavcodec/msmpeg4enc.o
|
|---|
| 2538 | CC libavcodec/msrle.o
|
|---|
| 2539 | CC libavcodec/msrledec.o
|
|---|
| 2540 | CC libavcodec/mss1.o
|
|---|
| 2541 | CC libavcodec/mss12.o
|
|---|
| 2542 | CC libavcodec/mss2.o
|
|---|
| 2543 | CC libavcodec/mss2dsp.o
|
|---|
| 2544 | CC libavcodec/mss3.o
|
|---|
| 2545 | CC libavcodec/mss34dsp.o
|
|---|
| 2546 | CC libavcodec/mss4.o
|
|---|
| 2547 | CC libavcodec/msvideo1.o
|
|---|
| 2548 | CC libavcodec/msvideo1enc.o
|
|---|
| 2549 | CC libavcodec/mvcdec.o
|
|---|
| 2550 | CC libavcodec/mxpegdec.o
|
|---|
| 2551 | CC libavcodec/nellymoser.o
|
|---|
| 2552 | CC libavcodec/nellymoserdec.o
|
|---|
| 2553 | CC libavcodec/nellymoserenc.o
|
|---|
| 2554 | CC libavcodec/noise_bsf.o
|
|---|
| 2555 | CC libavcodec/nuv.o
|
|---|
| 2556 | CC libavcodec/on2avc.o
|
|---|
| 2557 | CC libavcodec/on2avcdata.o
|
|---|
| 2558 | CC libavcodec/options.o
|
|---|
| 2559 | CC libavcodec/opus.o
|
|---|
| 2560 | CC libavcodec/opus_celt.o
|
|---|
| 2561 | CC libavcodec/opus_parser.o
|
|---|
| 2562 | CC libavcodec/opus_silk.o
|
|---|
| 2563 | CC libavcodec/opusdec.o
|
|---|
| 2564 | CC libavcodec/pafaudio.o
|
|---|
| 2565 | CC libavcodec/pafvideo.o
|
|---|
| 2566 | CC libavcodec/pamenc.o
|
|---|
| 2567 | CC libavcodec/parser.o
|
|---|
| 2568 | CC libavcodec/pcm-bluray.o
|
|---|
| 2569 | CC libavcodec/pcm-dvd.o
|
|---|
| 2570 | CC libavcodec/pcm.o
|
|---|
| 2571 | CC libavcodec/pcx.o
|
|---|
| 2572 | CC libavcodec/pcxenc.o
|
|---|
| 2573 | CC libavcodec/pgssubdec.o
|
|---|
| 2574 | CC libavcodec/pictordec.o
|
|---|
| 2575 | CC libavcodec/pixblockdsp.o
|
|---|
| 2576 | CC libavcodec/png.o
|
|---|
| 2577 | CC libavcodec/png_parser.o
|
|---|
| 2578 | CC libavcodec/pngdec.o
|
|---|
| 2579 | CC libavcodec/pngdsp.o
|
|---|
| 2580 | CC libavcodec/pngenc.o
|
|---|
| 2581 | CC libavcodec/pnm.o
|
|---|
| 2582 | CC libavcodec/pnm_parser.o
|
|---|
| 2583 | CC libavcodec/pnmdec.o
|
|---|
| 2584 | CC libavcodec/pnmenc.o
|
|---|
| 2585 | CC libavcodec/profiles.o
|
|---|
| 2586 | CC libavcodec/proresdata.o
|
|---|
| 2587 | CC libavcodec/proresdec2.o
|
|---|
| 2588 | CC libavcodec/proresdec_lgpl.o
|
|---|
| 2589 | CC libavcodec/proresdsp.o
|
|---|
| 2590 | CC libavcodec/proresenc_anatoliy.o
|
|---|
| 2591 | CC libavcodec/proresenc_kostya.o
|
|---|
| 2592 | CC libavcodec/psymodel.o
|
|---|
| 2593 | CC libavcodec/pthread.o
|
|---|
| 2594 | CC libavcodec/pthread_frame.o
|
|---|
| 2595 | CC libavcodec/pthread_slice.o
|
|---|
| 2596 | CC libavcodec/ptx.o
|
|---|
| 2597 | CC libavcodec/qcelpdec.o
|
|---|
| 2598 | CC libavcodec/qdm2.o
|
|---|
| 2599 | CC libavcodec/qdrw.o
|
|---|
| 2600 | CC libavcodec/qpeg.o
|
|---|
| 2601 | CC libavcodec/qpeldsp.o
|
|---|
| 2602 | CC libavcodec/qsv_api.o
|
|---|
| 2603 | CC libavcodec/qtrle.o
|
|---|
| 2604 | CC libavcodec/qtrleenc.o
|
|---|
| 2605 | CC libavcodec/r210dec.o
|
|---|
| 2606 | CC libavcodec/r210enc.o
|
|---|
| 2607 | CC libavcodec/ra144.o
|
|---|
| 2608 | CC libavcodec/ra144dec.o
|
|---|
| 2609 | CC libavcodec/ra144enc.o
|
|---|
| 2610 | CC libavcodec/ra288.o
|
|---|
| 2611 | CC libavcodec/ralf.o
|
|---|
| 2612 | CC libavcodec/rangecoder.o
|
|---|
| 2613 | CC libavcodec/ratecontrol.o
|
|---|
| 2614 | CC libavcodec/raw.o
|
|---|
| 2615 | CC libavcodec/rawdec.o
|
|---|
| 2616 | CC libavcodec/rawenc.o
|
|---|
| 2617 | CC libavcodec/rdft.o
|
|---|
| 2618 | CC libavcodec/realtextdec.o
|
|---|
| 2619 | CC libavcodec/remove_extradata_bsf.o
|
|---|
| 2620 | CC libavcodec/resample.o
|
|---|
| 2621 | CC libavcodec/resample2.o
|
|---|
| 2622 | CC libavcodec/reverse.o
|
|---|
| 2623 | CC libavcodec/rl.o
|
|---|
| 2624 | CC libavcodec/rl2.o
|
|---|
| 2625 | CC libavcodec/rle.o
|
|---|
| 2626 | CC libavcodec/roqaudioenc.o
|
|---|
| 2627 | CC libavcodec/roqvideo.o
|
|---|
| 2628 | CC libavcodec/roqvideodec.o
|
|---|
| 2629 | CC libavcodec/roqvideoenc.o
|
|---|
| 2630 | CC libavcodec/rpza.o
|
|---|
| 2631 | CC libavcodec/rscc.o
|
|---|
| 2632 | CC libavcodec/rtjpeg.o
|
|---|
| 2633 | CC libavcodec/rv10.o
|
|---|
| 2634 | CC libavcodec/rv10enc.o
|
|---|
| 2635 | CC libavcodec/rv20enc.o
|
|---|
| 2636 | CC libavcodec/rv30.o
|
|---|
| 2637 | CC libavcodec/rv30dsp.o
|
|---|
| 2638 | CC libavcodec/rv34.o
|
|---|
| 2639 | CC libavcodec/rv34_parser.o
|
|---|
| 2640 | CC libavcodec/rv34dsp.o
|
|---|
| 2641 | CC libavcodec/rv40.o
|
|---|
| 2642 | CC libavcodec/rv40dsp.o
|
|---|
| 2643 | CC libavcodec/s302m.o
|
|---|
| 2644 | CC libavcodec/s302menc.o
|
|---|
| 2645 | CC libavcodec/samidec.o
|
|---|
| 2646 | CC libavcodec/sanm.o
|
|---|
| 2647 | CC libavcodec/sbrdsp.o
|
|---|
| 2648 | CC libavcodec/sbrdsp_fixed.o
|
|---|
| 2649 | CC libavcodec/screenpresso.o
|
|---|
| 2650 | CC libavcodec/sgidec.o
|
|---|
| 2651 | CC libavcodec/sgienc.o
|
|---|
| 2652 | CC libavcodec/sgirledec.o
|
|---|
| 2653 | CC libavcodec/sheervideo.o
|
|---|
| 2654 | CC libavcodec/shorten.o
|
|---|
| 2655 | CC libavcodec/simple_idct.o
|
|---|
| 2656 | CC libavcodec/sinewin.o
|
|---|
| 2657 | CC libavcodec/sinewin_fixed.o
|
|---|
| 2658 | CC libavcodec/sipr.o
|
|---|
| 2659 | CC libavcodec/sipr16k.o
|
|---|
| 2660 | CC libavcodec/smacker.o
|
|---|
| 2661 | CC libavcodec/smc.o
|
|---|
| 2662 | CC libavcodec/smvjpegdec.o
|
|---|
| 2663 | libavcodec/smvjpegdec.c: In function 'smvjpeg_decode_frame':
|
|---|
| 2664 | libavcodec/smvjpegdec.c:158:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2665 | ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt);
|
|---|
| 2666 | ^
|
|---|
| 2667 | In file included from libavcodec/smvjpegdec.c:28:0:
|
|---|
| 2668 | libavcodec/avcodec.h:4770:5: note: declared here
|
|---|
| 2669 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
|
|---|
| 2670 | ^
|
|---|
| 2671 | CC libavcodec/snappy.o
|
|---|
| 2672 | CC libavcodec/snow.o
|
|---|
| 2673 | CC libavcodec/snow_dwt.o
|
|---|
| 2674 | CC libavcodec/snowdec.o
|
|---|
| 2675 | CC libavcodec/snowenc.o
|
|---|
| 2676 | libavcodec/snowenc.c: In function 'encode_frame':
|
|---|
| 2677 | libavcodec/snowenc.c:1646:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2678 | av_frame_unref(avctx->coded_frame);
|
|---|
| 2679 | ^
|
|---|
| 2680 | In file included from libavcodec/snowenc.c:25:0:
|
|---|
| 2681 | libavcodec/avcodec.h:3078:35: note: declared here
|
|---|
| 2682 | attribute_deprecated AVFrame *coded_frame;
|
|---|
| 2683 | ^
|
|---|
| 2684 | libavcodec/snowenc.c:1647:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2685 | ret = av_frame_ref(avctx->coded_frame, s->current_picture);
|
|---|
| 2686 | ^
|
|---|
| 2687 | In file included from libavcodec/snowenc.c:25:0:
|
|---|
| 2688 | libavcodec/avcodec.h:3078:35: note: declared here
|
|---|
| 2689 | attribute_deprecated AVFrame *coded_frame;
|
|---|
| 2690 | ^
|
|---|
| 2691 | libavcodec/snowenc.c:1677:9: warning: 'me_method' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2692 | s->m.me_method= s->avctx->me_method;
|
|---|
| 2693 | ^
|
|---|
| 2694 | In file included from libavcodec/snowenc.c:25:0:
|
|---|
| 2695 | libavcodec/avcodec.h:1892:30: note: declared here
|
|---|
| 2696 | attribute_deprecated int me_method;
|
|---|
| 2697 | ^
|
|---|
| 2698 | libavcodec/snowenc.c:1879:5: warning: 'frame_bits' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2699 | avctx->frame_bits = s->m.frame_bits;
|
|---|
| 2700 | ^
|
|---|
| 2701 | In file included from libavcodec/snowenc.c:25:0:
|
|---|
| 2702 | libavcodec/avcodec.h:2817:9: note: declared here
|
|---|
| 2703 | int frame_bits;
|
|---|
| 2704 | ^
|
|---|
| 2705 | libavcodec/snowenc.c:1880:5: warning: 'mv_bits' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2706 | avctx->mv_bits = s->m.mv_bits;
|
|---|
| 2707 | ^
|
|---|
| 2708 | In file included from libavcodec/snowenc.c:25:0:
|
|---|
| 2709 | libavcodec/avcodec.h:2799:9: note: declared here
|
|---|
| 2710 | int mv_bits;
|
|---|
| 2711 | ^
|
|---|
| 2712 | libavcodec/snowenc.c:1881:5: warning: 'misc_bits' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2713 | avctx->misc_bits = s->m.misc_bits;
|
|---|
| 2714 | ^
|
|---|
| 2715 | In file included from libavcodec/snowenc.c:25:0:
|
|---|
| 2716 | libavcodec/avcodec.h:2813:9: note: declared here
|
|---|
| 2717 | int misc_bits;
|
|---|
| 2718 | ^
|
|---|
| 2719 | libavcodec/snowenc.c:1882:5: warning: 'p_tex_bits' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2720 | avctx->p_tex_bits = s->m.p_tex_bits;
|
|---|
| 2721 | ^
|
|---|
| 2722 | In file included from libavcodec/snowenc.c:25:0:
|
|---|
| 2723 | libavcodec/avcodec.h:2805:9: note: declared here
|
|---|
| 2724 | int p_tex_bits;
|
|---|
| 2725 | ^
|
|---|
| 2726 | CC libavcodec/sonic.o
|
|---|
| 2727 | CC libavcodec/sp5xdec.o
|
|---|
| 2728 | CC libavcodec/srtdec.o
|
|---|
| 2729 | CC libavcodec/srtenc.o
|
|---|
| 2730 | CC libavcodec/startcode.o
|
|---|
| 2731 | CC libavcodec/subviewerdec.o
|
|---|
| 2732 | CC libavcodec/sunrast.o
|
|---|
| 2733 | CC libavcodec/sunrastenc.o
|
|---|
| 2734 | CC libavcodec/svq1.o
|
|---|
| 2735 | CC libavcodec/svq13.o
|
|---|
| 2736 | CC libavcodec/svq1dec.o
|
|---|
| 2737 | CC libavcodec/svq1enc.o
|
|---|
| 2738 | CC libavcodec/svq3.o
|
|---|
| 2739 | CC libavcodec/synth_filter.o
|
|---|
| 2740 | CC libavcodec/tak.o
|
|---|
| 2741 | CC libavcodec/tak_parser.o
|
|---|
| 2742 | CC libavcodec/takdec.o
|
|---|
| 2743 | CC libavcodec/takdsp.o
|
|---|
| 2744 | CC libavcodec/targa.o
|
|---|
| 2745 | CC libavcodec/targa_y216dec.o
|
|---|
| 2746 | CC libavcodec/targaenc.o
|
|---|
| 2747 | CC libavcodec/tdsc.o
|
|---|
| 2748 | libavcodec/tdsc.c: In function 'tdsc_decode_jpeg_tile':
|
|---|
| 2749 | libavcodec/tdsc.c:354:5: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2750 | ret = avcodec_decode_video2(ctx->jpeg_avctx, ctx->jpgframe,
|
|---|
| 2751 | ^
|
|---|
| 2752 | In file included from libavcodec/tdsc.c:41:0:
|
|---|
| 2753 | libavcodec/avcodec.h:4770:5: note: declared here
|
|---|
| 2754 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
|
|---|
| 2755 | ^
|
|---|
| 2756 | CC libavcodec/textdec.o
|
|---|
| 2757 | CC libavcodec/texturedsp.o
|
|---|
| 2758 | CC libavcodec/tiertexseqv.o
|
|---|
| 2759 | CC libavcodec/tiff.o
|
|---|
| 2760 | CC libavcodec/tiff_common.o
|
|---|
| 2761 | CC libavcodec/tiff_data.o
|
|---|
| 2762 | CC libavcodec/tiffenc.o
|
|---|
| 2763 | CC libavcodec/tmv.o
|
|---|
| 2764 | CC libavcodec/tpeldsp.o
|
|---|
| 2765 | CC libavcodec/truemotion1.o
|
|---|
| 2766 | CC libavcodec/truemotion2.o
|
|---|
| 2767 | CC libavcodec/truemotion2rt.o
|
|---|
| 2768 | CC libavcodec/truespeech.o
|
|---|
| 2769 | CC libavcodec/tscc.o
|
|---|
| 2770 | CC libavcodec/tscc2.o
|
|---|
| 2771 | CC libavcodec/tta.o
|
|---|
| 2772 | CC libavcodec/ttadata.o
|
|---|
| 2773 | CC libavcodec/ttadsp.o
|
|---|
| 2774 | CC libavcodec/ttaenc.o
|
|---|
| 2775 | CC libavcodec/twinvq.o
|
|---|
| 2776 | CC libavcodec/twinvqdec.o
|
|---|
| 2777 | CC libavcodec/txd.o
|
|---|
| 2778 | CC libavcodec/ulti.o
|
|---|
| 2779 | CC libavcodec/utils.o
|
|---|
| 2780 | libavcodec/utils.c: In function 'avcodec_encode_audio2':
|
|---|
| 2781 | libavcodec/utils.c:1884:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2782 | if (av_dup_packet(avpkt) < 0) {
|
|---|
| 2783 | ^
|
|---|
| 2784 | In file included from libavcodec/utils.c:46:0:
|
|---|
| 2785 | libavcodec/avcodec.h:4408:5: note: declared here
|
|---|
| 2786 | int av_dup_packet(AVPacket *pkt);
|
|---|
| 2787 | ^
|
|---|
| 2788 | libavcodec/utils.c: In function 'avcodec_encode_video2':
|
|---|
| 2789 | libavcodec/utils.c:1978:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2790 | if (av_dup_packet(avpkt) < 0) {
|
|---|
| 2791 | ^
|
|---|
| 2792 | In file included from libavcodec/utils.c:46:0:
|
|---|
| 2793 | libavcodec/avcodec.h:4408:5: note: declared here
|
|---|
| 2794 | int av_dup_packet(AVPacket *pkt);
|
|---|
| 2795 | ^
|
|---|
| 2796 | libavcodec/utils.c: In function 'avcodec_decode_video2':
|
|---|
| 2797 | libavcodec/utils.c:2205:26: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 2798 | avctx->internal->pkt = avpkt;
|
|---|
| 2799 | ^
|
|---|
| 2800 | libavcodec/utils.c:2206:37: warning: passing argument 2 of 'apply_param_change' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|---|
| 2801 | ret = apply_param_change(avctx, avpkt);
|
|---|
| 2802 | ^
|
|---|
| 2803 | libavcodec/utils.c:2056:12: note: expected 'AVPacket * {aka struct AVPacket *}' but argument is of type 'const AVPacket * {aka const struct AVPacket *}'
|
|---|
| 2804 | static int apply_param_change(AVCodecContext *avctx, AVPacket *avpkt)
|
|---|
| 2805 | ^
|
|---|
| 2806 | libavcodec/utils.c: In function 'do_decode':
|
|---|
| 2807 | libavcodec/utils.c:2734:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2808 | ret = avcodec_decode_video2(avctx, avctx->internal->buffer_frame,
|
|---|
| 2809 | ^
|
|---|
| 2810 | libavcodec/utils.c:2180:25: note: declared here
|
|---|
| 2811 | int attribute_align_arg avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
|
|---|
| 2812 | ^
|
|---|
| 2813 | libavcodec/utils.c:2739:9: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2814 | ret = avcodec_decode_audio4(avctx, avctx->internal->buffer_frame,
|
|---|
| 2815 | ^
|
|---|
| 2816 | libavcodec/utils.c:2281:25: note: declared here
|
|---|
| 2817 | int attribute_align_arg avcodec_decode_audio4(AVCodecContext *avctx,
|
|---|
| 2818 | ^
|
|---|
| 2819 | libavcodec/utils.c: In function 'do_encode':
|
|---|
| 2820 | libavcodec/utils.c:2875:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2821 | ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt,
|
|---|
| 2822 | ^
|
|---|
| 2823 | libavcodec/utils.c:1922:25: note: declared here
|
|---|
| 2824 | int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx,
|
|---|
| 2825 | ^
|
|---|
| 2826 | libavcodec/utils.c:2878:9: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 2827 | ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt,
|
|---|
| 2828 | ^
|
|---|
| 2829 | libavcodec/utils.c:1776:25: note: declared here
|
|---|
| 2830 | int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx,
|
|---|
| 2831 | ^
|
|---|
| 2832 | CC libavcodec/utvideo.o
|
|---|
| 2833 | CC libavcodec/utvideodec.o
|
|---|
| 2834 | CC libavcodec/utvideoenc.o
|
|---|
| 2835 | CC libavcodec/v210dec.o
|
|---|
| 2836 | CC libavcodec/v210enc.o
|
|---|
| 2837 | CC libavcodec/v210x.o
|
|---|
| 2838 | CC libavcodec/v308dec.o
|
|---|
| 2839 | CC libavcodec/v308enc.o
|
|---|
| 2840 | CC libavcodec/v408dec.o
|
|---|
| 2841 | CC libavcodec/v408enc.o
|
|---|
| 2842 | CC libavcodec/v410dec.o
|
|---|
| 2843 | CC libavcodec/v410enc.o
|
|---|
| 2844 | CC libavcodec/vaapi.o
|
|---|
| 2845 | CC libavcodec/vaapi_encode.o
|
|---|
| 2846 | CC libavcodec/vaapi_encode_h264.o
|
|---|
| 2847 | CC libavcodec/vaapi_encode_h265.o
|
|---|
| 2848 | In file included from libavcodec/vaapi_encode_h265.c:32:0:
|
|---|
| 2849 | libavcodec/vaapi_encode_h265.c: In function 'vaapi_encode_h265_write_sequence_header':
|
|---|
| 2850 | libavcodec/vaapi_encode_h265.c:305:49: warning: array subscript is above array bounds [-Warray-bounds]
|
|---|
| 2851 | u(1, mseq_var(layer_id_included_flag[i][j]));
|
|---|
| 2852 | ^
|
|---|
| 2853 | libavcodec/vaapi_encode_h26x.h:32:63: note: in definition of macro 'write_u'
|
|---|
| 2854 | #define write_u(pbc, width, value, name) put_bits(pbc, width, value)
|
|---|
| 2855 | ^
|
|---|
| 2856 | libavcodec/vaapi_encode_h265.c:305:13: note: in expansion of macro 'u'
|
|---|
| 2857 | u(1, mseq_var(layer_id_included_flag[i][j]));
|
|---|
| 2858 | ^
|
|---|
| 2859 | libavcodec/vaapi_encode_h265.c:305:18: note: in expansion of macro 'mseq_var'
|
|---|
| 2860 | u(1, mseq_var(layer_id_included_flag[i][j]));
|
|---|
| 2861 | ^
|
|---|
| 2862 | CC libavcodec/vaapi_encode_h26x.o
|
|---|
| 2863 | CC libavcodec/vaapi_encode_mjpeg.o
|
|---|
| 2864 | CC libavcodec/vaapi_h264.o
|
|---|
| 2865 | CC libavcodec/vaapi_hevc.o
|
|---|
| 2866 | CC libavcodec/vaapi_mpeg2.o
|
|---|
| 2867 | CC libavcodec/vaapi_mpeg4.o
|
|---|
| 2868 | CC libavcodec/vaapi_vc1.o
|
|---|
| 2869 | CC libavcodec/vaapi_vp9.o
|
|---|
| 2870 | CC libavcodec/vb.o
|
|---|
| 2871 | CC libavcodec/vble.o
|
|---|
| 2872 | CC libavcodec/vc1.o
|
|---|
| 2873 | CC libavcodec/vc1_block.o
|
|---|
| 2874 | CC libavcodec/vc1_loopfilter.o
|
|---|
| 2875 | CC libavcodec/vc1_mc.o
|
|---|
| 2876 | CC libavcodec/vc1_parser.o
|
|---|
| 2877 | CC libavcodec/vc1_pred.o
|
|---|
| 2878 | CC libavcodec/vc1data.o
|
|---|
| 2879 | CC libavcodec/vc1dec.o
|
|---|
| 2880 | CC libavcodec/vc1dsp.o
|
|---|
| 2881 | CC libavcodec/vc2enc.o
|
|---|
| 2882 | CC libavcodec/vc2enc_dwt.o
|
|---|
| 2883 | CC libavcodec/vcr1.o
|
|---|
| 2884 | CC libavcodec/videodsp.o
|
|---|
| 2885 | CC libavcodec/vima.o
|
|---|
| 2886 | CC libavcodec/vmdaudio.o
|
|---|
| 2887 | CC libavcodec/vmdvideo.o
|
|---|
| 2888 | CC libavcodec/vmnc.o
|
|---|
| 2889 | CC libavcodec/vorbis.o
|
|---|
| 2890 | CC libavcodec/vorbis_data.o
|
|---|
| 2891 | CC libavcodec/vorbis_parser.o
|
|---|
| 2892 | CC libavcodec/vorbisdec.o
|
|---|
| 2893 | CC libavcodec/vorbisdsp.o
|
|---|
| 2894 | CC libavcodec/vorbisenc.o
|
|---|
| 2895 | CC libavcodec/vp3.o
|
|---|
| 2896 | CC libavcodec/vp3_parser.o
|
|---|
| 2897 | CC libavcodec/vp3dsp.o
|
|---|
| 2898 | CC libavcodec/vp5.o
|
|---|
| 2899 | CC libavcodec/vp56.o
|
|---|
| 2900 | CC libavcodec/vp56data.o
|
|---|
| 2901 | CC libavcodec/vp56dsp.o
|
|---|
| 2902 | CC libavcodec/vp56rac.o
|
|---|
| 2903 | CC libavcodec/vp6.o
|
|---|
| 2904 | CC libavcodec/vp6dsp.o
|
|---|
| 2905 | CC libavcodec/vp8.o
|
|---|
| 2906 | CC libavcodec/vp8_parser.o
|
|---|
| 2907 | CC libavcodec/vp8dsp.o
|
|---|
| 2908 | CC libavcodec/vp9.o
|
|---|
| 2909 | CC libavcodec/vp9_parser.o
|
|---|
| 2910 | CC libavcodec/vp9_superframe_bsf.o
|
|---|
| 2911 | CC libavcodec/vp9dsp.o
|
|---|
| 2912 | CC libavcodec/vp9dsp_10bpp.o
|
|---|
| 2913 | CC libavcodec/vp9dsp_12bpp.o
|
|---|
| 2914 | CC libavcodec/vp9dsp_8bpp.o
|
|---|
| 2915 | CC libavcodec/vqavideo.o
|
|---|
| 2916 | CC libavcodec/wavpack.o
|
|---|
| 2917 | CC libavcodec/wavpackenc.o
|
|---|
| 2918 | CC libavcodec/webp.o
|
|---|
| 2919 | CC libavcodec/webvttdec.o
|
|---|
| 2920 | CC libavcodec/webvttenc.o
|
|---|
| 2921 | CC libavcodec/wma.o
|
|---|
| 2922 | CC libavcodec/wma_common.o
|
|---|
| 2923 | CC libavcodec/wma_freqs.o
|
|---|
| 2924 | CC libavcodec/wmadec.o
|
|---|
| 2925 | CC libavcodec/wmaenc.o
|
|---|
| 2926 | CC libavcodec/wmalosslessdec.o
|
|---|
| 2927 | CC libavcodec/wmaprodec.o
|
|---|
| 2928 | CC libavcodec/wmavoice.o
|
|---|
| 2929 | CC libavcodec/wmv2.o
|
|---|
| 2930 | CC libavcodec/wmv2data.o
|
|---|
| 2931 | CC libavcodec/wmv2dec.o
|
|---|
| 2932 | CC libavcodec/wmv2dsp.o
|
|---|
| 2933 | CC libavcodec/wmv2enc.o
|
|---|
| 2934 | CC libavcodec/wnv1.o
|
|---|
| 2935 | CC libavcodec/wrapped_avframe.o
|
|---|
| 2936 | CC libavcodec/ws-snd1.o
|
|---|
| 2937 | YASM libavcodec/x86/aacpsdsp.o
|
|---|
| 2938 | STRIP libavcodec/x86/aacpsdsp.o
|
|---|
| 2939 | skipping strip -wN ..@* libavcodec/x86/aacpsdsp.o
|
|---|
| 2940 | CC libavcodec/x86/aacpsdsp_init.o
|
|---|
| 2941 | YASM libavcodec/x86/ac3dsp.o
|
|---|
| 2942 | STRIP libavcodec/x86/ac3dsp.o
|
|---|
| 2943 | skipping strip -wN ..@* libavcodec/x86/ac3dsp.o
|
|---|
| 2944 | CC libavcodec/x86/ac3dsp_init.o
|
|---|
| 2945 | YASM libavcodec/x86/alacdsp.o
|
|---|
| 2946 | STRIP libavcodec/x86/alacdsp.o
|
|---|
| 2947 | skipping strip -wN ..@* libavcodec/x86/alacdsp.o
|
|---|
| 2948 | CC libavcodec/x86/alacdsp_init.o
|
|---|
| 2949 | YASM libavcodec/x86/audiodsp.o
|
|---|
| 2950 | STRIP libavcodec/x86/audiodsp.o
|
|---|
| 2951 | skipping strip -wN ..@* libavcodec/x86/audiodsp.o
|
|---|
| 2952 | CC libavcodec/x86/audiodsp_init.o
|
|---|
| 2953 | YASM libavcodec/x86/blockdsp.o
|
|---|
| 2954 | STRIP libavcodec/x86/blockdsp.o
|
|---|
| 2955 | skipping strip -wN ..@* libavcodec/x86/blockdsp.o
|
|---|
| 2956 | CC libavcodec/x86/blockdsp_init.o
|
|---|
| 2957 | YASM libavcodec/x86/bswapdsp.o
|
|---|
| 2958 | STRIP libavcodec/x86/bswapdsp.o
|
|---|
| 2959 | skipping strip -wN ..@* libavcodec/x86/bswapdsp.o
|
|---|
| 2960 | CC libavcodec/x86/bswapdsp_init.o
|
|---|
| 2961 | CC libavcodec/x86/cavsdsp.o
|
|---|
| 2962 | CC libavcodec/x86/constants.o
|
|---|
| 2963 | YASM libavcodec/x86/dcadsp.o
|
|---|
| 2964 | STRIP libavcodec/x86/dcadsp.o
|
|---|
| 2965 | skipping strip -wN ..@* libavcodec/x86/dcadsp.o
|
|---|
| 2966 | CC libavcodec/x86/dcadsp_init.o
|
|---|
| 2967 | YASM libavcodec/x86/dct32.o
|
|---|
| 2968 | STRIP libavcodec/x86/dct32.o
|
|---|
| 2969 | skipping strip -wN ..@* libavcodec/x86/dct32.o
|
|---|
| 2970 | CC libavcodec/x86/dct_init.o
|
|---|
| 2971 | YASM libavcodec/x86/dirac_dwt.o
|
|---|
| 2972 | STRIP libavcodec/x86/dirac_dwt.o
|
|---|
| 2973 | skipping strip -wN ..@* libavcodec/x86/dirac_dwt.o
|
|---|
| 2974 | CC libavcodec/x86/dirac_dwt_init.o
|
|---|
| 2975 | YASM libavcodec/x86/diracdsp.o
|
|---|
| 2976 | STRIP libavcodec/x86/diracdsp.o
|
|---|
| 2977 | skipping strip -wN ..@* libavcodec/x86/diracdsp.o
|
|---|
| 2978 | CC libavcodec/x86/diracdsp_init.o
|
|---|
| 2979 | YASM libavcodec/x86/dnxhdenc.o
|
|---|
| 2980 | STRIP libavcodec/x86/dnxhdenc.o
|
|---|
| 2981 | skipping strip -wN ..@* libavcodec/x86/dnxhdenc.o
|
|---|
| 2982 | CC libavcodec/x86/dnxhdenc_init.o
|
|---|
| 2983 | CC libavcodec/x86/fdct.o
|
|---|
| 2984 | CC libavcodec/x86/fdctdsp_init.o
|
|---|
| 2985 | YASM libavcodec/x86/fft.o
|
|---|
| 2986 | STRIP libavcodec/x86/fft.o
|
|---|
| 2987 | skipping strip -wN ..@* libavcodec/x86/fft.o
|
|---|
| 2988 | CC libavcodec/x86/fft_init.o
|
|---|
| 2989 | YASM libavcodec/x86/flac_dsp_gpl.o
|
|---|
| 2990 | STRIP libavcodec/x86/flac_dsp_gpl.o
|
|---|
| 2991 | skipping strip -wN ..@* libavcodec/x86/flac_dsp_gpl.o
|
|---|
| 2992 | YASM libavcodec/x86/flacdsp.o
|
|---|
| 2993 | STRIP libavcodec/x86/flacdsp.o
|
|---|
| 2994 | skipping strip -wN ..@* libavcodec/x86/flacdsp.o
|
|---|
| 2995 | CC libavcodec/x86/flacdsp_init.o
|
|---|
| 2996 | YASM libavcodec/x86/fmtconvert.o
|
|---|
| 2997 | STRIP libavcodec/x86/fmtconvert.o
|
|---|
| 2998 | skipping strip -wN ..@* libavcodec/x86/fmtconvert.o
|
|---|
| 2999 | CC libavcodec/x86/fmtconvert_init.o
|
|---|
| 3000 | YASM libavcodec/x86/fpel.o
|
|---|
| 3001 | STRIP libavcodec/x86/fpel.o
|
|---|
| 3002 | skipping strip -wN ..@* libavcodec/x86/fpel.o
|
|---|
| 3003 | YASM libavcodec/x86/g722dsp.o
|
|---|
| 3004 | STRIP libavcodec/x86/g722dsp.o
|
|---|
| 3005 | skipping strip -wN ..@* libavcodec/x86/g722dsp.o
|
|---|
| 3006 | CC libavcodec/x86/g722dsp_init.o
|
|---|
| 3007 | YASM libavcodec/x86/h263_loopfilter.o
|
|---|
| 3008 | STRIP libavcodec/x86/h263_loopfilter.o
|
|---|
| 3009 | skipping strip -wN ..@* libavcodec/x86/h263_loopfilter.o
|
|---|
| 3010 | CC libavcodec/x86/h263dsp_init.o
|
|---|
| 3011 | YASM libavcodec/x86/h264_chromamc.o
|
|---|
| 3012 | STRIP libavcodec/x86/h264_chromamc.o
|
|---|
| 3013 | skipping strip -wN ..@* libavcodec/x86/h264_chromamc.o
|
|---|
| 3014 | YASM libavcodec/x86/h264_chromamc_10bit.o
|
|---|
| 3015 | STRIP libavcodec/x86/h264_chromamc_10bit.o
|
|---|
| 3016 | skipping strip -wN ..@* libavcodec/x86/h264_chromamc_10bit.o
|
|---|
| 3017 | YASM libavcodec/x86/h264_deblock.o
|
|---|
| 3018 | STRIP libavcodec/x86/h264_deblock.o
|
|---|
| 3019 | skipping strip -wN ..@* libavcodec/x86/h264_deblock.o
|
|---|
| 3020 | YASM libavcodec/x86/h264_deblock_10bit.o
|
|---|
| 3021 | STRIP libavcodec/x86/h264_deblock_10bit.o
|
|---|
| 3022 | skipping strip -wN ..@* libavcodec/x86/h264_deblock_10bit.o
|
|---|
| 3023 | YASM libavcodec/x86/h264_idct.o
|
|---|
| 3024 | STRIP libavcodec/x86/h264_idct.o
|
|---|
| 3025 | skipping strip -wN ..@* libavcodec/x86/h264_idct.o
|
|---|
| 3026 | YASM libavcodec/x86/h264_idct_10bit.o
|
|---|
| 3027 | STRIP libavcodec/x86/h264_idct_10bit.o
|
|---|
| 3028 | skipping strip -wN ..@* libavcodec/x86/h264_idct_10bit.o
|
|---|
| 3029 | YASM libavcodec/x86/h264_intrapred.o
|
|---|
| 3030 | STRIP libavcodec/x86/h264_intrapred.o
|
|---|
| 3031 | skipping strip -wN ..@* libavcodec/x86/h264_intrapred.o
|
|---|
| 3032 | YASM libavcodec/x86/h264_intrapred_10bit.o
|
|---|
| 3033 | STRIP libavcodec/x86/h264_intrapred_10bit.o
|
|---|
| 3034 | skipping strip -wN ..@* libavcodec/x86/h264_intrapred_10bit.o
|
|---|
| 3035 | CC libavcodec/x86/h264_intrapred_init.o
|
|---|
| 3036 | CC libavcodec/x86/h264_qpel.o
|
|---|
| 3037 | YASM libavcodec/x86/h264_qpel_10bit.o
|
|---|
| 3038 | STRIP libavcodec/x86/h264_qpel_10bit.o
|
|---|
| 3039 | skipping strip -wN ..@* libavcodec/x86/h264_qpel_10bit.o
|
|---|
| 3040 | YASM libavcodec/x86/h264_qpel_8bit.o
|
|---|
| 3041 | STRIP libavcodec/x86/h264_qpel_8bit.o
|
|---|
| 3042 | skipping strip -wN ..@* libavcodec/x86/h264_qpel_8bit.o
|
|---|
| 3043 | YASM libavcodec/x86/h264_weight.o
|
|---|
| 3044 | STRIP libavcodec/x86/h264_weight.o
|
|---|
| 3045 | skipping strip -wN ..@* libavcodec/x86/h264_weight.o
|
|---|
| 3046 | YASM libavcodec/x86/h264_weight_10bit.o
|
|---|
| 3047 | STRIP libavcodec/x86/h264_weight_10bit.o
|
|---|
| 3048 | skipping strip -wN ..@* libavcodec/x86/h264_weight_10bit.o
|
|---|
| 3049 | CC libavcodec/x86/h264chroma_init.o
|
|---|
| 3050 | CC libavcodec/x86/h264dsp_init.o
|
|---|
| 3051 | YASM libavcodec/x86/hevc_deblock.o
|
|---|
| 3052 | STRIP libavcodec/x86/hevc_deblock.o
|
|---|
| 3053 | skipping strip -wN ..@* libavcodec/x86/hevc_deblock.o
|
|---|
| 3054 | YASM libavcodec/x86/hevc_idct.o
|
|---|
| 3055 | STRIP libavcodec/x86/hevc_idct.o
|
|---|
| 3056 | skipping strip -wN ..@* libavcodec/x86/hevc_idct.o
|
|---|
| 3057 | YASM libavcodec/x86/hevc_mc.o
|
|---|
| 3058 | STRIP libavcodec/x86/hevc_mc.o
|
|---|
| 3059 | skipping strip -wN ..@* libavcodec/x86/hevc_mc.o
|
|---|
| 3060 | YASM libavcodec/x86/hevc_res_add.o
|
|---|
| 3061 | STRIP libavcodec/x86/hevc_res_add.o
|
|---|
| 3062 | skipping strip -wN ..@* libavcodec/x86/hevc_res_add.o
|
|---|
| 3063 | YASM libavcodec/x86/hevc_sao.o
|
|---|
| 3064 | STRIP libavcodec/x86/hevc_sao.o
|
|---|
| 3065 | skipping strip -wN ..@* libavcodec/x86/hevc_sao.o
|
|---|
| 3066 | YASM libavcodec/x86/hevc_sao_10bit.o
|
|---|
| 3067 | STRIP libavcodec/x86/hevc_sao_10bit.o
|
|---|
| 3068 | skipping strip -wN ..@* libavcodec/x86/hevc_sao_10bit.o
|
|---|
| 3069 | CC libavcodec/x86/hevcdsp_init.o
|
|---|
| 3070 | YASM libavcodec/x86/hpeldsp.o
|
|---|
| 3071 | STRIP libavcodec/x86/hpeldsp.o
|
|---|
| 3072 | skipping strip -wN ..@* libavcodec/x86/hpeldsp.o
|
|---|
| 3073 | CC libavcodec/x86/hpeldsp_init.o
|
|---|
| 3074 | YASM libavcodec/x86/huffyuvdsp.o
|
|---|
| 3075 | STRIP libavcodec/x86/huffyuvdsp.o
|
|---|
| 3076 | skipping strip -wN ..@* libavcodec/x86/huffyuvdsp.o
|
|---|
| 3077 | CC libavcodec/x86/huffyuvdsp_init.o
|
|---|
| 3078 | YASM libavcodec/x86/huffyuvencdsp.o
|
|---|
| 3079 | STRIP libavcodec/x86/huffyuvencdsp.o
|
|---|
| 3080 | skipping strip -wN ..@* libavcodec/x86/huffyuvencdsp.o
|
|---|
| 3081 | CC libavcodec/x86/huffyuvencdsp_mmx.o
|
|---|
| 3082 | YASM libavcodec/x86/idctdsp.o
|
|---|
| 3083 | STRIP libavcodec/x86/idctdsp.o
|
|---|
| 3084 | skipping strip -wN ..@* libavcodec/x86/idctdsp.o
|
|---|
| 3085 | CC libavcodec/x86/idctdsp_init.o
|
|---|
| 3086 | YASM libavcodec/x86/imdct36.o
|
|---|
| 3087 | STRIP libavcodec/x86/imdct36.o
|
|---|
| 3088 | skipping strip -wN ..@* libavcodec/x86/imdct36.o
|
|---|
| 3089 | YASM libavcodec/x86/jpeg2000dsp.o
|
|---|
| 3090 | STRIP libavcodec/x86/jpeg2000dsp.o
|
|---|
| 3091 | skipping strip -wN ..@* libavcodec/x86/jpeg2000dsp.o
|
|---|
| 3092 | CC libavcodec/x86/jpeg2000dsp_init.o
|
|---|
| 3093 | YASM libavcodec/x86/lossless_audiodsp.o
|
|---|
| 3094 | STRIP libavcodec/x86/lossless_audiodsp.o
|
|---|
| 3095 | skipping strip -wN ..@* libavcodec/x86/lossless_audiodsp.o
|
|---|
| 3096 | CC libavcodec/x86/lossless_audiodsp_init.o
|
|---|
| 3097 | YASM libavcodec/x86/lossless_videodsp.o
|
|---|
| 3098 | STRIP libavcodec/x86/lossless_videodsp.o
|
|---|
| 3099 | skipping strip -wN ..@* libavcodec/x86/lossless_videodsp.o
|
|---|
| 3100 | CC libavcodec/x86/lossless_videodsp_init.o
|
|---|
| 3101 | CC libavcodec/x86/lpc.o
|
|---|
| 3102 | YASM libavcodec/x86/me_cmp.o
|
|---|
| 3103 | STRIP libavcodec/x86/me_cmp.o
|
|---|
| 3104 | skipping strip -wN ..@* libavcodec/x86/me_cmp.o
|
|---|
| 3105 | CC libavcodec/x86/me_cmp_init.o
|
|---|
| 3106 | YASM libavcodec/x86/mlpdsp.o
|
|---|
| 3107 | STRIP libavcodec/x86/mlpdsp.o
|
|---|
| 3108 | skipping strip -wN ..@* libavcodec/x86/mlpdsp.o
|
|---|
| 3109 | CC libavcodec/x86/mlpdsp_init.o
|
|---|
| 3110 | CC libavcodec/x86/mpegaudiodsp.o
|
|---|
| 3111 | CC libavcodec/x86/mpegvideo.o
|
|---|
| 3112 | CC libavcodec/x86/mpegvideodsp.o
|
|---|
| 3113 | CC libavcodec/x86/mpegvideoenc.o
|
|---|
| 3114 | YASM libavcodec/x86/mpegvideoencdsp.o
|
|---|
| 3115 | STRIP libavcodec/x86/mpegvideoencdsp.o
|
|---|
| 3116 | skipping strip -wN ..@* libavcodec/x86/mpegvideoencdsp.o
|
|---|
| 3117 | CC libavcodec/x86/mpegvideoencdsp_init.o
|
|---|
| 3118 | YASM libavcodec/x86/pixblockdsp.o
|
|---|
| 3119 | STRIP libavcodec/x86/pixblockdsp.o
|
|---|
| 3120 | skipping strip -wN ..@* libavcodec/x86/pixblockdsp.o
|
|---|
| 3121 | CC libavcodec/x86/pixblockdsp_init.o
|
|---|
| 3122 | YASM libavcodec/x86/pngdsp.o
|
|---|
| 3123 | STRIP libavcodec/x86/pngdsp.o
|
|---|
| 3124 | skipping strip -wN ..@* libavcodec/x86/pngdsp.o
|
|---|
| 3125 | CC libavcodec/x86/pngdsp_init.o
|
|---|
| 3126 | YASM libavcodec/x86/proresdsp.o
|
|---|
| 3127 | STRIP libavcodec/x86/proresdsp.o
|
|---|
| 3128 | skipping strip -wN ..@* libavcodec/x86/proresdsp.o
|
|---|
| 3129 | CC libavcodec/x86/proresdsp_init.o
|
|---|
| 3130 | YASM libavcodec/x86/qpel.o
|
|---|
| 3131 | STRIP libavcodec/x86/qpel.o
|
|---|
| 3132 | skipping strip -wN ..@* libavcodec/x86/qpel.o
|
|---|
| 3133 | YASM libavcodec/x86/qpeldsp.o
|
|---|
| 3134 | STRIP libavcodec/x86/qpeldsp.o
|
|---|
| 3135 | skipping strip -wN ..@* libavcodec/x86/qpeldsp.o
|
|---|
| 3136 | CC libavcodec/x86/qpeldsp_init.o
|
|---|
| 3137 | YASM libavcodec/x86/rv34dsp.o
|
|---|
| 3138 | STRIP libavcodec/x86/rv34dsp.o
|
|---|
| 3139 | skipping strip -wN ..@* libavcodec/x86/rv34dsp.o
|
|---|
| 3140 | CC libavcodec/x86/rv34dsp_init.o
|
|---|
| 3141 | YASM libavcodec/x86/rv40dsp.o
|
|---|
| 3142 | STRIP libavcodec/x86/rv40dsp.o
|
|---|
| 3143 | skipping strip -wN ..@* libavcodec/x86/rv40dsp.o
|
|---|
| 3144 | CC libavcodec/x86/rv40dsp_init.o
|
|---|
| 3145 | YASM libavcodec/x86/sbrdsp.o
|
|---|
| 3146 | STRIP libavcodec/x86/sbrdsp.o
|
|---|
| 3147 | skipping strip -wN ..@* libavcodec/x86/sbrdsp.o
|
|---|
| 3148 | CC libavcodec/x86/sbrdsp_init.o
|
|---|
| 3149 | CC libavcodec/x86/simple_idct.o
|
|---|
| 3150 | YASM libavcodec/x86/simple_idct10.o
|
|---|
| 3151 | STRIP libavcodec/x86/simple_idct10.o
|
|---|
| 3152 | skipping strip -wN ..@* libavcodec/x86/simple_idct10.o
|
|---|
| 3153 | CC libavcodec/x86/snowdsp.o
|
|---|
| 3154 | YASM libavcodec/x86/svq1enc.o
|
|---|
| 3155 | STRIP libavcodec/x86/svq1enc.o
|
|---|
| 3156 | skipping strip -wN ..@* libavcodec/x86/svq1enc.o
|
|---|
| 3157 | CC libavcodec/x86/svq1enc_init.o
|
|---|
| 3158 | YASM libavcodec/x86/synth_filter.o
|
|---|
| 3159 | STRIP libavcodec/x86/synth_filter.o
|
|---|
| 3160 | skipping strip -wN ..@* libavcodec/x86/synth_filter.o
|
|---|
| 3161 | CC libavcodec/x86/synth_filter_init.o
|
|---|
| 3162 | YASM libavcodec/x86/takdsp.o
|
|---|
| 3163 | STRIP libavcodec/x86/takdsp.o
|
|---|
| 3164 | skipping strip -wN ..@* libavcodec/x86/takdsp.o
|
|---|
| 3165 | CC libavcodec/x86/takdsp_init.o
|
|---|
| 3166 | YASM libavcodec/x86/ttadsp.o
|
|---|
| 3167 | STRIP libavcodec/x86/ttadsp.o
|
|---|
| 3168 | skipping strip -wN ..@* libavcodec/x86/ttadsp.o
|
|---|
| 3169 | CC libavcodec/x86/ttadsp_init.o
|
|---|
| 3170 | CC libavcodec/x86/v210-init.o
|
|---|
| 3171 | YASM libavcodec/x86/v210.o
|
|---|
| 3172 | STRIP libavcodec/x86/v210.o
|
|---|
| 3173 | skipping strip -wN ..@* libavcodec/x86/v210.o
|
|---|
| 3174 | YASM libavcodec/x86/v210enc.o
|
|---|
| 3175 | STRIP libavcodec/x86/v210enc.o
|
|---|
| 3176 | skipping strip -wN ..@* libavcodec/x86/v210enc.o
|
|---|
| 3177 | CC libavcodec/x86/v210enc_init.o
|
|---|
| 3178 | CC libavcodec/x86/vc1dsp_init.o
|
|---|
| 3179 | YASM libavcodec/x86/vc1dsp_loopfilter.o
|
|---|
| 3180 | STRIP libavcodec/x86/vc1dsp_loopfilter.o
|
|---|
| 3181 | skipping strip -wN ..@* libavcodec/x86/vc1dsp_loopfilter.o
|
|---|
| 3182 | YASM libavcodec/x86/vc1dsp_mc.o
|
|---|
| 3183 | STRIP libavcodec/x86/vc1dsp_mc.o
|
|---|
| 3184 | skipping strip -wN ..@* libavcodec/x86/vc1dsp_mc.o
|
|---|
| 3185 | CC libavcodec/x86/vc1dsp_mmx.o
|
|---|
| 3186 | YASM libavcodec/x86/videodsp.o
|
|---|
| 3187 | STRIP libavcodec/x86/videodsp.o
|
|---|
| 3188 | skipping strip -wN ..@* libavcodec/x86/videodsp.o
|
|---|
| 3189 | CC libavcodec/x86/videodsp_init.o
|
|---|
| 3190 | YASM libavcodec/x86/vorbisdsp.o
|
|---|
| 3191 | STRIP libavcodec/x86/vorbisdsp.o
|
|---|
| 3192 | skipping strip -wN ..@* libavcodec/x86/vorbisdsp.o
|
|---|
| 3193 | CC libavcodec/x86/vorbisdsp_init.o
|
|---|
| 3194 | YASM libavcodec/x86/vp3dsp.o
|
|---|
| 3195 | STRIP libavcodec/x86/vp3dsp.o
|
|---|
| 3196 | skipping strip -wN ..@* libavcodec/x86/vp3dsp.o
|
|---|
| 3197 | CC libavcodec/x86/vp3dsp_init.o
|
|---|
| 3198 | YASM libavcodec/x86/vp6dsp.o
|
|---|
| 3199 | STRIP libavcodec/x86/vp6dsp.o
|
|---|
| 3200 | skipping strip -wN ..@* libavcodec/x86/vp6dsp.o
|
|---|
| 3201 | CC libavcodec/x86/vp6dsp_init.o
|
|---|
| 3202 | YASM libavcodec/x86/vp8dsp.o
|
|---|
| 3203 | STRIP libavcodec/x86/vp8dsp.o
|
|---|
| 3204 | skipping strip -wN ..@* libavcodec/x86/vp8dsp.o
|
|---|
| 3205 | CC libavcodec/x86/vp8dsp_init.o
|
|---|
| 3206 | YASM libavcodec/x86/vp8dsp_loopfilter.o
|
|---|
| 3207 | STRIP libavcodec/x86/vp8dsp_loopfilter.o
|
|---|
| 3208 | skipping strip -wN ..@* libavcodec/x86/vp8dsp_loopfilter.o
|
|---|
| 3209 | CC libavcodec/x86/vp9dsp_init.o
|
|---|
| 3210 | CC libavcodec/x86/vp9dsp_init_10bpp.o
|
|---|
| 3211 | CC libavcodec/x86/vp9dsp_init_12bpp.o
|
|---|
| 3212 | CC libavcodec/x86/vp9dsp_init_16bpp.o
|
|---|
| 3213 | YASM libavcodec/x86/vp9intrapred.o
|
|---|
| 3214 | STRIP libavcodec/x86/vp9intrapred.o
|
|---|
| 3215 | skipping strip -wN ..@* libavcodec/x86/vp9intrapred.o
|
|---|
| 3216 | YASM libavcodec/x86/vp9intrapred_16bpp.o
|
|---|
| 3217 | STRIP libavcodec/x86/vp9intrapred_16bpp.o
|
|---|
| 3218 | skipping strip -wN ..@* libavcodec/x86/vp9intrapred_16bpp.o
|
|---|
| 3219 | YASM libavcodec/x86/vp9itxfm.o
|
|---|
| 3220 | STRIP libavcodec/x86/vp9itxfm.o
|
|---|
| 3221 | skipping strip -wN ..@* libavcodec/x86/vp9itxfm.o
|
|---|
| 3222 | YASM libavcodec/x86/vp9itxfm_16bpp.o
|
|---|
| 3223 | STRIP libavcodec/x86/vp9itxfm_16bpp.o
|
|---|
| 3224 | skipping strip -wN ..@* libavcodec/x86/vp9itxfm_16bpp.o
|
|---|
| 3225 | YASM libavcodec/x86/vp9lpf.o
|
|---|
| 3226 | STRIP libavcodec/x86/vp9lpf.o
|
|---|
| 3227 | skipping strip -wN ..@* libavcodec/x86/vp9lpf.o
|
|---|
| 3228 | YASM libavcodec/x86/vp9lpf_16bpp.o
|
|---|
| 3229 | STRIP libavcodec/x86/vp9lpf_16bpp.o
|
|---|
| 3230 | skipping strip -wN ..@* libavcodec/x86/vp9lpf_16bpp.o
|
|---|
| 3231 | YASM libavcodec/x86/vp9mc.o
|
|---|
| 3232 | STRIP libavcodec/x86/vp9mc.o
|
|---|
| 3233 | skipping strip -wN ..@* libavcodec/x86/vp9mc.o
|
|---|
| 3234 | YASM libavcodec/x86/vp9mc_16bpp.o
|
|---|
| 3235 | STRIP libavcodec/x86/vp9mc_16bpp.o
|
|---|
| 3236 | skipping strip -wN ..@* libavcodec/x86/vp9mc_16bpp.o
|
|---|
| 3237 | YASM libavcodec/x86/xvididct.o
|
|---|
| 3238 | STRIP libavcodec/x86/xvididct.o
|
|---|
| 3239 | skipping strip -wN ..@* libavcodec/x86/xvididct.o
|
|---|
| 3240 | CC libavcodec/x86/xvididct_init.o
|
|---|
| 3241 | CC libavcodec/xan.o
|
|---|
| 3242 | CC libavcodec/xbmdec.o
|
|---|
| 3243 | CC libavcodec/xbmenc.o
|
|---|
| 3244 | CC libavcodec/xface.o
|
|---|
| 3245 | CC libavcodec/xfacedec.o
|
|---|
| 3246 | CC libavcodec/xfaceenc.o
|
|---|
| 3247 | CC libavcodec/xiph.o
|
|---|
| 3248 | CC libavcodec/xl.o
|
|---|
| 3249 | CC libavcodec/xsubdec.o
|
|---|
| 3250 | CC libavcodec/xsubenc.o
|
|---|
| 3251 | CC libavcodec/xvididct.o
|
|---|
| 3252 | CC libavcodec/xwddec.o
|
|---|
| 3253 | CC libavcodec/xwdenc.o
|
|---|
| 3254 | CC libavcodec/xxan.o
|
|---|
| 3255 | CC libavcodec/y41pdec.o
|
|---|
| 3256 | CC libavcodec/y41penc.o
|
|---|
| 3257 | CC libavcodec/ylc.o
|
|---|
| 3258 | CC libavcodec/yop.o
|
|---|
| 3259 | CC libavcodec/yuv4dec.o
|
|---|
| 3260 | CC libavcodec/yuv4enc.o
|
|---|
| 3261 | CC libavcodec/zerocodec.o
|
|---|
| 3262 | CC libavcodec/zmbv.o
|
|---|
| 3263 | CC libavcodec/zmbvenc.o
|
|---|
| 3264 | GEN libavcodec/libavcodec.ver
|
|---|
| 3265 | CC libswresample/audioconvert.o
|
|---|
| 3266 | CC libswresample/dither.o
|
|---|
| 3267 | CC libswresample/log2_tab.o
|
|---|
| 3268 | CC libswresample/options.o
|
|---|
| 3269 | CC libswresample/rematrix.o
|
|---|
| 3270 | CC libswresample/resample.o
|
|---|
| 3271 | CC libswresample/resample_dsp.o
|
|---|
| 3272 | CC libswresample/swresample.o
|
|---|
| 3273 | CC libswresample/swresample_frame.o
|
|---|
| 3274 | YASM libswresample/x86/audio_convert.o
|
|---|
| 3275 | STRIP libswresample/x86/audio_convert.o
|
|---|
| 3276 | skipping strip -wN ..@* libswresample/x86/audio_convert.o
|
|---|
| 3277 | CC libswresample/x86/audio_convert_init.o
|
|---|
| 3278 | YASM libswresample/x86/rematrix.o
|
|---|
| 3279 | STRIP libswresample/x86/rematrix.o
|
|---|
| 3280 | skipping strip -wN ..@* libswresample/x86/rematrix.o
|
|---|
| 3281 | CC libswresample/x86/rematrix_init.o
|
|---|
| 3282 | YASM libswresample/x86/resample.o
|
|---|
| 3283 | STRIP libswresample/x86/resample.o
|
|---|
| 3284 | skipping strip -wN ..@* libswresample/x86/resample.o
|
|---|
| 3285 | CC libswresample/x86/resample_init.o
|
|---|
| 3286 | GEN libswresample/libswresample.ver
|
|---|
| 3287 | LD libswresample/libswresample.so.2
|
|---|
| 3288 | LD libavcodec/libavcodec.so.57
|
|---|
| 3289 | LD libavformat/libavformat.so.57
|
|---|
| 3290 | LD libavfilter/libavfilter.so.6
|
|---|
| 3291 | LD libavdevice/libavdevice.so.57
|
|---|
| 3292 | HOSTCC doc/print_options.o
|
|---|
| 3293 | In file included from doc/print_options.c:36:0:
|
|---|
| 3294 | ./libavcodec/options_table.h:95:1: warning: 'me_method' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3295 | {"me_method", "set motion estimation method", OFFSET(me_method), AV_OPT_TYPE_INT, {.i64 = ME_EPZS }, INT_MIN, INT_MAX, V|E, "me_method"},
|
|---|
| 3296 | ^
|
|---|
| 3297 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3298 | from doc/print_options.c:33:
|
|---|
| 3299 | ./libavcodec/avcodec.h:1892:30: note: declared here
|
|---|
| 3300 | attribute_deprecated int me_method;
|
|---|
| 3301 | ^
|
|---|
| 3302 | In file included from doc/print_options.c:36:0:
|
|---|
| 3303 | ./libavcodec/options_table.h:127:1: warning: 'rc_strategy' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3304 | {"rc_strategy", "ratecontrol method", OFFSET(rc_strategy), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3305 | ^
|
|---|
| 3306 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3307 | from doc/print_options.c:33:
|
|---|
| 3308 | ./libavcodec/avcodec.h:1956:30: note: declared here
|
|---|
| 3309 | attribute_deprecated int rc_strategy;
|
|---|
| 3310 | ^
|
|---|
| 3311 | In file included from doc/print_options.c:36:0:
|
|---|
| 3312 | ./libavcodec/options_table.h:130:1: warning: 'b_frame_strategy' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3313 | {"b_strategy", "strategy to choose between I/P/B-frames", OFFSET(b_frame_strategy), AV_OPT_TYPE_INT, {.i64 = 0 }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3314 | ^
|
|---|
| 3315 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3316 | from doc/print_options.c:33:
|
|---|
| 3317 | ./libavcodec/avcodec.h:1963:9: note: declared here
|
|---|
| 3318 | int b_frame_strategy;
|
|---|
| 3319 | ^
|
|---|
| 3320 | In file included from doc/print_options.c:36:0:
|
|---|
| 3321 | ./libavcodec/options_table.h:131:1: warning: 'rtp_payload_size' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3322 | {"ps", "RTP payload size in bytes", OFFSET(rtp_payload_size), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3323 | ^
|
|---|
| 3324 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3325 | from doc/print_options.c:33:
|
|---|
| 3326 | ./libavcodec/avcodec.h:2788:9: note: declared here
|
|---|
| 3327 | int rtp_payload_size; /* The size of the RTP payload: the coder will */
|
|---|
| 3328 | ^
|
|---|
| 3329 | In file included from doc/print_options.c:36:0:
|
|---|
| 3330 | ./libavcodec/options_table.h:134:1: warning: 'mv_bits' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3331 | {"mv_bits", NULL, OFFSET(mv_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
|
|---|
| 3332 | ^
|
|---|
| 3333 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3334 | from doc/print_options.c:33:
|
|---|
| 3335 | ./libavcodec/avcodec.h:2799:9: note: declared here
|
|---|
| 3336 | int mv_bits;
|
|---|
| 3337 | ^
|
|---|
| 3338 | In file included from doc/print_options.c:36:0:
|
|---|
| 3339 | ./libavcodec/options_table.h:135:1: warning: 'header_bits' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3340 | {"header_bits", NULL, OFFSET(header_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
|
|---|
| 3341 | ^
|
|---|
| 3342 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3343 | from doc/print_options.c:33:
|
|---|
| 3344 | ./libavcodec/avcodec.h:2801:9: note: declared here
|
|---|
| 3345 | int header_bits;
|
|---|
| 3346 | ^
|
|---|
| 3347 | In file included from doc/print_options.c:36:0:
|
|---|
| 3348 | ./libavcodec/options_table.h:136:1: warning: 'i_tex_bits' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3349 | {"i_tex_bits", NULL, OFFSET(i_tex_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
|
|---|
| 3350 | ^
|
|---|
| 3351 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3352 | from doc/print_options.c:33:
|
|---|
| 3353 | ./libavcodec/avcodec.h:2803:9: note: declared here
|
|---|
| 3354 | int i_tex_bits;
|
|---|
| 3355 | ^
|
|---|
| 3356 | In file included from doc/print_options.c:36:0:
|
|---|
| 3357 | ./libavcodec/options_table.h:137:1: warning: 'p_tex_bits' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3358 | {"p_tex_bits", NULL, OFFSET(p_tex_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
|
|---|
| 3359 | ^
|
|---|
| 3360 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3361 | from doc/print_options.c:33:
|
|---|
| 3362 | ./libavcodec/avcodec.h:2805:9: note: declared here
|
|---|
| 3363 | int p_tex_bits;
|
|---|
| 3364 | ^
|
|---|
| 3365 | In file included from doc/print_options.c:36:0:
|
|---|
| 3366 | ./libavcodec/options_table.h:138:1: warning: 'i_count' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3367 | {"i_count", NULL, OFFSET(i_count), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
|
|---|
| 3368 | ^
|
|---|
| 3369 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3370 | from doc/print_options.c:33:
|
|---|
| 3371 | ./libavcodec/avcodec.h:2807:9: note: declared here
|
|---|
| 3372 | int i_count;
|
|---|
| 3373 | ^
|
|---|
| 3374 | In file included from doc/print_options.c:36:0:
|
|---|
| 3375 | ./libavcodec/options_table.h:139:1: warning: 'p_count' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3376 | {"p_count", NULL, OFFSET(p_count), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
|
|---|
| 3377 | ^
|
|---|
| 3378 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3379 | from doc/print_options.c:33:
|
|---|
| 3380 | ./libavcodec/avcodec.h:2809:9: note: declared here
|
|---|
| 3381 | int p_count;
|
|---|
| 3382 | ^
|
|---|
| 3383 | In file included from doc/print_options.c:36:0:
|
|---|
| 3384 | ./libavcodec/options_table.h:140:1: warning: 'skip_count' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3385 | {"skip_count", NULL, OFFSET(skip_count), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
|
|---|
| 3386 | ^
|
|---|
| 3387 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3388 | from doc/print_options.c:33:
|
|---|
| 3389 | ./libavcodec/avcodec.h:2811:9: note: declared here
|
|---|
| 3390 | int skip_count;
|
|---|
| 3391 | ^
|
|---|
| 3392 | In file included from doc/print_options.c:36:0:
|
|---|
| 3393 | ./libavcodec/options_table.h:141:1: warning: 'misc_bits' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3394 | {"misc_bits", NULL, OFFSET(misc_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
|
|---|
| 3395 | ^
|
|---|
| 3396 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3397 | from doc/print_options.c:33:
|
|---|
| 3398 | ./libavcodec/avcodec.h:2813:9: note: declared here
|
|---|
| 3399 | int misc_bits;
|
|---|
| 3400 | ^
|
|---|
| 3401 | In file included from doc/print_options.c:36:0:
|
|---|
| 3402 | ./libavcodec/options_table.h:142:1: warning: 'frame_bits' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3403 | {"frame_bits", NULL, OFFSET(frame_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
|
|---|
| 3404 | ^
|
|---|
| 3405 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3406 | from doc/print_options.c:33:
|
|---|
| 3407 | ./libavcodec/avcodec.h:2817:9: note: declared here
|
|---|
| 3408 | int frame_bits;
|
|---|
| 3409 | ^
|
|---|
| 3410 | In file included from doc/print_options.c:36:0:
|
|---|
| 3411 | ./libavcodec/options_table.h:185:1: warning: 'mpeg_quant' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3412 | {"mpeg_quant", "use MPEG quantizers instead of H.263", OFFSET(mpeg_quant), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3413 | ^
|
|---|
| 3414 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3415 | from doc/print_options.c:33:
|
|---|
| 3416 | ./libavcodec/avcodec.h:1984:9: note: declared here
|
|---|
| 3417 | int mpeg_quant;
|
|---|
| 3418 | ^
|
|---|
| 3419 | In file included from doc/print_options.c:36:0:
|
|---|
| 3420 | ./libavcodec/options_table.h:188:1: warning: 'rc_qsquish' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3421 | {"qsquish", "deprecated, use encoder private options instead", OFFSET(rc_qsquish), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, 0, 99, V|E},
|
|---|
| 3422 | ^
|
|---|
| 3423 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3424 | from doc/print_options.c:33:
|
|---|
| 3425 | ./libavcodec/avcodec.h:2620:11: note: declared here
|
|---|
| 3426 | float rc_qsquish;
|
|---|
| 3427 | ^
|
|---|
| 3428 | In file included from doc/print_options.c:36:0:
|
|---|
| 3429 | ./libavcodec/options_table.h:189:1: warning: 'rc_qmod_amp' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3430 | {"rc_qmod_amp", "deprecated, use encoder private options instead", OFFSET(rc_qmod_amp), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E},
|
|---|
| 3431 | ^
|
|---|
| 3432 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3433 | from doc/print_options.c:33:
|
|---|
| 3434 | ./libavcodec/avcodec.h:2623:11: note: declared here
|
|---|
| 3435 | float rc_qmod_amp;
|
|---|
| 3436 | ^
|
|---|
| 3437 | In file included from doc/print_options.c:36:0:
|
|---|
| 3438 | ./libavcodec/options_table.h:190:1: warning: 'rc_qmod_freq' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3439 | {"rc_qmod_freq", "deprecated, use encoder private options instead", OFFSET(rc_qmod_freq), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3440 | ^
|
|---|
| 3441 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3442 | from doc/print_options.c:33:
|
|---|
| 3443 | ./libavcodec/avcodec.h:2625:9: note: declared here
|
|---|
| 3444 | int rc_qmod_freq;
|
|---|
| 3445 | ^
|
|---|
| 3446 | In file included from doc/print_options.c:36:0:
|
|---|
| 3447 | ./libavcodec/options_table.h:194:1: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3448 | {"rc_eq", "deprecated, use encoder private options instead", OFFSET(rc_eq), AV_OPT_TYPE_STRING, {.str = NULL}, CHAR_MIN, CHAR_MAX, V|E},
|
|---|
| 3449 | ^
|
|---|
| 3450 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3451 | from doc/print_options.c:33:
|
|---|
| 3452 | ./libavcodec/avcodec.h:2648:17: note: declared here
|
|---|
| 3453 | const char *rc_eq;
|
|---|
| 3454 | ^
|
|---|
| 3455 | In file included from doc/print_options.c:36:0:
|
|---|
| 3456 | ./libavcodec/options_table.h:201:1: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3457 | {"rc_buf_aggressivity", "deprecated, use encoder private options instead", OFFSET(rc_buffer_aggressivity), AV_OPT_TYPE_FLOAT, {.dbl = 1.0 }, -FLT_MAX, FLT_MAX, V|E},
|
|---|
| 3458 | ^
|
|---|
| 3459 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3460 | from doc/print_options.c:33:
|
|---|
| 3461 | ./libavcodec/avcodec.h:2670:11: note: declared here
|
|---|
| 3462 | float rc_buffer_aggressivity;
|
|---|
| 3463 | ^
|
|---|
| 3464 | In file included from doc/print_options.c:36:0:
|
|---|
| 3465 | ./libavcodec/options_table.h:206:1: warning: 'rc_initial_cplx' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3466 | {"rc_init_cplx", "deprecated, use encoder private options instead", OFFSET(rc_initial_cplx), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E},
|
|---|
| 3467 | ^
|
|---|
| 3468 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3469 | from doc/print_options.c:33:
|
|---|
| 3470 | ./libavcodec/avcodec.h:2673:11: note: declared here
|
|---|
| 3471 | float rc_initial_cplx;
|
|---|
| 3472 | ^
|
|---|
| 3473 | In file included from doc/print_options.c:36:0:
|
|---|
| 3474 | ./libavcodec/options_table.h:251:1: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3475 | {"pred", "prediction method", OFFSET(prediction_method), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E, "pred"},
|
|---|
| 3476 | ^
|
|---|
| 3477 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3478 | from doc/print_options.c:33:
|
|---|
| 3479 | ./libavcodec/avcodec.h:2048:10: note: declared here
|
|---|
| 3480 | int prediction_method;
|
|---|
| 3481 | ^
|
|---|
| 3482 | In file included from doc/print_options.c:36:0:
|
|---|
| 3483 | ./libavcodec/options_table.h:295:1: warning: 'pre_me' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3484 | {"preme", "pre motion estimation", OFFSET(pre_me), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3485 | ^
|
|---|
| 3486 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3487 | from doc/print_options.c:33:
|
|---|
| 3488 | ./libavcodec/avcodec.h:2128:9: note: declared here
|
|---|
| 3489 | int pre_me;
|
|---|
| 3490 | ^
|
|---|
| 3491 | In file included from doc/print_options.c:36:0:
|
|---|
| 3492 | ./libavcodec/options_table.h:318:1: warning: 'dtg_active_format' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3493 | {"dtg_active_format", NULL, OFFSET(dtg_active_format), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
|
|---|
| 3494 | ^
|
|---|
| 3495 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3496 | from doc/print_options.c:33:
|
|---|
| 3497 | ./libavcodec/avcodec.h:2162:30: note: declared here
|
|---|
| 3498 | attribute_deprecated int dtg_active_format;
|
|---|
| 3499 | ^
|
|---|
| 3500 | In file included from doc/print_options.c:36:0:
|
|---|
| 3501 | ./libavcodec/options_table.h:322:1: warning: 'intra_quant_bias' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3502 | {"ibias", "intra quant bias", OFFSET(intra_quant_bias), AV_OPT_TYPE_INT, {.i64 = FF_DEFAULT_QUANT_BIAS }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3503 | ^
|
|---|
| 3504 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3505 | from doc/print_options.c:33:
|
|---|
| 3506 | ./libavcodec/avcodec.h:2185:30: note: declared here
|
|---|
| 3507 | attribute_deprecated int intra_quant_bias;
|
|---|
| 3508 | ^
|
|---|
| 3509 | In file included from doc/print_options.c:36:0:
|
|---|
| 3510 | ./libavcodec/options_table.h:323:1: warning: 'inter_quant_bias' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3511 | {"pbias", "inter quant bias", OFFSET(inter_quant_bias), AV_OPT_TYPE_INT, {.i64 = FF_DEFAULT_QUANT_BIAS }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3512 | ^
|
|---|
| 3513 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3514 | from doc/print_options.c:33:
|
|---|
| 3515 | ./libavcodec/avcodec.h:2191:30: note: declared here
|
|---|
| 3516 | attribute_deprecated int inter_quant_bias;
|
|---|
| 3517 | ^
|
|---|
| 3518 | In file included from doc/print_options.c:36:0:
|
|---|
| 3519 | ./libavcodec/options_table.h:327:1: warning: 'coder_type' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3520 | {"coder", NULL, OFFSET(coder_type), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E, "coder"},
|
|---|
| 3521 | ^
|
|---|
| 3522 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3523 | from doc/print_options.c:33:
|
|---|
| 3524 | ./libavcodec/avcodec.h:2709:9: note: declared here
|
|---|
| 3525 | int coder_type;
|
|---|
| 3526 | ^
|
|---|
| 3527 | In file included from doc/print_options.c:36:0:
|
|---|
| 3528 | ./libavcodec/options_table.h:337:1: warning: 'context_model' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3529 | {"context", "context model", OFFSET(context_model), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3530 | ^
|
|---|
| 3531 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3532 | from doc/print_options.c:33:
|
|---|
| 3533 | ./libavcodec/avcodec.h:2715:9: note: declared here
|
|---|
| 3534 | int context_model;
|
|---|
| 3535 | ^
|
|---|
| 3536 | In file included from doc/print_options.c:36:0:
|
|---|
| 3537 | ./libavcodec/options_table.h:341:1: warning: 'xvmc_acceleration' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3538 | {"xvmc_acceleration", NULL, OFFSET(xvmc_acceleration), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
|
|---|
| 3539 | ^
|
|---|
| 3540 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3541 | from doc/print_options.c:33:
|
|---|
| 3542 | ./libavcodec/avcodec.h:2211:30: note: declared here
|
|---|
| 3543 | attribute_deprecated int xvmc_acceleration;
|
|---|
| 3544 | ^
|
|---|
| 3545 | In file included from doc/print_options.c:36:0:
|
|---|
| 3546 | ./libavcodec/options_table.h:348:1: warning: 'stream_codec_tag' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3547 | {"stream_codec_tag", NULL, OFFSET(stream_codec_tag), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
|
|---|
| 3548 | ^
|
|---|
| 3549 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3550 | from doc/print_options.c:33:
|
|---|
| 3551 | ./libavcodec/avcodec.h:1696:18: note: declared here
|
|---|
| 3552 | unsigned int stream_codec_tag;
|
|---|
| 3553 | ^
|
|---|
| 3554 | In file included from doc/print_options.c:36:0:
|
|---|
| 3555 | ./libavcodec/options_table.h:351:1: warning: 'scenechange_threshold' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3556 | {"sc_threshold", "scene change threshold", OFFSET(scenechange_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3557 | ^
|
|---|
| 3558 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3559 | from doc/print_options.c:33:
|
|---|
| 3560 | ./libavcodec/avcodec.h:2241:9: note: declared here
|
|---|
| 3561 | int scenechange_threshold;
|
|---|
| 3562 | ^
|
|---|
| 3563 | In file included from doc/print_options.c:36:0:
|
|---|
| 3564 | ./libavcodec/options_table.h:354:1: warning: 'lmin' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3565 | {"lmin", "deprecated, use encoder private options instead", OFFSET(lmin), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, V|E},
|
|---|
| 3566 | ^
|
|---|
| 3567 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3568 | from doc/print_options.c:33:
|
|---|
| 3569 | ./libavcodec/avcodec.h:2723:9: note: declared here
|
|---|
| 3570 | int lmin;
|
|---|
| 3571 | ^
|
|---|
| 3572 | In file included from doc/print_options.c:36:0:
|
|---|
| 3573 | ./libavcodec/options_table.h:355:1: warning: 'lmax' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3574 | {"lmax", "deprecated, use encoder private options instead", OFFSET(lmax), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, V|E},
|
|---|
| 3575 | ^
|
|---|
| 3576 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3577 | from doc/print_options.c:33:
|
|---|
| 3578 | ./libavcodec/avcodec.h:2729:9: note: declared here
|
|---|
| 3579 | int lmax;
|
|---|
| 3580 | ^
|
|---|
| 3581 | In file included from doc/print_options.c:36:0:
|
|---|
| 3582 | ./libavcodec/options_table.h:358:1: warning: 'noise_reduction' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3583 | {"nr", "noise reduction", OFFSET(noise_reduction), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3584 | ^
|
|---|
| 3585 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3586 | from doc/print_options.c:33:
|
|---|
| 3587 | ./libavcodec/avcodec.h:2245:9: note: declared here
|
|---|
| 3588 | int noise_reduction;
|
|---|
| 3589 | ^
|
|---|
| 3590 | In file included from doc/print_options.c:36:0:
|
|---|
| 3591 | ./libavcodec/options_table.h:363:1: warning: 'error_rate' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3592 | {"error", NULL, OFFSET(error_rate), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3593 | ^
|
|---|
| 3594 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3595 | from doc/print_options.c:33:
|
|---|
| 3596 | ./libavcodec/avcodec.h:3300:9: note: declared here
|
|---|
| 3597 | int error_rate;
|
|---|
| 3598 | ^
|
|---|
| 3599 | In file included from doc/print_options.c:36:0:
|
|---|
| 3600 | ./libavcodec/options_table.h:368:1: warning: 'me_threshold' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3601 | {"me_threshold", "motion estimation threshold", OFFSET(me_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3602 | ^
|
|---|
| 3603 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3604 | from doc/print_options.c:33:
|
|---|
| 3605 | ./libavcodec/avcodec.h:2253:9: note: declared here
|
|---|
| 3606 | int me_threshold;
|
|---|
| 3607 | ^
|
|---|
| 3608 | In file included from doc/print_options.c:36:0:
|
|---|
| 3609 | ./libavcodec/options_table.h:369:1: warning: 'mb_threshold' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3610 | {"mb_threshold", "macroblock threshold", OFFSET(mb_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3611 | ^
|
|---|
| 3612 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3613 | from doc/print_options.c:33:
|
|---|
| 3614 | ./libavcodec/avcodec.h:2259:9: note: declared here
|
|---|
| 3615 | int mb_threshold;
|
|---|
| 3616 | ^
|
|---|
| 3617 | In file included from doc/print_options.c:36:0:
|
|---|
| 3618 | ./libavcodec/options_table.h:400:1: warning: 'frame_skip_threshold' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3619 | {"skip_threshold", "frame skip threshold", OFFSET(frame_skip_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3620 | ^
|
|---|
| 3621 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3622 | from doc/print_options.c:33:
|
|---|
| 3623 | ./libavcodec/avcodec.h:2735:9: note: declared here
|
|---|
| 3624 | int frame_skip_threshold;
|
|---|
| 3625 | ^
|
|---|
| 3626 | In file included from doc/print_options.c:36:0:
|
|---|
| 3627 | ./libavcodec/options_table.h:401:1: warning: 'frame_skip_factor' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3628 | {"skip_factor", "frame skip factor", OFFSET(frame_skip_factor), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3629 | ^
|
|---|
| 3630 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3631 | from doc/print_options.c:33:
|
|---|
| 3632 | ./libavcodec/avcodec.h:2739:9: note: declared here
|
|---|
| 3633 | int frame_skip_factor;
|
|---|
| 3634 | ^
|
|---|
| 3635 | In file included from doc/print_options.c:36:0:
|
|---|
| 3636 | ./libavcodec/options_table.h:402:1: warning: 'frame_skip_exp' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3637 | {"skip_exp", "frame skip exponent", OFFSET(frame_skip_exp), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3638 | ^
|
|---|
| 3639 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3640 | from doc/print_options.c:33:
|
|---|
| 3641 | ./libavcodec/avcodec.h:2743:9: note: declared here
|
|---|
| 3642 | int frame_skip_exp;
|
|---|
| 3643 | ^
|
|---|
| 3644 | In file included from doc/print_options.c:36:0:
|
|---|
| 3645 | ./libavcodec/options_table.h:403:1: warning: 'frame_skip_cmp' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3646 | {"skipcmp", "frame skip compare function", OFFSET(frame_skip_cmp), AV_OPT_TYPE_INT, {.i64 = FF_CMP_DCTMAX }, INT_MIN, INT_MAX, V|E, "cmp_func"},
|
|---|
| 3647 | ^
|
|---|
| 3648 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3649 | from doc/print_options.c:33:
|
|---|
| 3650 | ./libavcodec/avcodec.h:2747:9: note: declared here
|
|---|
| 3651 | int frame_skip_cmp;
|
|---|
| 3652 | ^
|
|---|
| 3653 | In file included from doc/print_options.c:36:0:
|
|---|
| 3654 | ./libavcodec/options_table.h:406:1: warning: 'border_masking' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3655 | {"border_mask", "deprecated, use encoder private options instead", OFFSET(border_masking), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E},
|
|---|
| 3656 | ^
|
|---|
| 3657 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3658 | from doc/print_options.c:33:
|
|---|
| 3659 | ./libavcodec/avcodec.h:2288:11: note: declared here
|
|---|
| 3660 | float border_masking;
|
|---|
| 3661 | ^
|
|---|
| 3662 | In file included from doc/print_options.c:36:0:
|
|---|
| 3663 | ./libavcodec/options_table.h:411:1: warning: 'me_penalty_compensation' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3664 | {"mepc", "motion estimation bitrate penalty compensation (1.0 = 256)", OFFSET(me_penalty_compensation), AV_OPT_TYPE_INT, {.i64 = 256 }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3665 | ^
|
|---|
| 3666 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3667 | from doc/print_options.c:33:
|
|---|
| 3668 | ./libavcodec/avcodec.h:2310:9: note: declared here
|
|---|
| 3669 | int me_penalty_compensation;
|
|---|
| 3670 | ^
|
|---|
| 3671 | In file included from doc/print_options.c:36:0:
|
|---|
| 3672 | ./libavcodec/options_table.h:425:1: warning: 'brd_scale' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3673 | {"brd_scale", "downscale frames for dynamic B-frame decision", OFFSET(brd_scale), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, 10, V|E},
|
|---|
| 3674 | ^
|
|---|
| 3675 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3676 | from doc/print_options.c:33:
|
|---|
| 3677 | ./libavcodec/avcodec.h:2322:9: note: declared here
|
|---|
| 3678 | int brd_scale;
|
|---|
| 3679 | ^
|
|---|
| 3680 | In file included from doc/print_options.c:36:0:
|
|---|
| 3681 | ./libavcodec/options_table.h:430:1: warning: 'chromaoffset' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3682 | {"chromaoffset", "chroma QP offset from luma", OFFSET(chromaoffset), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
|
|---|
| 3683 | ^
|
|---|
| 3684 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3685 | from doc/print_options.c:33:
|
|---|
| 3686 | ./libavcodec/avcodec.h:2342:9: note: declared here
|
|---|
| 3687 | int chromaoffset;
|
|---|
| 3688 | ^
|
|---|
| 3689 | In file included from doc/print_options.c:36:0:
|
|---|
| 3690 | ./libavcodec/options_table.h:434:1: warning: 'scenechange_factor' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3691 | {"sc_factor", "multiplied by qscale for each frame and added to scene_change_score", OFFSET(scenechange_factor), AV_OPT_TYPE_INT, {.i64 = 6 }, 0, INT_MAX, V|E},
|
|---|
| 3692 | ^
|
|---|
| 3693 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3694 | from doc/print_options.c:33:
|
|---|
| 3695 | ./libavcodec/avcodec.h:2351:30: note: declared here
|
|---|
| 3696 | attribute_deprecated int scenechange_factor;
|
|---|
| 3697 | ^
|
|---|
| 3698 | In file included from doc/print_options.c:36:0:
|
|---|
| 3699 | ./libavcodec/options_table.h:438:1: warning: 'b_sensitivity' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3700 | {"b_sensitivity", "adjust sensitivity of b_frame_strategy 1", OFFSET(b_sensitivity), AV_OPT_TYPE_INT, {.i64 = 40 }, 1, INT_MAX, V|E},
|
|---|
| 3701 | ^
|
|---|
| 3702 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3703 | from doc/print_options.c:33:
|
|---|
| 3704 | ./libavcodec/avcodec.h:2364:9: note: declared here
|
|---|
| 3705 | int b_sensitivity;
|
|---|
| 3706 | ^
|
|---|
| 3707 | In file included from doc/print_options.c:36:0:
|
|---|
| 3708 | ./libavcodec/options_table.h:442:1: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3709 | {"min_prediction_order", NULL, OFFSET(min_prediction_order), AV_OPT_TYPE_INT, {.i64 = -1 }, INT_MIN, INT_MAX, A|E},
|
|---|
| 3710 | ^
|
|---|
| 3711 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3712 | from doc/print_options.c:33:
|
|---|
| 3713 | ./libavcodec/avcodec.h:2760:9: note: declared here
|
|---|
| 3714 | int min_prediction_order;
|
|---|
| 3715 | ^
|
|---|
| 3716 | In file included from doc/print_options.c:36:0:
|
|---|
| 3717 | ./libavcodec/options_table.h:443:1: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3718 | {"max_prediction_order", NULL, OFFSET(max_prediction_order), AV_OPT_TYPE_INT, {.i64 = -1 }, INT_MIN, INT_MAX, A|E},
|
|---|
| 3719 | ^
|
|---|
| 3720 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3721 | from doc/print_options.c:33:
|
|---|
| 3722 | ./libavcodec/avcodec.h:2764:9: note: declared here
|
|---|
| 3723 | int max_prediction_order;
|
|---|
| 3724 | ^
|
|---|
| 3725 | In file included from doc/print_options.c:36:0:
|
|---|
| 3726 | ./libavcodec/options_table.h:444:1: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3727 | {"timecode_frame_start", "GOP timecode frame start number, in non-drop-frame format", OFFSET(timecode_frame_start), AV_OPT_TYPE_INT64, {.i64 = -1 }, -1, INT64_MAX, V|E},
|
|---|
| 3728 | ^
|
|---|
| 3729 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3730 | from doc/print_options.c:33:
|
|---|
| 3731 | ./libavcodec/avcodec.h:2768:13: note: declared here
|
|---|
| 3732 | int64_t timecode_frame_start;
|
|---|
| 3733 | ^
|
|---|
| 3734 | In file included from doc/print_options.c:36:0:
|
|---|
| 3735 | ./libavcodec/options_table.h:535:1: warning: 'side_data_only_packets' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3736 | {"side_data_only_packets", NULL, OFFSET(side_data_only_packets), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, A|V|E },
|
|---|
| 3737 | ^
|
|---|
| 3738 | In file included from ./libavformat/avformat.h:317:0,
|
|---|
| 3739 | from doc/print_options.c:33:
|
|---|
| 3740 | ./libavcodec/avcodec.h:3328:9: note: declared here
|
|---|
| 3741 | int side_data_only_packets;
|
|---|
| 3742 | ^
|
|---|
| 3743 | HOSTLD doc/print_options
|
|---|
| 3744 | GENTEXI doc/avoptions_format.texi
|
|---|
| 3745 | GENTEXI doc/avoptions_codec.texi
|
|---|
| 3746 | POD doc/ffmpeg.pod
|
|---|
| 3747 | POD doc/ffplay.pod
|
|---|
| 3748 | POD doc/ffprobe.pod
|
|---|
| 3749 | POD doc/ffserver.pod
|
|---|
| 3750 | POD doc/ffmpeg-all.pod
|
|---|
| 3751 | POD doc/ffplay-all.pod
|
|---|
| 3752 | POD doc/ffprobe-all.pod
|
|---|
| 3753 | POD doc/ffserver-all.pod
|
|---|
| 3754 | POD doc/ffmpeg-utils.pod
|
|---|
| 3755 | POD doc/ffmpeg-scaler.pod
|
|---|
| 3756 | POD doc/ffmpeg-resampler.pod
|
|---|
| 3757 | POD doc/ffmpeg-codecs.pod
|
|---|
| 3758 | POD doc/ffmpeg-bitstream-filters.pod
|
|---|
| 3759 | POD doc/ffmpeg-formats.pod
|
|---|
| 3760 | POD doc/ffmpeg-protocols.pod
|
|---|
| 3761 | POD doc/ffmpeg-devices.pod
|
|---|
| 3762 | POD doc/ffmpeg-filters.pod
|
|---|
| 3763 | POD doc/libavutil.pod
|
|---|
| 3764 | POD doc/libswscale.pod
|
|---|
| 3765 | POD doc/libswresample.pod
|
|---|
| 3766 | POD doc/libavcodec.pod
|
|---|
| 3767 | POD doc/libavformat.pod
|
|---|
| 3768 | POD doc/libavdevice.pod
|
|---|
| 3769 | POD doc/libavfilter.pod
|
|---|
| 3770 | MAN doc/ffmpeg.1
|
|---|
| 3771 | MAN doc/ffplay.1
|
|---|
| 3772 | MAN doc/ffprobe.1
|
|---|
| 3773 | MAN doc/ffserver.1
|
|---|
| 3774 | MAN doc/ffmpeg-all.1
|
|---|
| 3775 | MAN doc/ffplay-all.1
|
|---|
| 3776 | MAN doc/ffprobe-all.1
|
|---|
| 3777 | MAN doc/ffserver-all.1
|
|---|
| 3778 | MAN doc/ffmpeg-utils.1
|
|---|
| 3779 | MAN doc/ffmpeg-scaler.1
|
|---|
| 3780 | MAN doc/ffmpeg-resampler.1
|
|---|
| 3781 | MAN doc/ffmpeg-codecs.1
|
|---|
| 3782 | MAN doc/ffmpeg-bitstream-filters.1
|
|---|
| 3783 | MAN doc/ffmpeg-formats.1
|
|---|
| 3784 | MAN doc/ffmpeg-protocols.1
|
|---|
| 3785 | MAN doc/ffmpeg-devices.1
|
|---|
| 3786 | MAN doc/ffmpeg-filters.1
|
|---|
| 3787 | MAN doc/libavutil.3
|
|---|
| 3788 | MAN doc/libswscale.3
|
|---|
| 3789 | MAN doc/libswresample.3
|
|---|
| 3790 | MAN doc/libavcodec.3
|
|---|
| 3791 | MAN doc/libavformat.3
|
|---|
| 3792 | MAN doc/libavdevice.3
|
|---|
| 3793 | MAN doc/libavfilter.3
|
|---|
| 3794 | CC ffmpeg.o
|
|---|
| 3795 | ffmpeg.c: In function 'ffmpeg_cleanup':
|
|---|
| 3796 | ffmpeg.c:513:13: warning: 'av_bitstream_filter_close' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3797 | av_bitstream_filter_close(bsfc);
|
|---|
| 3798 | ^
|
|---|
| 3799 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 3800 | from ffmpeg.c:42:
|
|---|
| 3801 | ./libavcodec/avcodec.h:5843:6: note: declared here
|
|---|
| 3802 | void av_bitstream_filter_close(AVBitStreamFilterContext *bsf);
|
|---|
| 3803 | ^
|
|---|
| 3804 | ffmpeg.c: In function 'write_frame':
|
|---|
| 3805 | ffmpeg.c:638:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3806 | AVCodecContext *avctx = ost->encoding_needed ? ost->enc_ctx : ost->st->codec;
|
|---|
| 3807 | ^
|
|---|
| 3808 | In file included from ffmpeg.c:42:0:
|
|---|
| 3809 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3810 | AVCodecContext *codec;
|
|---|
| 3811 | ^
|
|---|
| 3812 | ffmpeg.c:641:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3813 | if (!ost->st->codec->extradata_size && ost->enc_ctx->extradata_size) {
|
|---|
| 3814 | ^
|
|---|
| 3815 | In file included from ffmpeg.c:42:0:
|
|---|
| 3816 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3817 | AVCodecContext *codec;
|
|---|
| 3818 | ^
|
|---|
| 3819 | ffmpeg.c:642:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3820 | ost->st->codec->extradata = av_mallocz(ost->enc_ctx->extradata_size + AV_INPUT_BUFFER_PADDING_SIZE);
|
|---|
| 3821 | ^
|
|---|
| 3822 | In file included from ffmpeg.c:42:0:
|
|---|
| 3823 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3824 | AVCodecContext *codec;
|
|---|
| 3825 | ^
|
|---|
| 3826 | ffmpeg.c:643:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3827 | if (ost->st->codec->extradata) {
|
|---|
| 3828 | ^
|
|---|
| 3829 | In file included from ffmpeg.c:42:0:
|
|---|
| 3830 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3831 | AVCodecContext *codec;
|
|---|
| 3832 | ^
|
|---|
| 3833 | ffmpeg.c:644:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3834 | memcpy(ost->st->codec->extradata, ost->enc_ctx->extradata, ost->enc_ctx->extradata_size);
|
|---|
| 3835 | ^
|
|---|
| 3836 | In file included from ffmpeg.c:42:0:
|
|---|
| 3837 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3838 | AVCodecContext *codec;
|
|---|
| 3839 | ^
|
|---|
| 3840 | ffmpeg.c:645:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3841 | ost->st->codec->extradata_size = ost->enc_ctx->extradata_size;
|
|---|
| 3842 | ^
|
|---|
| 3843 | In file included from ffmpeg.c:42:0:
|
|---|
| 3844 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3845 | AVCodecContext *codec;
|
|---|
| 3846 | ^
|
|---|
| 3847 | ffmpeg.c:692:5: warning: 'av_apply_bitstream_filters' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3848 | if ((ret = av_apply_bitstream_filters(avctx, pkt, bsfc)) < 0) {
|
|---|
| 3849 | ^
|
|---|
| 3850 | In file included from ffmpeg.c:42:0:
|
|---|
| 3851 | libavformat/avformat.h:2878:5: note: declared here
|
|---|
| 3852 | int av_apply_bitstream_filters(AVCodecContext *codec, AVPacket *pkt,
|
|---|
| 3853 | ^
|
|---|
| 3854 | ffmpeg.c: In function 'do_audio_out':
|
|---|
| 3855 | ffmpeg.c:824:5: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3856 | if (avcodec_encode_audio2(enc, &pkt, frame, &got_packet) < 0) {
|
|---|
| 3857 | ^
|
|---|
| 3858 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 3859 | from ffmpeg.c:42:
|
|---|
| 3860 | ./libavcodec/avcodec.h:5239:5: note: declared here
|
|---|
| 3861 | int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
|
|---|
| 3862 | ^
|
|---|
| 3863 | ffmpeg.c: In function 'do_video_out':
|
|---|
| 3864 | ffmpeg.c:936:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3865 | AVCodecContext *mux_enc = ost->st->codec;
|
|---|
| 3866 | ^
|
|---|
| 3867 | In file included from ffmpeg.c:42:0:
|
|---|
| 3868 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3869 | AVCodecContext *codec;
|
|---|
| 3870 | ^
|
|---|
| 3871 | ffmpeg.c:1176:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3872 | ret = avcodec_encode_video2(enc, &pkt, in_picture, &got_packet);
|
|---|
| 3873 | ^
|
|---|
| 3874 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 3875 | from ffmpeg.c:42:
|
|---|
| 3876 | ./libavcodec/avcodec.h:5278:5: note: declared here
|
|---|
| 3877 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
|
|---|
| 3878 | ^
|
|---|
| 3879 | ffmpeg.c: In function 'flush_encoders':
|
|---|
| 3880 | ffmpeg.c:1725:17: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3881 | encode = avcodec_encode_audio2;
|
|---|
| 3882 | ^
|
|---|
| 3883 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 3884 | from ffmpeg.c:42:
|
|---|
| 3885 | ./libavcodec/avcodec.h:5239:5: note: declared here
|
|---|
| 3886 | int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
|
|---|
| 3887 | ^
|
|---|
| 3888 | ffmpeg.c:1729:17: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3889 | encode = avcodec_encode_video2;
|
|---|
| 3890 | ^
|
|---|
| 3891 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 3892 | from ffmpeg.c:42:
|
|---|
| 3893 | ./libavcodec/avcodec.h:5278:5: note: declared here
|
|---|
| 3894 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
|
|---|
| 3895 | ^
|
|---|
| 3896 | ffmpeg.c: In function 'do_streamcopy':
|
|---|
| 3897 | ffmpeg.c:1854:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3898 | if (ost->st->codec->codec_type == AVMEDIA_TYPE_AUDIO && pkt->dts != AV_NOPTS_VALUE) {
|
|---|
| 3899 | ^
|
|---|
| 3900 | In file included from ffmpeg.c:42:0:
|
|---|
| 3901 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3902 | AVCodecContext *codec;
|
|---|
| 3903 | ^
|
|---|
| 3904 | ffmpeg.c:1866:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3905 | if ( ost->st->codec->codec_id != AV_CODEC_ID_H264
|
|---|
| 3906 | ^
|
|---|
| 3907 | In file included from ffmpeg.c:42:0:
|
|---|
| 3908 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3909 | AVCodecContext *codec;
|
|---|
| 3910 | ^
|
|---|
| 3911 | ffmpeg.c:1867:8: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3912 | && ost->st->codec->codec_id != AV_CODEC_ID_MPEG1VIDEO
|
|---|
| 3913 | ^
|
|---|
| 3914 | In file included from ffmpeg.c:42:0:
|
|---|
| 3915 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3916 | AVCodecContext *codec;
|
|---|
| 3917 | ^
|
|---|
| 3918 | ffmpeg.c:1868:8: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3919 | && ost->st->codec->codec_id != AV_CODEC_ID_MPEG2VIDEO
|
|---|
| 3920 | ^
|
|---|
| 3921 | In file included from ffmpeg.c:42:0:
|
|---|
| 3922 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3923 | AVCodecContext *codec;
|
|---|
| 3924 | ^
|
|---|
| 3925 | ffmpeg.c:1869:8: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3926 | && ost->st->codec->codec_id != AV_CODEC_ID_VC1
|
|---|
| 3927 | ^
|
|---|
| 3928 | In file included from ffmpeg.c:42:0:
|
|---|
| 3929 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3930 | AVCodecContext *codec;
|
|---|
| 3931 | ^
|
|---|
| 3932 | ffmpeg.c:1871:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3933 | int ret = av_parser_change(ost->parser, ost->st->codec,
|
|---|
| 3934 | ^
|
|---|
| 3935 | In file included from ffmpeg.c:42:0:
|
|---|
| 3936 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3937 | AVCodecContext *codec;
|
|---|
| 3938 | ^
|
|---|
| 3939 | ffmpeg.c:1892:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3940 | if (ost->st->codec->codec_type == AVMEDIA_TYPE_VIDEO &&
|
|---|
| 3941 | ^
|
|---|
| 3942 | In file included from ffmpeg.c:42:0:
|
|---|
| 3943 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3944 | AVCodecContext *codec;
|
|---|
| 3945 | ^
|
|---|
| 3946 | ffmpeg.c:1893:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3947 | ost->st->codec->codec_id == AV_CODEC_ID_RAWVIDEO &&
|
|---|
| 3948 | ^
|
|---|
| 3949 | In file included from ffmpeg.c:42:0:
|
|---|
| 3950 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3951 | AVCodecContext *codec;
|
|---|
| 3952 | ^
|
|---|
| 3953 | ffmpeg.c:1896:9: warning: 'avpicture_fill' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3954 | int ret = avpicture_fill(&pict, opkt.data, ost->st->codec->pix_fmt, ost->st->codec->width, ost->st->codec->height);
|
|---|
| 3955 | ^
|
|---|
| 3956 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 3957 | from ffmpeg.c:42:
|
|---|
| 3958 | ./libavcodec/avcodec.h:5408:5: note: declared here
|
|---|
| 3959 | int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
|
|---|
| 3960 | ^
|
|---|
| 3961 | ffmpeg.c:1896:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3962 | int ret = avpicture_fill(&pict, opkt.data, ost->st->codec->pix_fmt, ost->st->codec->width, ost->st->codec->height);
|
|---|
| 3963 | ^
|
|---|
| 3964 | In file included from ffmpeg.c:42:0:
|
|---|
| 3965 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3966 | AVCodecContext *codec;
|
|---|
| 3967 | ^
|
|---|
| 3968 | ffmpeg.c:1896:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3969 | int ret = avpicture_fill(&pict, opkt.data, ost->st->codec->pix_fmt, ost->st->codec->width, ost->st->codec->height);
|
|---|
| 3970 | ^
|
|---|
| 3971 | In file included from ffmpeg.c:42:0:
|
|---|
| 3972 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3973 | AVCodecContext *codec;
|
|---|
| 3974 | ^
|
|---|
| 3975 | ffmpeg.c:1896:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3976 | int ret = avpicture_fill(&pict, opkt.data, ost->st->codec->pix_fmt, ost->st->codec->width, ost->st->codec->height);
|
|---|
| 3977 | ^
|
|---|
| 3978 | In file included from ffmpeg.c:42:0:
|
|---|
| 3979 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 3980 | AVCodecContext *codec;
|
|---|
| 3981 | ^
|
|---|
| 3982 | ffmpeg.c: In function 'decode_audio':
|
|---|
| 3983 | ffmpeg.c:1961:5: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3984 | ret = avcodec_decode_audio4(avctx, decoded_frame, got_output, pkt);
|
|---|
| 3985 | ^
|
|---|
| 3986 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 3987 | from ffmpeg.c:42:
|
|---|
| 3988 | ./libavcodec/avcodec.h:4721:5: note: declared here
|
|---|
| 3989 | int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
|
|---|
| 3990 | ^
|
|---|
| 3991 | ffmpeg.c: In function 'decode_video':
|
|---|
| 3992 | ffmpeg.c:2087:5: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 3993 | ret = avcodec_decode_video2(ist->dec_ctx,
|
|---|
| 3994 | ^
|
|---|
| 3995 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 3996 | from ffmpeg.c:42:
|
|---|
| 3997 | ./libavcodec/avcodec.h:4770:5: note: declared here
|
|---|
| 3998 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
|
|---|
| 3999 | ^
|
|---|
| 4000 | ffmpeg.c:2093:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4001 | if (ist->st->codec->has_b_frames < ist->dec_ctx->has_b_frames) {
|
|---|
| 4002 | ^
|
|---|
| 4003 | In file included from ffmpeg.c:42:0:
|
|---|
| 4004 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4005 | AVCodecContext *codec;
|
|---|
| 4006 | ^
|
|---|
| 4007 | ffmpeg.c:2095:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4008 | ist->st->codec->has_b_frames = ist->dec_ctx->has_b_frames;
|
|---|
| 4009 | ^
|
|---|
| 4010 | In file included from ffmpeg.c:42:0:
|
|---|
| 4011 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4012 | AVCodecContext *codec;
|
|---|
| 4013 | ^
|
|---|
| 4014 | ffmpeg.c:2103:20: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4015 | ist->st->codec->has_b_frames);
|
|---|
| 4016 | ^
|
|---|
| 4017 | In file included from ffmpeg.c:42:0:
|
|---|
| 4018 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4019 | AVCodecContext *codec;
|
|---|
| 4020 | ^
|
|---|
| 4021 | ffmpeg.c: In function 'init_output_stream':
|
|---|
| 4022 | ffmpeg.c:2648:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4023 | ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx);
|
|---|
| 4024 | ^
|
|---|
| 4025 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 4026 | from ffmpeg.c:42:
|
|---|
| 4027 | ./libavcodec/avcodec.h:4199:5: note: declared here
|
|---|
| 4028 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
|
|---|
| 4029 | ^
|
|---|
| 4030 | ffmpeg.c:2648:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4031 | ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx);
|
|---|
| 4032 | ^
|
|---|
| 4033 | In file included from ffmpeg.c:42:0:
|
|---|
| 4034 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4035 | AVCodecContext *codec;
|
|---|
| 4036 | ^
|
|---|
| 4037 | ffmpeg.c:2679:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4038 | ost->st->codec->codec= ost->enc_ctx->codec;
|
|---|
| 4039 | ^
|
|---|
| 4040 | In file included from ffmpeg.c:42:0:
|
|---|
| 4041 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4042 | AVCodecContext *codec;
|
|---|
| 4043 | ^
|
|---|
| 4044 | ffmpeg.c:2681:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4045 | ret = av_opt_set_dict(ost->st->codec, &ost->encoder_opts);
|
|---|
| 4046 | ^
|
|---|
| 4047 | In file included from ffmpeg.c:42:0:
|
|---|
| 4048 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4049 | AVCodecContext *codec;
|
|---|
| 4050 | ^
|
|---|
| 4051 | ffmpeg.c:2688:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4052 | ost->st->time_base = av_add_q(ost->st->codec->time_base, (AVRational){0, 1});
|
|---|
| 4053 | ^
|
|---|
| 4054 | In file included from ffmpeg.c:42:0:
|
|---|
| 4055 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4056 | AVCodecContext *codec;
|
|---|
| 4057 | ^
|
|---|
| 4058 | ffmpeg.c: In function 'report_new_stream':
|
|---|
| 4059 | ffmpeg.c:2766:12: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4060 | av_get_media_type_string(st->codec->codec_type),
|
|---|
| 4061 | ^
|
|---|
| 4062 | In file included from ffmpeg.c:42:0:
|
|---|
| 4063 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4064 | AVCodecContext *codec;
|
|---|
| 4065 | ^
|
|---|
| 4066 | ffmpeg.c: In function 'transcode_init':
|
|---|
| 4067 | ffmpeg.c:2856:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4068 | enc_ctx = ost->stream_copy ? ost->st->codec : ost->enc_ctx;
|
|---|
| 4069 | ^
|
|---|
| 4070 | In file included from ffmpeg.c:42:0:
|
|---|
| 4071 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4072 | AVCodecContext *codec;
|
|---|
| 4073 | ^
|
|---|
| 4074 | ffmpeg.c:2867:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4075 | if (st != ost->st && st->codec->codec_type == enc_ctx->codec_type)
|
|---|
| 4076 | ^
|
|---|
| 4077 | In file included from ffmpeg.c:42:0:
|
|---|
| 4078 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4079 | AVCodecContext *codec;
|
|---|
| 4080 | ^
|
|---|
| 4081 | ffmpeg.c:3055:26: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4082 | avcodec_get_name(ost->st->codec->codec_id), ost->file_index, ost->index);
|
|---|
| 4083 | ^
|
|---|
| 4084 | In file included from ffmpeg.c:42:0:
|
|---|
| 4085 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4086 | AVCodecContext *codec;
|
|---|
| 4087 | ^
|
|---|
| 4088 | ffmpeg.c:3188:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4089 | enc_ctx->width = input_streams[ost->source_index]->st->codec->width;
|
|---|
| 4090 | ^
|
|---|
| 4091 | In file included from ffmpeg.c:42:0:
|
|---|
| 4092 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4093 | AVCodecContext *codec;
|
|---|
| 4094 | ^
|
|---|
| 4095 | ffmpeg.c:3189:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4096 | enc_ctx->height = input_streams[ost->source_index]->st->codec->height;
|
|---|
| 4097 | ^
|
|---|
| 4098 | In file included from ffmpeg.c:42:0:
|
|---|
| 4099 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4100 | AVCodecContext *codec;
|
|---|
| 4101 | ^
|
|---|
| 4102 | ffmpeg.c: In function 'check_keyboard_interaction':
|
|---|
| 4103 | ffmpeg.c:3521:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4104 | debug = input_streams[0]->st->codec->debug<<1;
|
|---|
| 4105 | ^
|
|---|
| 4106 | In file included from ffmpeg.c:42:0:
|
|---|
| 4107 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4108 | AVCodecContext *codec;
|
|---|
| 4109 | ^
|
|---|
| 4110 | ffmpeg.c:3540:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4111 | input_streams[i]->st->codec->debug = debug;
|
|---|
| 4112 | ^
|
|---|
| 4113 | In file included from ffmpeg.c:42:0:
|
|---|
| 4114 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4115 | AVCodecContext *codec;
|
|---|
| 4116 | ^
|
|---|
| 4117 | ffmpeg.c: In function 'sub2video_push_ref':
|
|---|
| 4118 | ffmpeg.c:220:9: warning: ignoring return value of 'av_buffersrc_add_frame_flags', declared with attribute warn_unused_result [-Wunused-result]
|
|---|
| 4119 | av_buffersrc_add_frame_flags(ist->filters[i]->filter, frame,
|
|---|
| 4120 | ^
|
|---|
| 4121 | ffmpeg.c: In function 'sub2video_flush':
|
|---|
| 4122 | ffmpeg.c:295:9: warning: ignoring return value of 'av_buffersrc_add_frame', declared with attribute warn_unused_result [-Wunused-result]
|
|---|
| 4123 | av_buffersrc_add_frame(ist->filters[i]->filter, NULL);
|
|---|
| 4124 | ^
|
|---|
| 4125 | CC cmdutils.o
|
|---|
| 4126 | cmdutils.c: In function 'show_bsfs':
|
|---|
| 4127 | cmdutils.c:1573:5: warning: 'av_bitstream_filter_next' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4128 | while ((bsf = av_bitstream_filter_next(bsf)))
|
|---|
| 4129 | ^
|
|---|
| 4130 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 4131 | from cmdutils.c:34:
|
|---|
| 4132 | ./libavcodec/avcodec.h:5854:20: note: declared here
|
|---|
| 4133 | AVBitStreamFilter *av_bitstream_filter_next(const AVBitStreamFilter *f);
|
|---|
| 4134 | ^
|
|---|
| 4135 | cmdutils.c: In function 'filter_codec_opts':
|
|---|
| 4136 | cmdutils.c:1984:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4137 | switch (st->codec->codec_type) {
|
|---|
| 4138 | ^
|
|---|
| 4139 | In file included from cmdutils.c:34:0:
|
|---|
| 4140 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4141 | AVCodecContext *codec;
|
|---|
| 4142 | ^
|
|---|
| 4143 | cmdutils.c: In function 'setup_find_stream_info_opts':
|
|---|
| 4144 | cmdutils.c:2042:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4145 | opts[i] = filter_codec_opts(codec_opts, s->streams[i]->codec->codec_id,
|
|---|
| 4146 | ^
|
|---|
| 4147 | In file included from cmdutils.c:34:0:
|
|---|
| 4148 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4149 | AVCodecContext *codec;
|
|---|
| 4150 | ^
|
|---|
| 4151 | CC ffmpeg_opt.o
|
|---|
| 4152 | ffmpeg_opt.c: In function 'opt_map_channel':
|
|---|
| 4153 | ffmpeg_opt.c:432:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4154 | if (st->codec->codec_type != AVMEDIA_TYPE_AUDIO) {
|
|---|
| 4155 | ^
|
|---|
| 4156 | In file included from cmdutils.h:30:0,
|
|---|
| 4157 | from ffmpeg.h:32,
|
|---|
| 4158 | from ffmpeg_opt.c:23:
|
|---|
| 4159 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4160 | AVCodecContext *codec;
|
|---|
| 4161 | ^
|
|---|
| 4162 | ffmpeg_opt.c:437:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4163 | if (m->channel_idx < 0 || m->channel_idx >= st->codec->channels) {
|
|---|
| 4164 | ^
|
|---|
| 4165 | In file included from cmdutils.h:30:0,
|
|---|
| 4166 | from ffmpeg.h:32,
|
|---|
| 4167 | from ffmpeg_opt.c:23:
|
|---|
| 4168 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4169 | AVCodecContext *codec;
|
|---|
| 4170 | ^
|
|---|
| 4171 | ffmpeg_opt.c: In function 'choose_decoder':
|
|---|
| 4172 | ffmpeg_opt.c:637:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4173 | AVCodec *codec = find_codec_or_die(codec_name, st->codec->codec_type, 0);
|
|---|
| 4174 | ^
|
|---|
| 4175 | In file included from cmdutils.h:30:0,
|
|---|
| 4176 | from ffmpeg.h:32,
|
|---|
| 4177 | from ffmpeg_opt.c:23:
|
|---|
| 4178 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4179 | AVCodecContext *codec;
|
|---|
| 4180 | ^
|
|---|
| 4181 | ffmpeg_opt.c:638:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4182 | st->codec->codec_id = codec->id;
|
|---|
| 4183 | ^
|
|---|
| 4184 | In file included from cmdutils.h:30:0,
|
|---|
| 4185 | from ffmpeg.h:32,
|
|---|
| 4186 | from ffmpeg_opt.c:23:
|
|---|
| 4187 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4188 | AVCodecContext *codec;
|
|---|
| 4189 | ^
|
|---|
| 4190 | ffmpeg_opt.c:641:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4191 | return avcodec_find_decoder(st->codec->codec_id);
|
|---|
| 4192 | ^
|
|---|
| 4193 | In file included from cmdutils.h:30:0,
|
|---|
| 4194 | from ffmpeg.h:32,
|
|---|
| 4195 | from ffmpeg_opt.c:23:
|
|---|
| 4196 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4197 | AVCodecContext *codec;
|
|---|
| 4198 | ^
|
|---|
| 4199 | ffmpeg_opt.c: In function 'add_input_streams':
|
|---|
| 4200 | ffmpeg_opt.c:652:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4201 | AVCodecContext *dec = st->codec;
|
|---|
| 4202 | ^
|
|---|
| 4203 | In file included from cmdutils.h:30:0,
|
|---|
| 4204 | from ffmpeg.h:32,
|
|---|
| 4205 | from ffmpeg_opt.c:23:
|
|---|
| 4206 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4207 | AVCodecContext *codec;
|
|---|
| 4208 | ^
|
|---|
| 4209 | ffmpeg_opt.c:686:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4210 | st->codec->codec_tag = tag;
|
|---|
| 4211 | ^
|
|---|
| 4212 | In file included from cmdutils.h:30:0,
|
|---|
| 4213 | from ffmpeg.h:32,
|
|---|
| 4214 | from ffmpeg_opt.c:23:
|
|---|
| 4215 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4216 | AVCodecContext *codec;
|
|---|
| 4217 | ^
|
|---|
| 4218 | ffmpeg_opt.c:690:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4219 | ist->decoder_opts = filter_codec_opts(o->g->codec_opts, ist->st->codec->codec_id, ic, st, ist->dec);
|
|---|
| 4220 | ^
|
|---|
| 4221 | In file included from cmdutils.h:30:0,
|
|---|
| 4222 | from ffmpeg.h:32,
|
|---|
| 4223 | from ffmpeg_opt.c:23:
|
|---|
| 4224 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4225 | AVCodecContext *codec;
|
|---|
| 4226 | ^
|
|---|
| 4227 | ffmpeg_opt.c:711:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4228 | ret = avcodec_copy_context(ist->dec_ctx, dec);
|
|---|
| 4229 | ^
|
|---|
| 4230 | In file included from cmdutils.h:28:0,
|
|---|
| 4231 | from ffmpeg.h:32,
|
|---|
| 4232 | from ffmpeg_opt.c:23:
|
|---|
| 4233 | libavcodec/avcodec.h:4199:5: note: declared here
|
|---|
| 4234 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
|
|---|
| 4235 | ^
|
|---|
| 4236 | ffmpeg_opt.c: In function 'dump_attachment':
|
|---|
| 4237 | ffmpeg_opt.c:860:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4238 | if (!st->codec->extradata_size) {
|
|---|
| 4239 | ^
|
|---|
| 4240 | In file included from cmdutils.h:30:0,
|
|---|
| 4241 | from ffmpeg.h:32,
|
|---|
| 4242 | from ffmpeg_opt.c:23:
|
|---|
| 4243 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4244 | AVCodecContext *codec;
|
|---|
| 4245 | ^
|
|---|
| 4246 | ffmpeg_opt.c:881:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4247 | avio_write(out, st->codec->extradata, st->codec->extradata_size);
|
|---|
| 4248 | ^
|
|---|
| 4249 | In file included from cmdutils.h:30:0,
|
|---|
| 4250 | from ffmpeg.h:32,
|
|---|
| 4251 | from ffmpeg_opt.c:23:
|
|---|
| 4252 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4253 | AVCodecContext *codec;
|
|---|
| 4254 | ^
|
|---|
| 4255 | ffmpeg_opt.c:881:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4256 | avio_write(out, st->codec->extradata, st->codec->extradata_size);
|
|---|
| 4257 | ^
|
|---|
| 4258 | In file included from cmdutils.h:30:0,
|
|---|
| 4259 | from ffmpeg.h:32,
|
|---|
| 4260 | from ffmpeg_opt.c:23:
|
|---|
| 4261 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4262 | AVCodecContext *codec;
|
|---|
| 4263 | ^
|
|---|
| 4264 | ffmpeg_opt.c: In function 'open_input_file':
|
|---|
| 4265 | ffmpeg_opt.c:1029:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4266 | AVCodecContext *avctx = ic->streams[i]->codec;
|
|---|
| 4267 | ^
|
|---|
| 4268 | In file included from cmdutils.h:30:0,
|
|---|
| 4269 | from ffmpeg.h:32,
|
|---|
| 4270 | from ffmpeg_opt.c:23:
|
|---|
| 4271 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4272 | AVCodecContext *codec;
|
|---|
| 4273 | ^
|
|---|
| 4274 | ffmpeg_opt.c: In function 'choose_encoder':
|
|---|
| 4275 | ffmpeg_opt.c:1181:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4276 | ost->st->codec->codec_id = av_guess_codec(s->oformat, NULL, s->filename,
|
|---|
| 4277 | ^
|
|---|
| 4278 | In file included from cmdutils.h:30:0,
|
|---|
| 4279 | from ffmpeg.h:32,
|
|---|
| 4280 | from ffmpeg_opt.c:23:
|
|---|
| 4281 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4282 | AVCodecContext *codec;
|
|---|
| 4283 | ^
|
|---|
| 4284 | ffmpeg_opt.c:1182:51: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4285 | NULL, ost->st->codec->codec_type);
|
|---|
| 4286 | ^
|
|---|
| 4287 | In file included from cmdutils.h:30:0,
|
|---|
| 4288 | from ffmpeg.h:32,
|
|---|
| 4289 | from ffmpeg_opt.c:23:
|
|---|
| 4290 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4291 | AVCodecContext *codec;
|
|---|
| 4292 | ^
|
|---|
| 4293 | ffmpeg_opt.c:1183:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4294 | ost->enc = avcodec_find_encoder(ost->st->codec->codec_id);
|
|---|
| 4295 | ^
|
|---|
| 4296 | In file included from cmdutils.h:30:0,
|
|---|
| 4297 | from ffmpeg.h:32,
|
|---|
| 4298 | from ffmpeg_opt.c:23:
|
|---|
| 4299 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4300 | AVCodecContext *codec;
|
|---|
| 4301 | ^
|
|---|
| 4302 | ffmpeg_opt.c:1187:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4303 | ost->enc = find_codec_or_die(codec_name, ost->st->codec->codec_type, 1);
|
|---|
| 4304 | ^
|
|---|
| 4305 | In file included from cmdutils.h:30:0,
|
|---|
| 4306 | from ffmpeg.h:32,
|
|---|
| 4307 | from ffmpeg_opt.c:23:
|
|---|
| 4308 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4309 | AVCodecContext *codec;
|
|---|
| 4310 | ^
|
|---|
| 4311 | ffmpeg_opt.c:1188:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4312 | ost->st->codec->codec_id = ost->enc->id;
|
|---|
| 4313 | ^
|
|---|
| 4314 | In file included from cmdutils.h:30:0,
|
|---|
| 4315 | from ffmpeg.h:32,
|
|---|
| 4316 | from ffmpeg_opt.c:23:
|
|---|
| 4317 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4318 | AVCodecContext *codec;
|
|---|
| 4319 | ^
|
|---|
| 4320 | ffmpeg_opt.c: In function 'new_output_stream':
|
|---|
| 4321 | ffmpeg_opt.c:1218:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4322 | st->codec->codec_type = type;
|
|---|
| 4323 | ^
|
|---|
| 4324 | In file included from cmdutils.h:30:0,
|
|---|
| 4325 | from ffmpeg.h:32,
|
|---|
| 4326 | from ffmpeg_opt.c:23:
|
|---|
| 4327 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4328 | AVCodecContext *codec;
|
|---|
| 4329 | ^
|
|---|
| 4330 | ffmpeg_opt.c:1282:9: warning: 'av_bitstream_filter_init' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4331 | if (!(bsfc = av_bitstream_filter_init(bsf))) {
|
|---|
| 4332 | ^
|
|---|
| 4333 | In file included from cmdutils.h:28:0,
|
|---|
| 4334 | from ffmpeg.h:32,
|
|---|
| 4335 | from ffmpeg_opt.c:23:
|
|---|
| 4336 | libavcodec/avcodec.h:5799:27: note: declared here
|
|---|
| 4337 | AVBitStreamFilterContext *av_bitstream_filter_init(const char *name);
|
|---|
| 4338 | ^
|
|---|
| 4339 | ffmpeg_opt.c:1305:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4340 | ost->st->codec->codec_tag =
|
|---|
| 4341 | ^
|
|---|
| 4342 | In file included from cmdutils.h:30:0,
|
|---|
| 4343 | from ffmpeg.h:32,
|
|---|
| 4344 | from ffmpeg_opt.c:23:
|
|---|
| 4345 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4346 | AVCodecContext *codec;
|
|---|
| 4347 | ^
|
|---|
| 4348 | ffmpeg_opt.c: In function 'get_ost_filters':
|
|---|
| 4349 | ffmpeg_opt.c:1402:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4350 | return av_strdup(st->codec->codec_type == AVMEDIA_TYPE_VIDEO ?
|
|---|
| 4351 | ^
|
|---|
| 4352 | In file included from cmdutils.h:30:0,
|
|---|
| 4353 | from ffmpeg.h:32,
|
|---|
| 4354 | from ffmpeg_opt.c:23:
|
|---|
| 4355 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4356 | AVCodecContext *codec;
|
|---|
| 4357 | ^
|
|---|
| 4358 | ffmpeg_opt.c: In function 'read_ffserver_streams':
|
|---|
| 4359 | ffmpeg_opt.c:1834:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4360 | codec = avcodec_find_encoder(ic->streams[i]->codec->codec_id);
|
|---|
| 4361 | ^
|
|---|
| 4362 | In file included from cmdutils.h:30:0,
|
|---|
| 4363 | from ffmpeg.h:32,
|
|---|
| 4364 | from ffmpeg_opt.c:23:
|
|---|
| 4365 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4366 | AVCodecContext *codec;
|
|---|
| 4367 | ^
|
|---|
| 4368 | ffmpeg_opt.c:1836:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4369 | av_log(s, AV_LOG_ERROR, "no encoder found for codec id %i\n", ic->streams[i]->codec->codec_id);
|
|---|
| 4370 | ^
|
|---|
| 4371 | In file included from cmdutils.h:30:0,
|
|---|
| 4372 | from ffmpeg.h:32,
|
|---|
| 4373 | from ffmpeg_opt.c:23:
|
|---|
| 4374 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4375 | AVCodecContext *codec;
|
|---|
| 4376 | ^
|
|---|
| 4377 | ffmpeg_opt.c:1846:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4378 | avcodec_get_context_defaults3(st->codec, codec);
|
|---|
| 4379 | ^
|
|---|
| 4380 | In file included from cmdutils.h:30:0,
|
|---|
| 4381 | from ffmpeg.h:32,
|
|---|
| 4382 | from ffmpeg_opt.c:23:
|
|---|
| 4383 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4384 | AVCodecContext *codec;
|
|---|
| 4385 | ^
|
|---|
| 4386 | ffmpeg_opt.c:1851:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4387 | av_opt_set_dict2(st->codec, &opts, AV_OPT_SEARCH_CHILDREN);
|
|---|
| 4388 | ^
|
|---|
| 4389 | In file included from cmdutils.h:30:0,
|
|---|
| 4390 | from ffmpeg.h:32,
|
|---|
| 4391 | from ffmpeg_opt.c:23:
|
|---|
| 4392 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4393 | AVCodecContext *codec;
|
|---|
| 4394 | ^
|
|---|
| 4395 | ffmpeg_opt.c:1855:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4396 | if (st->codec->codec_type == AVMEDIA_TYPE_AUDIO && !ost->stream_copy)
|
|---|
| 4397 | ^
|
|---|
| 4398 | In file included from cmdutils.h:30:0,
|
|---|
| 4399 | from ffmpeg.h:32,
|
|---|
| 4400 | from ffmpeg_opt.c:23:
|
|---|
| 4401 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4402 | AVCodecContext *codec;
|
|---|
| 4403 | ^
|
|---|
| 4404 | ffmpeg_opt.c:1857:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4405 | else if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO && !ost->stream_copy)
|
|---|
| 4406 | ^
|
|---|
| 4407 | In file included from cmdutils.h:30:0,
|
|---|
| 4408 | from ffmpeg.h:32,
|
|---|
| 4409 | from ffmpeg_opt.c:23:
|
|---|
| 4410 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4411 | AVCodecContext *codec;
|
|---|
| 4412 | ^
|
|---|
| 4413 | ffmpeg_opt.c:1858:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4414 | choose_pixel_fmt(st, st->codec, codec, st->codec->pix_fmt);
|
|---|
| 4415 | ^
|
|---|
| 4416 | In file included from cmdutils.h:30:0,
|
|---|
| 4417 | from ffmpeg.h:32,
|
|---|
| 4418 | from ffmpeg_opt.c:23:
|
|---|
| 4419 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4420 | AVCodecContext *codec;
|
|---|
| 4421 | ^
|
|---|
| 4422 | ffmpeg_opt.c:1858:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4423 | choose_pixel_fmt(st, st->codec, codec, st->codec->pix_fmt);
|
|---|
| 4424 | ^
|
|---|
| 4425 | In file included from cmdutils.h:30:0,
|
|---|
| 4426 | from ffmpeg.h:32,
|
|---|
| 4427 | from ffmpeg_opt.c:23:
|
|---|
| 4428 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4429 | AVCodecContext *codec;
|
|---|
| 4430 | ^
|
|---|
| 4431 | ffmpeg_opt.c:1859:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4432 | avcodec_copy_context(ost->enc_ctx, st->codec);
|
|---|
| 4433 | ^
|
|---|
| 4434 | In file included from cmdutils.h:28:0,
|
|---|
| 4435 | from ffmpeg.h:32,
|
|---|
| 4436 | from ffmpeg_opt.c:23:
|
|---|
| 4437 | libavcodec/avcodec.h:4199:5: note: declared here
|
|---|
| 4438 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
|
|---|
| 4439 | ^
|
|---|
| 4440 | ffmpeg_opt.c:1859:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4441 | avcodec_copy_context(ost->enc_ctx, st->codec);
|
|---|
| 4442 | ^
|
|---|
| 4443 | In file included from cmdutils.h:30:0,
|
|---|
| 4444 | from ffmpeg.h:32,
|
|---|
| 4445 | from ffmpeg_opt.c:23:
|
|---|
| 4446 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4447 | AVCodecContext *codec;
|
|---|
| 4448 | ^
|
|---|
| 4449 | ffmpeg_opt.c: In function 'open_output_file':
|
|---|
| 4450 | ffmpeg_opt.c:2030:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4451 | if(ist->st->codec->codec_type == ost->st->codec->codec_type){
|
|---|
| 4452 | ^
|
|---|
| 4453 | In file included from cmdutils.h:30:0,
|
|---|
| 4454 | from ffmpeg.h:32,
|
|---|
| 4455 | from ffmpeg_opt.c:23:
|
|---|
| 4456 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4457 | AVCodecContext *codec;
|
|---|
| 4458 | ^
|
|---|
| 4459 | ffmpeg_opt.c:2030:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4460 | if(ist->st->codec->codec_type == ost->st->codec->codec_type){
|
|---|
| 4461 | ^
|
|---|
| 4462 | In file included from cmdutils.h:30:0,
|
|---|
| 4463 | from ffmpeg.h:32,
|
|---|
| 4464 | from ffmpeg_opt.c:23:
|
|---|
| 4465 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4466 | AVCodecContext *codec;
|
|---|
| 4467 | ^
|
|---|
| 4468 | ffmpeg_opt.c:2033:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4469 | if(ost->st->codec->codec_type == AVMEDIA_TYPE_AUDIO) ost->avfilter = av_strdup("anull");
|
|---|
| 4470 | ^
|
|---|
| 4471 | In file included from cmdutils.h:30:0,
|
|---|
| 4472 | from ffmpeg.h:32,
|
|---|
| 4473 | from ffmpeg_opt.c:23:
|
|---|
| 4474 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4475 | AVCodecContext *codec;
|
|---|
| 4476 | ^
|
|---|
| 4477 | ffmpeg_opt.c:2034:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4478 | if(ost->st->codec->codec_type == AVMEDIA_TYPE_VIDEO) ost->avfilter = av_strdup("null");
|
|---|
| 4479 | ^
|
|---|
| 4480 | In file included from cmdutils.h:30:0,
|
|---|
| 4481 | from ffmpeg.h:32,
|
|---|
| 4482 | from ffmpeg_opt.c:23:
|
|---|
| 4483 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4484 | AVCodecContext *codec;
|
|---|
| 4485 | ^
|
|---|
| 4486 | ffmpeg_opt.c:2041:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4487 | av_log(NULL, AV_LOG_FATAL, "Missing %s stream which is required by this ffm\n", av_get_media_type_string(ost->st->codec->codec_type));
|
|---|
| 4488 | ^
|
|---|
| 4489 | In file included from cmdutils.h:30:0,
|
|---|
| 4490 | from ffmpeg.h:32,
|
|---|
| 4491 | from ffmpeg_opt.c:23:
|
|---|
| 4492 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4493 | AVCodecContext *codec;
|
|---|
| 4494 | ^
|
|---|
| 4495 | ffmpeg_opt.c:2056:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4496 | new_area = ist->st->codec->width * ist->st->codec->height + 100000000*!!ist->st->codec_info_nb_frames;
|
|---|
| 4497 | ^
|
|---|
| 4498 | In file included from cmdutils.h:30:0,
|
|---|
| 4499 | from ffmpeg.h:32,
|
|---|
| 4500 | from ffmpeg_opt.c:23:
|
|---|
| 4501 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4502 | AVCodecContext *codec;
|
|---|
| 4503 | ^
|
|---|
| 4504 | ffmpeg_opt.c:2056:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4505 | new_area = ist->st->codec->width * ist->st->codec->height + 100000000*!!ist->st->codec_info_nb_frames;
|
|---|
| 4506 | ^
|
|---|
| 4507 | In file included from cmdutils.h:30:0,
|
|---|
| 4508 | from ffmpeg.h:32,
|
|---|
| 4509 | from ffmpeg_opt.c:23:
|
|---|
| 4510 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4511 | AVCodecContext *codec;
|
|---|
| 4512 | ^
|
|---|
| 4513 | ffmpeg_opt.c:2059:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4514 | if (ist->st->codec->codec_type == AVMEDIA_TYPE_VIDEO &&
|
|---|
| 4515 | ^
|
|---|
| 4516 | In file included from cmdutils.h:30:0,
|
|---|
| 4517 | from ffmpeg.h:32,
|
|---|
| 4518 | from ffmpeg_opt.c:23:
|
|---|
| 4519 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4520 | AVCodecContext *codec;
|
|---|
| 4521 | ^
|
|---|
| 4522 | ffmpeg_opt.c:2077:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4523 | score = ist->st->codec->channels + 100000000*!!ist->st->codec_info_nb_frames;
|
|---|
| 4524 | ^
|
|---|
| 4525 | In file included from cmdutils.h:30:0,
|
|---|
| 4526 | from ffmpeg.h:32,
|
|---|
| 4527 | from ffmpeg_opt.c:23:
|
|---|
| 4528 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4529 | AVCodecContext *codec;
|
|---|
| 4530 | ^
|
|---|
| 4531 | ffmpeg_opt.c:2078:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4532 | if (ist->st->codec->codec_type == AVMEDIA_TYPE_AUDIO &&
|
|---|
| 4533 | ^
|
|---|
| 4534 | In file included from cmdutils.h:30:0,
|
|---|
| 4535 | from ffmpeg.h:32,
|
|---|
| 4536 | from ffmpeg_opt.c:23:
|
|---|
| 4537 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4538 | AVCodecContext *codec;
|
|---|
| 4539 | ^
|
|---|
| 4540 | ffmpeg_opt.c:2092:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4541 | if (input_streams[i]->st->codec->codec_type == AVMEDIA_TYPE_SUBTITLE) {
|
|---|
| 4542 | ^
|
|---|
| 4543 | In file included from cmdutils.h:30:0,
|
|---|
| 4544 | from ffmpeg.h:32,
|
|---|
| 4545 | from ffmpeg_opt.c:23:
|
|---|
| 4546 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4547 | AVCodecContext *codec;
|
|---|
| 4548 | ^
|
|---|
| 4549 | ffmpeg_opt.c:2094:25: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4550 | avcodec_descriptor_get(input_streams[i]->st->codec->codec_id);
|
|---|
| 4551 | ^
|
|---|
| 4552 | In file included from cmdutils.h:30:0,
|
|---|
| 4553 | from ffmpeg.h:32,
|
|---|
| 4554 | from ffmpeg_opt.c:23:
|
|---|
| 4555 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4556 | AVCodecContext *codec;
|
|---|
| 4557 | ^
|
|---|
| 4558 | ffmpeg_opt.c:2120:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4559 | if (input_streams[i]->st->codec->codec_type == AVMEDIA_TYPE_DATA
|
|---|
| 4560 | ^
|
|---|
| 4561 | In file included from cmdutils.h:30:0,
|
|---|
| 4562 | from ffmpeg.h:32,
|
|---|
| 4563 | from ffmpeg_opt.c:23:
|
|---|
| 4564 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4565 | AVCodecContext *codec;
|
|---|
| 4566 | ^
|
|---|
| 4567 | ffmpeg_opt.c:2121:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4568 | && input_streams[i]->st->codec->codec_id == codec_id )
|
|---|
| 4569 | ^
|
|---|
| 4570 | In file included from cmdutils.h:30:0,
|
|---|
| 4571 | from ffmpeg.h:32,
|
|---|
| 4572 | from ffmpeg_opt.c:23:
|
|---|
| 4573 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4574 | AVCodecContext *codec;
|
|---|
| 4575 | ^
|
|---|
| 4576 | ffmpeg_opt.c:2158:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4577 | if(o->subtitle_disable && ist->st->codec->codec_type == AVMEDIA_TYPE_SUBTITLE)
|
|---|
| 4578 | ^
|
|---|
| 4579 | In file included from cmdutils.h:30:0,
|
|---|
| 4580 | from ffmpeg.h:32,
|
|---|
| 4581 | from ffmpeg_opt.c:23:
|
|---|
| 4582 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4583 | AVCodecContext *codec;
|
|---|
| 4584 | ^
|
|---|
| 4585 | ffmpeg_opt.c:2160:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4586 | if(o-> audio_disable && ist->st->codec->codec_type == AVMEDIA_TYPE_AUDIO)
|
|---|
| 4587 | ^
|
|---|
| 4588 | In file included from cmdutils.h:30:0,
|
|---|
| 4589 | from ffmpeg.h:32,
|
|---|
| 4590 | from ffmpeg_opt.c:23:
|
|---|
| 4591 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4592 | AVCodecContext *codec;
|
|---|
| 4593 | ^
|
|---|
| 4594 | ffmpeg_opt.c:2162:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4595 | if(o-> video_disable && ist->st->codec->codec_type == AVMEDIA_TYPE_VIDEO)
|
|---|
| 4596 | ^
|
|---|
| 4597 | In file included from cmdutils.h:30:0,
|
|---|
| 4598 | from ffmpeg.h:32,
|
|---|
| 4599 | from ffmpeg_opt.c:23:
|
|---|
| 4600 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4601 | AVCodecContext *codec;
|
|---|
| 4602 | ^
|
|---|
| 4603 | ffmpeg_opt.c:2164:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4604 | if(o-> data_disable && ist->st->codec->codec_type == AVMEDIA_TYPE_DATA)
|
|---|
| 4605 | ^
|
|---|
| 4606 | In file included from cmdutils.h:30:0,
|
|---|
| 4607 | from ffmpeg.h:32,
|
|---|
| 4608 | from ffmpeg_opt.c:23:
|
|---|
| 4609 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4610 | AVCodecContext *codec;
|
|---|
| 4611 | ^
|
|---|
| 4612 | ffmpeg_opt.c:2168:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4613 | switch (ist->st->codec->codec_type) {
|
|---|
| 4614 | ^
|
|---|
| 4615 | In file included from cmdutils.h:30:0,
|
|---|
| 4616 | from ffmpeg.h:32,
|
|---|
| 4617 | from ffmpeg_opt.c:23:
|
|---|
| 4618 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4619 | AVCodecContext *codec;
|
|---|
| 4620 | ^
|
|---|
| 4621 | ffmpeg_opt.c:2226:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4622 | ost->st->codec->extradata = attachment;
|
|---|
| 4623 | ^
|
|---|
| 4624 | In file included from cmdutils.h:30:0,
|
|---|
| 4625 | from ffmpeg.h:32,
|
|---|
| 4626 | from ffmpeg_opt.c:23:
|
|---|
| 4627 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4628 | AVCodecContext *codec;
|
|---|
| 4629 | ^
|
|---|
| 4630 | ffmpeg_opt.c:2227:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4631 | ost->st->codec->extradata_size = len;
|
|---|
| 4632 | ^
|
|---|
| 4633 | In file included from cmdutils.h:30:0,
|
|---|
| 4634 | from ffmpeg.h:32,
|
|---|
| 4635 | from ffmpeg_opt.c:23:
|
|---|
| 4636 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4637 | AVCodecContext *codec;
|
|---|
| 4638 | ^
|
|---|
| 4639 | ffmpeg_opt.c:2241:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4640 | if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0)
|
|---|
| 4641 | ^
|
|---|
| 4642 | In file included from cmdutils.h:30:0,
|
|---|
| 4643 | from ffmpeg.h:32,
|
|---|
| 4644 | from ffmpeg_opt.c:23:
|
|---|
| 4645 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4646 | AVCodecContext *codec;
|
|---|
| 4647 | ^
|
|---|
| 4648 | ffmpeg_opt.c: In function 'opt_target':
|
|---|
| 4649 | ffmpeg_opt.c:2538:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4650 | AVCodecContext *c = input_files[j]->ctx->streams[i]->codec;
|
|---|
| 4651 | ^
|
|---|
| 4652 | In file included from cmdutils.h:30:0,
|
|---|
| 4653 | from ffmpeg.h:32,
|
|---|
| 4654 | from ffmpeg_opt.c:23:
|
|---|
| 4655 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4656 | AVCodecContext *codec;
|
|---|
| 4657 | ^
|
|---|
| 4658 | CC ffmpeg_filter.o
|
|---|
| 4659 | ffmpeg_filter.c: In function 'choose_sample_fmt':
|
|---|
| 4660 | ffmpeg_filter.c:97:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4661 | if (*p == st->codec->sample_fmt)
|
|---|
| 4662 | ^
|
|---|
| 4663 | In file included from cmdutils.h:30:0,
|
|---|
| 4664 | from ffmpeg.h:32,
|
|---|
| 4665 | from ffmpeg_filter.c:23:
|
|---|
| 4666 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4667 | AVCodecContext *codec;
|
|---|
| 4668 | ^
|
|---|
| 4669 | ffmpeg_filter.c:101:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4670 | if((codec->capabilities & AV_CODEC_CAP_LOSSLESS) && av_get_sample_fmt_name(st->codec->sample_fmt) > av_get_sample_fmt_name(codec->sample_fmts[0]))
|
|---|
| 4671 | ^
|
|---|
| 4672 | In file included from cmdutils.h:30:0,
|
|---|
| 4673 | from ffmpeg.h:32,
|
|---|
| 4674 | from ffmpeg_filter.c:23:
|
|---|
| 4675 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4676 | AVCodecContext *codec;
|
|---|
| 4677 | ^
|
|---|
| 4678 | ffmpeg_filter.c:103:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4679 | if(av_get_sample_fmt_name(st->codec->sample_fmt))
|
|---|
| 4680 | ^
|
|---|
| 4681 | In file included from cmdutils.h:30:0,
|
|---|
| 4682 | from ffmpeg.h:32,
|
|---|
| 4683 | from ffmpeg_filter.c:23:
|
|---|
| 4684 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4685 | AVCodecContext *codec;
|
|---|
| 4686 | ^
|
|---|
| 4687 | ffmpeg_filter.c:106:20: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4688 | av_get_sample_fmt_name(st->codec->sample_fmt),
|
|---|
| 4689 | ^
|
|---|
| 4690 | In file included from cmdutils.h:30:0,
|
|---|
| 4691 | from ffmpeg.h:32,
|
|---|
| 4692 | from ffmpeg_filter.c:23:
|
|---|
| 4693 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4694 | AVCodecContext *codec;
|
|---|
| 4695 | ^
|
|---|
| 4696 | ffmpeg_filter.c:109:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4697 | st->codec->sample_fmt = codec->sample_fmts[0];
|
|---|
| 4698 | ^
|
|---|
| 4699 | In file included from cmdutils.h:30:0,
|
|---|
| 4700 | from ffmpeg.h:32,
|
|---|
| 4701 | from ffmpeg_filter.c:23:
|
|---|
| 4702 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4703 | AVCodecContext *codec;
|
|---|
| 4704 | ^
|
|---|
| 4705 | ffmpeg_filter.c: In function 'init_input_filter':
|
|---|
| 4706 | ffmpeg_filter.c:254:18: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4707 | enum AVMediaType stream_type = s->streams[i]->codec->codec_type;
|
|---|
| 4708 | ^
|
|---|
| 4709 | In file included from cmdutils.h:30:0,
|
|---|
| 4710 | from ffmpeg.h:32,
|
|---|
| 4711 | from ffmpeg_filter.c:23:
|
|---|
| 4712 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4713 | AVCodecContext *codec;
|
|---|
| 4714 | ^
|
|---|
| 4715 | ffmpeg_filter.c: In function 'configure_output_audio_filter':
|
|---|
| 4716 | ffmpeg_filter.c:614:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4717 | if (of->ctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO)
|
|---|
| 4718 | ^
|
|---|
| 4719 | In file included from cmdutils.h:30:0,
|
|---|
| 4720 | from ffmpeg.h:32,
|
|---|
| 4721 | from ffmpeg_filter.c:23:
|
|---|
| 4722 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4723 | AVCodecContext *codec;
|
|---|
| 4724 | ^
|
|---|
| 4725 | ffmpeg_filter.c: In function 'sub2video_prepare':
|
|---|
| 4726 | ffmpeg_filter.c:682:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4727 | if (avf->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) {
|
|---|
| 4728 | ^
|
|---|
| 4729 | In file included from cmdutils.h:30:0,
|
|---|
| 4730 | from ffmpeg.h:32,
|
|---|
| 4731 | from ffmpeg_filter.c:23:
|
|---|
| 4732 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4733 | AVCodecContext *codec;
|
|---|
| 4734 | ^
|
|---|
| 4735 | ffmpeg_filter.c:683:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4736 | w = FFMAX(w, avf->streams[i]->codec->width);
|
|---|
| 4737 | ^
|
|---|
| 4738 | In file included from cmdutils.h:30:0,
|
|---|
| 4739 | from ffmpeg.h:32,
|
|---|
| 4740 | from ffmpeg_filter.c:23:
|
|---|
| 4741 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4742 | AVCodecContext *codec;
|
|---|
| 4743 | ^
|
|---|
| 4744 | ffmpeg_filter.c:683:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4745 | w = FFMAX(w, avf->streams[i]->codec->width);
|
|---|
| 4746 | ^
|
|---|
| 4747 | In file included from cmdutils.h:30:0,
|
|---|
| 4748 | from ffmpeg.h:32,
|
|---|
| 4749 | from ffmpeg_filter.c:23:
|
|---|
| 4750 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4751 | AVCodecContext *codec;
|
|---|
| 4752 | ^
|
|---|
| 4753 | ffmpeg_filter.c:684:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4754 | h = FFMAX(h, avf->streams[i]->codec->height);
|
|---|
| 4755 | ^
|
|---|
| 4756 | In file included from cmdutils.h:30:0,
|
|---|
| 4757 | from ffmpeg.h:32,
|
|---|
| 4758 | from ffmpeg_filter.c:23:
|
|---|
| 4759 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4760 | AVCodecContext *codec;
|
|---|
| 4761 | ^
|
|---|
| 4762 | ffmpeg_filter.c:684:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4763 | h = FFMAX(h, avf->streams[i]->codec->height);
|
|---|
| 4764 | ^
|
|---|
| 4765 | In file included from cmdutils.h:30:0,
|
|---|
| 4766 | from ffmpeg.h:32,
|
|---|
| 4767 | from ffmpeg_filter.c:23:
|
|---|
| 4768 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4769 | AVCodecContext *codec;
|
|---|
| 4770 | ^
|
|---|
| 4771 | ffmpeg_filter.c: In function 'configure_filtergraph':
|
|---|
| 4772 | ffmpeg_filter.c:1084:22: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4773 | avcodec_get_name(ost->st->codec->codec_id), ost->file_index, ost->index);
|
|---|
| 4774 | ^
|
|---|
| 4775 | In file included from cmdutils.h:30:0,
|
|---|
| 4776 | from ffmpeg.h:32,
|
|---|
| 4777 | from ffmpeg_filter.c:23:
|
|---|
| 4778 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4779 | AVCodecContext *codec;
|
|---|
| 4780 | ^
|
|---|
| 4781 | CC ffmpeg_vaapi.o
|
|---|
| 4782 | LD ffmpeg_g
|
|---|
| 4783 | CP ffmpeg
|
|---|
| 4784 | STRIP ffmpeg
|
|---|
| 4785 | skipping strip ffmpeg
|
|---|
| 4786 | CC ffplay.o
|
|---|
| 4787 | ffplay.c: In function 'decoder_decode_frame':
|
|---|
| 4788 | ffplay.c:590:17: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4789 | ret = avcodec_decode_video2(d->avctx, frame, &got_frame, &d->pkt_temp);
|
|---|
| 4790 | ^
|
|---|
| 4791 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 4792 | from ffplay.c:43:
|
|---|
| 4793 | ./libavcodec/avcodec.h:4770:5: note: declared here
|
|---|
| 4794 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
|
|---|
| 4795 | ^
|
|---|
| 4796 | ffplay.c:602:17: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4797 | ret = avcodec_decode_audio4(d->avctx, frame, &got_frame, &d->pkt_temp);
|
|---|
| 4798 | ^
|
|---|
| 4799 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 4800 | from ffplay.c:43:
|
|---|
| 4801 | ./libavcodec/avcodec.h:4721:5: note: declared here
|
|---|
| 4802 | int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
|
|---|
| 4803 | ^
|
|---|
| 4804 | LD ffplay_g
|
|---|
| 4805 | CP ffplay
|
|---|
| 4806 | STRIP ffplay
|
|---|
| 4807 | skipping strip ffplay
|
|---|
| 4808 | CC ffprobe.o
|
|---|
| 4809 | ffprobe.c: In function 'show_packet':
|
|---|
| 4810 | ffprobe.c:1813:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4811 | print_duration_ts("convergence_duration", pkt->convergence_duration);
|
|---|
| 4812 | ^
|
|---|
| 4813 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 4814 | from ffprobe.c:31:
|
|---|
| 4815 | ./libavcodec/avcodec.h:1617:13: note: declared here
|
|---|
| 4816 | int64_t convergence_duration;
|
|---|
| 4817 | ^
|
|---|
| 4818 | ffprobe.c:1814:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4819 | print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base);
|
|---|
| 4820 | ^
|
|---|
| 4821 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 4822 | from ffprobe.c:31:
|
|---|
| 4823 | ./libavcodec/avcodec.h:1617:13: note: declared here
|
|---|
| 4824 | int64_t convergence_duration;
|
|---|
| 4825 | ^
|
|---|
| 4826 | ffprobe.c: In function 'process_frame':
|
|---|
| 4827 | ffprobe.c:1981:13: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4828 | ret = avcodec_decode_video2(dec_ctx, frame, &got_frame, pkt);
|
|---|
| 4829 | ^
|
|---|
| 4830 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 4831 | from ffprobe.c:31:
|
|---|
| 4832 | ./libavcodec/avcodec.h:4770:5: note: declared here
|
|---|
| 4833 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
|
|---|
| 4834 | ^
|
|---|
| 4835 | ffprobe.c:1985:13: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4836 | ret = avcodec_decode_audio4(dec_ctx, frame, &got_frame, pkt);
|
|---|
| 4837 | ^
|
|---|
| 4838 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 4839 | from ffprobe.c:31:
|
|---|
| 4840 | ./libavcodec/avcodec.h:4721:5: note: declared here
|
|---|
| 4841 | int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
|
|---|
| 4842 | ^
|
|---|
| 4843 | ffprobe.c: In function 'show_stream':
|
|---|
| 4844 | ffprobe.c:2271:9: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4845 | if (dec_ctx && dec_ctx->timecode_frame_start >= 0) {
|
|---|
| 4846 | ^
|
|---|
| 4847 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 4848 | from ffprobe.c:31:
|
|---|
| 4849 | ./libavcodec/avcodec.h:2768:13: note: declared here
|
|---|
| 4850 | int64_t timecode_frame_start;
|
|---|
| 4851 | ^
|
|---|
| 4852 | ffprobe.c:2273:13: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4853 | av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start);
|
|---|
| 4854 | ^
|
|---|
| 4855 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 4856 | from ffprobe.c:31:
|
|---|
| 4857 | ./libavcodec/avcodec.h:2768:13: note: declared here
|
|---|
| 4858 | int64_t timecode_frame_start;
|
|---|
| 4859 | ^
|
|---|
| 4860 | ffprobe.c:2337:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4861 | if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str);
|
|---|
| 4862 | ^
|
|---|
| 4863 | In file included from ffprobe.c:31:0:
|
|---|
| 4864 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4865 | AVCodecContext *codec;
|
|---|
| 4866 | ^
|
|---|
| 4867 | ffprobe.c:1728:12: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4868 | struct unit_value uv; \
|
|---|
| 4869 | ^
|
|---|
| 4870 | ffprobe.c:2337:41: note: in expansion of macro 'print_val'
|
|---|
| 4871 | if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str);
|
|---|
| 4872 | ^
|
|---|
| 4873 | In file included from ffprobe.c:31:0:
|
|---|
| 4874 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4875 | AVCodecContext *codec;
|
|---|
| 4876 | ^
|
|---|
| 4877 | ffprobe.c: In function 'open_input_file':
|
|---|
| 4878 | ffprobe.c:2615:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4879 | ist->dec_ctx->time_base = stream->codec->time_base;
|
|---|
| 4880 | ^
|
|---|
| 4881 | In file included from ffprobe.c:31:0:
|
|---|
| 4882 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4883 | AVCodecContext *codec;
|
|---|
| 4884 | ^
|
|---|
| 4885 | ffprobe.c:2616:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4886 | ist->dec_ctx->framerate = stream->codec->framerate;
|
|---|
| 4887 | ^
|
|---|
| 4888 | In file included from ffprobe.c:31:0:
|
|---|
| 4889 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4890 | AVCodecContext *codec;
|
|---|
| 4891 | ^
|
|---|
| 4892 | LD ffprobe_g
|
|---|
| 4893 | CP ffprobe
|
|---|
| 4894 | STRIP ffprobe
|
|---|
| 4895 | skipping strip ffprobe
|
|---|
| 4896 | CC ffserver.o
|
|---|
| 4897 | ffserver.c: In function 'close_connection':
|
|---|
| 4898 | ffserver.c:917:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4899 | if (st->codec->codec)
|
|---|
| 4900 | ^
|
|---|
| 4901 | In file included from ffserver.c:33:0:
|
|---|
| 4902 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4903 | AVCodecContext *codec;
|
|---|
| 4904 | ^
|
|---|
| 4905 | ffserver.c:918:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4906 | avcodec_close(st->codec);
|
|---|
| 4907 | ^
|
|---|
| 4908 | In file included from ffserver.c:33:0:
|
|---|
| 4909 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4910 | AVCodecContext *codec;
|
|---|
| 4911 | ^
|
|---|
| 4912 | ffserver.c: In function 'find_stream_in_feed':
|
|---|
| 4913 | ffserver.c:1207:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4914 | AVCodecContext *feed_codec = feed->streams[i]->codec;
|
|---|
| 4915 | ^
|
|---|
| 4916 | In file included from ffserver.c:33:0:
|
|---|
| 4917 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4918 | AVCodecContext *codec;
|
|---|
| 4919 | ^
|
|---|
| 4920 | ffserver.c: In function 'modify_current_stream':
|
|---|
| 4921 | ffserver.c:1248:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4922 | AVCodecContext *codec = req->streams[i]->codec;
|
|---|
| 4923 | ^
|
|---|
| 4924 | In file included from ffserver.c:33:0:
|
|---|
| 4925 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4926 | AVCodecContext *codec;
|
|---|
| 4927 | ^
|
|---|
| 4928 | ffserver.c: In function 'print_stream_params':
|
|---|
| 4929 | ffserver.c:1886:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4930 | codec = avcodec_find_encoder(st->codec->codec_id);
|
|---|
| 4931 | ^
|
|---|
| 4932 | In file included from ffserver.c:33:0:
|
|---|
| 4933 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4934 | AVCodecContext *codec;
|
|---|
| 4935 | ^
|
|---|
| 4936 | ffserver.c:1890:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4937 | switch(st->codec->codec_type) {
|
|---|
| 4938 | ^
|
|---|
| 4939 | In file included from ffserver.c:33:0:
|
|---|
| 4940 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4941 | AVCodecContext *codec;
|
|---|
| 4942 | ^
|
|---|
| 4943 | ffserver.c:1894:22: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4944 | st->codec->channels, st->codec->sample_rate);
|
|---|
| 4945 | ^
|
|---|
| 4946 | In file included from ffserver.c:33:0:
|
|---|
| 4947 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4948 | AVCodecContext *codec;
|
|---|
| 4949 | ^
|
|---|
| 4950 | ffserver.c:1894:22: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4951 | st->codec->channels, st->codec->sample_rate);
|
|---|
| 4952 | ^
|
|---|
| 4953 | In file included from ffserver.c:33:0:
|
|---|
| 4954 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4955 | AVCodecContext *codec;
|
|---|
| 4956 | ^
|
|---|
| 4957 | ffserver.c:1899:22: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4958 | "%dx%d, q=%d-%d, fps=%d", st->codec->width,
|
|---|
| 4959 | ^
|
|---|
| 4960 | In file included from ffserver.c:33:0:
|
|---|
| 4961 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4962 | AVCodecContext *codec;
|
|---|
| 4963 | ^
|
|---|
| 4964 | ffserver.c:1900:22: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4965 | st->codec->height, st->codec->qmin, st->codec->qmax,
|
|---|
| 4966 | ^
|
|---|
| 4967 | In file included from ffserver.c:33:0:
|
|---|
| 4968 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4969 | AVCodecContext *codec;
|
|---|
| 4970 | ^
|
|---|
| 4971 | ffserver.c:1900:22: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4972 | st->codec->height, st->codec->qmin, st->codec->qmax,
|
|---|
| 4973 | ^
|
|---|
| 4974 | In file included from ffserver.c:33:0:
|
|---|
| 4975 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4976 | AVCodecContext *codec;
|
|---|
| 4977 | ^
|
|---|
| 4978 | ffserver.c:1900:22: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4979 | st->codec->height, st->codec->qmin, st->codec->qmax,
|
|---|
| 4980 | ^
|
|---|
| 4981 | In file included from ffserver.c:33:0:
|
|---|
| 4982 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4983 | AVCodecContext *codec;
|
|---|
| 4984 | ^
|
|---|
| 4985 | ffserver.c:1901:22: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4986 | st->codec->time_base.den / st->codec->time_base.num);
|
|---|
| 4987 | ^
|
|---|
| 4988 | In file included from ffserver.c:33:0:
|
|---|
| 4989 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4990 | AVCodecContext *codec;
|
|---|
| 4991 | ^
|
|---|
| 4992 | ffserver.c:1901:22: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 4993 | st->codec->time_base.den / st->codec->time_base.num);
|
|---|
| 4994 | ^
|
|---|
| 4995 | In file included from ffserver.c:33:0:
|
|---|
| 4996 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 4997 | AVCodecContext *codec;
|
|---|
| 4998 | ^
|
|---|
| 4999 | ffserver.c:1909:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5000 | i, type, (int64_t)st->codec->bit_rate/1000,
|
|---|
| 5001 | ^
|
|---|
| 5002 | In file included from ffserver.c:33:0:
|
|---|
| 5003 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5004 | AVCodecContext *codec;
|
|---|
| 5005 | ^
|
|---|
| 5006 | ffserver.c: In function 'compute_status':
|
|---|
| 5007 | ffserver.c:1996:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5008 | AVCodec *codec = avcodec_find_encoder(st->codec->codec_id);
|
|---|
| 5009 | ^
|
|---|
| 5010 | In file included from ffserver.c:33:0:
|
|---|
| 5011 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5012 | AVCodecContext *codec;
|
|---|
| 5013 | ^
|
|---|
| 5014 | ffserver.c:1998:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5015 | switch(st->codec->codec_type) {
|
|---|
| 5016 | ^
|
|---|
| 5017 | In file included from ffserver.c:33:0:
|
|---|
| 5018 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5019 | AVCodecContext *codec;
|
|---|
| 5020 | ^
|
|---|
| 5021 | ffserver.c:2000:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5022 | audio_bit_rate += st->codec->bit_rate;
|
|---|
| 5023 | ^
|
|---|
| 5024 | In file included from ffserver.c:33:0:
|
|---|
| 5025 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5026 | AVCodecContext *codec;
|
|---|
| 5027 | ^
|
|---|
| 5028 | ffserver.c:2008:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5029 | video_bit_rate += st->codec->bit_rate;
|
|---|
| 5030 | ^
|
|---|
| 5031 | In file included from ffserver.c:33:0:
|
|---|
| 5032 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5033 | AVCodecContext *codec;
|
|---|
| 5034 | ^
|
|---|
| 5035 | ffserver.c:2016:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5036 | video_bit_rate += st->codec->bit_rate;
|
|---|
| 5037 | ^
|
|---|
| 5038 | In file included from ffserver.c:33:0:
|
|---|
| 5039 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5040 | AVCodecContext *codec;
|
|---|
| 5041 | ^
|
|---|
| 5042 | ffserver.c:2113:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5043 | bitrate += c1->stream->streams[j]->codec->bit_rate;
|
|---|
| 5044 | ^
|
|---|
| 5045 | In file included from ffserver.c:33:0:
|
|---|
| 5046 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5047 | AVCodecContext *codec;
|
|---|
| 5048 | ^
|
|---|
| 5049 | ffserver.c:2115:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5050 | bitrate += c1->stream->feed->streams[c1->feed_streams[j]]->codec->bit_rate;
|
|---|
| 5051 | ^
|
|---|
| 5052 | In file included from ffserver.c:33:0:
|
|---|
| 5053 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5054 | AVCodecContext *codec;
|
|---|
| 5055 | ^
|
|---|
| 5056 | ffserver.c: In function 'open_input_stream':
|
|---|
| 5057 | ffserver.c:2219:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5058 | c->stream->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) {
|
|---|
| 5059 | ^
|
|---|
| 5060 | In file included from ffserver.c:33:0:
|
|---|
| 5061 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5062 | AVCodecContext *codec;
|
|---|
| 5063 | ^
|
|---|
| 5064 | ffserver.c: In function 'http_prepare_data':
|
|---|
| 5065 | ffserver.c:2288:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5066 | c->fmt_ctx.streams[i]->codec->frame_number = 0;
|
|---|
| 5067 | ^
|
|---|
| 5068 | In file included from ffserver.c:33:0:
|
|---|
| 5069 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5070 | AVCodecContext *codec;
|
|---|
| 5071 | ^
|
|---|
| 5072 | ffserver.c:2386:33: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5073 | (st->codec->codec_type == AVMEDIA_TYPE_VIDEO ||
|
|---|
| 5074 | ^
|
|---|
| 5075 | In file included from ffserver.c:33:0:
|
|---|
| 5076 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5077 | AVCodecContext *codec;
|
|---|
| 5078 | ^
|
|---|
| 5079 | ffserver.c:2415:25: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5080 | codec = ctx->streams[0]->codec;
|
|---|
| 5081 | ^
|
|---|
| 5082 | In file included from ffserver.c:33:0:
|
|---|
| 5083 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5084 | AVCodecContext *codec;
|
|---|
| 5085 | ^
|
|---|
| 5086 | ffserver.c:2421:25: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5087 | codec = ctx->streams[pkt.stream_index]->codec;
|
|---|
| 5088 | ^
|
|---|
| 5089 | In file included from ffserver.c:33:0:
|
|---|
| 5090 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5091 | AVCodecContext *codec;
|
|---|
| 5092 | ^
|
|---|
| 5093 | ffserver.c: In function 'http_receive_data':
|
|---|
| 5094 | ffserver.c:2821:17: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5095 | avcodec_copy_context(fst->codec, st->codec);
|
|---|
| 5096 | ^
|
|---|
| 5097 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 5098 | from ffserver.c:33:
|
|---|
| 5099 | ./libavcodec/avcodec.h:4199:5: note: declared here
|
|---|
| 5100 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
|
|---|
| 5101 | ^
|
|---|
| 5102 | ffserver.c:2821:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5103 | avcodec_copy_context(fst->codec, st->codec);
|
|---|
| 5104 | ^
|
|---|
| 5105 | In file included from ffserver.c:33:0:
|
|---|
| 5106 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5107 | AVCodecContext *codec;
|
|---|
| 5108 | ^
|
|---|
| 5109 | ffserver.c:2821:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5110 | avcodec_copy_context(fst->codec, st->codec);
|
|---|
| 5111 | ^
|
|---|
| 5112 | In file included from ffserver.c:33:0:
|
|---|
| 5113 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5114 | AVCodecContext *codec;
|
|---|
| 5115 | ^
|
|---|
| 5116 | ffserver.c: In function 'prepare_sdp_description':
|
|---|
| 5117 | ffserver.c:2998:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5118 | avc->streams[i]->codec = stream->streams[i]->codec;
|
|---|
| 5119 | ^
|
|---|
| 5120 | In file included from ffserver.c:33:0:
|
|---|
| 5121 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5122 | AVCodecContext *codec;
|
|---|
| 5123 | ^
|
|---|
| 5124 | ffserver.c:2998:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5125 | avc->streams[i]->codec = stream->streams[i]->codec;
|
|---|
| 5126 | ^
|
|---|
| 5127 | In file included from ffserver.c:33:0:
|
|---|
| 5128 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5129 | AVCodecContext *codec;
|
|---|
| 5130 | ^
|
|---|
| 5131 | ffserver.c:2999:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5132 | avcodec_parameters_from_context(stream->streams[i]->codecpar, stream->streams[i]->codec);
|
|---|
| 5133 | ^
|
|---|
| 5134 | In file included from ffserver.c:33:0:
|
|---|
| 5135 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5136 | AVCodecContext *codec;
|
|---|
| 5137 | ^
|
|---|
| 5138 | ffserver.c: In function 'rtp_new_av_stream':
|
|---|
| 5139 | ffserver.c:3435:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5140 | av_freep(&st->codec);
|
|---|
| 5141 | ^
|
|---|
| 5142 | In file included from ffserver.c:33:0:
|
|---|
| 5143 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5144 | AVCodecContext *codec;
|
|---|
| 5145 | ^
|
|---|
| 5146 | ffserver.c: In function 'add_av_stream1':
|
|---|
| 5147 | ffserver.c:3527:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5148 | fst->codec = avcodec_alloc_context3(codec->codec);
|
|---|
| 5149 | ^
|
|---|
| 5150 | In file included from ffserver.c:33:0:
|
|---|
| 5151 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5152 | AVCodecContext *codec;
|
|---|
| 5153 | ^
|
|---|
| 5154 | ffserver.c:3528:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5155 | if (!fst->codec) {
|
|---|
| 5156 | ^
|
|---|
| 5157 | In file included from ffserver.c:33:0:
|
|---|
| 5158 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5159 | AVCodecContext *codec;
|
|---|
| 5160 | ^
|
|---|
| 5161 | ffserver.c:3532:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5162 | avcodec_copy_context(fst->codec, codec);
|
|---|
| 5163 | ^
|
|---|
| 5164 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 5165 | from ffserver.c:33:
|
|---|
| 5166 | ./libavcodec/avcodec.h:4199:5: note: declared here
|
|---|
| 5167 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
|
|---|
| 5168 | ^
|
|---|
| 5169 | ffserver.c:3532:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5170 | avcodec_copy_context(fst->codec, codec);
|
|---|
| 5171 | ^
|
|---|
| 5172 | In file included from ffserver.c:33:0:
|
|---|
| 5173 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5174 | AVCodecContext *codec;
|
|---|
| 5175 | ^
|
|---|
| 5176 | ffserver.c:3537:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5177 | fst->codec = codec;
|
|---|
| 5178 | ^
|
|---|
| 5179 | In file included from ffserver.c:33:0:
|
|---|
| 5180 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5181 | AVCodecContext *codec;
|
|---|
| 5182 | ^
|
|---|
| 5183 | ffserver.c: In function 'add_av_stream':
|
|---|
| 5184 | ffserver.c:3557:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5185 | av = st->codec;
|
|---|
| 5186 | ^
|
|---|
| 5187 | In file included from ffserver.c:33:0:
|
|---|
| 5188 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5189 | AVCodecContext *codec;
|
|---|
| 5190 | ^
|
|---|
| 5191 | ffserver.c:3559:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5192 | av1 = feed->streams[i]->codec;
|
|---|
| 5193 | ^
|
|---|
| 5194 | In file included from ffserver.c:33:0:
|
|---|
| 5195 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5196 | AVCodecContext *codec;
|
|---|
| 5197 | ^
|
|---|
| 5198 | ffserver.c: In function 'extract_mpeg4_header':
|
|---|
| 5199 | ffserver.c:3618:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5200 | if (st->codec->codec_id == AV_CODEC_ID_MPEG4 &&
|
|---|
| 5201 | ^
|
|---|
| 5202 | In file included from ffserver.c:33:0:
|
|---|
| 5203 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5204 | AVCodecContext *codec;
|
|---|
| 5205 | ^
|
|---|
| 5206 | ffserver.c:3619:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5207 | st->codec->extradata_size == 0) {
|
|---|
| 5208 | ^
|
|---|
| 5209 | In file included from ffserver.c:33:0:
|
|---|
| 5210 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5211 | AVCodecContext *codec;
|
|---|
| 5212 | ^
|
|---|
| 5213 | ffserver.c:3632:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5214 | if (st->codec->codec_id == AV_CODEC_ID_MPEG4 &&
|
|---|
| 5215 | ^
|
|---|
| 5216 | In file included from ffserver.c:33:0:
|
|---|
| 5217 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5218 | AVCodecContext *codec;
|
|---|
| 5219 | ^
|
|---|
| 5220 | ffserver.c:3633:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5221 | st->codec->extradata_size == 0) {
|
|---|
| 5222 | ^
|
|---|
| 5223 | In file included from ffserver.c:33:0:
|
|---|
| 5224 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5225 | AVCodecContext *codec;
|
|---|
| 5226 | ^
|
|---|
| 5227 | ffserver.c:3634:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5228 | av_freep(&st->codec->extradata);
|
|---|
| 5229 | ^
|
|---|
| 5230 | In file included from ffserver.c:33:0:
|
|---|
| 5231 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5232 | AVCodecContext *codec;
|
|---|
| 5233 | ^
|
|---|
| 5234 | ffserver.c:3643:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5235 | st->codec->extradata = av_mallocz(size + AV_INPUT_BUFFER_PADDING_SIZE);
|
|---|
| 5236 | ^
|
|---|
| 5237 | In file included from ffserver.c:33:0:
|
|---|
| 5238 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5239 | AVCodecContext *codec;
|
|---|
| 5240 | ^
|
|---|
| 5241 | ffserver.c:3644:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5242 | st->codec->extradata_size = size;
|
|---|
| 5243 | ^
|
|---|
| 5244 | In file included from ffserver.c:33:0:
|
|---|
| 5245 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5246 | AVCodecContext *codec;
|
|---|
| 5247 | ^
|
|---|
| 5248 | ffserver.c:3645:21: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5249 | memcpy(st->codec->extradata, pkt.data, size);
|
|---|
| 5250 | ^
|
|---|
| 5251 | In file included from ffserver.c:33:0:
|
|---|
| 5252 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5253 | AVCodecContext *codec;
|
|---|
| 5254 | ^
|
|---|
| 5255 | ffserver.c: In function 'build_file_streams':
|
|---|
| 5256 | ffserver.c:3709:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5257 | add_av_stream1(stream, infile->streams[i]->codec, 1);
|
|---|
| 5258 | ^
|
|---|
| 5259 | In file included from ffserver.c:33:0:
|
|---|
| 5260 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5261 | AVCodecContext *codec;
|
|---|
| 5262 | ^
|
|---|
| 5263 | ffserver.c: In function 'build_feed_streams':
|
|---|
| 5264 | ffserver.c:3818:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5265 | matches = check_codec_match (sf->codec, ss->codec, i);
|
|---|
| 5266 | ^
|
|---|
| 5267 | In file included from ffserver.c:33:0:
|
|---|
| 5268 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5269 | AVCodecContext *codec;
|
|---|
| 5270 | ^
|
|---|
| 5271 | ffserver.c:3818:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5272 | matches = check_codec_match (sf->codec, ss->codec, i);
|
|---|
| 5273 | ^
|
|---|
| 5274 | In file included from ffserver.c:33:0:
|
|---|
| 5275 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5276 | AVCodecContext *codec;
|
|---|
| 5277 | ^
|
|---|
| 5278 | ffserver.c: In function 'compute_bandwidth':
|
|---|
| 5279 | ffserver.c:3913:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5280 | switch(st->codec->codec_type) {
|
|---|
| 5281 | ^
|
|---|
| 5282 | In file included from ffserver.c:33:0:
|
|---|
| 5283 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5284 | AVCodecContext *codec;
|
|---|
| 5285 | ^
|
|---|
| 5286 | ffserver.c:3916:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5287 | bandwidth += st->codec->bit_rate;
|
|---|
| 5288 | ^
|
|---|
| 5289 | In file included from ffserver.c:33:0:
|
|---|
| 5290 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5291 | AVCodecContext *codec;
|
|---|
| 5292 | ^
|
|---|
| 5293 | CC ffserver_config.o
|
|---|
| 5294 | ffserver_config.c: In function 'add_codec':
|
|---|
| 5295 | ffserver_config.c:292:13: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5296 | av->rc_eq = av_strdup("tex^qComp");
|
|---|
| 5297 | ^
|
|---|
| 5298 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 5299 | from libavformat/ffm.h:26,
|
|---|
| 5300 | from ffserver_config.c:29:
|
|---|
| 5301 | ./libavcodec/avcodec.h:2648:17: note: declared here
|
|---|
| 5302 | const char *rc_eq;
|
|---|
| 5303 | ^
|
|---|
| 5304 | ffserver_config.c:294:13: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5305 | WARNING("Setting default value for video rate control equation = "
|
|---|
| 5306 | ^
|
|---|
| 5307 | In file included from libavformat/avformat.h:317:0,
|
|---|
| 5308 | from libavformat/ffm.h:26,
|
|---|
| 5309 | from ffserver_config.c:29:
|
|---|
| 5310 | ./libavcodec/avcodec.h:2648:17: note: declared here
|
|---|
| 5311 | const char *rc_eq;
|
|---|
| 5312 | ^
|
|---|
| 5313 | ffserver_config.c:325:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
|
|---|
| 5314 | st->codec = av;
|
|---|
| 5315 | ^
|
|---|
| 5316 | In file included from libavformat/ffm.h:26:0,
|
|---|
| 5317 | from ffserver_config.c:29:
|
|---|
| 5318 | libavformat/avformat.h:880:21: note: declared here
|
|---|
| 5319 | AVCodecContext *codec;
|
|---|
| 5320 | ^
|
|---|
| 5321 | LD ffserver_g
|
|---|
| 5322 | CP ffserver
|
|---|
| 5323 | STRIP ffserver
|
|---|
| 5324 | skipping strip ffserver
|
|---|
| 5325 | INSTALL doc/ffmpeg.1
|
|---|
| 5326 | INSTALL doc/ffplay.1
|
|---|
| 5327 | INSTALL doc/ffprobe.1
|
|---|
| 5328 | INSTALL doc/ffserver.1
|
|---|
| 5329 | INSTALL doc/ffmpeg-all.1
|
|---|
| 5330 | INSTALL doc/ffplay-all.1
|
|---|
| 5331 | INSTALL doc/ffprobe-all.1
|
|---|
| 5332 | INSTALL doc/ffserver-all.1
|
|---|
| 5333 | INSTALL doc/ffmpeg-utils.1
|
|---|
| 5334 | INSTALL doc/ffmpeg-scaler.1
|
|---|
| 5335 | INSTALL doc/ffmpeg-resampler.1
|
|---|
| 5336 | INSTALL doc/ffmpeg-codecs.1
|
|---|
| 5337 | INSTALL doc/ffmpeg-bitstream-filters.1
|
|---|
| 5338 | INSTALL doc/ffmpeg-formats.1
|
|---|
| 5339 | INSTALL doc/ffmpeg-protocols.1
|
|---|
| 5340 | INSTALL doc/ffmpeg-devices.1
|
|---|
| 5341 | INSTALL doc/ffmpeg-filters.1
|
|---|
| 5342 | INSTALL doc/libavutil.3
|
|---|
| 5343 | INSTALL doc/libswscale.3
|
|---|
| 5344 | INSTALL doc/libswresample.3
|
|---|
| 5345 | INSTALL doc/libavcodec.3
|
|---|
| 5346 | INSTALL doc/libavformat.3
|
|---|
| 5347 | INSTALL doc/libavdevice.3
|
|---|
| 5348 | INSTALL doc/libavfilter.3
|
|---|
| 5349 | INSTALL doc/ffmpeg.1
|
|---|
| 5350 | INSTALL doc/ffplay.1
|
|---|
| 5351 | INSTALL doc/ffprobe.1
|
|---|
| 5352 | INSTALL doc/ffserver.1
|
|---|
| 5353 | INSTALL doc/ffmpeg-all.1
|
|---|
| 5354 | INSTALL doc/ffplay-all.1
|
|---|
| 5355 | INSTALL doc/ffprobe-all.1
|
|---|
| 5356 | INSTALL doc/ffserver-all.1
|
|---|
| 5357 | INSTALL doc/ffmpeg-utils.1
|
|---|
| 5358 | INSTALL doc/ffmpeg-scaler.1
|
|---|
| 5359 | INSTALL doc/ffmpeg-resampler.1
|
|---|
| 5360 | INSTALL doc/ffmpeg-codecs.1
|
|---|
| 5361 | INSTALL doc/ffmpeg-bitstream-filters.1
|
|---|
| 5362 | INSTALL doc/ffmpeg-formats.1
|
|---|
| 5363 | INSTALL doc/ffmpeg-protocols.1
|
|---|
| 5364 | INSTALL doc/ffmpeg-devices.1
|
|---|
| 5365 | INSTALL doc/ffmpeg-filters.1
|
|---|
| 5366 | INSTALL doc/libavutil.3
|
|---|
| 5367 | INSTALL doc/libswscale.3
|
|---|
| 5368 | INSTALL doc/libswresample.3
|
|---|
| 5369 | INSTALL doc/libavcodec.3
|
|---|
| 5370 | INSTALL doc/libavformat.3
|
|---|
| 5371 | INSTALL doc/libavdevice.3
|
|---|
| 5372 | INSTALL doc/libavfilter.3
|
|---|
| 5373 | INSTALL libavdevice/libavdevice.so
|
|---|
| 5374 | STRIP install-libavdevice-shared
|
|---|
| 5375 | skipping strip /usr/lib/libavdevice.so.57.0.102
|
|---|
| 5376 | INSTALL libavfilter/libavfilter.so
|
|---|
| 5377 | STRIP install-libavfilter-shared
|
|---|
| 5378 | skipping strip /usr/lib/libavfilter.so.6.49.100
|
|---|
| 5379 | INSTALL libavformat/libavformat.so
|
|---|
| 5380 | STRIP install-libavformat-shared
|
|---|
| 5381 | skipping strip /usr/lib/libavformat.so.57.44.100
|
|---|
| 5382 | INSTALL libavcodec/libavcodec.so
|
|---|
| 5383 | STRIP install-libavcodec-shared
|
|---|
| 5384 | skipping strip /usr/lib/libavcodec.so.57.51.100
|
|---|
| 5385 | INSTALL libavresample/libavresample.so
|
|---|
| 5386 | STRIP install-libavresample-shared
|
|---|
| 5387 | skipping strip /usr/lib/libavresample.so.3.0.0
|
|---|
| 5388 | INSTALL libpostproc/libpostproc.so
|
|---|
| 5389 | STRIP install-libpostproc-shared
|
|---|
| 5390 | skipping strip /usr/lib/libpostproc.so.54.0.100
|
|---|
| 5391 | INSTALL libswresample/libswresample.so
|
|---|
| 5392 | STRIP install-libswresample-shared
|
|---|
| 5393 | skipping strip /usr/lib/libswresample.so.2.1.100
|
|---|
| 5394 | INSTALL libswscale/libswscale.so
|
|---|
| 5395 | STRIP install-libswscale-shared
|
|---|
| 5396 | skipping strip /usr/lib/libswscale.so.4.1.100
|
|---|
| 5397 | INSTALL libavutil/libavutil.so
|
|---|
| 5398 | STRIP install-libavutil-shared
|
|---|
| 5399 | skipping strip /usr/lib/libavutil.so.55.28.100
|
|---|
| 5400 | INSTALL install-progs-yes
|
|---|
| 5401 | INSTALL ffmpeg
|
|---|
| 5402 | INSTALL ffplay
|
|---|
| 5403 | INSTALL ffprobe
|
|---|
| 5404 | INSTALL ffserver
|
|---|
| 5405 | INSTALL presets/libvpx-720p.ffpreset
|
|---|
| 5406 | INSTALL presets/libvpx-720p50_60.ffpreset
|
|---|
| 5407 | INSTALL presets/libvpx-1080p.ffpreset
|
|---|
| 5408 | INSTALL presets/libvpx-360p.ffpreset
|
|---|
| 5409 | INSTALL presets/libvpx-1080p50_60.ffpreset
|
|---|
| 5410 | INSTALL doc/ffprobe.xsd
|
|---|
| 5411 | INSTALL doc/examples/scaling_video.c
|
|---|
| 5412 | INSTALL doc/examples/transcode_aac.c
|
|---|
| 5413 | INSTALL doc/examples/qsvdec.c
|
|---|
| 5414 | INSTALL doc/examples/avio_reading.c
|
|---|
| 5415 | INSTALL doc/examples/decoding_encoding.c
|
|---|
| 5416 | INSTALL doc/examples/extract_mvs.c
|
|---|
| 5417 | INSTALL doc/examples/filtering_audio.c
|
|---|
| 5418 | INSTALL doc/examples/remuxing.c
|
|---|
| 5419 | INSTALL doc/examples/metadata.c
|
|---|
| 5420 | INSTALL doc/examples/resampling_audio.c
|
|---|
| 5421 | INSTALL doc/examples/http_multiclient.c
|
|---|
| 5422 | INSTALL doc/examples/filter_audio.c
|
|---|
| 5423 | INSTALL doc/examples/avio_dir_cmd.c
|
|---|
| 5424 | INSTALL doc/examples/muxing.c
|
|---|
| 5425 | INSTALL doc/examples/filtering_video.c
|
|---|
| 5426 | INSTALL doc/examples/demuxing_decoding.c
|
|---|
| 5427 | INSTALL doc/examples/transcoding.c
|
|---|
| 5428 | INSTALL doc/examples/Makefile
|
|---|
| 5429 | INSTALL doc/examples/README
|
|---|
| 5430 | INSTALL presets/libvpx-720p.ffpreset
|
|---|
| 5431 | INSTALL presets/libvpx-720p50_60.ffpreset
|
|---|
| 5432 | INSTALL presets/libvpx-1080p.ffpreset
|
|---|
| 5433 | INSTALL presets/libvpx-360p.ffpreset
|
|---|
| 5434 | INSTALL presets/libvpx-1080p50_60.ffpreset
|
|---|
| 5435 | INSTALL doc/ffprobe.xsd
|
|---|
| 5436 | INSTALL doc/examples/scaling_video.c
|
|---|
| 5437 | INSTALL doc/examples/transcode_aac.c
|
|---|
| 5438 | INSTALL doc/examples/qsvdec.c
|
|---|
| 5439 | INSTALL doc/examples/avio_reading.c
|
|---|
| 5440 | INSTALL doc/examples/decoding_encoding.c
|
|---|
| 5441 | INSTALL doc/examples/extract_mvs.c
|
|---|
| 5442 | INSTALL doc/examples/filtering_audio.c
|
|---|
| 5443 | INSTALL doc/examples/remuxing.c
|
|---|
| 5444 | INSTALL doc/examples/metadata.c
|
|---|
| 5445 | INSTALL doc/examples/resampling_audio.c
|
|---|
| 5446 | INSTALL doc/examples/http_multiclient.c
|
|---|
| 5447 | INSTALL doc/examples/filter_audio.c
|
|---|
| 5448 | INSTALL doc/examples/avio_dir_cmd.c
|
|---|
| 5449 | INSTALL doc/examples/muxing.c
|
|---|
| 5450 | INSTALL doc/examples/filtering_video.c
|
|---|
| 5451 | INSTALL doc/examples/demuxing_decoding.c
|
|---|
| 5452 | INSTALL doc/examples/transcoding.c
|
|---|
| 5453 | INSTALL doc/examples/Makefile
|
|---|
| 5454 | INSTALL doc/examples/README
|
|---|
| 5455 | INSTALL libavdevice/avdevice.h
|
|---|
| 5456 | INSTALL libavdevice/version.h
|
|---|
| 5457 | INSTALL libavdevice/libavdevice.pc
|
|---|
| 5458 | INSTALL libavfilter/avfilter.h
|
|---|
| 5459 | INSTALL libavfilter/avfiltergraph.h
|
|---|
| 5460 | INSTALL libavfilter/buffersink.h
|
|---|
| 5461 | INSTALL libavfilter/buffersrc.h
|
|---|
| 5462 | INSTALL libavfilter/version.h
|
|---|
| 5463 | INSTALL libavfilter/libavfilter.pc
|
|---|
| 5464 | INSTALL libavformat/avformat.h
|
|---|
| 5465 | INSTALL libavformat/avio.h
|
|---|
| 5466 | INSTALL libavformat/version.h
|
|---|
| 5467 | INSTALL libavformat/libavformat.pc
|
|---|
| 5468 | INSTALL libavcodec/avcodec.h
|
|---|
| 5469 | INSTALL libavcodec/avdct.h
|
|---|
| 5470 | INSTALL libavcodec/avfft.h
|
|---|
| 5471 | INSTALL libavcodec/d3d11va.h
|
|---|
| 5472 | INSTALL libavcodec/dirac.h
|
|---|
| 5473 | INSTALL libavcodec/dv_profile.h
|
|---|
| 5474 | INSTALL libavcodec/dxva2.h
|
|---|
| 5475 | INSTALL libavcodec/jni.h
|
|---|
| 5476 | INSTALL libavcodec/mediacodec.h
|
|---|
| 5477 | INSTALL libavcodec/qsv.h
|
|---|
| 5478 | INSTALL libavcodec/vaapi.h
|
|---|
| 5479 | INSTALL libavcodec/vda.h
|
|---|
| 5480 | INSTALL libavcodec/vdpau.h
|
|---|
| 5481 | INSTALL libavcodec/version.h
|
|---|
| 5482 | INSTALL libavcodec/videotoolbox.h
|
|---|
| 5483 | INSTALL libavcodec/vorbis_parser.h
|
|---|
| 5484 | INSTALL libavcodec/xvmc.h
|
|---|
| 5485 | INSTALL libavcodec/libavcodec.pc
|
|---|
| 5486 | INSTALL libavresample/avresample.h
|
|---|
| 5487 | INSTALL libavresample/version.h
|
|---|
| 5488 | INSTALL libavresample/libavresample.pc
|
|---|
| 5489 | INSTALL libpostproc/postprocess.h
|
|---|
| 5490 | INSTALL libpostproc/version.h
|
|---|
| 5491 | INSTALL libpostproc/libpostproc.pc
|
|---|
| 5492 | INSTALL libswresample/swresample.h
|
|---|
| 5493 | INSTALL libswresample/version.h
|
|---|
| 5494 | INSTALL libswresample/libswresample.pc
|
|---|
| 5495 | INSTALL libswscale/swscale.h
|
|---|
| 5496 | INSTALL libswscale/version.h
|
|---|
| 5497 | INSTALL libswscale/libswscale.pc
|
|---|
| 5498 | INSTALL libavutil/adler32.h
|
|---|
| 5499 | INSTALL libavutil/aes.h
|
|---|
| 5500 | INSTALL libavutil/aes_ctr.h
|
|---|
| 5501 | INSTALL libavutil/attributes.h
|
|---|
| 5502 | INSTALL libavutil/audio_fifo.h
|
|---|
| 5503 | INSTALL libavutil/avassert.h
|
|---|
| 5504 | INSTALL libavutil/avstring.h
|
|---|
| 5505 | INSTALL libavutil/avutil.h
|
|---|
| 5506 | INSTALL libavutil/base64.h
|
|---|
| 5507 | INSTALL libavutil/blowfish.h
|
|---|
| 5508 | INSTALL libavutil/bprint.h
|
|---|
| 5509 | INSTALL libavutil/bswap.h
|
|---|
| 5510 | INSTALL libavutil/buffer.h
|
|---|
| 5511 | INSTALL libavutil/cast5.h
|
|---|
| 5512 | INSTALL libavutil/camellia.h
|
|---|
| 5513 | INSTALL libavutil/channel_layout.h
|
|---|
| 5514 | INSTALL libavutil/common.h
|
|---|
| 5515 | INSTALL libavutil/cpu.h
|
|---|
| 5516 | INSTALL libavutil/crc.h
|
|---|
| 5517 | INSTALL libavutil/des.h
|
|---|
| 5518 | INSTALL libavutil/dict.h
|
|---|
| 5519 | INSTALL libavutil/display.h
|
|---|
| 5520 | INSTALL libavutil/downmix_info.h
|
|---|
| 5521 | INSTALL libavutil/error.h
|
|---|
| 5522 | INSTALL libavutil/eval.h
|
|---|
| 5523 | INSTALL libavutil/fifo.h
|
|---|
| 5524 | INSTALL libavutil/file.h
|
|---|
| 5525 | INSTALL libavutil/frame.h
|
|---|
| 5526 | INSTALL libavutil/hash.h
|
|---|
| 5527 | INSTALL libavutil/hmac.h
|
|---|
| 5528 | INSTALL libavutil/hwcontext.h
|
|---|
| 5529 | INSTALL libavutil/hwcontext_cuda.h
|
|---|
| 5530 | INSTALL libavutil/hwcontext_dxva2.h
|
|---|
| 5531 | INSTALL libavutil/hwcontext_vaapi.h
|
|---|
| 5532 | INSTALL libavutil/hwcontext_vdpau.h
|
|---|
| 5533 | INSTALL libavutil/imgutils.h
|
|---|
| 5534 | INSTALL libavutil/intfloat.h
|
|---|
| 5535 | INSTALL libavutil/intreadwrite.h
|
|---|
| 5536 | INSTALL libavutil/lfg.h
|
|---|
| 5537 | INSTALL libavutil/log.h
|
|---|
| 5538 | INSTALL libavutil/macros.h
|
|---|
| 5539 | INSTALL libavutil/mathematics.h
|
|---|
| 5540 | INSTALL libavutil/mastering_display_metadata.h
|
|---|
| 5541 | INSTALL libavutil/md5.h
|
|---|
| 5542 | INSTALL libavutil/mem.h
|
|---|
| 5543 | INSTALL libavutil/motion_vector.h
|
|---|
| 5544 | INSTALL libavutil/murmur3.h
|
|---|
| 5545 | INSTALL libavutil/opt.h
|
|---|
| 5546 | INSTALL libavutil/parseutils.h
|
|---|
| 5547 | INSTALL libavutil/pixdesc.h
|
|---|
| 5548 | INSTALL libavutil/pixelutils.h
|
|---|
| 5549 | INSTALL libavutil/pixfmt.h
|
|---|
| 5550 | INSTALL libavutil/random_seed.h
|
|---|
| 5551 | INSTALL libavutil/rc4.h
|
|---|
| 5552 | INSTALL libavutil/rational.h
|
|---|
| 5553 | INSTALL libavutil/replaygain.h
|
|---|
| 5554 | INSTALL libavutil/ripemd.h
|
|---|
| 5555 | INSTALL libavutil/samplefmt.h
|
|---|
| 5556 | INSTALL libavutil/sha.h
|
|---|
| 5557 | INSTALL libavutil/sha512.h
|
|---|
| 5558 | INSTALL libavutil/stereo3d.h
|
|---|
| 5559 | INSTALL libavutil/threadmessage.h
|
|---|
| 5560 | INSTALL libavutil/time.h
|
|---|
| 5561 | INSTALL libavutil/timecode.h
|
|---|
| 5562 | INSTALL libavutil/timestamp.h
|
|---|
| 5563 | INSTALL libavutil/tree.h
|
|---|
| 5564 | INSTALL libavutil/twofish.h
|
|---|
| 5565 | INSTALL libavutil/version.h
|
|---|
| 5566 | INSTALL libavutil/xtea.h
|
|---|
| 5567 | INSTALL libavutil/tea.h
|
|---|
| 5568 | INSTALL libavutil/lzo.h
|
|---|
| 5569 | INSTALL libavutil/avconfig.h
|
|---|
| 5570 | INSTALL libavutil/ffversion.h
|
|---|
| 5571 | INSTALL libavutil/libavutil.pc
|
|---|