Dir: IM1PLayer\Decoder
Files Modified:
	Decoder.cpp/DecoderImp.h/Decoder.h
		The Run() method of the Decoder thread was modified to add code that will generate some 
		decoder specific events on the java side. A new variable ( int stop ) was added to make 
		the decoder stop from decoding the same data again and again. The current implementation 
		of decoder doesn't complain when it has no data to read. it will just decode the prevoius 
		frame again and again.	
