]> git.tdb.fi Git - xinema.git/history - source
Create an icon for the remote
[xinema.git] / source /
2015-10-18 Mikko RasaTreat zero frame duration as zero fps rather than infinity
2015-10-18 Mikko RasaMake some auxiliary information about the stream available
2015-10-17 Mikko RasaUse filename as a fallback title if the stream doesn...
2015-10-17 Mikko RasaSubstitute "unknown" if channel language can't be deter...
2015-10-17 Mikko RasaAlso send the current position when a client connects
2015-10-17 Mikko RasaReorder some members
2015-10-17 Mikko RasaSend an end message after directory listing as well
2015-10-17 Mikko RasaMove the xine_open call after event queue creation
2015-10-17 Mikko RasaRevise the channel interface
2015-10-16 Mikko RasaSupport changing audio and SPU channels
2015-10-16 Mikko RasaLocking fix
2015-10-16 Mikko RasaRename check_info to update_info
2015-10-16 Mikko RasaAdd a signal emission that got left out earlier
2015-10-16 Mikko RasaRe-display the logo after the stream finishes
2015-10-16 Mikko RasaAvoid crashing due to network exceptions
2015-10-16 Mikko RasaProtect some important parts with mutexes
2015-10-16 Mikko RasaRevert to using XLockDisplay/XUnlockDisplay
2015-10-16 Mikko RasaRemove handling of the progress event
2015-10-16 Mikko RasaImplement basic playback controls
2015-10-16 Mikko RasaFix a command processing error
2015-10-16 Mikko RasaHook up any new clients to an existing stream
2015-10-16 Mikko RasaInform clients of stream title changes
2015-10-16 Mikko RasaExport some simple playback information to clients
2015-10-15 Mikko RasaDisplay a logo graphic on startup
2015-10-15 Mikko RasaRefactor code to have the engine tick any streams
2015-10-15 Mikko RasaPass expose events to Xine
2015-10-15 Mikko RasaRemove a debug print
2015-10-14 Mikko RasaUse a datagram socket for automatic service discovery
2015-10-14 Mikko RasaAdd a simple networked command interface
2015-10-14 Mikko RasaRefactor the libxine interface into classes
2015-10-13 Mikko RasaA simple application using libxine to play a video...