aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 2ee868dd02a9bc3766c2a2d6ba025e3bfba1dd2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2007-06-22 Dodji Seketeli <dodji@openedhand.com>

	* src/test-xvideo.c: 
	  (push_yuv_to_xvideo): flush each XvPutImage call.
	  kill a memleak, fix some logging.

2007-06-21 Dodji Seketeli <dodji@openedhand.com>

	* 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-18 Dodji Seketeli <dodji@openedhand.com>

	* src/test-xvideo.c: first attempt at loading one frame from a yuv file
	  and throwing it at xvideo.
	  More work need to be done to support yuv formats other
	  than yuv420planar.