viddec: support for multiple decoder instances
Enable support for testing multiple decoders in a single process.
Enable support for testing multiple decoders in a single process.
x11: only open driver once
This is needed if you have multiple dri2video windows in a single
process, since GEM handles only have meaning within the context of
a single file-open.
This is needed if you have multiple dri2video windows in a single
process, since GEM handles only have meaning within the context of
a single file-open.
viddec3test: add profiling for render times
camera/v4l2 fixes
add missing #include's for config.h
WIP: x11/dri2video support
fix typo in checking for libdri2
Only enable v4l2/dmabuf tests if supported
Test v4l2 headers, and only enable v4l2/dmabuf tests if dmabuf support
is detected.
Test v4l2 headers, and only enable v4l2/dmabuf tests if dmabuf support
is detected.
add viddec3 decoder test
add video buffer lock/unlock API
Intended to make life easier for clients like video decode test, which
needs a pool of buffers it can allocate from, and later free back to.
Intended to make life easier for clients like video decode test, which
needs a pool of buffers it can allocate from, and later free back to.
add video buffer support
v4l2: add mcf pipeline setup
The MEDIA_IOC_SETUP_LINK sometimes fails with a timeout msg, and DQBUF
still hangs, but at least now it isn't failing at STREAMON.
The MEDIA_IOC_SETUP_LINK sometimes fails with a timeout msg, and DQBUF
still hangs, but at least now it isn't failing at STREAMON.
Initial commit