narmstrong changed the topic of #linux-amlogic to: Amlogic mainline kernel development discussion - our wiki http://linux-meson.com/ - ml linux-amlogic@lists.infradead.org - official channel moved from Freenode - publicly logged on https://libera.irclog.whitequark.org/linux-amlogic
camus has quit [Ping timeout: 260 seconds]
camus has joined #linux-amlogic
camus1 has joined #linux-amlogic
camus has quit [Ping timeout: 272 seconds]
camus1 is now known as camus
Danct12 has joined #linux-amlogic
Danct12 has quit [Remote host closed the connection]
buzzmarshall has quit [Quit: Konversation terminated!]
Danct12 has joined #linux-amlogic
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #linux-amlogic
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #linux-amlogic
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #linux-amlogic
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #linux-amlogic
gis has quit [Ping timeout: 260 seconds]
tolszak has joined #linux-amlogic
vagrantc has quit [Quit: leaving]
gis has joined #linux-amlogic
Danct12 has quit [Remote host closed the connection]
naoki has quit [Quit: naoki]
Cheaterman has quit [Ping timeout: 248 seconds]
tolszak has quit [Ping timeout: 246 seconds]
Cheaterman has joined #linux-amlogic
Schrostfutz has joined #linux-amlogic
<Schrostfutz> Hi! I own a S905 board and have been trying to understand the video ecosystem, currently I'm quite lost. I want to write code for hardware video decoding but have trouble finding documentation. In my os there are plenty of `/dev/am*` devices that the aml-libs my vendor ships seem to interact with, but this is sparingly documented, and I was unable to find sources for the library and the kernel driver(s) (amvdec*)
<Schrostfutz> that create those. Meson seems to be unrelated, an open-source way to interact with the hardware via the v4l2 interface. Am I understanding that correctly?
vagrantc has joined #linux-amlogic
JohnnyonFlame has joined #linux-amlogic
<xdarklight> Schrostfutz: it sounds like you're running a vendor kernel. mainline Linux has this driver which uses the v4l2 (memory-to-memory) interface: https://github.com/torvalds/linux/tree/master/drivers/staging/media/meson/vdec
<xdarklight> Schrostfutz: there's some caveats with that driver though (I can't recall the exact problems) so don't expect it to be perfect
naoki has joined #linux-amlogic
vagrantc has quit [Quit: leaving]
<Schrostfutz> xdarklight: Thanks alot, that gives me some more idea what to look for. I'm trying to use the hardware video decoding for end-user applications so I was looking into implementing VA-API for the vendor interface, but I'll look into v4l2 more, this seems like the more treaded path.
vagrantc has joined #linux-amlogic