[4.0 regression] video_filter: magnify: SIGFPE
backtrace:
Thread 79 "vlc-vout" received signal SIGFPE, Arithmetic exception.
[Switching to Thread 0x7ffefc44a6c0 (LWP 696177)]
0x00007fff3be399da in Filter (p_filter=0x7ffeb4015fc0, p_pic=0x7fff0421d5a0)
at ../../modules/video_filter/magnify.c:186
186 const int o_yp = o_y * p_outpic->p[i_plane].i_visible_lines / p_outpic->p[Y_PLANE].i_visible_lines;
(gdb) bt
#0 0x00007fff3be399da in Filter (p_filter=0x7ffeb4015fc0, p_pic=0x7fff0421d5a0)
at ../../modules/video_filter/magnify.c:186
#1 0x00007ffff7d336ea in FilterChainVideoFilter (f=0x7ffeb4015fc0, p_pic=0x7fff0421d5a0)
at ../../src/misc/filter_chain.c:425
#2 0x00007ffff7d33c5e in filter_chain_VideoFilter (p_chain=0x7ffeb4015560, p_pic=<optimized out>)
at ../../src/misc/filter_chain.c:442
#3 0x00007fff3be3369d in Chain (p_filter=<optimized out>, p_pic=<optimized out>)
at ../../modules/video_chroma/chain.c:300
#4 0x00007ffff7d336ea in FilterChainVideoFilter (f=0x7ffeb404f170, p_pic=0x7fff0c1bb7f0)
at ../../src/misc/filter_chain.c:425
#5 0x00007ffff7d33c5e in filter_chain_VideoFilter (p_chain=0x7fff04216df0, p_pic=<optimized out>)
at ../../src/misc/filter_chain.c:442
#6 0x00007ffff7d09a7e in FilterPictureInteractive (sys=sys@entry=0x7fff04059bd0)
at ../../src/video_output/video_output.c:1086
#7 0x00007ffff7d0a84b in RenderPicture (sys=sys@entry=0x7fff04059bd0, render_now=<optimized out>,
render_now@entry=false) at ../../src/video_output/video_output.c:1282
#8 0x00007ffff7d0af46 in DisplayPicture (vout=vout@entry=0x7fff04059bd0) at ../../src/video_output/video_output.c:1502
#9 0x00007ffff7d0afe5 in Thread (object=0x7fff04059bd0) at ../../src/video_output/video_output.c:1830
#10 0x00007ffff7e2c044 in () at /lib/x86_64-linux-gnu/libc.so.6
#11 0x00007ffff7eac5fc in () at /lib/x86_64-linux-gnu/libc.so.6
(gdb) print p_outpic->p
$3 = {{p_pixels = 0x0, i_lines = 0, i_pitch = 0, i_pixel_pitch = 0, i_visible_lines = 0, i_visible_pitch = 0}, {
p_pixels = 0x0, i_lines = 0, i_pitch = 0, i_pixel_pitch = 0, i_visible_lines = 0, i_visible_pitch = 0}, {
p_pixels = 0x0, i_lines = 0, i_pitch = 0, i_pixel_pitch = 0, i_visible_lines = 0, i_visible_pitch = 0}, {
p_pixels = 0x0, i_lines = 0, i_pitch = 0, i_pixel_pitch = 0, i_visible_lines = 0, i_visible_pitch = 0}, {
p_pixels = 0x0, i_lines = 0, i_pitch = 0, i_pixel_pitch = 0, i_visible_lines = 0, i_visible_pitch = 0}}
logs:
xeon ~/work/git/vlc/build-dbg $ ./vlc -vv /home/tom/Videos/KUNG\ FURY\ Official\ Movie.mp4 --video-filter=magnify --no-media-library
VLC media player 4.0.0-dev Otto Chriek (revision 4.0.0-dev-25817-gde4685a6d86)
[000055f06eea2e20] main libvlc debug: VLC media player - 4.0.0-dev Otto Chriek
[000055f06eea2e20] main libvlc debug: Copyright © 1996-2023 the VideoLAN team
[000055f06eea2e20] main libvlc debug: revision 4.0.0-dev-25817-gde4685a6d86
[000055f06eea2e20] main libvlc debug: configured with ../configure '--disable-nls' '--prefix=/home/tom/work/out/' '--disable-optimizations' '--disable-srt' '--enable-smb2' 'CC=ccache gcc' 'CFLAGS=-g -Og' 'CXX=ccache g++' 'CXXFLAGS=-g -Og' 'PKG_CONFIG_PATH=/home/tom/work/out/lib/pkgconfig:/home/tom/work/out/lib/x86_64-linux-gnu/pkgconfig'
[000055f06eea2e20] main libvlc debug: searching plug-in modules
[000055f06eea2e20] main libvlc debug: loading plugins cache file /home/tom/work/git/vlc/build-dbg/modules/plugins/plugins.dat
[000055f06eea2e20] main libvlc warning: cannot read /home/tom/work/git/vlc/build-dbg/modules/plugins/plugins.dat: No such file or directory
[000055f06eea2e20] main libvlc debug: recursively browsing `/home/tom/work/git/vlc/build-dbg/modules/plugins'
[000055f06eea2e20] main libvlc debug: loading plugins cache file /home/tom/work/git/vlc/build-dbg/modules/plugins.dat
[000055f06eea2e20] main libvlc debug: recursively browsing `/home/tom/work/git/vlc/build-dbg/modules'
[000055f06eea2e20] main libvlc debug: plug-ins loaded: 591 modules
[000055f06eea2e20] main libvlc debug: opening config file (/home/tom/.config/vlc/vlcrc)
[00007ffc43e32ec8] main generic debug: looking for logger module matching "any": 4 candidates
[00007ffc43e32ec8] main generic debug: using logger module "console"
[00007ffc43e32eb8] main generic debug: looking for tracer module matching "none": 0 candidates
[00007ffc43e32eb8] main generic debug: no tracer modules matched with name none
[000055f06eea2e20] main libvlc debug: translation test: code is "C"
[00007ffc43e32e98] main generic debug: looking for keystore module matching "memory": 1 candidates
[00007ffc43e32e98] main generic debug: using keystore module "memory"
[000055f06eea2e20] main libvlc debug: CPU has capabilities SSE2 SSE3 SSSE3 SSE4.1 AVX AVX2 FPU
[000055f06ef5a9e0] main player debug: creating audio output
[00007ffc43e32ca8] main generic debug: looking for audio output module matching "any": 4 candidates
[000055f06ef47e60] vlcpulse audio output debug: using library version 16.1.0
[000055f06ef47e60] vlcpulse audio output debug: (compiled with version 16.1.0, protocol 35)
[000055f06ef47e60] vlcpulse audio output debug: connected locally to /run/user/1000/pulse/native as client #1640
[000055f06ef47e60] vlcpulse audio output debug: using protocol 35, server protocol 35
[000055f06ef47e60] pulse audio output debug: adding sink 56: alsa_output.usb-Burr-Brown_from_TI_USB_Audio_DAC-00.analog-stereo (PCM2707 stereo audio DAC Analog Stereo)
[000055f06ef47e60] pulse audio output debug: adding sink 58: alsa_output.pci-0000_00_1f.3-platform-sof_sdw.HiFi__hw_sofsoundwire_7__sink (Tiger Lake-H HD Audio Controller HDMI / DisplayPort 3 Output)
[000055f06ef47e60] pulse audio output debug: adding sink 59: alsa_output.pci-0000_00_1f.3-platform-sof_sdw.HiFi__hw_sofsoundwire_6__sink (Tiger Lake-H HD Audio Controller HDMI / DisplayPort 2 Output)
[000055f06ef47e60] pulse audio output debug: adding sink 60: alsa_output.pci-0000_00_1f.3-platform-sof_sdw.HiFi__hw_sofsoundwire_5__sink (Tiger Lake-H HD Audio Controller HDMI / DisplayPort 1 Output)
[000055f06ef47e60] pulse audio output debug: adding sink 61: alsa_output.pci-0000_00_1f.3-platform-sof_sdw.HiFi__hw_sofsoundwire__sink (Tiger Lake-H HD Audio Controller Headphones)
[000055f06ef47e60] pulse audio output debug: adding sink 62: alsa_output.pci-0000_00_1f.3-platform-sof_sdw.HiFi__hw_sofsoundwire_2__sink (Tiger Lake-H HD Audio Controller Speaker)
[00007ffc43e32ca8] main generic debug: using audio output module "pulse"
[000055f06ef5a9e0] main player debug: keeping audio output
[00007ffc43e32dc8] main generic debug: looking for interface module matching "dbus,none": 1 candidates
[000055f06ef62c20] dbus interface debug: listening on dbus as: org.mpris.MediaPlayer2.vlc
[00007ffc43e32dc8] main generic debug: using interface module "dbus"
[00007fa704000ba0] main input debug: Creating an input for preparsing 'KUNG FURY Official Movie.mp4'
[00007ffc43e32ec8] main generic debug: looking for interface module matching "hotkeys": 1 candidates
[00007ffc43e32ec8] main generic debug: using interface module "hotkeys"
[00007ffc43e32ec8] main generic debug: looking for interface module matching "xcb_hotkeys": 1 candidates
[00007ffc43e32ec8] main generic debug: using interface module "xcb_hotkeys"
[000055f06eea2e20] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00007ffc43e32f18] main generic debug: looking for interface module matching "any": 4 candidates
[00007fa7150fdc18] main generic debug: looking for meta fetcher module matching "any": 1 candidates
[00007fa6f80c8340] lua meta fetcher debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/meta/fetcher
[00007fa6f80c8340] lua meta fetcher debug: Trying Lua scripts in /home/tom/work/git/vlc/build-dbg/modules/lua/meta/fetcher
[00007fa6f80c8340] lua meta fetcher debug: Trying Lua scripts in /home/tom/work/git/vlc/build-dbg/../share/lua/meta/fetcher
[00007fa7150fdc18] main generic debug: no meta fetcher modules matched with name any
[00007fa7150fdc08] main generic debug: looking for art finder module matching "any": 2 candidates
[00007fa6f8038650] lua art finder debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/meta/art
[00007fa6f8038650] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/build-dbg/modules/lua/meta/art
[00007fa6f8038650] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/build-dbg/../share/lua/meta/art
[00007fa6f8038650] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/build-dbg/../share/lua/meta/art/02_frenchtv.lua
[00007fa6f8038650] lua art finder debug: skipping script (unmatched scope) /home/tom/work/git/vlc/build-dbg/../share/lua/meta/art/02_frenchtv.lua
[00007fa6f8038650] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/build-dbg/../share/lua/meta/art/00_musicbrainz.lua
[00007fa6f8038650] lua art finder debug: skipping script (unmatched scope) /home/tom/work/git/vlc/build-dbg/../share/lua/meta/art/00_musicbrainz.lua
[00007fa6f8038650] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/build-dbg/../share/lua/meta/art/03_lastfm.lua
[00007fa6f8038650] lua art finder debug: skipping script (unmatched scope) /home/tom/work/git/vlc/build-dbg/../share/lua/meta/art/03_lastfm.lua
[00007fa6f8038650] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/build-dbg/../share/lua/meta/art/01_googleimage.lua
[00007fa6f8038650] lua art finder debug: skipping script (unmatched scope) /home/tom/work/git/vlc/build-dbg/../share/lua/meta/art/01_googleimage.lua
[00007fa7150fdc08] main generic debug: no art finder modules matched with name any
[00007fa714ffcc28] main generic debug: looking for meta fetcher module matching "any": 1 candidates
[00007fa6f4000b70] lua meta fetcher debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/meta/fetcher
[00007fa6f4000b70] lua meta fetcher debug: Trying Lua scripts in /home/tom/work/git/vlc/build-dbg/modules/lua/meta/fetcher
[00007fa6f4000b70] lua meta fetcher debug: Trying Lua scripts in /home/tom/work/git/vlc/build-dbg/../share/lua/meta/fetcher
[00007fa714ffcc28] main generic debug: no meta fetcher modules matched with name any
[00007fa714ffcc18] main generic debug: looking for art finder module matching "any": 2 candidates
[00007fa6f4000e20] lua art finder debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/meta/art
[00007fa6f4000e20] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/build-dbg/modules/lua/meta/art
[00007fa6f4000e20] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/build-dbg/../share/lua/meta/art
[00007fa6f4000e20] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/build-dbg/../share/lua/meta/art/03_lastfm.lua
[00007fa6f4000e20] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/build-dbg/../share/lua/meta/art/02_frenchtv.lua
[00007fa6f4000e20] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/build-dbg/../share/lua/meta/art/00_musicbrainz.lua
[00007fa6f4000e20] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/build-dbg/../share/lua/meta/art/01_googleimage.lua
[00007fa714ffcc18] main generic debug: no art finder modules matched with name any
QSocketNotifier: Can only be used with threads started with QThread
[00007fa70fbfaad8] [qt] main generic debug: looking for qt theme provider module matching "qt-themeprovider-gtk": 1 candidates
(vlc:780219): Gdk-WARNING **: 11:00:04.924: The GDK_NATIVE_WINDOWS environment variable is not supported in GTK3.
See the documentation for gdk_window_ensure_native() on how to get native windows.
[00007fa70fbfaad8] [qt] main generic debug: using qt theme provider module "qt_gtktheme"
[00007ffc43e32f18] main generic debug: using interface module "qt"
[000055f06ef82670] main input debug: Creating an input for 'KUNG FURY Official Movie.mp4'
[000055f06ef7daf0] [qt] qt generic debug: on_player_current_media_changed
[000055f06ef7daf0] [qt] qt generic debug: on_player_state_changed
[000055f06ef7daf0] [qt] qt generic debug: on_player_buffering
[000055f06ef82670] main input debug: using timeshift granularity of 50 MiB
[000055f06ef82670] main input debug: using default timeshift path
[000055f06ef82670] main input debug: `file:///home/tom/Videos/KUNG%20FURY%20Official%20Movie.mp4' gives access `file' demux `any' path `/home/tom/Videos/KUNG%20FURY%20Official%20Movie.mp4'
[00007fa680001360] main access debug: creating access: file:///home/tom/Videos/KUNG%20FURY%20Official%20Movie.mp4
[00007fa680001360] main access debug: (path: /home/tom/Videos/KUNG FURY Official Movie.mp4)
[00007fa6bc73dab8] main generic debug: looking for access module matching "file": 4 candidates
[00007fa6bc73dab8] main generic debug: using access module "filesystem"
[00007fa6bc73dac8] main generic debug: looking for stream_filter module matching "prefetch,cache": 3 candidates
[00007fa680001b10] cache_read stream filter debug: Using stream method for AStream*
[00007fa680001b10] cache_read stream filter debug: starting pre-buffering
[00007fa680001b10] cache_read stream filter debug: received first data after 0 ms
[00007fa680001b10] cache_read stream filter debug: pre-buffering done 1024 bytes in 0s - 32258 KiB/s
[00007fa6bc73dac8] main generic debug: using stream_filter module "cache_read"
[00007fa6bc73db18] main generic debug: looking for stream_filter module matching "any": 7 candidates
[00007fa6bc73db18] main generic debug: no stream_filter modules matched with name any
[00007fa6bc73dae8] main generic debug: looking for stream_directory module matching "any": 1 candidates
[00007fa6bc73dae8] main generic debug: no stream_directory modules matched with name any
[000055f06ef82670] main input debug: attachment of directory-extractor failed for file:///home/tom/Videos/KUNG%20FURY%20Official%20Movie.mp4
[00007fa6bc73daf8] main generic debug: looking for stream_filter module matching "record": 1 candidates
[00007fa6bc73daf8] main generic debug: using stream_filter module "record"
[000055f06ef82670] main input debug: creating demux "any", URL: file:///home/tom/Videos/KUNG%20FURY%20Official%20Movie.mp4, path: /home/tom/Videos/KUNG FURY Official Movie.mp4
[00007fa6bc73db18] main generic debug: looking for demux module matching "ext-mp4": 65 candidates
[00007fa680c02560] mp4 stream filter debug: read box: "mvhd" timescale 600 duration 1117372 (0:31:02:286) rate 1,00 volume 1,00
[00007fa680c02560] mp4 stream filter debug: read box: "iods" objectDescriptorId: 1, OD: 255, scene: 255, audio: 41, visual: 21, graphics: 255
[00007fa680c02560] mp4 stream filter debug: read box: "tkhd" track #1 duration 1117368 layer 0 volume 0,0 rotation 0,0 scale 1,00x1,00 translate +0,00+0,00 size 1280x720. Matrix: 65536 0 0 0 65536 0 0 0 1073741824
[00007fa680c02560] mp4 stream filter debug: read box: "elst" entry-count 1
[00007fa680c02560] mp4 stream filter debug: read box: "mdhd" timescale 25 duration 46557 (0:31:02:280) language
[00007fa680c02560] mp4 stream filter debug: read box: "hdlr" handler type: "vide" name: "VideoHandler"
[00007fa680c02560] mp4 stream filter debug: read box: "vmhd" graphics-mode 0 opcolor (0, 0, 0)
[00007fa680c02560] mp4 stream filter debug: read box: "url" url: (null)
[00007fa680c02560] mp4 stream filter debug: read box: "dref" entry-count 1
[00007fa680c04140] mp4 stream debug: read box: "avcC" version=1 profile=0x64 level=0x1f
[00007fa680c02560] mp4 stream filter debug: read box: "vide" in stsd 1280x720 depth 24 ()
[00007fa680c02560] mp4 stream filter debug: read box: "stsd" entry-count 1
[00007fa680c02560] mp4 stream filter debug: read box: "stts" entry-count 1
[00007fa680c02560] mp4 stream filter debug: read box: "stss" entry-count 963
[00007fa680c02560] mp4 stream filter debug: read box: "stsc" entry-count 3
[00007fa680c02560] mp4 stream filter debug: read box: "stsz" sample-size 0 sample-count 46557
[00007fa680c02560] mp4 stream filter debug: read box: "co64" entry-count 3880
[00007fa680c02560] mp4 stream filter debug: read box: "tkhd" track #2 duration 1117372 layer 0 volume 1,0 rotation 0,0 scale 1,00x1,00 translate +0,00+0,00 size 0x0. Matrix: 65536 0 0 0 65536 0 0 0 1073741824
[00007fa680c02560] mp4 stream filter debug: read box: "mdhd" timescale 44100 duration 82126848 (0:31:02:286) language eng
[00007fa680c02560] mp4 stream filter debug: read box: "hdlr" handler type: "soun" name: "IsoMedia File Produced by Google, 5-11-2011"
[00007fa680c02560] mp4 stream filter debug: read box: "smhd" balance 0,000000
[00007fa680c02560] mp4 stream filter debug: read box: "url" url: (null)
[00007fa680c02560] mp4 stream filter debug: read box: "dref" entry-count 1
[00007fa680c02560] mp4 stream filter debug: read box: "soun" stsd qt_version 0 compid=0
[00007fa680c02560] mp4 stream filter debug: read box: "soun" V0 or qt1/2 (rest=53)
[00007fa680c05340] mp4 stream debug: found esds MPEG4ESDescr (39 bytes)
[00007fa680c05340] mp4 stream debug: found esds MP4DecConfigDescr (31 bytes)
[00007fa680c05340] mp4 stream debug: found esds MP4DecSpecificDescr (16 bytes)
[00007fa680c02560] mp4 stream filter debug: read box: "soun" in stsd channel 2 sample size 16 sample rate 44100,000000
[00007fa680c02560] mp4 stream filter debug: read box: "stsd" entry-count 1
[00007fa680c02560] mp4 stream filter debug: read box: "stts" entry-count 1
[00007fa680c02560] mp4 stream filter debug: read box: "stsc" entry-count 2505
[00007fa680c02560] mp4 stream filter debug: read box: "stsz" sample-size 0 sample-count 80202
[00007fa680c02560] mp4 stream filter debug: read box: "co64" entry-count 3879
[00007fa680c02560] mp4 stream filter debug: read box: "hdlr" handler type: "mdir" name: ""
[00007fa680c02560] mp4 stream filter debug: read 'data' atom: knowntype=1, country=0 lang=0, size 1 bytes
[00007fa680c02560] mp4 stream filter debug: read 'data' atom: knowntype=1, country=0 lang=0, size 7 bytes
[00007fa680c02560] mp4 stream filter debug: read 'data' atom: knowntype=1, country=0 lang=0, size 32 bytes
[00007fa680c02560] mp4 stream filter debug: read 'data' atom: knowntype=1, country=0 lang=0, size 128 bytes
[00007fa680c02560] mp4 stream filter debug: read 'data' atom: knowntype=1, country=0 lang=0, size 128 bytes
[00007fa680c02560] mp4 stream filter debug: read 'data' atom: knowntype=1, country=0 lang=0, size 256 bytes
[00007fa680c02560] mp4 stream filter debug: dumping root Box "root"
[00007fa680c02560] mp4 stream filter debug: | + ftyp size 24 offset 0
[00007fa680c02560] mp4 stream filter debug: | + moov size 573933 offset 24
[00007fa680c02560] mp4 stream filter debug: | | + mvhd size 108 offset 32
[00007fa680c02560] mp4 stream filter debug: | | + iods size 21 offset 140
[00007fa680c02560] mp4 stream filter debug: | | + trak size 206190 offset 161
[00007fa680c02560] mp4 stream filter debug: | | | + tkhd size 92 offset 169
[00007fa680c02560] mp4 stream filter debug: | | | + edts size 36 offset 261
[00007fa680c02560] mp4 stream filter debug: | | | | + elst size 28 offset 269
[00007fa680c02560] mp4 stream filter debug: | | | + mdia size 206054 offset 297
[00007fa680c02560] mp4 stream filter debug: | | | | + mdhd size 32 offset 305
[00007fa680c02560] mp4 stream filter debug: | | | | + hdlr size 45 offset 337
[00007fa680c02560] mp4 stream filter debug: | | | | + minf size 205969 offset 382
[00007fa680c02560] mp4 stream filter debug: | | | | | + vmhd size 20 offset 390
[00007fa680c02560] mp4 stream filter debug: | | | | | + dinf size 36 offset 410
[00007fa680c02560] mp4 stream filter debug: | | | | | | + dref size 28 offset 418
[00007fa680c02560] mp4 stream filter debug: | | | | | | | + url size 12 offset 434
[00007fa680c02560] mp4 stream filter debug: | | | | | + stbl size 205905 offset 446
[00007fa680c02560] mp4 stream filter debug: | | | | | | + stsd size 169 offset 454
[00007fa680c02560] mp4 stream filter debug: | | | | | | | + avc1 size 153 offset 470
[00007fa680c02560] mp4 stream filter debug: | | | | | | | | + avcC size 47 offset 556
[00007fa680c02560] mp4 stream filter debug: | | | | | | | | + btrt size 20 offset 603
[00007fa680c02560] mp4 stream filter debug: | | | | | | + stts size 24 offset 623
[00007fa680c02560] mp4 stream filter debug: | | | | | | + stss size 3868 offset 647
[00007fa680c02560] mp4 stream filter debug: | | | | | | + stsc size 52 offset 4515
[00007fa680c02560] mp4 stream filter debug: | | | | | | + stsz size 186248 offset 4567
[00007fa680c02560] mp4 stream filter debug: | | | | | | + stco size 15536 offset 190815
[00007fa680c02560] mp4 stream filter debug: | | + trak size 366849 offset 206351
[00007fa680c02560] mp4 stream filter debug: | | | + tkhd size 92 offset 206359
[00007fa680c02560] mp4 stream filter debug: | | | + mdia size 366749 offset 206451
[00007fa680c02560] mp4 stream filter debug: | | | | + mdhd size 32 offset 206459
[00007fa680c02560] mp4 stream filter debug: | | | | + hdlr size 76 offset 206491
[00007fa680c02560] mp4 stream filter debug: | | | | + minf size 366633 offset 206567
[00007fa680c02560] mp4 stream filter debug: | | | | | + smhd size 16 offset 206575
[00007fa680c02560] mp4 stream filter debug: | | | | | + dinf size 36 offset 206591
[00007fa680c02560] mp4 stream filter debug: | | | | | | + dref size 28 offset 206599
[00007fa680c02560] mp4 stream filter debug: | | | | | | | + url size 12 offset 206615
[00007fa680c02560] mp4 stream filter debug: | | | | | + stbl size 366573 offset 206627
[00007fa680c02560] mp4 stream filter debug: | | | | | | + stsd size 105 offset 206635
[00007fa680c02560] mp4 stream filter debug: | | | | | | | + mp4a size 89 offset 206651
[00007fa680c02560] mp4 stream filter debug: | | | | | | | | + esds size 53 offset 206687
[00007fa680c02560] mp4 stream filter debug: | | | | | | + stts size 24 offset 206740
[00007fa680c02560] mp4 stream filter debug: | | | | | | + stsc size 30076 offset 206764
[00007fa680c02560] mp4 stream filter debug: | | | | | | + stsz size 320828 offset 236840
[00007fa680c02560] mp4 stream filter debug: | | | | | | + stco size 15532 offset 557668
[00007fa680c02560] mp4 stream filter debug: | | + udta size 757 offset 573200
[00007fa680c02560] mp4 stream filter debug: | | | + meta size 749 offset 573208
[00007fa680c02560] mp4 stream filter debug: | | | | + hdlr size 33 offset 573220
[00007fa680c02560] mp4 stream filter debug: | | | | + ilst size 704 offset 573253
[00007fa680c02560] mp4 stream filter debug: | | | | | + gsst size 25 offset 573261
[00007fa680c02560] mp4 stream filter debug: | | | | | | + data size 17 offset 573269
[00007fa680c02560] mp4 stream filter debug: | | | | | + gstd size 31 offset 573286
[00007fa680c02560] mp4 stream filter debug: | | | | | | + data size 23 offset 573294
[00007fa680c02560] mp4 stream filter debug: | | | | | + gssd size 56 offset 573317
[00007fa680c02560] mp4 stream filter debug: | | | | | | + data size 48 offset 573325
[00007fa680c02560] mp4 stream filter debug: | | | | | + gspu size 152 offset 573373
[00007fa680c02560] mp4 stream filter debug: | | | | | | + data size 144 offset 573381
[00007fa680c02560] mp4 stream filter debug: | | | | | + gspm size 152 offset 573525
[00007fa680c02560] mp4 stream filter debug: | | | | | | + data size 144 offset 573533
[00007fa680c02560] mp4 stream filter debug: | | | | | + gshh size 280 offset 573677
[00007fa680c02560] mp4 stream filter debug: | | | | | | + data size 272 offset 573685
[00007fa680c02560] mp4 stream filter debug: | + mdat size 487656610 offset 573957
[00007fa680c02730] mp4 demux debug: unrecognized major media specification (mp42).
[00007fa680c02730] mp4 demux debug: found 2 tracks
[00007fa680c02730] mp4 demux warning: elst box found
[00007fa680c02730] mp4 demux debug: - [0] duration=1862280ms media time=0ms) rate=1.0
[00007fa680c02730] mp4 demux debug: track[Id 0x1] read 3880 chunk
[00007fa680c02730] mp4 demux warning: STTS table of 1 entries
[00007fa680c02730] mp4 demux debug: track[Id 0x1] read 46557 samples length:1862s
[000055f06ef7daf0] [qt] qt generic debug: on_player_program_list_changed
[000055f06ef82670] main input debug: selecting program id=0
[000055f06ef7daf0] [qt] qt generic debug: on_player_program_selection_changed
[000055f06ef7daf0] [qt] qt generic debug: on_player_program_list_changed
[000055f06ef82670] main input debug: ES track added: 'video/1' (fourcc: 'h264')
[000055f06ef7daf0] [qt] qt generic debug: on_player_track_list_changed
[00007fa680c02730] mp4 demux debug: adding track[Id 0x1] video (enable) language undef
[00007fa680c02730] mp4 demux debug: track[Id 0x2] read 3879 chunk
[00007fa680c02730] mp4 demux warning: STTS table of 1 entries
[00007fa680c02730] mp4 demux debug: track[Id 0x2] read 80202 samples length:1862s
[000055f06ef82670] main input debug: ES track added: 'audio/2' (fourcc: 'mp4a')
[000055f06ef7daf0] [qt] qt generic debug: on_player_track_list_changed
[00007fa680c02730] mp4 demux debug: adding track[Id 0x2] audio (enable) language eng
[00007fa6bc73db18] main generic debug: using demux module "mp4"
[000055f06ef7daf0] [qt] qt generic debug: on_player_capabilities_changed
[000055f06ef82670] main input debug: looking for a subtitle file in /home/tom/Videos/
[00007fa6bc73d6c8] main generic debug: looking for video decoder module matching "any": 15 candidates
[00007fa680c300b0] avcodec decoder debug: using ffmpeg Lavc59.37.100
[00007fa680c300b0] avcodec decoder debug: CPU flags: 0x003fd3db
[00007fa680c300b0] avcodec decoder debug: allowing 6 thread(s) for decoding
[00007fa680c300b0] avcodec decoder debug: codec (h264) started
[00007fa680c300b0] avcodec decoder debug: using frame thread mode with 6 threads
[00007fa6bc73d6c8] main generic debug: using video decoder module "avcodec"
[000055f06ef82670] main input debug: ES track selected: 'video/1' (fourcc: 'h264')
[000055f06ef7daf0] [qt] qt generic debug: on_player_track_selection_changed
[00007fa6bc73d6c8] main generic debug: looking for audio decoder module matching "any": 18 candidates
[00007fa6813d9f50] faad decoder debug: using version unknown - 2.10.1
[00007fa6bc73d6c8] main generic debug: using audio decoder module "faad"
[000055f06ef82670] main input debug: ES track selected: 'audio/2' (fourcc: 'mp4a')
[000055f06ef7daf0] [qt] qt generic debug: on_player_track_selection_changed
[000055f06ef82670] main input debug: `file:///home/tom/Videos/KUNG%20FURY%20Official%20Movie.mp4' successfully opened
[000055f06ef7daf0] [qt] qt generic debug: on_player_state_changed
[00007fa680c02730] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track)
[00007fa680c02730] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[00007fa680c02730] mp4 demux debug: stss gives 0 --> 0 (sample number)
[00007fa680c02730] mp4 demux debug: track[Id 0x1] sync point found sample 0(-0)
[000055f06ef82670] main input debug: program(0): using clock source: 'audio'
[000055f06ef7daf0] [qt] qt generic debug: on_player_buffering
[000055f06ef82670] main input debug: Buffering 0%
[000055f06ef7daf0] [qt] qt generic debug: on_player_buffering
[000055f06ef82670] main input debug: Buffering 25%
[00007fa6813d9f50] faad decoder warning: decoded zero sample
[000055f06ef5a9e0] main player debug: reusing audio output
[000055f06ef47e60] pulse audio output debug: using stereo channel map
[00007fa680c300b0] avcodec decoder debug: available hardware decoder output format 98 (vdpau)
[00007fa680c300b0] avcodec decoder debug: available hardware decoder output format 117 (cuda)
[00007fa680c300b0] avcodec decoder debug: available hardware decoder output format 44 (vaapi)
[00007fa680c300b0] avcodec decoder debug: available software decoder output format 0 (yuv420p)
[00007fa680c300b0] avcodec decoder debug: trying format vaapi
[000055f06ef7daf0] [qt] qt generic debug: on_player_buffering
[000055f06ef82670] main input debug: Buffering 50%
[00007fa680c300b0] main decoder debug: vout: none found
[00007fa680c300b0] main decoder debug: vout change: decoder size
[00007fa680c300b0] main decoder debug: vout change: visible size
[00007fa676bf5ae8] main generic debug: looking for text renderer module matching "any": 3 candidates
[000055f06ef7daf0] [qt] qt generic debug: on_player_buffering
[000055f06ef82670] main input debug: Buffering 75%
[00007fa66405d460] freetype spu text debug: Building font databases.
[000055f06ef7daf0] [qt] qt generic debug: on_player_buffering
[000055f06ef82670] main input debug: Buffering 100%
[000055f06ef7daf0] [qt] qt generic debug: on_player_buffering
[000055f06ef82670] main input debug: Stream buffering done (1250 ms in 1 ms)
[00007fa66405d460] freetype spu text debug: Took 5302 microseconds
[00007fa676bf5ae8] main generic debug: using text renderer module "freetype"
[00007fa676bf5af8] main generic debug: looking for video converter module matching "any": 20 candidates
[000055f06ef47e60] pulse audio output debug: changed buffer metrics: maxlength=4194304, tlength=42336, prebuf=0, minreq=14112
[000055f06ef47e60] pulse audio output debug: connected to sink alsa_output.usb-Burr-Brown_from_TI_USB_Audio_DAC-00.analog-stereo
[000055f06ef47e60] main audio output debug: output 'f32l' 44100 Hz Stereo frame=1 samples/8 bytes
[00007fa67bffe908] main generic debug: looking for audio volume module matching "any": 2 candidates
[00007fa67bffe908] main generic debug: using audio volume module "float_mixer"
[000055f06ef47e60] main audio output debug: input 'f32l' 44100 Hz Stereo frame=1 samples/8 bytes
[00007fa67bffe768] main generic debug: looking for audio filter module matching "scaletempo": 1 candidates
[00007fa664061e60] swscale scale debug: 32x32 (32x32) chroma: YUVA colorspace: Undefined -> 16x16 (16x16) chroma: RGBA colorspace: Undefined with scaling using Bicubic (good quality)
[00007fa676bf5af8] main generic debug: using video converter module "swscale"
[00007fa676bf5af8] main generic debug: looking for video converter module matching "any": 20 candidates
[00007fa668009460] scaletempo audio filter debug: format: 44100 rate, 2 nch, 4 bps, fl32
[00007fa668009460] scaletempo audio filter debug: params: 30 stride, 0,200 overlap, 14 search
[00007fa668009460] scaletempo audio filter debug: 1,000 scale, 1323,000 stride_in, 1323 stride_out, 1059 standing, 264 overlap, 617 search, 2204 queue, fl32 mode
[00007fa67bffe768] main generic debug: using audio filter module "scaletempo"
[000055f06ef47e60] main audio output debug: conversion: 'f32l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
[000055f06ef47e60] main audio output debug: conversion pipeline complete
[000055f06ef47e60] main audio output debug: conversion: 'f32l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
[000055f06ef47e60] main audio output debug: conversion pipeline complete
[00007fa67bffe7c8] main generic debug: looking for audio resampler module matching "any": 3 candidates
[000055f06ef47e60] pulse audio output debug: changing sink 56: alsa_output.usb-Burr-Brown_from_TI_USB_Audio_DAC-00.analog-stereo (PCM2707 stereo audio DAC Analog Stereo)
[000055f06ef7daf0] [qt] qt generic debug: on_player_aout_volume_changed
[00007fa668010670] soxr audio resampler debug: Using SoX Resampler with 'cr32s' engine and 'Medium 16-bit with medium roll-off' quality to convert f32l/44100Hz to f32l/44100Hz.
[00007fa67bffe7c8] main generic debug: using audio resampler module "soxr"
[00007fa6640e2bb0] yuvp scale debug: YUVP to YUVA converter
[00007fa676bf5af8] main generic debug: using video converter module "yuvp"
[00007fa664059bd0] main video output debug: Deinterlacing available
[00007fa664059bd0] main video output debug: deinterlace -1, mode auto, is_needed 0
[00007fa676bf5b48] main generic debug: looking for vout window module matching "qt,any": 8 candidates
[00007fa6640e76b0] xdg_shell window debug: global 1: wl_compositor version 5
[00007fa6640e76b0] xdg_shell window debug: global 2: wl_drm version 2
[00007fa6640e76b0] xdg_shell window debug: global 3: wl_shm version 1
[00007fa6640e76b0] xdg_shell window debug: global 6: zxdg_output_manager_v1 version 3
[00007fa6640e76b0] xdg_shell window debug: global 7: wl_data_device_manager version 3
[00007fa6640e76b0] xdg_shell window debug: global 8: zwp_primary_selection_device_manager_v1 version 1
[00007fa6640e76b0] xdg_shell window debug: global 9: wl_subcompositor version 1
[00007fa6640e76b0] xdg_shell window debug: global 10: xdg_wm_base version 4
[00007fa6640e76b0] xdg_shell window debug: global 11: gtk_shell1 version 5
[00007fa6640e76b0] xdg_shell window debug: global 12: wp_viewporter version 1
[00007fa6640e76b0] xdg_shell window debug: global 13: zwp_pointer_gestures_v1 version 3
[00007fa6640e76b0] xdg_shell window debug: global 14: zwp_tablet_manager_v2 version 1
[00007fa6640e76b0] xdg_shell window debug: global 15: wl_seat version 8
[00007fa6640e76b0] xdg_shell window debug: global 16: zwp_relative_pointer_manager_v1 version 1
[00007fa6640e76b0] xdg_shell window debug: global 17: zwp_pointer_constraints_v1 version 1
[00007fa6640e76b0] xdg_shell window debug: global 18: zxdg_exporter_v1 version 1
[00007fa6640e76b0] xdg_shell window debug: global 19: zxdg_importer_v1 version 1
[00007fa6640e76b0] xdg_shell window debug: global 20: zwp_linux_dmabuf_v1 version 4
[00007fa6640e76b0] xdg_shell window debug: global 21: wp_single_pixel_buffer_manager_v1 version 1
[00007fa6640e76b0] xdg_shell window debug: global 22: zwp_keyboard_shortcuts_inhibit_manager_v1 version 1
[00007fa6640e76b0] xdg_shell window debug: global 23: zwp_text_input_manager_v3 version 1
[00007fa6640e76b0] xdg_shell window debug: global 24: wp_presentation version 1
[00007fa6640e76b0] xdg_shell window debug: global 25: xdg_activation_v1 version 1
[00007fa6640e76b0] xdg_shell window debug: global 68: wl_output version 3
[00007fa676bf5b48] main generic debug: using vout window module "xdg_shell"
[00007fa676bf5af8] main generic debug: looking for inhibit module matching "any": 3 candidates
[000055f06ef7daf0] [qt] qt generic warning: qml message qrc:/widgets/ButtonExt.qml:61 ReferenceError: model is not defined
[00007fa6640e76b0] xdg_shell window debug: seat capabilities: 0x7
[00007fa6640e76b0] xdg_shell window debug: seat name: seat0
[00007fa6640e76b0] xdg_shell window debug: output 68 geometry: 600x340mm+0+0, subpixel 0, transform 0
[00007fa6640e76b0] xdg_shell window debug: output 68 mode: 0x3 3840x2160, 59.996 Hz
[00007fa6640e76b0] xdg_shell window debug: output 68 scale: 2
[00007fa6640e76b0] main window debug: fullscreen output 68 (GSM - LG HDR 4K) added
[00007fa6640e76b0] xdg_shell window debug: format 1 keymap of 68890 bytes
[00007fa664100b10] dbus_screensaver inhibit debug: found service org.freedesktop.ScreenSaver
[00007fa676bf5af8] main generic debug: using inhibit module "dbus_screensaver"
[00007fa676bf5cb8] main generic debug: looking for decoder device module matching "any": 4 candidates
libva info: VA-API version 1.17.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
[00007fa6640e76b0] xdg_shell window debug: keyboard repeat info: 33 Hz after 500 ms
libva info: Found init function __vaDriverInit_1_17
libva info: va_openDriver() returns 0
[00007fa676bf5cb8] main generic debug: using decoder device module "decdev_vaapi_wl"
[AVHWDeviceContext @ 0x7fa66412dd40] VAAPI driver: Intel iHD driver for Intel(R) Gen Graphics - 23.1.1 ().
[AVHWDeviceContext @ 0x7fa66412dd40] Driver not found in known nonstandard list, using standard behaviour.
[00007fa6641026f0] vaapi generic: Using Intel iHD driver for Intel(R) Gen Graphics - 23.1.1 ()
[00007fa680c300b0] main decoder debug: vout change: chroma
[00007fa6640e76b0] main window debug: requested window size: 1280x720
[00007fa6640e76b0] main window debug: resized to 1280x720
[00007fa6640e76b0] xdg_shell window error: server-side decoration not supported
[00007fa6640e76b0] main window debug: resized to 1280x720
[00007fa6640e76b0] xdg_shell window debug: window configure bounds: 2192x1201
[00007fa6640e76b0] xdg_shell window debug: new configuration: 0x0
[00007fa6640e76b0] main window debug: window set windowed
[00007fa6640e76b0] main window debug: resized to 1280x720
[00007fa664059bd0] main video output debug: deinterlace -1, mode auto, is_needed 0
[00007fa664059bd0] main video output debug: Opening vout display wrapper
[00007fa664218a40] main vout display debug: looking for vout display module matching "any": 6 candidates
[000055f06ef7daf0] [qt] qt generic debug: on_player_state_changed VLC_PLAYER_STATE_STARTED
[00007fa676bf59e8] main generic debug: looking for opengl module matching "any": 4 candidates
[00007fa664200180] xcb_egl gl debug: EGL client extensions: EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_EXT_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless
[00007fa664200180] egl_wl gl debug: EGL client extensions: EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_EXT_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless
[000055f06ef7daf0] [qt] qt generic debug: on_player_track_list_changed (video)
[000055f06ef7daf0] [qt] qt generic debug: on_player_track_list_changed (audio)
[000055f06ef7daf0] [qt] qt generic debug: on_player_state_changed VLC_PLAYER_STATE_PLAYING
[00007fa664200180] egl_wl gl debug: EGL version 1.5 by Mesa Project
[00007fa664200180] egl_wl gl debug: EGL display extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_present_opaque EGL_EXT_swap_buffers_with_damage EGL_IMG_context_priority EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image_base EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_KHR_swap_buffers_with_damage EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display EGL_WL_create_wayland_buffer_from_image
[00007fa676bf59e8] main generic debug: using opengl module "egl_wl"
[00007fa676bf5978] main generic debug: looking for glinterop module matching "any": 2 candidates
[00007fa676bf5978] main generic debug: using glinterop module "glinterop_vaapi"
[00007fa676bf58a8] main generic debug: looking for opengl filter module matching "renderer": 1 candidates
[00007fa664200180] gl gl: Initialized libplacebo v4.208.0 (API v208)
[00007fa664200180] gl gl: Detected OpenGL version strings:
[00007fa664200180] gl gl: GL_VERSION: 4.6 (Compatibility Profile) Mesa 22.3.6
[00007fa664200180] gl gl: GL_VENDOR: Intel
[00007fa664200180] gl gl: GL_RENDERER: Mesa Intel(R) UHD Graphics (TGL GT1)
[00007fa664200180] gl gl debug: GL_EXTENSIONS:
[00007fa664200180] gl gl debug: GL_3DFX_texture_compression_FXT1
[00007fa664200180] gl gl debug: GL_AMD_conservative_depth
[00007fa664200180] gl gl debug: GL_AMD_depth_clamp_separate
[00007fa664200180] gl gl debug: GL_AMD_draw_buffers_blend
[00007fa664200180] gl gl debug: GL_AMD_multi_draw_indirect
[00007fa664200180] gl gl debug: GL_AMD_performance_monitor
[00007fa664200180] gl gl debug: GL_AMD_pinned_memory
[00007fa664200180] gl gl debug: GL_AMD_query_buffer_object
[00007fa664200180] gl gl debug: GL_AMD_seamless_cubemap_per_texture
[00007fa664200180] gl gl debug: GL_AMD_shader_stencil_export
[00007fa664200180] gl gl debug: GL_AMD_shader_trinary_minmax
[00007fa664200180] gl gl debug: GL_AMD_texture_texture4
[00007fa664200180] gl gl debug: GL_AMD_vertex_shader_layer
[00007fa664200180] gl gl debug: GL_AMD_vertex_shader_viewport_index
[00007fa664200180] gl gl debug: GL_ANGLE_texture_compression_dxt3
[00007fa664200180] gl gl debug: GL_ANGLE_texture_compression_dxt5
[00007fa664200180] gl gl debug: GL_APPLE_packed_pixels
[00007fa664200180] gl gl debug: GL_ARB_ES2_compatibility
[00007fa664200180] gl gl debug: GL_ARB_ES3_1_compatibility
[00007fa664200180] gl gl debug: GL_ARB_ES3_2_compatibility
[00007fa664200180] gl gl debug: GL_ARB_ES3_compatibility
[00007fa664200180] gl gl debug: GL_ARB_arrays_of_arrays
[00007fa664200180] gl gl debug: GL_ARB_base_instance
[00007fa664200180] gl gl debug: GL_ARB_blend_func_extended
[00007fa664200180] gl gl debug: GL_ARB_buffer_storage
[00007fa664200180] gl gl debug: GL_ARB_clear_buffer_object
[00007fa664200180] gl gl debug: GL_ARB_clear_texture
[00007fa664200180] gl gl debug: GL_ARB_clip_control
[00007fa664200180] gl gl debug: GL_ARB_color_buffer_float
[00007fa664200180] gl gl debug: GL_ARB_compatibility
[00007fa664200180] gl gl debug: GL_ARB_compressed_texture_pixel_storage
[00007fa664200180] gl gl debug: GL_ARB_compute_shader
[00007fa664200180] gl gl debug: GL_ARB_compute_variable_group_size
[00007fa664200180] gl gl debug: GL_ARB_conditional_render_inverted
[00007fa664200180] gl gl debug: GL_ARB_conservative_depth
[00007fa664200180] gl gl debug: GL_ARB_copy_buffer
[00007fa664200180] gl gl debug: GL_ARB_copy_image
[00007fa664200180] gl gl debug: GL_ARB_cull_distance
[00007fa664200180] gl gl debug: GL_ARB_debug_output
[00007fa664200180] gl gl debug: GL_ARB_depth_buffer_float
[00007fa664200180] gl gl debug: GL_ARB_depth_clamp
[00007fa664200180] gl gl debug: GL_ARB_depth_texture
[00007fa664200180] gl gl debug: GL_ARB_derivative_control
[00007fa664200180] gl gl debug: GL_ARB_direct_state_access
[00007fa664200180] gl gl debug: GL_ARB_draw_buffers
[00007fa664200180] gl gl debug: GL_ARB_draw_buffers_blend
[00007fa664200180] gl gl debug: GL_ARB_draw_elements_base_vertex
[00007fa664200180] gl gl debug: GL_ARB_draw_indirect
[00007fa664200180] gl gl debug: GL_ARB_draw_instanced
[00007fa664200180] gl gl debug: GL_ARB_enhanced_layouts
[00007fa664200180] gl gl debug: GL_ARB_explicit_attrib_location
[00007fa664200180] gl gl debug: GL_ARB_explicit_uniform_location
[00007fa664200180] gl gl debug: GL_ARB_fragment_coord_conventions
[00007fa664200180] gl gl debug: GL_ARB_fragment_layer_viewport
[00007fa664200180] gl gl debug: GL_ARB_fragment_program
[00007fa664200180] gl gl debug: GL_ARB_fragment_program_shadow
[00007fa664200180] gl gl debug: GL_ARB_fragment_shader
[00007fa664200180] gl gl debug: GL_ARB_fragment_shader_interlock
[00007fa664200180] gl gl debug: GL_ARB_framebuffer_no_attachments
[00007fa664200180] gl gl debug: GL_ARB_framebuffer_object
[00007fa664200180] gl gl debug: GL_ARB_framebuffer_sRGB
[00007fa664200180] gl gl debug: GL_ARB_get_program_binary
[00007fa664200180] gl gl debug: GL_ARB_get_texture_sub_image
[00007fa664200180] gl gl debug: GL_ARB_gl_spirv
[00007fa664200180] gl gl debug: GL_ARB_gpu_shader5
[00007fa664200180] gl gl debug: GL_ARB_gpu_shader_fp64
[00007fa664200180] gl gl debug: GL_ARB_gpu_shader_int64
[00007fa664200180] gl gl debug: GL_ARB_half_float_pixel
[00007fa664200180] gl gl debug: GL_ARB_half_float_vertex
[00007fa664200180] gl gl debug: GL_ARB_indirect_parameters
[00007fa664200180] gl gl debug: GL_ARB_instanced_arrays
[00007fa664200180] gl gl debug: GL_ARB_internalformat_query
[00007fa664200180] gl gl debug: GL_ARB_internalformat_query2
[00007fa664200180] gl gl debug: GL_ARB_invalidate_subdata
[00007fa664200180] gl gl debug: GL_ARB_map_buffer_alignment
[00007fa664200180] gl gl debug: GL_ARB_map_buffer_range
[00007fa664200180] gl gl debug: GL_ARB_multi_bind
[00007fa664200180] gl gl debug: GL_ARB_multi_draw_indirect
[00007fa664200180] gl gl debug: GL_ARB_multisample
[00007fa664200180] gl gl debug: GL_ARB_multitexture
[00007fa664200180] gl gl debug: GL_ARB_occlusion_query
[00007fa664200180] gl gl debug: GL_ARB_occlusion_query2
[00007fa664200180] gl gl debug: GL_ARB_parallel_shader_compile
[00007fa664200180] gl gl debug: GL_ARB_pipeline_statistics_query
[00007fa664200180] gl gl debug: GL_ARB_pixel_buffer_object
[00007fa664200180] gl gl debug: GL_ARB_point_parameters
[00007fa664200180] gl gl debug: GL_ARB_point_sprite
[00007fa664200180] gl gl debug: GL_ARB_polygon_offset_clamp
[00007fa664200180] gl gl debug: GL_ARB_post_depth_coverage
[00007fa664200180] gl gl debug: GL_ARB_program_interface_query
[00007fa664200180] gl gl debug: GL_ARB_provoking_vertex
[00007fa664200180] gl gl debug: GL_ARB_query_buffer_object
[00007fa664200180] gl gl debug: GL_ARB_robust_buffer_access_behavior
[00007fa664200180] gl gl debug: GL_ARB_robustness
[00007fa664200180] gl gl debug: GL_ARB_sample_shading
[00007fa664200180] gl gl debug: GL_ARB_sampler_objects
[00007fa664200180] gl gl debug: GL_ARB_seamless_cube_map
[00007fa664200180] gl gl debug: GL_ARB_seamless_cubemap_per_texture
[00007fa664200180] gl gl debug: GL_ARB_separate_shader_objects
[00007fa664200180] gl gl debug: GL_ARB_shader_atomic_counter_ops
[00007fa664200180] gl gl debug: GL_ARB_shader_atomic_counters
[00007fa664200180] gl gl debug: GL_ARB_shader_ballot
[00007fa664200180] gl gl debug: GL_ARB_shader_bit_encoding
[00007fa664200180] gl gl debug: GL_ARB_shader_clock
[00007fa664200180] gl gl debug: GL_ARB_shader_draw_parameters
[00007fa664200180] gl gl debug: GL_ARB_shader_group_vote
[00007fa664200180] gl gl debug: GL_ARB_shader_image_load_store
[00007fa664200180] gl gl debug: GL_ARB_shader_image_size
[00007fa664200180] gl gl debug: GL_ARB_shader_objects
[00007fa664200180] gl gl debug: GL_ARB_shader_precision
[00007fa664200180] gl gl debug: GL_ARB_shader_stencil_export
[00007fa664200180] gl gl debug: GL_ARB_shader_storage_buffer_object
[00007fa664200180] gl gl debug: GL_ARB_shader_subroutine
[00007fa664200180] gl gl debug: GL_ARB_shader_texture_image_samples
[00007fa664200180] gl gl debug: GL_ARB_shader_texture_lod
[00007fa664200180] gl gl debug: GL_ARB_shader_viewport_layer_array
[00007fa664200180] gl gl debug: GL_ARB_shading_language_100
[00007fa664200180] gl gl debug: GL_ARB_shading_language_420pack
[00007fa664200180] gl gl debug: GL_ARB_shading_language_include
[00007fa664200180] gl gl debug: GL_ARB_shading_language_packing
[00007fa664200180] gl gl debug: GL_ARB_shadow
[00007fa664200180] gl gl debug: GL_ARB_spirv_extensions
[00007fa664200180] gl gl debug: GL_ARB_stencil_texturing
[00007fa664200180] gl gl debug: GL_ARB_sync
[00007fa664200180] gl gl debug: GL_ARB_tessellation_shader
[00007fa664200180] gl gl debug: GL_ARB_texture_barrier
[00007fa664200180] gl gl debug: GL_ARB_texture_border_clamp
[00007fa664200180] gl gl debug: GL_ARB_texture_buffer_object
[00007fa664200180] gl gl debug: GL_ARB_texture_buffer_object_rgb32
[00007fa664200180] gl gl debug: GL_ARB_texture_buffer_range
[00007fa664200180] gl gl debug: GL_ARB_texture_compression
[00007fa664200180] gl gl debug: GL_ARB_texture_compression_bptc
[00007fa664200180] gl gl debug: GL_ARB_texture_compression_rgtc
[00007fa664200180] gl gl debug: GL_ARB_texture_cube_map
[00007fa664200180] gl gl debug: GL_ARB_texture_cube_map_array
[00007fa664200180] gl gl debug: GL_ARB_texture_env_add
[00007fa664200180] gl gl debug: GL_ARB_texture_env_combine
[00007fa664200180] gl gl debug: GL_ARB_texture_env_crossbar
[00007fa664200180] gl gl debug: GL_ARB_texture_env_dot3
[00007fa664200180] gl gl debug: GL_ARB_texture_filter_anisotropic
[00007fa664200180] gl gl debug: GL_ARB_texture_float
[00007fa664200180] gl gl debug: GL_ARB_texture_gather
[00007fa664200180] gl gl debug: GL_ARB_texture_mirror_clamp_to_edge
[00007fa664200180] gl gl debug: GL_ARB_texture_mirrored_repeat
[00007fa664200180] gl gl debug: GL_ARB_texture_multisample
[00007fa664200180] gl gl debug: GL_ARB_texture_non_power_of_two
[00007fa664200180] gl gl debug: GL_ARB_texture_query_levels
[00007fa664200180] gl gl debug: GL_ARB_texture_query_lod
[00007fa664200180] gl gl debug: GL_ARB_texture_rectangle
[00007fa664200180] gl gl debug: GL_ARB_texture_rg
[00007fa664200180] gl gl debug: GL_ARB_texture_rgb10_a2ui
[00007fa664200180] gl gl debug: GL_ARB_texture_stencil8
[00007fa664200180] gl gl debug: GL_ARB_texture_storage
[00007fa664200180] gl gl debug: GL_ARB_texture_storage_multisample
[00007fa664200180] gl gl debug: GL_ARB_texture_swizzle
[00007fa664200180] gl gl debug: GL_ARB_texture_view
[00007fa664200180] gl gl debug: GL_ARB_timer_query
[00007fa664200180] gl gl debug: GL_ARB_transform_feedback2
[00007fa664200180] gl gl debug: GL_ARB_transform_feedback3
[00007fa664200180] gl gl debug: GL_ARB_transform_feedback_instanced
[00007fa664200180] gl gl debug: GL_ARB_transform_feedback_overflow_query
[00007fa664200180] gl gl debug: GL_ARB_transpose_matrix
[00007fa664200180] gl gl debug: GL_ARB_uniform_buffer_object
[00007fa664200180] gl gl debug: GL_ARB_vertex_array_bgra
[00007fa664200180] gl gl debug: GL_ARB_vertex_array_object
[00007fa664200180] gl gl debug: GL_ARB_vertex_attrib_64bit
[00007fa664200180] gl gl debug: GL_ARB_vertex_attrib_binding
[00007fa664200180] gl gl debug: GL_ARB_vertex_buffer_object
[00007fa664200180] gl gl debug: GL_ARB_vertex_program
[00007fa664200180] gl gl debug: GL_ARB_vertex_shader
[00007fa664200180] gl gl debug: GL_ARB_vertex_type_10f_11f_11f_rev
[00007fa664200180] gl gl debug: GL_ARB_vertex_type_2_10_10_10_rev
[00007fa664200180] gl gl debug: GL_ARB_viewport_array
[00007fa664200180] gl gl debug: GL_ARB_window_pos
[00007fa664200180] gl gl debug: GL_ATI_blend_equation_separate
[00007fa664200180] gl gl debug: GL_ATI_draw_buffers
[00007fa664200180] gl gl debug: GL_ATI_fragment_shader
[00007fa664200180] gl gl debug: GL_ATI_separate_stencil
[00007fa664200180] gl gl debug: GL_ATI_texture_compression_3dc
[00007fa664200180] gl gl debug: GL_ATI_texture_env_combine3
[00007fa664200180] gl gl debug: GL_ATI_texture_float
[00007fa664200180] gl gl debug: GL_EXT_EGL_image_storage
[00007fa664200180] gl gl debug: GL_EXT_EGL_sync
[00007fa664200180] gl gl debug: GL_EXT_abgr
[00007fa664200180] gl gl debug: GL_EXT_bgra
[00007fa664200180] gl gl debug: GL_EXT_blend_color
[00007fa664200180] gl gl debug: GL_EXT_blend_equation_separate
[00007fa664200180] gl gl debug: GL_EXT_blend_func_separate
[00007fa664200180] gl gl debug: GL_EXT_blend_minmax
[00007fa664200180] gl gl debug: GL_EXT_blend_subtract
[00007fa664200180] gl gl debug: GL_EXT_compiled_vertex_array
[00007fa664200180] gl gl debug: GL_EXT_copy_texture
[00007fa664200180] gl gl debug: GL_EXT_debug_label
[00007fa664200180] gl gl debug: GL_EXT_demote_to_helper_invocation
[00007fa664200180] gl gl debug: GL_EXT_depth_bounds_test
[00007fa664200180] gl gl debug: GL_EXT_direct_state_access
[00007fa664200180] gl gl debug: GL_EXT_draw_buffers2
[00007fa664200180] gl gl debug: GL_EXT_draw_instanced
[00007fa664200180] gl gl debug: GL_EXT_draw_range_elements
[00007fa664200180] gl gl debug: GL_EXT_fog_coord
[00007fa664200180] gl gl debug: GL_EXT_framebuffer_blit
[00007fa664200180] gl gl debug: GL_EXT_framebuffer_multisample
[00007fa664200180] gl gl debug: GL_EXT_framebuffer_multisample_blit_scaled
[00007fa664200180] gl gl debug: GL_EXT_framebuffer_object
[00007fa664200180] gl gl debug: GL_EXT_framebuffer_sRGB
[00007fa664200180] gl gl debug: GL_EXT_gpu_program_parameters
[00007fa664200180] gl gl debug: GL_EXT_gpu_shader4
[00007fa664200180] gl gl debug: GL_EXT_memory_object
[00007fa664200180] gl gl debug: GL_EXT_memory_object_fd
[00007fa664200180] gl gl debug: GL_EXT_multi_draw_arrays
[00007fa664200180] gl gl debug: GL_EXT_packed_depth_stencil
[00007fa664200180] gl gl debug: GL_EXT_packed_float
[00007fa664200180] gl gl debug: GL_EXT_packed_pixels
[00007fa664200180] gl gl debug: GL_EXT_pixel_buffer_object
[00007fa664200180] gl gl debug: GL_EXT_point_parameters
[00007fa664200180] gl gl debug: GL_EXT_polygon_offset_clamp
[00007fa664200180] gl gl debug: GL_EXT_provoking_vertex
[00007fa664200180] gl gl debug: GL_EXT_rescale_normal
[00007fa664200180] gl gl debug: GL_EXT_secondary_color
[00007fa664200180] gl gl debug: GL_EXT_semaphore
[00007fa664200180] gl gl debug: GL_EXT_semaphore_fd
[00007fa664200180] gl gl debug: GL_EXT_separate_specular_color
[00007fa664200180] gl gl debug: GL_EXT_shader_framebuffer_fetch
[00007fa664200180] gl gl debug: GL_EXT_shader_framebuffer_fetch_non_coherent
[00007fa664200180] gl gl debug: GL_EXT_shader_integer_mix
[00007fa664200180] gl gl debug: GL_EXT_shader_samples_identical
[00007fa664200180] gl gl debug: GL_EXT_shadow_funcs
[00007fa664200180] gl gl debug: GL_EXT_stencil_two_side
[00007fa664200180] gl gl debug: GL_EXT_stencil_wrap
[00007fa664200180] gl gl debug: GL_EXT_subtexture
[00007fa664200180] gl gl debug: GL_EXT_texture
[00007fa664200180] gl gl debug: GL_EXT_texture3D
[00007fa664200180] gl gl debug: GL_EXT_texture_array
[00007fa664200180] gl gl debug: GL_EXT_texture_buffer_object
[00007fa664200180] gl gl debug: GL_EXT_texture_compression_dxt1
[00007fa664200180] gl gl debug: GL_EXT_texture_compression_latc
[00007fa664200180] gl gl debug: GL_EXT_texture_compression_rgtc
[00007fa664200180] gl gl debug: GL_EXT_texture_compression_s3tc
[00007fa664200180] gl gl debug: GL_EXT_texture_cube_map
[00007fa664200180] gl gl debug: GL_EXT_texture_edge_clamp
[00007fa664200180] gl gl debug: GL_EXT_texture_env_add
[00007fa664200180] gl gl debug: GL_EXT_texture_env_combine
[00007fa664200180] gl gl debug: GL_EXT_texture_env_dot3
[00007fa664200180] gl gl debug: GL_EXT_texture_filter_anisotropic
[00007fa664200180] gl gl debug: GL_EXT_texture_integer
[00007fa664200180] gl gl debug: GL_EXT_texture_lod_bias
[00007fa664200180] gl gl debug: GL_EXT_texture_object
[00007fa664200180] gl gl debug: GL_EXT_texture_rectangle
[00007fa664200180] gl gl debug: GL_EXT_texture_sRGB
[00007fa664200180] gl gl debug: GL_EXT_texture_sRGB_R8
[00007fa664200180] gl gl debug: GL_EXT_texture_sRGB_decode
[00007fa664200180] gl gl debug: GL_EXT_texture_shadow_lod
[00007fa664200180] gl gl debug: GL_EXT_texture_shared_exponent
[00007fa664200180] gl gl debug: GL_EXT_texture_snorm
[00007fa664200180] gl gl debug: GL_EXT_texture_swizzle
[00007fa664200180] gl gl debug: GL_EXT_timer_query
[00007fa664200180] gl gl debug: GL_EXT_transform_feedback
[00007fa664200180] gl gl debug: GL_EXT_vertex_array
[00007fa664200180] gl gl debug: GL_EXT_vertex_array_bgra
[00007fa664200180] gl gl debug: GL_EXT_vertex_attrib_64bit
[00007fa664200180] gl gl debug: GL_IBM_multimode_draw_arrays
[00007fa664200180] gl gl debug: GL_IBM_rasterpos_clip
[00007fa664200180] gl gl debug: GL_IBM_texture_mirrored_repeat
[00007fa664200180] gl gl debug: GL_INGR_blend_func_separate
[00007fa664200180] gl gl debug: GL_INTEL_blackhole_render
[00007fa664200180] gl gl debug: GL_INTEL_performance_query
[00007fa664200180] gl gl debug: GL_INTEL_shader_atomic_float_minmax
[00007fa664200180] gl gl debug: GL_INTEL_shader_integer_functions2
[00007fa664200180] gl gl debug: GL_KHR_blend_equation_advanced
[00007fa664200180] gl gl debug: GL_KHR_blend_equation_advanced_coherent
[00007fa664200180] gl gl debug: GL_KHR_context_flush_control
[00007fa664200180] gl gl debug: GL_KHR_debug
[00007fa664200180] gl gl debug: GL_KHR_no_error
[00007fa664200180] gl gl debug: GL_KHR_parallel_shader_compile
[00007fa664200180] gl gl debug: GL_KHR_robust_buffer_access_behavior
[00007fa664200180] gl gl debug: GL_KHR_robustness
[00007fa664200180] gl gl debug: GL_KHR_texture_compression_astc_ldr
[00007fa664200180] gl gl debug: GL_KHR_texture_compression_astc_sliced_3d
[00007fa664200180] gl gl debug: GL_MESA_framebuffer_flip_y
[00007fa664200180] gl gl debug: GL_MESA_pack_invert
[00007fa664200180] gl gl debug: GL_MESA_shader_integer_functions
[00007fa664200180] gl gl debug: GL_MESA_texture_signed_rgba
[00007fa664200180] gl gl debug: GL_MESA_window_pos
[00007fa664200180] gl gl debug: GL_NV_ES1_1_compatibility
[00007fa664200180] gl gl debug: GL_NV_blend_square
[00007fa664200180] gl gl debug: GL_NV_compute_shader_derivatives
[00007fa664200180] gl gl debug: GL_NV_conditional_render
[00007fa664200180] gl gl debug: GL_NV_copy_image
[00007fa664200180] gl gl debug: GL_NV_depth_clamp
[00007fa664200180] gl gl debug: GL_NV_fog_distance
[00007fa664200180] gl gl debug: GL_NV_fragment_shader_interlock
[00007fa664200180] gl gl debug: GL_NV_half_float
[00007fa664200180] gl gl debug: GL_NV_light_max_exponent
[00007fa664200180] gl gl debug: GL_NV_packed_depth_stencil
[00007fa664200180] gl gl debug: GL_NV_primitive_restart
[00007fa664200180] gl gl debug: GL_NV_texgen_reflection
[00007fa664200180] gl gl debug: GL_NV_texture_barrier
[00007fa664200180] gl gl debug: GL_NV_texture_env_combine4
[00007fa664200180] gl gl debug: GL_NV_texture_rectangle
[00007fa664200180] gl gl debug: GL_OES_EGL_image
[00007fa664200180] gl gl debug: GL_OES_read_format
[00007fa664200180] gl gl debug: GL_S3_s3tc
[00007fa664200180] gl gl debug: GL_SGIS_generate_mipmap
[00007fa664200180] gl gl debug: GL_SGIS_texture_border_clamp
[00007fa664200180] gl gl debug: GL_SGIS_texture_edge_clamp
[00007fa664200180] gl gl debug: GL_SGIS_texture_lod
[00007fa664200180] gl gl debug: GL_SUN_multi_draw_arrays
[00007fa664200180] gl gl: GL_SHADING_LANGUAGE_VERSION: 4.60
[00007fa664200180] gl gl: GPU information:
[00007fa664200180] gl gl: GLSL version: 460
[00007fa664200180] gl gl: max_shmem_size: 65536
[00007fa664200180] gl gl: max_group_threads: 1024
[00007fa664200180] gl gl: max_group_size[0]: 1024
[00007fa664200180] gl gl: max_group_size[1]: 1024
[00007fa664200180] gl gl: max_group_size[2]: 1024
[00007fa664200180] gl gl: subgroup_size: 0
[00007fa664200180] gl gl: min_gather_offset: -32
[00007fa664200180] gl gl: max_gather_offset: 31
[00007fa664200180] gl gl: Limits:
[00007fa664200180] gl gl: thread_safe: 0
[00007fa664200180] gl gl: callbacks: 1
[00007fa664200180] gl gl: max_buf_size: 18446744073709551615
[00007fa664200180] gl gl: max_ubo_size: 65536
[00007fa664200180] gl gl: max_ssbo_size: 134217728
[00007fa664200180] gl gl: max_vbo_size: 18446744073709551615
[00007fa664200180] gl gl: max_mapped_size: 18446744073709551615
[00007fa664200180] gl gl: max_buffer_texels: 0
[00007fa664200180] gl gl: align_host_ptr: 4096
[00007fa664200180] gl gl: max_tex_1d_dim: 16384
[00007fa664200180] gl gl: max_tex_2d_dim: 16384
[00007fa664200180] gl gl: max_tex_3d_dim: 2048
[00007fa664200180] gl gl: blittable_1d_3d: 0
[00007fa664200180] gl gl: buf_transfer: 1
[00007fa664200180] gl gl: align_tex_xfer_pitch: 4
[00007fa664200180] gl gl: align_tex_xfer_offset: 32
[00007fa664200180] gl gl: max_variable_comps: 16384
[00007fa664200180] gl gl: max_constants: 0
[00007fa664200180] gl gl: max_pushc_size: 0
[00007fa664200180] gl gl: align_vertex_stride: 1
[00007fa664200180] gl gl: max_dispatch[0]: 65535
[00007fa664200180] gl gl: max_dispatch[1]: 65535
[00007fa664200180] gl gl: max_dispatch[2]: 65535
[00007fa664200180] gl gl: fragment_queues: 1
[00007fa664200180] gl gl: compute_queues: 1
[00007fa664200180] gl gl: External API interop:
[00007fa664200180] gl gl: UUID: 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
[00007fa664200180] gl gl: PCI: 0000:00:00:0
[00007fa664200180] gl gl: buf export caps: 0x0
[00007fa664200180] gl gl: buf import caps: 0x10
[00007fa664200180] gl gl: tex export caps: 0x0
[00007fa664200180] gl gl: tex import caps: 0x0
[00007fa664200180] gl gl: sync export caps: 0x0
[00007fa664200180] gl gl: sync import caps: 0x0
[00007fa664200180] gl gl debug: GPU texture formats:
[00007fa664200180] gl gl debug: NAME TYPE SIZE COMP CAPS EMU DEPTH HOST_BITS GLSL_TYPE GLSL_FMT FOURCC
[00007fa664200180] gl gl debug: r8 UNORM 1 R SsLRbBV--HWG n {8 0 0 0 } {8 0 0 0 } float r8 R8
[00007fa664200180] gl gl debug: rg8 UNORM 2 RG SsLRbBV--HWG n {8 8 0 0 } {8 8 0 0 } vec2 rg8 GR88
[00007fa664200180] gl gl debug: rgba8 UNORM 4 RGBA SsLRbBV--HWG n {8 8 8 8 } {8 8 8 8 } vec4 rgba8 AB24
[00007fa664200180] gl gl debug: bgra8 UNORM 4 BGRA SsLRbBV--HWG n {8 8 8 8 } {8 8 8 8 } vec4 rgba8 AR24
[00007fa664200180] gl gl debug: r16 UNORM 2 R SsLRbBV--HWG n {16 0 0 0 } {16 0 0 0 } float r16 R16
[00007fa664200180] gl gl debug: rg16 UNORM 4 RG SsLRbBV--HWG n {16 16 0 0 } {16 16 0 0 } vec2 rg16 GR32
[00007fa664200180] gl gl debug: rgba16 UNORM 8 RGBA SsLRbBV--HWG n {16 16 16 16} {16 16 16 16} vec4 rgba16
[00007fa664200180] gl gl debug: r32f FLOAT 4 R SsLRbBV--HWG n {32 0 0 0 } {32 0 0 0 } float r32f
[00007fa664200180] gl gl debug: rg32f FLOAT 8 RG SsLRbBV--HWG n {32 32 0 0 } {32 32 0 0 } vec2 rg32f
[00007fa664200180] gl gl debug: rgba32f FLOAT 16 RGBA SsLRbBV--HWG n {32 32 32 32} {32 32 32 32} vec4 rgba32f
[00007fa664200180] gl gl debug: r8u UINT 1 R Ss-R-BV--HWG n {8 0 0 0 } {8 0 0 0 } uint r8ui
[00007fa664200180] gl gl debug: rg8u UINT 2 RG Ss-R-BV--HWG n {8 8 0 0 } {8 8 0 0 } uvec2 rg8ui
[00007fa664200180] gl gl debug: rgba8u UINT 4 RGBA Ss-R-BV--HWG n {8 8 8 8 } {8 8 8 8 } uvec4 rgba8ui
[00007fa664200180] gl gl debug: r16u UINT 2 R Ss-R-BV--HWG n {16 0 0 0 } {16 0 0 0 } uint r16ui
[00007fa664200180] gl gl debug: rg16u UINT 4 RG Ss-R-BV--HWG n {16 16 0 0 } {16 16 0 0 } uvec2 rg16ui
[00007fa664200180] gl gl debug: rgba16u UINT 8 RGBA Ss-R-BV--HWG n {16 16 16 16} {16 16 16 16} uvec4 rgba16ui
[00007fa664200180] gl gl debug: r16f FLOAT 4 R SsLRbB---HWG y {16 0 0 0 } {32 0 0 0 } float r16f
[00007fa664200180] gl gl debug: rg16f FLOAT 8 RG SsLRbB---HWG y {16 16 0 0 } {32 32 0 0 } vec2 rg16f
[00007fa664200180] gl gl debug: rgba16f FLOAT 16 RGBA SsLRbB---HWG y {16 16 16 16} {32 32 32 32} vec4 rgba16f
[00007fa664200180] gl gl debug: rgb8 UNORM 3 RGB S-LRbBV--H-G y {8 8 8 0 } {8 8 8 0 } vec3 BG24
[00007fa664200180] gl gl debug: rgb16 UNORM 6 RGB S-LRbBV--H-G y {16 16 16 0 } {16 16 16 0 } vec3
[00007fa664200180] gl gl debug: rgb32f FLOAT 12 RGB S-LRbBV--H-G y {32 32 32 0 } {32 32 32 0 } vec3
[00007fa664200180] gl gl debug: rgb16f FLOAT 12 RGB S-LRbB---H-G y {16 16 16 0 } {32 32 32 0 } vec3
[00007fa664200180] gl gl debug: rgb8u UINT 3 RGB S-----V--H-G y {8 8 8 0 } {8 8 8 0 } uvec3
[00007fa664200180] gl gl debug: rgb16u UINT 6 RGB S-----V--H-G y {16 16 16 0 } {16 16 16 0 } uvec3
[00007fa664200180] gl gl debug: libplacebo shader: (unknown shader)
[00007fa676bf58a8] main generic debug: using opengl filter module "gl"
[00007fa676bf59a8] main generic debug: looking for opengl sw interop module matching "sw": 1 candidates
[00007fa676bf59a8] main generic debug: using opengl sw interop module "glinterop_sw"
[00007fa664218a40] main vout display debug: using vout display module "gl"
[00007fa664059bd0] main video output debug: original format sz 1280x720, of (0,0), vsz 1280x720, 4cc VAOP, sar 1:1, orient: normal, msk r0x0 g0x0 b0x0
[00007fa66405d460] main spu text debug: removing "text renderer" module "freetype"
[00007fa676bf5bd8] main generic debug: looking for text renderer module matching "any": 3 candidates
[00007fa664a41a10] freetype spu text debug: Building font databases.
[00007fa664a41a10] freetype spu text debug: Took 4637 microseconds
[00007fa676bf5bd8] main generic debug: using text renderer module "freetype"
[00007fa6640e76b0] main window debug: requested window size: 1280x720
[00007fa6640e76b0] main window debug: resized to 1280x720
[000055f06ef7daf0] [qt] qt generic debug: on_player_vout_list_changed
[h264 @ 0x7fa680c98c40] Reinit context to 1280x720, pix_fmt: vaapi
[00007fa680c300b0] main decoder debug: Received first picture
[00007fa664059bd0] main video output debug: Adding 'magnify' as interactive
[00007fa65010f958] main generic debug: looking for video filter module matching "magnify,chain": 2 candidates
[00007fa608000bf0] magnify filter error: Unsupported chroma VAOP
[00007fa608000bf0] chain filter debug: Trying to use chroma I420 as middle man
[00007fa65010f588] main generic debug: looking for video converter module matching "any": 20 candidates
[00007fa6080023e0] vaapi_filters filter warning: Using SW chroma filter for 1280x720 VAOP -> I420
[00007fa65010f588] main generic debug: using video converter module "vaapi_filters"
[00007fa608000bf0] main filter debug: Filter 'VAAPI filters' (0x7fa6080023e0) appended to chain
[00007fa65010f588] main generic debug: looking for video filter module matching "magnify,chain": 2 candidates
[00007fa65010f588] main generic debug: using video filter module "magnify"
[00007fa608000bf0] main filter debug: Filter 'magnify' (0x7fa608007970) appended to chain
[00007fa65010f958] main generic debug: using video filter module "chain"
[00007fa664059bd0] main video output debug: Filter 'magnify' (0x7fa608000bf0) appended to chain
[00007fa664059bd0] main video output debug: Changing vout format to I420
[00007fa65010f868] main generic debug: looking for opengl sw interop module matching "any": 2 candidates
[00007fa6080080c0] glinterop_sw generic debug: Using format at index 0
[00007fa6080080c0] glinterop_sw generic debug: Plane1: fmt=0x1903 intfmt=0x8229 type=0x1401
[00007fa6080080c0] glinterop_sw generic debug: Plane2: fmt=0 intfmt=0 type=0
[000055f06ef82670] main input debug: Decoder wait done in 70 ms
[000055f06ef82670] main input debug: control type=27
[000055f06ef47e60] pulse audio output debug: deferring start (56643 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56617 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56601 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56571 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56536 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56499 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56452 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56408 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56372 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56334 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56301 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56264 us)
[00007fa664200180] glinterop_sw gl debug: PBO support enabled
[00007fa65010f868] main generic debug: using opengl sw interop module "glinterop_sw"
[000055f06ef47e60] pulse audio output debug: deferring start (56228 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56200 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56168 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56120 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56045 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56031 us)
[000055f06ef47e60] pulse audio output debug: deferring start (56000 us)
[000055f06ef47e60] pulse audio output debug: deferring start (55968 us)
[000055f06ef47e60] pulse audio output debug: deferring start (55936 us)
[000055f06ef47e60] pulse audio output debug: deferring start (55901 us)
[00007fa65010f778] main generic debug: looking for opengl filter module matching "renderer": 1 candidates
[000055f06ef47e60] pulse audio output debug: deferring start (55871 us)
[00007fa664200180] gl gl: Initialized libplacebo v4.208.0 (API v208)
[00007fa664200180] gl gl: Detected OpenGL version strings:
[00007fa664200180] gl gl: GL_VERSION: 4.6 (Compatibility Profile) Mesa 22.3.6
[00007fa664200180] gl gl: GL_VENDOR: Intel
[00007fa664200180] gl gl: GL_RENDERER: Mesa Intel(R) UHD Graphics (TGL GT1)
[00007fa664200180] gl gl debug: GL_EXTENSIONS:
[00007fa664200180] gl gl debug: GL_3DFX_texture_compression_FXT1
[00007fa664200180] gl gl debug: GL_AMD_conservative_depth
[00007fa664200180] gl gl debug: GL_AMD_depth_clamp_separate
[00007fa664200180] gl gl debug: GL_AMD_draw_buffers_blend
[00007fa664200180] gl gl debug: GL_AMD_multi_draw_indirect
[00007fa664200180] gl gl debug: GL_AMD_performance_monitor
[00007fa664200180] gl gl debug: GL_AMD_pinned_memory
[00007fa664200180] gl gl debug: GL_AMD_query_buffer_object
[00007fa664200180] gl gl debug: GL_AMD_seamless_cubemap_per_texture
[00007fa664200180] gl gl debug: GL_AMD_shader_stencil_export
[00007fa664200180] gl gl debug: GL_AMD_shader_trinary_minmax
[00007fa664200180] gl gl debug: GL_AMD_texture_texture4
[00007fa664200180] gl gl debug: GL_AMD_vertex_shader_layer
[00007fa664200180] gl gl debug: GL_AMD_vertex_shader_viewport_index
[00007fa664200180] gl gl debug: GL_ANGLE_texture_compression_dxt3
[00007fa664200180] gl gl debug: GL_ANGLE_texture_compression_dxt5
[00007fa664200180] gl gl debug: GL_APPLE_packed_pixels
[00007fa664200180] gl gl debug: GL_ARB_ES2_compatibility
[00007fa664200180] gl gl debug: GL_ARB_ES3_1_compatibility
[00007fa664200180] gl gl debug: GL_ARB_ES3_2_compatibility
[00007fa664200180] gl gl debug: GL_ARB_ES3_compatibility
[00007fa664200180] gl gl debug: GL_ARB_arrays_of_arrays
[00007fa664200180] gl gl debug: GL_ARB_base_instance
[00007fa664200180] gl gl debug: GL_ARB_blend_func_extended
[00007fa664200180] gl gl debug: GL_ARB_buffer_storage
[00007fa664200180] gl gl debug: GL_ARB_clear_buffer_object
[00007fa664200180] gl gl debug: GL_ARB_clear_texture
[00007fa664200180] gl gl debug: GL_ARB_clip_control
[00007fa664200180] gl gl debug: GL_ARB_color_buffer_float
[00007fa664200180] gl gl debug: GL_ARB_compatibility
[00007fa664200180] gl gl debug: GL_ARB_compressed_texture_pixel_storage
[00007fa664200180] gl gl debug: GL_ARB_compute_shader
[00007fa664200180] gl gl debug: GL_ARB_compute_variable_group_size
[00007fa664200180] gl gl debug: GL_ARB_conditional_render_inverted
[00007fa664200180] gl gl debug: GL_ARB_conservative_depth
[00007fa664200180] gl gl debug: GL_ARB_copy_buffer
[00007fa664200180] gl gl debug: GL_ARB_copy_image
[00007fa664200180] gl gl debug: GL_ARB_cull_distance
[00007fa664200180] gl gl debug: GL_ARB_debug_output
[00007fa664200180] gl gl debug: GL_ARB_depth_buffer_float
[00007fa664200180] gl gl debug: GL_ARB_depth_clamp
[00007fa664200180] gl gl debug: GL_ARB_depth_texture
[00007fa664200180] gl gl debug: GL_ARB_derivative_control
[00007fa664200180] gl gl debug: GL_ARB_direct_state_access
[00007fa664200180] gl gl debug: GL_ARB_draw_buffers
[00007fa664200180] gl gl debug: GL_ARB_draw_buffers_blend
[00007fa664200180] gl gl debug: GL_ARB_draw_elements_base_vertex
[00007fa664200180] gl gl debug: GL_ARB_draw_indirect
[00007fa664200180] gl gl debug: GL_ARB_draw_instanced
[00007fa664200180] gl gl debug: GL_ARB_enhanced_layouts
[00007fa664200180] gl gl debug: GL_ARB_explicit_attrib_location
[00007fa664200180] gl gl debug: GL_ARB_explicit_uniform_location
[00007fa664200180] gl gl debug: GL_ARB_fragment_coord_conventions
[00007fa664200180] gl gl debug: GL_ARB_fragment_layer_viewport
[00007fa664200180] gl gl debug: GL_ARB_fragment_program
[00007fa664200180] gl gl debug: GL_ARB_fragment_program_shadow
[00007fa664200180] gl gl debug: GL_ARB_fragment_shader
[00007fa664200180] gl gl debug: GL_ARB_fragment_shader_interlock
[00007fa664200180] gl gl debug: GL_ARB_framebuffer_no_attachments
[00007fa664200180] gl gl debug: GL_ARB_framebuffer_object
[00007fa664200180] gl gl debug: GL_ARB_framebuffer_sRGB
[00007fa664200180] gl gl debug: GL_ARB_get_program_binary
[00007fa664200180] gl gl debug: GL_ARB_get_texture_sub_image
[00007fa664200180] gl gl debug: GL_ARB_gl_spirv
[00007fa664200180] gl gl debug: GL_ARB_gpu_shader5
[00007fa664200180] gl gl debug: GL_ARB_gpu_shader_fp64
[00007fa664200180] gl gl debug: GL_ARB_gpu_shader_int64
[00007fa664200180] gl gl debug: GL_ARB_half_float_pixel
[00007fa664200180] gl gl debug: GL_ARB_half_float_vertex
[00007fa664200180] gl gl debug: GL_ARB_indirect_parameters
[00007fa664200180] gl gl debug: GL_ARB_instanced_arrays
[00007fa664200180] gl gl debug: GL_ARB_internalformat_query
[00007fa664200180] gl gl debug: GL_ARB_internalformat_query2
[00007fa664200180] gl gl debug: GL_ARB_invalidate_subdata
[00007fa664200180] gl gl debug: GL_ARB_map_buffer_alignment
[00007fa664200180] gl gl debug: GL_ARB_map_buffer_range
[00007fa664200180] gl gl debug: GL_ARB_multi_bind
[00007fa664200180] gl gl debug: GL_ARB_multi_draw_indirect
[00007fa664200180] gl gl debug: GL_ARB_multisample
[00007fa664200180] gl gl debug: GL_ARB_multitexture
[00007fa664200180] gl gl debug: GL_ARB_occlusion_query
[00007fa664200180] gl gl debug: GL_ARB_occlusion_query2
[00007fa664200180] gl gl debug: GL_ARB_parallel_shader_compile
[00007fa664200180] gl gl debug: GL_ARB_pipeline_statistics_query
[00007fa664200180] gl gl debug: GL_ARB_pixel_buffer_object
[00007fa664200180] gl gl debug: GL_ARB_point_parameters
[00007fa664200180] gl gl debug: GL_ARB_point_sprite
[00007fa664200180] gl gl debug: GL_ARB_polygon_offset_clamp
[00007fa664200180] gl gl debug: GL_ARB_post_depth_coverage
[00007fa664200180] gl gl debug: GL_ARB_program_interface_query
[00007fa664200180] gl gl debug: GL_ARB_provoking_vertex
[00007fa664200180] gl gl debug: GL_ARB_query_buffer_object
[00007fa664200180] gl gl debug: GL_ARB_robust_buffer_access_behavior
[00007fa664200180] gl gl debug: GL_ARB_robustness
[00007fa664200180] gl gl debug: GL_ARB_sample_shading
[00007fa664200180] gl gl debug: GL_ARB_sampler_objects
[00007fa664200180] gl gl debug: GL_ARB_seamless_cube_map
[00007fa664200180] gl gl debug: GL_ARB_seamless_cubemap_per_texture
[00007fa664200180] gl gl debug: GL_ARB_separate_shader_objects
[00007fa664200180] gl gl debug: GL_ARB_shader_atomic_counter_ops
[00007fa664200180] gl gl debug: GL_ARB_shader_atomic_counters
[00007fa664200180] gl gl debug: GL_ARB_shader_ballot
[00007fa664200180] gl gl debug: GL_ARB_shader_bit_encoding
[00007fa664200180] gl gl debug: GL_ARB_shader_clock
[00007fa664200180] gl gl debug: GL_ARB_shader_draw_parameters
[00007fa664200180] gl gl debug: GL_ARB_shader_group_vote
[00007fa664200180] gl gl debug: GL_ARB_shader_image_load_store
[00007fa664200180] gl gl debug: GL_ARB_shader_image_size
[00007fa664200180] gl gl debug: GL_ARB_shader_objects
[00007fa664200180] gl gl debug: GL_ARB_shader_precision
[00007fa664200180] gl gl debug: GL_ARB_shader_stencil_export
[00007fa664200180] gl gl debug: GL_ARB_shader_storage_buffer_object
[00007fa664200180] gl gl debug: GL_ARB_shader_subroutine
[00007fa664200180] gl gl debug: GL_ARB_shader_texture_image_samples
[00007fa664200180] gl gl debug: GL_ARB_shader_texture_lod
[00007fa664200180] gl gl debug: GL_ARB_shader_viewport_layer_array
[00007fa664200180] gl gl debug: GL_ARB_shading_language_100
[00007fa664200180] gl gl debug: GL_ARB_shading_language_420pack
[00007fa664200180] gl gl debug: GL_ARB_shading_language_include
[00007fa664200180] gl gl debug: GL_ARB_shading_language_packing
[00007fa664200180] gl gl debug: GL_ARB_shadow
[00007fa664200180] gl gl debug: GL_ARB_spirv_extensions
[00007fa664200180] gl gl debug: GL_ARB_stencil_texturing
[00007fa664200180] gl gl debug: GL_ARB_sync
[00007fa664200180] gl gl debug: GL_ARB_tessellation_shader
[00007fa664200180] gl gl debug: GL_ARB_texture_barrier
[00007fa664200180] gl gl debug: GL_ARB_texture_border_clamp
[00007fa664200180] gl gl debug: GL_ARB_texture_buffer_object
[00007fa664200180] gl gl debug: GL_ARB_texture_buffer_object_rgb32
[00007fa664200180] gl gl debug: GL_ARB_texture_buffer_range
[00007fa664200180] gl gl debug: GL_ARB_texture_compression
[00007fa664200180] gl gl debug: GL_ARB_texture_compression_bptc
[00007fa664200180] gl gl debug: GL_ARB_texture_compression_rgtc
[00007fa664200180] gl gl debug: GL_ARB_texture_cube_map
[00007fa664200180] gl gl debug: GL_ARB_texture_cube_map_array
[00007fa664200180] gl gl debug: GL_ARB_texture_env_add
[00007fa664200180] gl gl debug: GL_ARB_texture_env_combine
[00007fa664200180] gl gl debug: GL_ARB_texture_env_crossbar
[00007fa664200180] gl gl debug: GL_ARB_texture_env_dot3
[00007fa664200180] gl gl debug: GL_ARB_texture_filter_anisotropic
[00007fa664200180] gl gl debug: GL_ARB_texture_float
[00007fa664200180] gl gl debug: GL_ARB_texture_gather
[00007fa664200180] gl gl debug: GL_ARB_texture_mirror_clamp_to_edge
[00007fa664200180] gl gl debug: GL_ARB_texture_mirrored_repeat
[00007fa664200180] gl gl debug: GL_ARB_texture_multisample
[00007fa664200180] gl gl debug: GL_ARB_texture_non_power_of_two
[00007fa664200180] gl gl debug: GL_ARB_texture_query_levels
[00007fa664200180] gl gl debug: GL_ARB_texture_query_lod
[00007fa664200180] gl gl debug: GL_ARB_texture_rectangle
[00007fa664200180] gl gl debug: GL_ARB_texture_rg
[00007fa664200180] gl gl debug: GL_ARB_texture_rgb10_a2ui
[00007fa664200180] gl gl debug: GL_ARB_texture_stencil8
[00007fa664200180] gl gl debug: GL_ARB_texture_storage
[00007fa664200180] gl gl debug: GL_ARB_texture_storage_multisample
[00007fa664200180] gl gl debug: GL_ARB_texture_swizzle
[00007fa664200180] gl gl debug: GL_ARB_texture_view
[00007fa664200180] gl gl debug: GL_ARB_timer_query
[00007fa664200180] gl gl debug: GL_ARB_transform_feedback2
[00007fa664200180] gl gl debug: GL_ARB_transform_feedback3
[00007fa664200180] gl gl debug: GL_ARB_transform_feedback_instanced
[00007fa664200180] gl gl debug: GL_ARB_transform_feedback_overflow_query
[00007fa664200180] gl gl debug: GL_ARB_transpose_matrix
[00007fa664200180] gl gl debug: GL_ARB_uniform_buffer_object
[00007fa664200180] gl gl debug: GL_ARB_vertex_array_bgra
[00007fa664200180] gl gl debug: GL_ARB_vertex_array_object
[00007fa664200180] gl gl debug: GL_ARB_vertex_attrib_64bit
[00007fa664200180] gl gl debug: GL_ARB_vertex_attrib_binding
[00007fa664200180] gl gl debug: GL_ARB_vertex_buffer_object
[00007fa664200180] gl gl debug: GL_ARB_vertex_program
[00007fa664200180] gl gl debug: GL_ARB_vertex_shader
[00007fa664200180] gl gl debug: GL_ARB_vertex_type_10f_11f_11f_rev
[00007fa664200180] gl gl debug: GL_ARB_vertex_type_2_10_10_10_rev
[00007fa664200180] gl gl debug: GL_ARB_viewport_array
[00007fa664200180] gl gl debug: GL_ARB_window_pos
[00007fa664200180] gl gl debug: GL_ATI_blend_equation_separate
[00007fa664200180] gl gl debug: GL_ATI_draw_buffers
[00007fa664200180] gl gl debug: GL_ATI_fragment_shader
[00007fa664200180] gl gl debug: GL_ATI_separate_stencil
[00007fa664200180] gl gl debug: GL_ATI_texture_compression_3dc
[00007fa664200180] gl gl debug: GL_ATI_texture_env_combine3
[00007fa664200180] gl gl debug: GL_ATI_texture_float
[00007fa664200180] gl gl debug: GL_EXT_EGL_image_storage
[00007fa664200180] gl gl debug: GL_EXT_EGL_sync
[00007fa664200180] gl gl debug: GL_EXT_abgr
[00007fa664200180] gl gl debug: GL_EXT_bgra
[00007fa664200180] gl gl debug: GL_EXT_blend_color
[00007fa664200180] gl gl debug: GL_EXT_blend_equation_separate
[00007fa664200180] gl gl debug: GL_EXT_blend_func_separate
[00007fa664200180] gl gl debug: GL_EXT_blend_minmax
[00007fa664200180] gl gl debug: GL_EXT_blend_subtract
[00007fa664200180] gl gl debug: GL_EXT_compiled_vertex_array
[00007fa664200180] gl gl debug: GL_EXT_copy_texture
[00007fa664200180] gl gl debug: GL_EXT_debug_label
[00007fa664200180] gl gl debug: GL_EXT_demote_to_helper_invocation
[00007fa664200180] gl gl debug: GL_EXT_depth_bounds_test
[00007fa664200180] gl gl debug: GL_EXT_direct_state_access
[00007fa664200180] gl gl debug: GL_EXT_draw_buffers2
[00007fa664200180] gl gl debug: GL_EXT_draw_instanced
[00007fa664200180] gl gl debug: GL_EXT_draw_range_elements
[00007fa664200180] gl gl debug: GL_EXT_fog_coord
[00007fa664200180] gl gl debug: GL_EXT_framebuffer_blit
[00007fa664200180] gl gl debug: GL_EXT_framebuffer_multisample
[00007fa664200180] gl gl debug: GL_EXT_framebuffer_multisample_blit_scaled
[00007fa664200180] gl gl debug: GL_EXT_framebuffer_object
[00007fa664200180] gl gl debug: GL_EXT_framebuffer_sRGB
[00007fa664200180] gl gl debug: GL_EXT_gpu_program_parameters
[00007fa664200180] gl gl debug: GL_EXT_gpu_shader4
[00007fa664200180] gl gl debug: GL_EXT_memory_object
[00007fa664200180] gl gl debug: GL_EXT_memory_object_fd
[00007fa664200180] gl gl debug: GL_EXT_multi_draw_arrays
[00007fa664200180] gl gl debug: GL_EXT_packed_depth_stencil
[00007fa664200180] gl gl debug: GL_EXT_packed_float
[00007fa664200180] gl gl debug: GL_EXT_packed_pixels
[00007fa664200180] gl gl debug: GL_EXT_pixel_buffer_object
[00007fa664200180] gl gl debug: GL_EXT_point_parameters
[00007fa664200180] gl gl debug: GL_EXT_polygon_offset_clamp
[00007fa664200180] gl gl debug: GL_EXT_provoking_vertex
[00007fa664200180] gl gl debug: GL_EXT_rescale_normal
[00007fa664200180] gl gl debug: GL_EXT_secondary_color
[00007fa664200180] gl gl debug: GL_EXT_semaphore
[00007fa664200180] gl gl debug: GL_EXT_semaphore_fd
[00007fa664200180] gl gl debug: GL_EXT_separate_specular_color
[00007fa664200180] gl gl debug: GL_EXT_shader_framebuffer_fetch
[00007fa664200180] gl gl debug: GL_EXT_shader_framebuffer_fetch_non_coherent
[00007fa664200180] gl gl debug: GL_EXT_shader_integer_mix
[00007fa664200180] gl gl debug: GL_EXT_shader_samples_identical
[00007fa664200180] gl gl debug: GL_EXT_shadow_funcs
[00007fa664200180] gl gl debug: GL_EXT_stencil_two_side
[00007fa664200180] gl gl debug: GL_EXT_stencil_wrap
[00007fa664200180] gl gl debug: GL_EXT_subtexture
[00007fa664200180] gl gl debug: GL_EXT_texture
[00007fa664200180] gl gl debug: GL_EXT_texture3D
[00007fa664200180] gl gl debug: GL_EXT_texture_array
[00007fa664200180] gl gl debug: GL_EXT_texture_buffer_object
[00007fa664200180] gl gl debug: GL_EXT_texture_compression_dxt1
[00007fa664200180] gl gl debug: GL_EXT_texture_compression_latc
[00007fa664200180] gl gl debug: GL_EXT_texture_compression_rgtc
[00007fa664200180] gl gl debug: GL_EXT_texture_compression_s3tc
[00007fa664200180] gl gl debug: GL_EXT_texture_cube_map
[00007fa664200180] gl gl debug: GL_EXT_texture_edge_clamp
[00007fa664200180] gl gl debug: GL_EXT_texture_env_add
[00007fa664200180] gl gl debug: GL_EXT_texture_env_combine
[00007fa664200180] gl gl debug: GL_EXT_texture_env_dot3
[00007fa664200180] gl gl debug: GL_EXT_texture_filter_anisotropic
[00007fa664200180] gl gl debug: GL_EXT_texture_integer
[00007fa664200180] gl gl debug: GL_EXT_texture_lod_bias
[00007fa664200180] gl gl debug: GL_EXT_texture_object
[00007fa664200180] gl gl debug: GL_EXT_texture_rectangle
[00007fa664200180] gl gl debug: GL_EXT_texture_sRGB
[00007fa664200180] gl gl debug: GL_EXT_texture_sRGB_R8
[00007fa664200180] gl gl debug: GL_EXT_texture_sRGB_decode
[00007fa664200180] gl gl debug: GL_EXT_texture_shadow_lod
[00007fa664200180] gl gl debug: GL_EXT_texture_shared_exponent
[00007fa664200180] gl gl debug: GL_EXT_texture_snorm
[00007fa664200180] gl gl debug: GL_EXT_texture_swizzle
[00007fa664200180] gl gl debug: GL_EXT_timer_query
[00007fa664200180] gl gl debug: GL_EXT_transform_feedback
[00007fa664200180] gl gl debug: GL_EXT_vertex_array
[00007fa664200180] gl gl debug: GL_EXT_vertex_array_bgra
[00007fa664200180] gl gl debug: GL_EXT_vertex_attrib_64bit
[00007fa664200180] gl gl debug: GL_IBM_multimode_draw_arrays
[00007fa664200180] gl gl debug: GL_IBM_rasterpos_clip
[00007fa664200180] gl gl debug: GL_IBM_texture_mirrored_repeat
[00007fa664200180] gl gl debug: GL_INGR_blend_func_separate
[00007fa664200180] gl gl debug: GL_INTEL_blackhole_render
[00007fa664200180] gl gl debug: GL_INTEL_performance_query
[00007fa664200180] gl gl debug: GL_INTEL_shader_atomic_float_minmax
[00007fa664200180] gl gl debug: GL_INTEL_shader_integer_functions2
[00007fa664200180] gl gl debug: GL_KHR_blend_equation_advanced
[00007fa664200180] gl gl debug: GL_KHR_blend_equation_advanced_coherent
[00007fa664200180] gl gl debug: GL_KHR_context_flush_control
[00007fa664200180] gl gl debug: GL_KHR_debug
[00007fa664200180] gl gl debug: GL_KHR_no_error
[000055f06ef47e60] pulse audio output debug: deferring start (55838 us)
[00007fa664200180] gl gl debug: GL_KHR_parallel_shader_compile
[00007fa664200180] gl gl debug: GL_KHR_robust_buffer_access_behavior
[00007fa664200180] gl gl debug: GL_KHR_robustness
[00007fa664200180] gl gl debug: GL_KHR_texture_compression_astc_ldr
[00007fa664200180] gl gl debug: GL_KHR_texture_compression_astc_sliced_3d
[00007fa664200180] gl gl debug: GL_MESA_framebuffer_flip_y
[00007fa664200180] gl gl debug: GL_MESA_pack_invert
[00007fa664200180] gl gl debug: GL_MESA_shader_integer_functions
[00007fa664200180] gl gl debug: GL_MESA_texture_signed_rgba
[00007fa664200180] gl gl debug: GL_MESA_window_pos
[00007fa664200180] gl gl debug: GL_NV_ES1_1_compatibility
[00007fa664200180] gl gl debug: GL_NV_blend_square
[00007fa664200180] gl gl debug: GL_NV_compute_shader_derivatives
[00007fa664200180] gl gl debug: GL_NV_conditional_render
[00007fa664200180] gl gl debug: GL_NV_copy_image
[00007fa664200180] gl gl debug: GL_NV_depth_clamp
[00007fa664200180] gl gl debug: GL_NV_fog_distance
[00007fa664200180] gl gl debug: GL_NV_fragment_shader_interlock
[00007fa664200180] gl gl debug: GL_NV_half_float
[00007fa664200180] gl gl debug: GL_NV_light_max_exponent
[00007fa664200180] gl gl debug: GL_NV_packed_depth_stencil
[00007fa664200180] gl gl debug: GL_NV_primitive_restart
[00007fa664200180] gl gl debug: GL_NV_texgen_reflection
[00007fa664200180] gl gl debug: GL_NV_texture_barrier
[00007fa664200180] gl gl debug: GL_NV_texture_env_combine4
[00007fa664200180] gl gl debug: GL_NV_texture_rectangle
[00007fa664200180] gl gl debug: GL_OES_EGL_image
[00007fa664200180] gl gl debug: GL_OES_read_format
[00007fa664200180] gl gl debug: GL_S3_s3tc
[00007fa664200180] gl gl debug: GL_SGIS_generate_mipmap
[00007fa664200180] gl gl debug: GL_SGIS_texture_border_clamp
[00007fa664200180] gl gl debug: GL_SGIS_texture_edge_clamp
[00007fa664200180] gl gl debug: GL_SGIS_texture_lod
[00007fa664200180] gl gl debug: GL_SUN_multi_draw_arrays
[000055f06ef47e60] pulse audio output debug: deferring start (54366 us)
[00007fa664200180] gl gl: GL_SHADING_LANGUAGE_VERSION: 4.60
[000055f06ef47e60] pulse audio output debug: deferring start (54228 us)
[00007fa664200180] gl gl: GPU information:
[00007fa664200180] gl gl: GLSL version: 460
[00007fa664200180] gl gl: max_shmem_size: 65536
[00007fa664200180] gl gl: max_group_threads: 1024
[00007fa664200180] gl gl: max_group_size[0]: 1024
[00007fa664200180] gl gl: max_group_size[1]: 1024
[00007fa664200180] gl gl: max_group_size[2]: 1024
[00007fa664200180] gl gl: subgroup_size: 0
[00007fa664200180] gl gl: min_gather_offset: -32
[00007fa664200180] gl gl: max_gather_offset: 31
[00007fa664200180] gl gl: Limits:
[00007fa664200180] gl gl: thread_safe: 0
[00007fa664200180] gl gl: callbacks: 1
[00007fa664200180] gl gl: max_buf_size: 18446744073709551615
[00007fa664200180] gl gl: max_ubo_size: 65536
[00007fa664200180] gl gl: max_ssbo_size: 134217728
[00007fa664200180] gl gl: max_vbo_size: 18446744073709551615
[00007fa664200180] gl gl: max_mapped_size: 18446744073709551615
[00007fa664200180] gl gl: max_buffer_texels: 0
[00007fa664200180] gl gl: align_host_ptr: 4096
[00007fa664200180] gl gl: max_tex_1d_dim: 16384
[00007fa664200180] gl gl: max_tex_2d_dim: 16384
[00007fa664200180] gl gl: max_tex_3d_dim: 2048
[000055f06ef47e60] pulse audio output debug: deferring start (54183 us)
[00007fa664200180] gl gl: blittable_1d_3d: 0
[00007fa664200180] gl gl: buf_transfer: 1
[00007fa664200180] gl gl: align_tex_xfer_pitch: 4
[00007fa664200180] gl gl: align_tex_xfer_offset: 32
[00007fa664200180] gl gl: max_variable_comps: 16384
[00007fa664200180] gl gl: max_constants: 0
[00007fa664200180] gl gl: max_pushc_size: 0
[00007fa664200180] gl gl: align_vertex_stride: 1
[00007fa664200180] gl gl: max_dispatch[0]: 65535
[00007fa664200180] gl gl: max_dispatch[1]: 65535
[00007fa664200180] gl gl: max_dispatch[2]: 65535
[00007fa664200180] gl gl: fragment_queues: 1
[00007fa664200180] gl gl: compute_queues: 1
[00007fa664200180] gl gl: External API interop:
[00007fa664200180] gl gl: UUID: 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
[00007fa664200180] gl gl: PCI: 0000:00:00:0
[00007fa664200180] gl gl: buf export caps: 0x0
[00007fa664200180] gl gl: buf import caps: 0x10
[00007fa664200180] gl gl: tex export caps: 0x0
[00007fa664200180] gl gl: tex import caps: 0x0
[00007fa664200180] gl gl: sync export caps: 0x0
[00007fa664200180] gl gl: sync import caps: 0x0
[00007fa664200180] gl gl debug: GPU texture formats:
[000055f06ef47e60] pulse audio output debug: deferring start (54063 us)
[00007fa664200180] gl gl debug: NAME TYPE SIZE COMP CAPS EMU DEPTH HOST_BITS GLSL_TYPE GLSL_FMT FOURCC
[00007fa664200180] gl gl debug: r8 UNORM 1 R SsLRbBV--HWG n {8 0 0 0 } {8 0 0 0 } float r8 R8
[00007fa664200180] gl gl debug: rg8 UNORM 2 RG SsLRbBV--HWG n {8 8 0 0 } {8 8 0 0 } vec2 rg8 GR88
[00007fa664200180] gl gl debug: rgba8 UNORM 4 RGBA SsLRbBV--HWG n {8 8 8 8 } {8 8 8 8 } vec4 rgba8 AB24
[00007fa664200180] gl gl debug: bgra8 UNORM 4 BGRA SsLRbBV--HWG n {8 8 8 8 } {8 8 8 8 } vec4 rgba8 AR24
[000055f06ef47e60] pulse audio output debug: deferring start (53935 us)
[00007fa664200180] gl gl debug: r16 UNORM 2 R SsLRbBV--HWG n {16 0 0 0 } {16 0 0 0 } float r16 R16
[00007fa664200180] gl gl debug: rg16 UNORM 4 RG SsLRbBV--HWG n {16 16 0 0 } {16 16 0 0 } vec2 rg16 GR32
[00007fa664200180] gl gl debug: rgba16 UNORM 8 RGBA SsLRbBV--HWG n {16 16 16 16} {16 16 16 16} vec4 rgba16
[00007fa664200180] gl gl debug: r32f FLOAT 4 R SsLRbBV--HWG n {32 0 0 0 } {32 0 0 0 } float r32f
[00007fa664200180] gl gl debug: rg32f FLOAT 8 RG SsLRbBV--HWG n {32 32 0 0 } {32 32 0 0 } vec2 rg32f
[00007fa664200180] gl gl debug: rgba32f FLOAT 16 RGBA SsLRbBV--HWG n {32 32 32 32} {32 32 32 32} vec4 rgba32f
[000055f06ef47e60] pulse audio output debug: deferring start (53893 us)
[00007fa664200180] gl gl debug: r8u UINT 1 R Ss-R-BV--HWG n {8 0 0 0 } {8 0 0 0 } uint r8ui
[00007fa664200180] gl gl debug: rg8u UINT 2 RG Ss-R-BV--HWG n {8 8 0 0 } {8 8 0 0 } uvec2 rg8ui
[00007fa664200180] gl gl debug: rgba8u UINT 4 RGBA Ss-R-BV--HWG n {8 8 8 8 } {8 8 8 8 } uvec4 rgba8ui
[00007fa664200180] gl gl debug: r16u UINT 2 R Ss-R-BV--HWG n {16 0 0 0 } {16 0 0 0 } uint r16ui
[000055f06ef47e60] pulse audio output debug: deferring start (53854 us)
[00007fa664200180] gl gl debug: rg16u UINT 4 RG Ss-R-BV--HWG n {16 16 0 0 } {16 16 0 0 } uvec2 rg16ui
[00007fa664200180] gl gl debug: rgba16u UINT 8 RGBA Ss-R-BV--HWG n {16 16 16 16} {16 16 16 16} uvec4 rgba16ui
[00007fa664200180] gl gl debug: r16f FLOAT 4 R SsLRbB---HWG y {16 0 0 0 } {32 0 0 0 } float r16f
[00007fa664200180] gl gl debug: rg16f FLOAT 8 RG SsLRbB---HWG y {16 16 0 0 } {32 32 0 0 } vec2 rg16f
[000055f06ef47e60] pulse audio output debug: deferring start (53822 us)
[00007fa664200180] gl gl debug: rgba16f FLOAT 16 RGBA SsLRbB---HWG y {16 16 16 16} {32 32 32 32} vec4 rgba16f
[00007fa664200180] gl gl debug: rgb8 UNORM 3 RGB S-LRbBV--H-G y {8 8 8 0 } {8 8 8 0 } vec3 BG24
[00007fa664200180] gl gl debug: rgb16 UNORM 6 RGB S-LRbBV--H-G y {16 16 16 0 } {16 16 16 0 } vec3
[00007fa664200180] gl gl debug: rgb32f FLOAT 12 RGB S-LRbBV--H-G y {32 32 32 0 } {32 32 32 0 } vec3
[00007fa664200180] gl gl debug: rgb16f FLOAT 12 RGB S-LRbB---H-G y {16 16 16 0 } {32 32 32 0 } vec3
[000055f06ef47e60] pulse audio output debug: deferring start (53789 us)
[00007fa664200180] gl gl debug: rgb8u UINT 3 RGB S-----V--H-G y {8 8 8 0 } {8 8 8 0 } uvec3
[00007fa664200180] gl gl debug: rgb16u UINT 6 RGB S-----V--H-G y {16 16 16 0 } {16 16 16 0 } uvec3
[000055f06ef47e60] pulse audio output debug: deferring start (53756 us)
[00007fa664200180] gl gl debug: libplacebo shader: (unknown shader)
[000055f06ef47e60] pulse audio output debug: deferring start (53724 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53694 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53662 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53631 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53598 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53564 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53531 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53497 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53466 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53434 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53399 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53370 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53340 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53296 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53269 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53239 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53204 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53175 us)
[000055f06ef47e60] pulse audio output debug: deferring start (53143 us)
[00007fa65010f778] main generic debug: using opengl filter module "gl"
[00007fa664302980] main generic debug: removing "opengl filter" module "gl"
[00007fa664302980] main generic debug: attempt to destroy nonexistent variable "module-name"
[00007fa664300920] main generic debug: removing "glinterop" module "glinterop_vaapi"
zsh: floating point exception ./vlc -vv /home/tom/Videos/KUNG\ FURY\ Official\ Movie.mp4 --no-media-librar
Edited by Thomas Guillem