↑back Search ←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | zxrom has quit IRC () | [00:42] |
....... (idle for 34mn) | ||
nickware has quit IRC (Quit: kthxbye)
nickware has joined #linux-media epoll has quit IRC (Ping timeout: 480 seconds) | [01:16] | |
eelstrebor has quit IRC (Quit: Ex-Chat)
epoll has joined #linux-media | [01:26] | |
...... (idle for 27mn) | ||
ayaka_ has joined #linux-media | [01:55] | |
.... (idle for 18mn) | ||
charrus has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | [02:13] | |
ayaka_ has quit IRC (Remote host closed the connection)
ayaka_ has joined #linux-media | [02:26] | |
................... (idle for 1h30mn) | ||
eelstrebor has joined #linux-media | [03:56] | |
mrpops2ko has quit IRC () | [04:02] | |
eelstrebor has quit IRC (Quit: Ex-Chat)
mrpops2ko has joined #linux-media ayaka_ has quit IRC (Ping timeout: 480 seconds) | [04:13] | |
mvaittin has joined #linux-media | [04:25] | |
..... (idle for 24mn) | ||
jarthur has quit IRC (Quit: Textual IRC Client: www.textualapp.com) | [04:49] | |
xecutertool has joined #linux-media | [04:58] | |
xecutercmd has quit IRC (Ping timeout: 480 seconds) | [05:04] | |
........ (idle for 36mn) | ||
ayaka_ has joined #linux-media | [05:40] | |
bingbu has joined #linux-media | [05:53] | |
............... (idle for 1h11mn) | ||
jmassot has joined #linux-media | [07:04] | |
djrscally has joined #linux-media | [07:17] | |
........ (idle for 38mn) | ||
sgruszka has joined #linux-media | [07:55] | |
mripard has joined #linux-media | [08:07] | |
........ (idle for 37mn) | ||
frieder has joined #linux-media
frieder has quit IRC () frieder has joined #linux-media ten157237743246305 has quit IRC (Remote host closed the connection) ten157237743246305 has joined #linux-media chewitt has joined #linux-media frieder has quit IRC (Quit: Leaving) frieder has joined #linux-media | [08:44] | |
.... (idle for 15mn) | ||
charrus has joined #linux-media
charrus has quit IRC () | [09:07] | |
.... (idle for 19mn) | ||
ao2 has joined #linux-media
charrus has joined #linux-media ao2 has quit IRC (Quit: Leaving) tmerciai1 has quit IRC (Remote host closed the connection) tmerciai1 has joined #linux-media sgruszka has quit IRC (Ping timeout: 480 seconds) | [09:26] | |
sgruszka has joined #linux-media
GBenji has joined #linux-media | [09:41] | |
jvu_ has joined #linux-media | [09:51] | |
...... (idle for 29mn) | ||
zxrom has joined #linux-media | [10:20] | |
........ (idle for 39mn) | ||
hverkuil | GBenji: v21 passes all tests except the one I mentioned in my review of patch 3/9. If you can provide me with an updated patch v21.1 3/9, then I can prepare a pull request for mchehab to review. | [10:59] |
*** | ayaka_ has quit IRC (Ping timeout: 480 seconds) | [11:10] |
........ (idle for 38mn) | ||
lexano_ has joined #linux-media | [11:48] | |
..... (idle for 24mn) | ||
GBenji | hverkuil: I have run ./test-media mc to test v21 | [12:12] |
which tests/test-drivers are failing ? | [12:20] | |
hverkuil | vivid, for meta-out and touch devices.
I suspect you didn't test with the patches v4l2-compliance utility. | [12:30] |
GBenji | I have run ./test-media mc
it reports no failures | [12:32] |
hverkuil | GBenji: in meeting | [12:35] |
*** | frieder has quit IRC (Ping timeout: 480 seconds)
svarbanov_ has joined #linux-media | [12:38] |
svarbanov has quit IRC (Ping timeout: 480 seconds)
frieder has joined #linux-media | [12:46] | |
frieder has quit IRC (Ping timeout: 480 seconds) | [12:57] | |
hverkuil | GBenji: If you load the vivid driver with the v21 patches, then run 'v4l2-compliance -t0' where v4l2-compliance is patched with v9, then you should see the failure. It is caused by this code in v4l2-test-buffers.c:
+ /* Create only 1 buffer */ + fail_on_test(q.create_bufs(node, 1)); + buffers = q.g_buffers(); + fail_on_test(buffers != 1); In v8 it failed if buffers == 0, but now it fails if buffers != 1. That's correct, but it uncovered a vivid bug. | [12:58] |
*** | sylpe has joined #linux-media
ten157237743246305 has quit IRC (Remote host closed the connection) ten157237743246305 has joined #linux-media | [13:08] |
GBenji | Ok I got it now after build from scratch v4l2-utils and adding a log in the driver | [13:21] |
*** | eelstrebor has joined #linux-media
frieder has joined #linux-media | [13:24] |
.... (idle for 16mn) | ||
sgruszka has quit IRC (Ping timeout: 480 seconds)
frieder has quit IRC (Ping timeout: 480 seconds) | [13:41] | |
alien_lappy | ndufresne: on bcm2835-codec: running fluster seems to uncover some panics and segfaults, i'm debugging stuff, so it's gonna take some me some time to do a RFC v2 (+ also the vb2 timestamp issues) | [13:46] |
ndufresne | nice, fluster worked downstream for me, but only tried with 1 decoder (gst), though you know that ISP based CSC cause off-by-one in the images ? 6by9 gave me some special config to disable it
alien_lappy: having "a test", whatever it is is really nice while doing refactoring | [13:48] |
tomba | should the entity and video node names be globally unique (more or less), or should they be considered more local to the media device. I.e. should a video node be something like "30102000.ticsi2rx context 4" or, say, "video-4" | [13:54] |
.... (idle for 16mn) | ||
pinchartl | tomba: good question. I don't think we can guarantee global uniqueness
I'd be fine with "video-4", but it bring the question of how to handle media graphs with video devices registered by different drivers | [14:10] |
tomba | I was thinking about this when copy-pasting "30102000.ticsi2rx context 4" style names around, and thought that wouldn't it be nicer to have a bit more human-friendly name =) | [14:12] |
pinchartl | I'm not sure the video device name should be seen by humans :-) | [14:13] |
*** | frieder has joined #linux-media | [14:16] |
charrus has quit IRC (Ping timeout: 480 seconds)
mvaittin has quit IRC (Ping timeout: 480 seconds) | [14:21] | |
frieder has quit IRC (Ping timeout: 480 seconds)
frieder has joined #linux-media | [14:27] | |
......... (idle for 40mn) | ||
jarthur has joined #linux-media | [15:09] | |
........... (idle for 52mn) | ||
sgruszka has joined #linux-media | [16:01] | |
......... (idle for 44mn) | ||
alien_lappy | ndufresne: i would be interested in getting that, because i did one decoder (ffmpeg) and had like 6 successes and 30+ failures; but atm i'm working on the panics,warns and segfaults that may be due to running parallel tests, cause I use the decoder almost everyday and I've had it running for like 10 hours during the SpaceX FT3 launch | [16:45] |
....... (idle for 33mn) | ||
*** | frieder has quit IRC (Remote host closed the connection) | [17:18] |
GBenji has left
ten157237743246305 has quit IRC (Remote host closed the connection) ten157237743246305 has joined #linux-media | [17:23] | |
....... (idle for 30mn) | ||
xecutertool has quit IRC (Remote host closed the connection)
chewitt has quit IRC (Quit: Zzz..) | [17:54] | |
.......... (idle for 48mn) | ||
ndufresne | fluster have a -j option to control the number of concurrent decode, best to know about it, since you will probably run out of ram with the the number of cores on the pi5
but running out of memory should just cleanly fail | [18:44] |
....... (idle for 31mn) | ||
*** | ao2 has joined #linux-media | [19:15] |
alien_lappy | yeah, but I don't have a PI5 only a PI4 and i think it's good to run concurrent if that results in issues to debug :-) | [19:29] |
*** | gouchi has joined #linux-media | [19:39] |
xecuter has joined #linux-media | [19:48] | |
............... (idle for 1h11mn) | ||
ndufresne | yes! | [20:59] |
...... (idle for 26mn) | ||
*** | sgruszka has quit IRC (Ping timeout: 480 seconds) | [21:25] |
......... (idle for 40mn) | ||
ao2 has quit IRC (Quit: Leaving) | [22:05] | |
..... (idle for 22mn) | ||
gouchi has quit IRC (Remote host closed the connection) | [22:27] | |
........... (idle for 53mn) | ||
djrscally has quit IRC (Ping timeout: 480 seconds) | [23:20] | |
....... (idle for 33mn) | ||
ayaka_ has joined #linux-media | [23:53] |
↑back Search ←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |