qtplayer
--------

	Example mediaplayer based on openmedialib and the Trolltech Qt development
	framework.

	It's primarily provided as a test case and isn't designed to be installed on
	any platform.


Features:

	* Multiple window playback
	* Deinterlaced or full field display for interlaced material
	* Basic image sequence support
	* Basic audio visualisation experiment
	* Frame accurate seeking and stepping
	* Attempts to honour aspect ratio of source material
	* DV and Mpeg stream input compatible


Usage:

	* Drag and drop media files from your file manager
	* Left hand click and drag for ffwd/rew
	* Right hand click and drag for scrubbing
	* Cursor left and right to step by frame/field
	* Cursor up and down to adjust volume levels
	* Page up/down to step by 1000 frames
	* Space to pause/play
	* Press N to open a new window
	* Double click or Press F to toggle full screen on the current window
	* Press Escape to close a window
	* Press D to toggle between deinterlaced, interlaced display or full field


Build on Linux:

	Build and install openlibraries first

	$ qmake
	$ make 
	$ ../distributables/qtplayer [ file ]


Build on Windows:

	Build openlibraries first

	> qmake -t vcapp
	
	Build the project generated

	> cd ..\distributables
	> qtplayer [ file ]


Build on OS/X:

	TBD



