]> git.tdb.fi Git - xinema.git/log
xinema.git
8 years agoRevert to using XLockDisplay/XUnlockDisplay
Mikko Rasa [Fri, 16 Oct 2015 16:30:59 +0000 (19:30 +0300)]
Revert to using XLockDisplay/XUnlockDisplay

Not all Xine output plugins support custom lock callbacks.  In particular,
vdpau doesn't.

8 years agoRemove handling of the progress event
Mikko Rasa [Fri, 16 Oct 2015 16:03:16 +0000 (19:03 +0300)]
Remove handling of the progress event

It seems to be mostly useful for network streams and those are not
supported at the moment.

8 years agoImplement basic playback controls
Mikko Rasa [Fri, 16 Oct 2015 15:49:57 +0000 (18:49 +0300)]
Implement basic playback controls

8 years agoFix a command processing error
Mikko Rasa [Fri, 16 Oct 2015 15:37:48 +0000 (18:37 +0300)]
Fix a command processing error

8 years agoHook up any new clients to an existing stream
Mikko Rasa [Fri, 16 Oct 2015 15:29:29 +0000 (18:29 +0300)]
Hook up any new clients to an existing stream

8 years agoInform clients of stream title changes
Mikko Rasa [Fri, 16 Oct 2015 15:26:43 +0000 (18:26 +0300)]
Inform clients of stream title changes

8 years agoDisplay a playback page on the remote after selecting a file
Mikko Rasa [Fri, 16 Oct 2015 00:49:17 +0000 (03:49 +0300)]
Display a playback page on the remote after selecting a file

8 years agoExport some simple playback information to clients
Mikko Rasa [Fri, 16 Oct 2015 00:47:37 +0000 (03:47 +0300)]
Export some simple playback information to clients

8 years agoDisplay a logo graphic on startup
Mikko Rasa [Thu, 15 Oct 2015 23:21:54 +0000 (02:21 +0300)]
Display a logo graphic on startup

8 years agoRefactor code to have the engine tick any streams
Mikko Rasa [Thu, 15 Oct 2015 23:20:40 +0000 (02:20 +0300)]
Refactor code to have the engine tick any streams

8 years agoPass expose events to Xine
Mikko Rasa [Thu, 15 Oct 2015 23:19:57 +0000 (02:19 +0300)]
Pass expose events to Xine

8 years agoRemove a debug print
Mikko Rasa [Thu, 15 Oct 2015 23:15:08 +0000 (02:15 +0300)]
Remove a debug print

8 years agoAdd a remote control program for Sailfish OS
Mikko Rasa [Wed, 14 Oct 2015 23:56:51 +0000 (02:56 +0300)]
Add a remote control program for Sailfish OS

8 years agoUse a datagram socket for automatic service discovery
Mikko Rasa [Wed, 14 Oct 2015 23:49:29 +0000 (02:49 +0300)]
Use a datagram socket for automatic service discovery

8 years agoAdd a simple networked command interface
Mikko Rasa [Wed, 14 Oct 2015 11:45:22 +0000 (14:45 +0300)]
Add a simple networked command interface

8 years agoRefactor the libxine interface into classes
Mikko Rasa [Wed, 14 Oct 2015 09:07:27 +0000 (12:07 +0300)]
Refactor the libxine interface into classes

8 years agoA simple application using libxine to play a video file
Mikko Rasa [Tue, 13 Oct 2015 23:06:26 +0000 (02:06 +0300)]
A simple application using libxine to play a video file