nighty- has quit [Quit: Disappears in a puff of smoke]
tl_lim has quit [Ping timeout: 240 seconds]
tl_lim has joined #linux-rockchip
tl_lim has quit [Ping timeout: 265 seconds]
tl_lim has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
tl_lim has quit [Ping timeout: 240 seconds]
tl_lim has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
tl_lim has quit [Read error: Connection reset by peer]
tl_lim has joined #linux-rockchip
tl_lim has quit [Ping timeout: 272 seconds]
tl_lim has joined #linux-rockchip
tl_lim has quit [Read error: Connection reset by peer]
tl_lim has joined #linux-rockchip
tl_lim has quit [Ping timeout: 265 seconds]
tl_lim has joined #linux-rockchip
JohnDoe_71Rus has joined #linux-rockchip
akaizen has joined #linux-rockchip
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-rockchip
lurchi_ has joined #linux-rockchip
lurchi__ has quit [Ping timeout: 240 seconds]
akaizen has quit [Read error: Connection reset by peer]
akaizen has joined #linux-rockchip
tl_lim has quit [Read error: Connection reset by peer]
tl_lim has joined #linux-rockchip
Aussie_matt has joined #linux-rockchip
Aussie_matt has quit [Remote host closed the connection]
tl_lim has quit [Quit: Leaving]
<stdint>
LongChair, pong
<LongChair>
hey :)
<LongChair>
stdint: is it expected that a the avanced decoder test in mpp and also the vpuapi test program seem broken ?
<LongChair>
vpu_api seems to try to load obsolete libraries. and even if i have the right one loaded if will segafault.
<LongChair>
the mpp advanced decoder test using the poll/queue/dequeue seems to never get anything out of the output queue
<stdint>
LongChair, well those library are used for fallback, if they don't exist, they won't be loaded
<LongChair>
that didn't work for me, had to add the rockchip_vpu.so in the list
<LongChair>
and even doing so, then it would segfault
<LongChair>
regarding avanced decoding sample, i tried to use it on medias like h264. seems that queuing is going all right, at least all functions return a proper code, but it will never get anything out the output queue, and decoder says it's not in error
mrueg has quit [Quit: No Ping reply in 180 seconds.]
<LongChair>
it would be nice to have *working* test samples :)
<LongChair>
as there is no documentation :)
mrueg has joined #linux-rockchip
akaizen has quit [Read error: Connection reset by peer]
akaizen has joined #linux-rockchip
mrueg has quit [Quit: No Ping reply in 180 seconds.]
mrueg has joined #linux-rockchip
<stdint>
LongChair, it sounds quite strange, first it would load the rockchip_mpp not the rockchip vpu
<stdint>
the rockchip vpu is the library offers the vpu api
akaizen has quit [Read error: Connection reset by peer]
akaizen has joined #linux-rockchip
<LongChair>
yeah that was for the vpu_api test sample
<stdint>
I have verified that sample before, it doesn't work all the android won't work
<LongChair>
¯\_(ツ)_/¯
<LongChair>
also the poll / queue / dequeue API seemed interesting, but couldn't get it to work properly. queuing input packets seemed to work, but i couldn't get any frame out of the output queue