wzyy2 has quit [Remote host closed the connection]
wzyy2 has joined #linux-rockchip
indy has quit [Ping timeout: 258 seconds]
indy has joined #linux-rockchip
LongWork has quit [Ping timeout: 276 seconds]
phinxy has quit [Quit: Leaving]
wzyy2 has quit [Remote host closed the connection]
wzyy2 has joined #linux-rockchip
Omegamoon has joined #linux-rockchip
descend-irc__ has joined #linux-rockchip
cyteen has joined #linux-rockchip
wadim_ has joined #linux-rockchip
LongWork has joined #linux-rockchip
JohnDoe_71Rus has joined #linux-rockchip
lkcl has quit [*.net *.split]
c|oneman has quit [*.net *.split]
ganbold has quit [*.net *.split]
nobe has quit [*.net *.split]
leming has quit [*.net *.split]
c|oneman has joined #linux-rockchip
ganbold has joined #linux-rockchip
nobe has joined #linux-rockchip
lkcl has joined #linux-rockchip
leming has joined #linux-rockchip
nighty-- has quit [Quit: Disappears in a puff of smoke]
BenG83 has quit [Ping timeout: 260 seconds]
BenG83 has joined #linux-rockchip
wzyy2 has quit [Ping timeout: 260 seconds]
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-rockchip
cyteen has quit [Quit: Leaving]
wzyy2 has joined #linux-rockchip
afaerber has quit [Quit: Leaving]
afaerber has joined #linux-rockchip
vagrantc has joined #linux-rockchip
descend-irc__ has quit [Quit: Connection closed for inactivity]
vagrantc has quit [Quit: leaving]
tlwoerner has quit [Quit: Leaving]
tlwoerner has joined #linux-rockchip
cnxsoft has quit [Quit: cnxsoft]
mmeyer724 has joined #linux-rockchip
<mmeyer724>
Hi there! I'm trying to implement hardware accelerated h264 decoding for FreeRDP. So far I have been able to put packets into the pipeline and get output buffers, but unfortunately the resulting color is not correct. As far as I can tell it looks like MPP is converting the frames to YUV420SP, however FreeRDP requires YUV420P (planar chroma instead of semiplanar / interleaved).
<mmeyer724>
I was able to verify this by writing some terribly inefficient code to convert the semiplanar chroma to planar before passing it to FreeRDP.
cyteen has joined #linux-rockchip
<mmeyer724>
This is definitely not good for our frame rate... so I was wondering if there is a way to prevent MPP from converting the pixel format on me.