Без опису

Paul Kocialkowski cc1e56721d Update to the latest H.265 API changes 5 роки тому
data cc1e56721d Update to the latest H.265 API changes 5 роки тому
include cc1e56721d Update to the latest H.265 API changes 5 роки тому
.clang-format a0d8d8e00d Run clang-format on the code 6 роки тому
.gitignore f4c27ea5c3 Rename cedrus-frame-test to v4l2-request-test 6 роки тому
Makefile 7df14eb2d7 Include latest MPEG-2 headers and use timestamp for references 6 роки тому
README f4c27ea5c3 Rename cedrus-frame-test to v4l2-request-test 6 роки тому
drm.c 304d666cde drm: Remove deprecated tiled buffer creation helper 6 роки тому
presets.c 5782fd96a4 Update H.265 presets and support to use timestamps 6 роки тому
v4l2-request-test.c 0ebf894dec Fix check on media file descriptor 6 роки тому
v4l2-request-test.h 24c6b3ffaa include: Update controls to latest patch series 6 роки тому
v4l2.c 24c6b3ffaa include: Update controls to latest patch series 6 роки тому

README

# v4l2-request-test

This standalone tool was designed to help with development and testing of the
Cedrus driver, that supports the Video Engine found on most Allwinner SoCs. It
implements the Linux v4l2 Request API, so it can help to test any driver being
developed using that API.

It currently supports decoding MPEG2 and H264 frames from their slice data
(stored as files) and associated metadata, as well as displaying the decoded
frames through a dedicated DRM plane.

The behavior of the tool can be configured through command line arguments, that
are precised by its usage help.