Friday, February 28th, 2020, 00:24 UTC | ||
[00:24:21] | tris (tris!tristan@camel.ethereal.net) has joined #mythtv | |
[01:51:00] | ramshadow (ramshadow!ramshadow@dotlan.net) has quit (Ping timeout: 246 seconds) | |
[01:53:20] | ramshadow (ramshadow!ramshadow@dotlan.net) has joined #mythtv | |
[02:56:40] | k-man (k-man!~jason@unaffiliated/k-man) has left #mythtv ("WeeChat 2.7.1") | |
[04:26:03] | gigem: | markk_: No improvement with that patch you posted earlier today. |
[06:46:41] | markspieth22 (markspieth22!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[06:46:41] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth22 | |
[06:49:00] | peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has quit (Quit: WeeChat 2.3) | |
[06:49:45] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 276 seconds) | |
[06:54:52] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d90:bc01:9be6:831c:4ed8:495d) has joined #mythtv | |
[06:54:52] | Mode for #mythtv by ChanServ!ChanServ@services. : +v Steve-Goodey | |
[07:00:27] | Tobbe5178 (Tobbe5178!~asdf@81-235-210-78-no62.tbcn.telia.com) has joined #mythtv | |
[07:00:29] | peterbennett (peterbennett!~pi@2601:183:100:5fe:1336:7e8c:c9d4:e20c) has joined #mythtv | |
[07:00:29] | peterbennett (peterbennett!~pi@2601:183:100:5fe:1336:7e8c:c9d4:e20c) has quit (Changing host) | |
[07:00:29] | peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has joined #mythtv | |
[07:00:29] | Mode for #mythtv by ChanServ!ChanServ@services. : +v peterbennett | |
[08:22:11] | markk_ (markk_!~mark@host86-161-39-10.range86-161.btcentralplus.com) has joined #mythtv | |
[08:26:58] | warpme_ (warpme_!uid391875@gateway/web/irccloud.com/x-emyaketjykhxkfsr) has joined #mythtv | |
[08:45:13] | warpme_: | markk_: re: #13253 can't check due missing DDR3 module in test platform. Let me buy second-hand and do some tests. Will return to You asap... |
[08:45:13] | ** MythLogBot https://code.mythtv.org/trac/ticket/13253 ** | |
[08:46:46] | SteveGoodey (SteveGoodey!~steve@host86-150-60-252.range86-150.btcentralplus.com) has joined #mythtv | |
[08:46:47] | Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey | |
[09:01:32] | markk_: | warpme_: thanks |
[09:02:37] | markk_: | do we still have any commflagging experts? #10938 has a very simple and obvious patch – but presumably it will impact performance? |
[09:02:37] | ** MythLogBot https://code.mythtv.org/trac/ticket/10938 ** | |
[09:06:19] | stuarta: | who used to be the expert on that? |
[09:20:34] | warpme_: | markk_: re: commflagging: #13335 is giving me finally working again commflaging on many PL SAT-TV channels. This enhancement is imho quite universal as it applies to all cases where tv channel has constant, additionally to logo, element on screen like parental info, etc. As You see interaction with patch creator was a bit challenge – but finally I use his code to create nicely working for me patch: |
[09:20:34] | ** MythLogBot https://code.mythtv.org/trac/ticket/13335 ** | |
[09:20:35] | warpme_: | https://github.com/warpme/minimyth2/blob/mast . . . ection.patch |
[09:27:16] | stuarta: | markk_: i'd be tempted to ship it, yes commflagging will get slower. worst case we can work out how to add it back as an option |
[09:35:05] | markk_: | warpme_: in that patch – I see new settings – but no UI to handle them? |
[09:35:21] | markk_: | stuarta: that was my thinking |
[09:35:59] | stuarta: | combine that with cpu power has been increasing, people may not even notice |
[09:48:08] | warpme_: | markk_: yes. for 90% cases they are pre-set defaults i think – except 1 setting important per tv channel/country: CommDetectLogoLocation It tells which screen quadrant has logo to look for. Industrialising this patch/enhacement will indeed need imho to add 2 settings I think: 1."look logo only is score quadrant: on/off" and 2."which screen quadrant has logo to detect: upper-left; upper-right; down-left;down-right". |
[09:48:08] | warpme_: | something like this..... |
[09:50:21] | warpme_: | potential reword of working on #13335 enhancement: in my case it makes commflagging usable again at all (without this it was dead feature). I suspect i'm not alone with this..... |
[09:50:21] | ** MythLogBot https://code.mythtv.org/trac/ticket/13335 ** | |
[09:52:21] | warpme_: | s/look logo only is score quadrant/look logo only in screen quadrant/ |
[09:52:39] | warpme_: | damn spell checker.... |
[10:00:20] | markk_ (markk_!~mark@host86-161-39-10.range86-161.btcentralplus.com) has quit (Remote host closed the connection) | |
[10:00:45] | Merlin83b (Merlin83b!~Daniel@2001:8b0:bbd6:bd9c:c11c:e28b:e043:1e9c) has joined #mythtv | |
[10:07:30] | markk_ (markk_!~mark@host86-161-39-10.range86-161.btcentralplus.com) has joined #mythtv | |
[10:17:26] | markk_: | stuarta: so it turns out that the lowres option should be enabled/disabled by the 'Enable experimental speedup of advert detection' setting – but at some point it has been broken. experimental speedup is just enabled all of the time (the setting has no effect). I'll fix it. |
[10:24:34] | stuarta: | markk_: good find |
[10:25:26] | ** stuarta is slowly putting his backend system back together again ** | |
[10:42:15] | markk_ (markk_!~mark@host86-161-39-10.range86-161.btcentralplus.com) has quit (Ping timeout: 265 seconds) | |
[11:06:54] | jheizer (jheizer!~jon@c-73-51-91-251.hsd1.il.comcast.net) has quit (Ping timeout: 265 seconds) | |
[11:34:41] | RokLobsta (RokLobsta!~Dirkka@121-200-12-5.79c80c.syd.nbn.aussiebb.net) has quit (Remote host closed the connection) | |
[12:10:43] | markk_ (markk_!~mark@host86-161-39-10.range86-161.btcentralplus.com) has joined #mythtv | |
[13:05:48] | Warped (Warped!~Warped@unaffiliated/warped) has quit (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805]) | |
[13:06:30] | markk_: | warpme_: going back to that amd/vdpau ticket – shouldn't amd users be using VAAPI? (esp. with new VAAPI code) |
[13:11:03] | warpme_: | hmm – vaapi on amd? with mesa? it looks i'm a bit loose sync witjh FOSS.... |
[13:14:39] | markk_: | warpme_: I think there may have been a switch at some point. I think maybe newer cards/drivers are vaapi? |
[13:21:20] | markk_: | might see if I can pick up a cheap amd gpu for testing |
[13:23:17] | jheizer (jheizer!~jon@c-73-51-91-251.hsd1.il.comcast.net) has joined #mythtv | |
[13:23:17] | Mode for #mythtv by ChanServ!ChanServ@services. : +v jheizer | |
[13:53:14] | stuarta: | bah forgot to start the build workers earlier in the day |
[14:00:32] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv | |
[14:22:37] | markk_ (markk_!~mark@host86-161-39-10.range86-161.btcentralplus.com) has quit (Ping timeout: 255 seconds) | |
[14:30:13] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d90:bc01:9be6:831c:4ed8:495d) has quit (Quit: Konversation terminated!) | |
[14:36:47] | hampton (hampton!~dhampton@mythtv/developer/hampton) has quit (Ping timeout: 240 seconds) | |
[14:39:28] | hampton (hampton!~dhampton@2601:346:c200:e8c0:1f00:89c3:9feb:efcd) has joined #mythtv | |
[14:49:02] | hampton (hampton!~dhampton@2601:346:c200:e8c0:1f00:89c3:9feb:efcd) has quit (Ping timeout: 260 seconds) | |
[14:51:33] | Warped (Warped!~Warped@unaffiliated/warped) has joined #mythtv | |
[14:59:33] | hampton (hampton!~dhampton@2601:346:c200:e8c0:ee88:22f4:a1c5:36f0) has joined #mythtv | |
[14:59:35] | hampton (hampton!~dhampton@2601:346:c200:e8c0:ee88:22f4:a1c5:36f0) has quit (Changing host) | |
[14:59:35] | hampton (hampton!~dhampton@mythtv/developer/hampton) has joined #mythtv | |
[14:59:35] | Mode for #mythtv by ChanServ!ChanServ@services. : +v hampton | |
[15:14:48] | markspieth22 (markspieth22!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 276 seconds) | |
[15:17:24] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[15:17:24] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth | |
[15:30:11] | markk_ (markk_!~mark@host86-161-39-10.range86-161.btcentralplus.com) has joined #mythtv | |
[16:07:51] | gigem (gigem!~david@mythtv/developer/gigem) has quit (Ping timeout: 272 seconds) | |
[16:14:09] | markk_: | just been running over the coverity report and spotted the issues re leaks in ClassicLogoDetector. Does anyone else think this code just looks wrong? |
[16:14:12] | markk_: | https://github.com/MythTV/mythtv/blob/master/ . . . ctor.cpp#L59 |
[16:14:54] | gigem (gigem!~david@47.189.184.233) has joined #mythtv | |
[16:15:04] | gigem (gigem!~david@47.189.184.233) has quit (Changing host) | |
[16:15:04] | gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv | |
[16:15:04] | Mode for #mythtv by ChanServ!ChanServ@services. : +v gigem | |
[16:15:35] | markk_: | QObject::deleteLater just schedules the object for deletion. There is no reason to not put the cleanup code in the destructor as for any other class |
[16:15:48] | markk_: | QObject::deleteLater is not virtual |
[16:21:06] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 276 seconds) | |
[16:27:16] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[16:27:16] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth | |
[16:37:40] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d90:bc01:9be6:831c:4ed8:495d) has joined #mythtv | |
[16:37:40] | Mode for #mythtv by ChanServ!ChanServ@services. : +v Steve-Goodey | |
[17:39:33] | Merlin83b (Merlin83b!~Daniel@2001:8b0:bbd6:bd9c:c11c:e28b:e043:1e9c) has quit (Quit: Leaving) | |
[17:48:37] | Simon-- (Simon--!~sim@2606:6a00:0:28:5604:a6ff:fe02:702b) has quit (Read error: Connection reset by peer) | |
[17:53:58] | Simon-- (Simon--!~sim@2606:6a00:0:28:5604:a6ff:fe02:702b) has joined #mythtv | |
[18:03:44] | markk_ (markk_!~mark@host86-161-39-10.range86-161.btcentralplus.com) has quit (Ping timeout: 258 seconds) | |
[18:19:06] | gigem (gigem!~david@mythtv/developer/gigem) has quit (Ping timeout: 240 seconds) | |
[19:38:58] | pppingme (pppingme!~pppingme@unaffiliated/pppingme) has quit (Ping timeout: 255 seconds) | |
[20:47:22] | gigem (gigem!~david@47.189.186.7) has joined #mythtv | |
[20:47:22] | gigem (gigem!~david@47.189.186.7) has quit (Changing host) | |
[20:47:22] | gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv | |
[20:47:22] | Mode for #mythtv by ChanServ!ChanServ@services. : +v gigem | |
[22:12:33] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d90:bc01:9be6:831c:4ed8:495d) has quit (Quit: Konversation terminated!) | |
[22:29:41] | markk_ (markk_!~mark@host86-161-39-10.range86-161.btcentralplus.com) has joined #mythtv | |
[22:45:13] | gigem: | Captain_Murdoch, aka Chris Pinkham, was our commflagging expert. He wrote most if not all of it himself. He's been gone for several years now. I'm actually surprised commflagging still works as well as it does with nobody really paying attention to it. |
[22:48:10] | SteveGoodey (SteveGoodey!~steve@host86-150-60-252.range86-150.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[22:49:20] | gregl (gregl!~greg@cpe-24-194-253-7.nycap.res.rr.com) has quit (Remote host closed the connection) | |
[22:57:22] | markk_ (markk_!~mark@host86-161-39-10.range86-161.btcentralplus.com) has quit (Ping timeout: 258 seconds) | |
[23:01:39] | gregl (gregl!~greg@cpe-24-194-253-7.nycap.res.rr.com) has joined #mythtv | |
[23:46:34] | markspieth2 (markspieth2!~kvirc@mythtv/developer/markspieth) has quit (Read error: Connection reset by peer) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.