Nenhuma descrição

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

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.