aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-12-01configure: clean upHEADmasterRoss Burton
2015-12-01test-xvideo: fix build error while configureMaxin B. John
./configure checking X11/extensions/Xvlib.h usability... no checking X11/extensions/Xvlib.h presence... yes configure: WARNING: X11/extensions/Xvlib.h: present but cannot be compiled configure: WARNING: X11/extensions/Xvlib.h: check for missing prerequisite headers? configure: WARNING: X11/extensions/Xvlib.h: see the Autoconf documentation configure: WARNING: X11/extensions/Xvlib.h: section "Present But Cannot Be Compiled" configure: WARNING: X11/extensions/Xvlib.h: proceeding with the compiler's result checking for X11/extensions/Xvlib.h... no configure: error: Cannot find X headers Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
2015-12-01test-xvideo: create a gitignore fileMaxin B. John
Create a .gitignore file for the project. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
2015-11-30configure: update and cleanupRoss Burton
2015-11-30build: remove autogen.sh, use autoreconf insteadRoss Burton
2015-11-30build: remove generated config.sub and install.shRoss Burton
2015-11-30test-xvideo.c: avoid crashing on improper command line optionsMaxin B. John
testxvideo application segfaults when we provide incomplete command line options. eg: ./testxvideo --display Segmentation fault (core dumped) Fix it with proper checks. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
2015-11-30test-xvideo.c: include ctypes.hMaxin B. John
Include ctypes.h to fix this warning: test-xvideo.c:569:14: warning: implicit declaration of function ‘isdigit’ [-Wimplicit-function-declaration] Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
2007-06-22flush xvimage requests, kill memleak, fix some logging.Dodji Seketeli
* src/test-xvideo.c: (push_yuv_to_xvideo): flush each XvPutImage call. kill a memleak, fix some logging.
2007-06-21Allow, cliping/resizing, added yuv files for testing.Dodji Seketeli
* src/test-xvideo.c: added --src-size <s> --src-origin <o>, --dst-size <s>, --dst-origin <o>, --nb-frames <nb> arguments. Size and coordinates can now be given under the form 234x567. Image resizing is not allowed. * data/*.yuv: added som yuv files to ease testing.
2007-06-18remove useless fileDodji Seketeli
2007-06-18Initial importDodji Seketeli