examples: add a am7xxx-play example program
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 15 Mar 2012 14:30:28 +0000 (15:30 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 15 Mar 2012 14:44:56 +0000 (15:44 +0100)
commit24924e4869890878be88a1c6c324d2fe9ee8f087
treeb8c9710e67b455b76f7f4368ecfecfeb03fe6472
parent8aab48a903f8cd60ef6e1e356087be699470cbc1
examples: add a am7xxx-play example program

am7xxx-play is a simple player based on ffmpeg/libav which displays the
output on a am7xxx device. It can be used to capture the desktop screen,
or video from a v4l2 device, or from any other device supported by
libavdevice including video files.

However it is to note that am7xxx-play displays the output as fast as it
can so it is not reliable when used to display video files directly.
cmake_modules/FindFFmpeg.cmake [new file with mode: 0644]
cmake_modules/FindXCB.cmake [new file with mode: 0644]
examples/CMakeLists.txt
examples/am7xxx-play.c [new file with mode: 0644]