暂无描述

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.