]> git.tdb.fi Git - xinema.git/log
xinema.git
8 years agoRevise the channel interface
Mikko Rasa [Sat, 17 Oct 2015 10:08:24 +0000 (13:08 +0300)]
Revise the channel interface

Clients are now notified of changes in the selected channels.

8 years agoSupport changing audio and SPU channels
Mikko Rasa [Fri, 16 Oct 2015 23:48:59 +0000 (02:48 +0300)]
Support changing audio and SPU channels

8 years agoLocking fix
Mikko Rasa [Fri, 16 Oct 2015 23:47:30 +0000 (02:47 +0300)]
Locking fix

8 years agoRename check_info to update_info
Mikko Rasa [Fri, 16 Oct 2015 23:46:25 +0000 (02:46 +0300)]
Rename check_info to update_info

8 years agoAdd a signal emission that got left out earlier
Mikko Rasa [Fri, 16 Oct 2015 23:45:34 +0000 (02:45 +0300)]
Add a signal emission that got left out earlier

It should have been in 4761421

8 years agoEnable navigation between BrowsePage and PlaybackPage
Mikko Rasa [Fri, 16 Oct 2015 22:05:03 +0000 (01:05 +0300)]
Enable navigation between BrowsePage and PlaybackPage

8 years agoFine-tune PlaybackPage layout
Mikko Rasa [Fri, 16 Oct 2015 22:04:23 +0000 (01:04 +0300)]
Fine-tune PlaybackPage layout

8 years agoRe-display the logo after the stream finishes
Mikko Rasa [Fri, 16 Oct 2015 21:28:48 +0000 (00:28 +0300)]
Re-display the logo after the stream finishes

Also don't present it as a playing file.

8 years agoOverhaul BrowsePage to look and feel better
Mikko Rasa [Fri, 16 Oct 2015 20:52:18 +0000 (23:52 +0300)]
Overhaul BrowsePage to look and feel better

8 years agoImplement seeking and play/pause controls in the remote
Mikko Rasa [Fri, 16 Oct 2015 18:27:21 +0000 (21:27 +0300)]
Implement seeking and play/pause controls in the remote

8 years agoAvoid crashing due to network exceptions
Mikko Rasa [Fri, 16 Oct 2015 18:18:41 +0000 (21:18 +0300)]
Avoid crashing due to network exceptions

8 years agoProtect some important parts with mutexes
Mikko Rasa [Fri, 16 Oct 2015 17:04:23 +0000 (20:04 +0300)]
Protect some important parts with mutexes

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