Aucune description

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

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.