lp:~thopiekar/arm-mali/libvdpau-sunxi
- Get this branch:
- bzr branch lp:~thopiekar/arm-mali/libvdpau-sunxi
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/linux-sunxi/libvdpau-sunxi.git.
Last successful import was .
Recent revisions
- 80. By Andreas Baierl <email address hidden>
-
Fix pixman blit
We have to compose the src_rgba over the dst_rgba and
drop dst_rgba information in case dst_rgba needs a clear.
If no clearing is needed, do a blit including the alpha value.
Without this fix, old rgba surfaces may stay visible on screen. - 79. By Jens Kuske <email address hidden>
-
Remove unneeded reconstruct buffer
This reverts commit 162bfcc214fa1b6
ef64e1d39298dd9 dfe3681190
and replaces it by direct non-tiled output.On H3 and newer all subengines are able to work without any tiled
buffer, not only the H.265 engine. This saves us some memory and
reduces complexity of video surfaces. - 78. By Jens Kuske <email address hidden>
-
Fix VdpVideoSurface
GetBitsYCbCr on H3 and newer Newer SoCs don't use the tiled video format anymore, so we must
not convert from tiled to normal.
This only works for YV12 now, NV12 would need some conversion. - 76. By Jens Kuske <email address hidden>
-
Fix some H.265 parameters
Now all H.265 test bitstreams (except PICSIZE_[ABD], which
might be too wide for the hardware) are decoded correctly. - 72. By Andreas Baierl <email address hidden>
-
Add CPU fallback for G2D
This adds a CPU fallback for G2D using pixman (www.pixman.org)
for 2D filling and blitting actions in case of missing
G2D mixer processor on devices != A10/A20.
The software fallback is one of the requirements for OSD support
on Allwinner devices other than A10/A20.Note: Pixman expects pixel data as premultiplied alpha values, so
you have to ensure, that your application uses the correct values.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)