summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Add H265 Caminandes presetsPaul Kocialkowski2018-08-31102-0/+19686
| | | | Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
* Add happy Big Buck Bunny presetPaul Kocialkowski2018-08-0926-0/+1025
| | | | | | | This preset is a 1080x1080 crop of the associated sample video, which allows testing both a width and height not aligned to 16. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
* Revert "presets: Add Sintel MPEG2 dump"Paul Kocialkowski2018-08-0951-1350/+0
| | | | | | | This reverts commit 6367502b0df86407c85a995d25f5886b9ad084e6. The beginning of the video is mostly black frames, so it's not worth including this preset.
* Update ed-mpeg2 preset to new definitions with a new dumpPaul Kocialkowski2018-08-0951-674/+849
| | | | Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
* Adapt MPEG2 definitions for the latest changesPaul Kocialkowski2018-08-081-250/+600
| | | | Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
* data: Fixup frame headers to match latest definitionsPaul Kocialkowski2018-07-252-300/+300
| | | | Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
* Remove metadata for more frames than we have data forPaul Kocialkowski2018-07-251-675/+0
| | | | Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
* presets: Add Sintel MPEG2 dumpPaul Kocialkowski2018-07-2451-0/+1350
|
* data: bbb-mpeg2: Add quantization matricesPaul Kocialkowski2018-07-241-0/+925
| | | | Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
* h264: Update baseline sampleMaxime Ripard2018-07-131-986/+2837
| | | | Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
* h264: Update All-I samplesMaxime Ripard2018-07-131-736/+768
| | | | Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
* Add H264 High profileMaxime Ripard2018-07-1333-0/+9254
| | | | Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
* Update to the latest kernel-side definitionsPaul Kocialkowski2018-07-104-278/+278
| | | | Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
* preset: Add Elephants Dream MPEG2 presetPaul Kocialkowski2018-07-0351-0/+850
| | | | Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
* cft: Add H264 samplesMaxime Ripard2018-07-0366-0/+14102
| | | | Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
* Move frame type to presetPaul Kocialkowski2018-06-191-25/+0
| | | | | | | Since the frame type should not change for the same preset, have it in the preset structure directly instead of duplicating it in each frame. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
* cft: Rework frame structure a bitMaxime Ripard2018-06-191-125/+75
| | | | | | | | The frame structure currently assumes that the frame will be an MPEG2 one, which will no longer be the case soon. Rework the structure so that we have a way to identify the frame type, and to store the associated data. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
* Sync with latest Cedrus driverPaul Kocialkowski2018-06-141-25/+25
| | | | Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
* data: bbb-mpeg2: Update reference index fields to match latest patchsetPaul Kocialkowski2018-04-211-50/+50
| | | | Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
* Initial cedrus-frame-test commit, a tool to test the Sunxi-Cedrus driverPaul Kocialkowski2018-04-2126-0/+500
This standalone tool is designed to help with development and testing of the Sunxi-Cedrus VPU driver, that supports the Video Engine found on most Allwinner SoCs. It currently supports decoding MPEG2 frames from their slice data (stored as files) and associated metadata, as well as displaying the decoded frames through a dedicated DRM plane, using the sun4i-drm display driver. The behavior of the tool can be configured through command line arguments, that are precised by the its usage help. A single preset is shipped with cedrus-frame-test at this point, that contains the first second of video from the Linaro Big Buck Bunny MPEG2 video sample. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>