Žiadny popis

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

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.