]>
git.tdb.fi Git - xinema.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mikko Rasa [Fri, 16 Oct 2015 18:27:21 +0000 (21:27 +0300)]
Implement seeking and play/pause controls in the remote
Mikko Rasa [Fri, 16 Oct 2015 18:18:41 +0000 (21:18 +0300)]
Avoid crashing due to network exceptions
Mikko Rasa [Fri, 16 Oct 2015 17:04:23 +0000 (20:04 +0300)]
Protect some important parts with mutexes
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.
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.
Mikko Rasa [Fri, 16 Oct 2015 15:49:57 +0000 (18:49 +0300)]
Implement basic playback controls
Mikko Rasa [Fri, 16 Oct 2015 15:37:48 +0000 (18:37 +0300)]
Fix a command processing error
Mikko Rasa [Fri, 16 Oct 2015 15:29:29 +0000 (18:29 +0300)]
Hook up any new clients to an existing stream
Mikko Rasa [Fri, 16 Oct 2015 15:26:43 +0000 (18:26 +0300)]
Inform clients of stream title changes
Mikko Rasa [Fri, 16 Oct 2015 00:49:17 +0000 (03:49 +0300)]
Display a playback page on the remote after selecting a file
Mikko Rasa [Fri, 16 Oct 2015 00:47:37 +0000 (03:47 +0300)]
Export some simple playback information to clients
Mikko Rasa [Thu, 15 Oct 2015 23:21:54 +0000 (02:21 +0300)]
Display a logo graphic on startup
Mikko Rasa [Thu, 15 Oct 2015 23:20:40 +0000 (02:20 +0300)]
Refactor code to have the engine tick any streams
Mikko Rasa [Thu, 15 Oct 2015 23:19:57 +0000 (02:19 +0300)]
Pass expose events to Xine
Mikko Rasa [Thu, 15 Oct 2015 23:15:08 +0000 (02:15 +0300)]
Remove a debug print
Mikko Rasa [Wed, 14 Oct 2015 23:56:51 +0000 (02:56 +0300)]
Add a remote control program for Sailfish OS
Mikko Rasa [Wed, 14 Oct 2015 23:49:29 +0000 (02:49 +0300)]
Use a datagram socket for automatic service discovery
Mikko Rasa [Wed, 14 Oct 2015 11:45:22 +0000 (14:45 +0300)]
Add a simple networked command interface
Mikko Rasa [Wed, 14 Oct 2015 09:07:27 +0000 (12:07 +0300)]
Refactor the libxine interface into classes
Mikko Rasa [Tue, 13 Oct 2015 23:06:26 +0000 (02:06 +0300)]
A simple application using libxine to play a video file