#linux-media 2021-07-26,Mon

↑back Search ←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
***jernej has quit IRC (Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net)
jernej has joined #linux-media
jernej has quit IRC ()
jernej has joined #linux-media
jernej has quit IRC ()
jernej has joined #linux-media
jernej has quit IRC ()
jernej has joined #linux-media
jernej has quit IRC ()
jernej has joined #linux-media
[02:26]
jernej has quit IRC (Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net) [02:41]
.... (idle for 15mn)
jernej has joined #linux-media [02:56]
..... (idle for 24mn)
camus has quit IRC (Ping timeout: 480 seconds)
camus has joined #linux-media
[03:20]
jernej has quit IRC (Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net) [03:30]
.... (idle for 16mn)
camus has quit IRC (Ping timeout: 480 seconds) [03:46]
..... (idle for 23mn)
jernej has joined #linux-media [04:09]
.... (idle for 16mn)
camus has joined #linux-media [04:25]
camus has quit IRC (Ping timeout: 480 seconds) [04:35]
camus has joined #linux-media [04:46]
camus1 has joined #linux-media [04:55]
camus has quit IRC (Ping timeout: 480 seconds)
miqztee has joined #linux-media
[05:00]
...... (idle for 25mn)
camus1 has quit IRC ()
camus has joined #linux-media
[05:28]
camus has quit IRC ()
camus has joined #linux-media
[05:37]
....... (idle for 32mn)
camus has quit IRC ()
camus1 has joined #linux-media
[06:09]
.... (idle for 16mn)
camus1 has quit IRC ()
camus has joined #linux-media
[06:25]
.... (idle for 18mn)
jernej_ has joined #linux-media
jernej has quit IRC (Read error: Connection reset by peer)
GBenji has joined #linux-media
[06:47]
djrscally has joined #linux-media [07:00]
...... (idle for 25mn)
ao2 has joined #linux-media [07:25]
............. (idle for 1h3mn)
fleebs1 has joined #linux-media [08:28]
fleebs has quit IRC (Ping timeout: 480 seconds)
fleebs1 is now known as fleebs
[08:34]
..... (idle for 22mn)
miqztee has quit IRC (Ping timeout: 480 seconds) [08:56]
............ (idle for 56mn)
tfiga has quit IRC (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
tfiga has joined #linux-media
[09:52]
........... (idle for 53mn)
mort_fun, asking the ov5645 driver to horizontally flip the pixels also horizontally flips all the color bytes
it's as if it just reverses all the bytes in all the rows
meaning it actually returns nv21 data now, not nv12, even though the video device still claims to be nv12
[10:45]
......... (idle for 42mn)
sailusmort_: The ov5645 driver appears to declare it produces UYVY8_2X8 mbus format.
If the pixel order changes with the flip control but the driver does not indicate the changed order, it's a driver bug.
[11:28]
mort_somewhere in the device graph it turns into nv12
but yeah, it's a driver issue I think
I'll try to submit a patch
[11:28]
sailushverkuil: Hello! [11:33]
***miqztee has joined #linux-media
sectroye1 has joined #linux-media
[11:35]
sectroye1Hello I have an issue with ir-ctl. I have recorded an ir signal for my ac but when I try to replay it I get error: space found where pulse expected `-399' [11:35]
..... (idle for 23mn)
***camus has quit IRC () [11:58]
........... (idle for 51mn)
ao2 has quit IRC (Remote host closed the connection) [12:49]
jernej_ has quit IRC ()
jernej has joined #linux-media
[13:02]
hverkuilsailus: hi! [13:06]
mort_so, to be clear, when you submit a patch to Linux, you send to all the maintainers listed in `./scripts/get_maintainers.pl <my patch file>`?
and you send a plaintext e-mail with the content of the .patch file pasted into the message body, with hard line wrapping at 72 chars for the rest of the message but not for the body?
*but not for the patch
[13:08]
montjoie_mort_: use git send-email it will do all tricks for you
and yes CC/TO all ./scripts/get_maintainers.pl
[13:13]
mort_I don't trust clients other than gmail.com and maaaaaybe thunderbird to handle gmail [13:13]
montjoie_git send-email works well with gmail [13:13]
mort_it supports oauth? [13:14]
montjoie_dont know, I give it a password [13:14]
mort_I'll give it a shot [13:14]
sailushverkuil: How do you do? [13:15]
mort_when using --cc-cmd='./scripts/get_maintainer.pl <my patch>', should I fill in my own e-mail address in the "to whom should the emails be sent" or should I ignore that [13:16]
sailusmort_: Also use scripts/checkpatch.pl on the patch produced by git format-patch. And cc me (sakari.ailus at linux.intel.com) please. [13:17]
mort_already ran checkpatch and fixed the things it complained about [13:18]
hverkuilsailus: busy :-) [13:19]
***miqztee has quit IRC (Quit: Leaving) [13:19]
mort_but to whom should the email be sent? [13:19]
sailusmort_: scripts/get_maintainer.pl + me (in this case).
hverkuil: I noticed you sent a pull request on neg's rcar patches.
[13:19]
mort_those are CCs and not recipients, right?
or can I enter multiple e-mails into that prompt somehow
[13:20]
sailusmort_: You can add as many in To: and Cc: headers as you like. [13:20]
mort_sailus: but I'm talking about the prompt which `git send-email` gives you [13:21]
sailushverkuil: They do conflict with async notifier rename patch which is in my pull request. [13:21]
mort_it seems to ask for one line [13:21]
hverkuilsailus: you want me to drop that PR? [13:21]
sailushverkuil: That did occur to me as an option, yes.
mort_: You can also specify them on command line (--cc and --to options).
[13:21]
mort_sailus: one guide online said I should use --cc and --cc-cmd; should I use --to and --to-cmd instead then? [13:24]
hverkuilsailus: so the idea is that your PR goes in first, then neg rebases his series and then that can be merged via me, right? [13:24]
sailushverkuil: That works, yes. I could also take neg's patches. [13:26]
mort_I'll just send the e-mail with those 7 recipients [13:26]
sailusI actually had v1 in my tree earlier before the need for v2 was identified.
It's ISP/CSI-2 + DT stuff which I've been partly handling.
I think we should decide which one of us would pick them in the future.
[13:26]
hverkuilsailus: rcar-vin is a bit of a gray area :-)
In this case I'll hand it over to you, I'll delegate the patches in the PR to you and mark them as New.
[13:28]
sailusmort_: Sounds good. You can also drop Mauro / LKML from sensor driver patches mostly. [13:29]
hverkuilsailus: done. [13:30]
sailushverkuil: Thank you. [13:30]
hverkuilsailus: do you want to take over rcar-vin/rcar-isp maintenance? It's fine by me, I only want to remain involved whenever HDMI-related changes are made. [13:31]
sailushverkuil: I'm fine with you keeping it, but would like to be involved with CSI-2 changes. :-)
(This time there was also a dependency to the async changes I had.)
How about that?
[13:32]
hverkuilI thought you might say that :-) [13:33]
sailusOn this particular case, v1, I noticed the patches had been around for more than a month, so I just took them.
I'll let you know in the future if I plan something like that.
[13:34]
hverkuilThanks, that would be helpful. [13:36]
.... (idle for 15mn)
sailusneg: God kväll! [13:51]
mort_sailus: alright, just sent that patch (it took a while because I had to test something to make the commit message better) [13:52]
sailusmort_: Thanks! [13:53]
................................. (idle for 2h42mn)
***GBenji has left [16:35]
....... (idle for 30mn)
b-rad has quit IRC (Ping timeout: 480 seconds) [17:05]
............... (idle for 1h14mn)
b-rad has joined #linux-media [18:19]
..................... (idle for 1h42mn)
ao2 has joined #linux-media [20:01]
................. (idle for 1h23mn)
jernej has quit IRC (Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net)
jernej has joined #linux-media
[21:24]
....... (idle for 31mn)
ao2 has quit IRC (Quit: Leaving) [21:55]
..... (idle for 23mn)
djrscally has quit IRC (Quit: Konversation terminated!) [22:18]
........ (idle for 37mn)
ChanServ changes topic to: Linux Kernel Media Subsystem (LinuxTV) | *only registered users can talk* | https://linuxtv.org | logs: https://linuxtv.org/irc/oftc/log/linux-media | bugs: http://bugzilla.kernel.org (v4l-dvb category) | repo: https://linuxtv.org/git/media_tree.git | linux-media ML: http://vger.kernel.org/vger-lists.html#linux-media [22:55]
.... (idle for 15mn)
jernej has quit IRC (reticulum.oftc.net coulomb.oftc.net)
BrianG61UK_ has quit IRC (reticulum.oftc.net coulomb.oftc.net)
BrianG61UK has quit IRC (reticulum.oftc.net coulomb.oftc.net)
uajain has quit IRC (reticulum.oftc.net coulomb.oftc.net)
sailus has quit IRC (reticulum.oftc.net coulomb.oftc.net)
javierm has quit IRC (reticulum.oftc.net coulomb.oftc.net)
jmondi has quit IRC (reticulum.oftc.net coulomb.oftc.net)
gnurou has quit IRC (reticulum.oftc.net coulomb.oftc.net)
mriesch has quit IRC (reticulum.oftc.net coulomb.oftc.net)
jkqxz has quit IRC (reticulum.oftc.net coulomb.oftc.net)
CounterPillow has quit IRC (reticulum.oftc.net coulomb.oftc.net)
kbingham has quit IRC (reticulum.oftc.net coulomb.oftc.net)
jernej has joined #linux-media
BrianG61UK_ has joined #linux-media
BrianG61UK has joined #linux-media
uajain has joined #linux-media
sailus has joined #linux-media
javierm has joined #linux-media
jmondi has joined #linux-media
gnurou has joined #linux-media
mriesch has joined #linux-media
CounterPillow has joined #linux-media
kbingham has joined #linux-media
jkqxz has joined #linux-media
sectroye1 has quit IRC (kinetic.oftc.net reticulum.oftc.net)
Whoopie has quit IRC (kinetic.oftc.net reticulum.oftc.net)
lyakh has quit IRC (kinetic.oftc.net reticulum.oftc.net)
NoGuest17 has quit IRC (kinetic.oftc.net reticulum.oftc.net)
AndyCap has quit IRC (kinetic.oftc.net reticulum.oftc.net)
mripard has quit IRC (kinetic.oftc.net reticulum.oftc.net)
ndufresne has quit IRC (kinetic.oftc.net reticulum.oftc.net)
mort_ has quit IRC (kinetic.oftc.net reticulum.oftc.net)
milek7 has quit IRC (kinetic.oftc.net reticulum.oftc.net)
jkqxz has quit IRC (kinetic.oftc.net reticulum.oftc.net)
CounterPillow has quit IRC (kinetic.oftc.net reticulum.oftc.net)
gnurou has quit IRC (kinetic.oftc.net reticulum.oftc.net)
BrianG61UK has quit IRC (kinetic.oftc.net reticulum.oftc.net)
BrianG61UK_ has quit IRC (kinetic.oftc.net reticulum.oftc.net)
jernej has quit IRC (kinetic.oftc.net reticulum.oftc.net)
javierm has quit IRC (kinetic.oftc.net reticulum.oftc.net)
uajain has quit IRC (kinetic.oftc.net reticulum.oftc.net)
jmondi has quit IRC (kinetic.oftc.net reticulum.oftc.net)
sailus has quit IRC (kinetic.oftc.net reticulum.oftc.net)
kbingham has quit IRC (kinetic.oftc.net reticulum.oftc.net)
mriesch has quit IRC (kinetic.oftc.net reticulum.oftc.net)
b-rad has quit IRC (kinetic.oftc.net reticulum.oftc.net)
fleebs has quit IRC (kinetic.oftc.net reticulum.oftc.net)
lexano has quit IRC (kinetic.oftc.net reticulum.oftc.net)
dagmcr has quit IRC (kinetic.oftc.net reticulum.oftc.net)
broonie has quit IRC (kinetic.oftc.net reticulum.oftc.net)
VelcroPad has quit IRC (kinetic.oftc.net reticulum.oftc.net)
tfiga has quit IRC (kinetic.oftc.net reticulum.oftc.net)
mchehab has quit IRC (kinetic.oftc.net reticulum.oftc.net)
larsc has quit IRC (kinetic.oftc.net reticulum.oftc.net)
Epakai has quit IRC (kinetic.oftc.net reticulum.oftc.net)
Ampera_ has quit IRC (kinetic.oftc.net reticulum.oftc.net)
johfjeld has quit IRC (kinetic.oftc.net reticulum.oftc.net)
ezequielg has quit IRC (kinetic.oftc.net reticulum.oftc.net)
tzanger has quit IRC (kinetic.oftc.net reticulum.oftc.net)
arnd has quit IRC (kinetic.oftc.net reticulum.oftc.net)
Lightsword has quit IRC (kinetic.oftc.net reticulum.oftc.net)
cyrozap has quit IRC (kinetic.oftc.net reticulum.oftc.net)
dikshita has quit IRC (kinetic.oftc.net reticulum.oftc.net)
epoll has quit IRC (kinetic.oftc.net reticulum.oftc.net)
punit has quit IRC (kinetic.oftc.net reticulum.oftc.net)
ribalda has quit IRC (kinetic.oftc.net reticulum.oftc.net)
xdarklight has quit IRC (kinetic.oftc.net reticulum.oftc.net)
hverkuil has quit IRC (kinetic.oftc.net reticulum.oftc.net)
montjoie_ has quit IRC (kinetic.oftc.net reticulum.oftc.net)
pinchartl has quit IRC (kinetic.oftc.net reticulum.oftc.net)
tomba has quit IRC (kinetic.oftc.net reticulum.oftc.net)
dafna2[m] has quit IRC (kinetic.oftc.net reticulum.oftc.net)
swegener has quit IRC (kinetic.oftc.net reticulum.oftc.net)
dwlsalmeida has quit IRC (kinetic.oftc.net reticulum.oftc.net)
mtretter has quit IRC (kinetic.oftc.net reticulum.oftc.net)
jkqxz has joined #linux-media
kbingham has joined #linux-media
CounterPillow has joined #linux-media
mriesch has joined #linux-media
gnurou has joined #linux-media
jmondi has joined #linux-media
javierm has joined #linux-media
sailus has joined #linux-media
uajain has joined #linux-media
BrianG61UK has joined #linux-media
BrianG61UK_ has joined #linux-media
jernej has joined #linux-media
cyrozap has joined #linux-media
punit has joined #linux-media
VelcroPad has joined #linux-media
ribalda has joined #linux-media
dikshita has joined #linux-media
mtretter has joined #linux-media
milek7 has joined #linux-media
ndufresne has joined #linux-media
dwlsalmeida has joined #linux-media
Ampera_ has joined #linux-media
johfjeld has joined #linux-media
Epakai has joined #linux-media
ezequielg has joined #linux-media
larsc has joined #linux-media
xdarklight has joined #linux-media
arnd has joined #linux-media
broonie has joined #linux-media
mripard has joined #linux-media
dagmcr has joined #linux-media
swegener has joined #linux-media
tzanger has joined #linux-media
epoll has joined #linux-media
mort_ has joined #linux-media
dafna2[m] has joined #linux-media
tomba has joined #linux-media
AndyCap has joined #linux-media
lexano has joined #linux-media
pinchartl has joined #linux-media
mchehab has joined #linux-media
Lightsword has joined #linux-media
montjoie_ has joined #linux-media
NoGuest17 has joined #linux-media
hverkuil has joined #linux-media
lyakh has joined #linux-media
Whoopie has joined #linux-media
fleebs has joined #linux-media
tfiga has joined #linux-media
sectroye1 has joined #linux-media
b-rad has joined #linux-media
sectroye1 has quit IRC (reticulum.oftc.net helix.oftc.net)
ndufresne has quit IRC (reticulum.oftc.net helix.oftc.net)
mripard has quit IRC (reticulum.oftc.net helix.oftc.net)
AndyCap has quit IRC (reticulum.oftc.net helix.oftc.net)
mort_ has quit IRC (reticulum.oftc.net helix.oftc.net)
lyakh has quit IRC (reticulum.oftc.net helix.oftc.net)
milek7 has quit IRC (reticulum.oftc.net helix.oftc.net)
NoGuest17 has quit IRC (reticulum.oftc.net helix.oftc.net)
Whoopie has quit IRC (reticulum.oftc.net helix.oftc.net)
sectroye1 has joined #linux-media
Whoopie has joined #linux-media
lyakh has joined #linux-media
NoGuest17 has joined #linux-media
AndyCap has joined #linux-media
mort_ has joined #linux-media
mripard has joined #linux-media
ndufresne has joined #linux-media
milek7 has joined #linux-media
dafna2[m] has quit IRC (reticulum.oftc.net liquid.oftc.net)
hverkuil has quit IRC (reticulum.oftc.net liquid.oftc.net)
dwlsalmeida has quit IRC (reticulum.oftc.net liquid.oftc.net)
pinchartl has quit IRC (reticulum.oftc.net liquid.oftc.net)
tomba has quit IRC (reticulum.oftc.net liquid.oftc.net)
swegener has quit IRC (reticulum.oftc.net liquid.oftc.net)
mtretter has quit IRC (reticulum.oftc.net liquid.oftc.net)
montjoie_ has quit IRC (reticulum.oftc.net liquid.oftc.net)
hverkuil has joined #linux-media
montjoie_ has joined #linux-media
pinchartl has joined #linux-media
tomba has joined #linux-media
dafna2[m] has joined #linux-media
swegener has joined #linux-media
dwlsalmeida has joined #linux-media
mtretter has joined #linux-media
[23:10]

↑back Search ←Prev date Next date→ Show only urls(Click on time to select a line by its url)