History log of /haiku/src/tests/kits/media/VideoDecoder.cpp
Revision Date Author Comments
# 13b4d979 28-Aug-2019 Jaroslaw Pelczar <jarek@jpelczar.com>

VideoDecoder.cpp: Fix invalid C++ extra qualification

Signed-off-by: Jaroslaw Pelczar <jarek@jpelczar.com>
Change-Id: Ide54bce3a762826c33dafa87a1d7fdceac275619
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1786
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 2d104537 07-Dec-2017 Adrien Destugues <pulkomandy@pulkomandy.tk>

Add a simple video decoding test

This application tests the BMediaTrack/BMediaFile API and underlying
ffmpeg plugin for video decoding. You can press (or hold) any key to go
through frames in a video. This avoids debugging both MediaPlayer and
the underlying libraries at the same time.

It shows that ReadFrames is getting video frames out of PTS order.