Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-21 | Added small description and pthread_mutex_trylock wrapper | phintuka | |
2006-12-20 | Added INFO TITLE | phintuka | |
2006-12-19 | Fixed KEY Repeat/Release (Thanks to Timo Ruottinen) | phintuka | |
Handshaking is now initiated by client to allow server to detect client type (normal/http/rtsp) Reason of rejecting requested transport type is informed to client Pipes are created to per-process directory to avoid collisions if there are several VDR instances Added missing Unlock() to grab (fixes GRAB deadlock when there are no clients) TRACKMAP uses INFO Allow empty (\r\n) lines in control channel (http/rtsp requests are terminated by empty line) | |||
2006-12-19 | Fix incorrect "no video" message in SetPlayMode | phintuka | |
2006-12-19 | Added missing header | phintuka | |
Fixed wrong cast | |||
2006-12-19 | Added missing header | phintuka | |
2006-12-19 | Added missing header | phintuka | |
2006-12-19 | Initial import | phintuka | |
2006-12-19 | Help xine to auto-detect correct demuxer | phintuka | |
2006-12-19 | Fixed deadlock when re-wiring post plugins: | phintuka | |
- do not check video_out frame count in adjust_realtime_speed (it never triggered change in SCR state anyway) - lock demux thread out of vdr_adjust_realtime_speed while re-wiring post plugins Added timeout to readline_control so it can be used in connection setup and handshaking If external media file is not found, ask server to stream it Connecting pipe data stream moved to own function Handshaking is now initiated by client to allow server to detect client type (normal/http/rtsp) | |||
2006-12-19 | Enable log level setting with xine-ui (--verbose= option) | phintuka | |
Use INFO for TRACKMAP Send stream meta info to VDR detect .smi and .ssa subtitles | |||
2006-12-19 | added m_ServerId | phintuka | |
2006-12-19 | Use INFO for TRACKMAP and METAINFO | phintuka | |
2006-12-19 | *** empty log message *** | phintuka | |
2006-12-19 | Added timer to display track information after automatic track change | phintuka | |
2006-12-19 | Added simple key repeat emulation if lircd does not regonize | phintuka | |
repeated keys automatically (command-line option "--lirc=/dev/lircd,repeatemu") | |||
2006-12-19 | Fixed key repeat handling (Thanks to Timo Ruottinen) | phintuka | |
Synced with vdr-1.4.3-2 lirc.c Added re-connection if lircd connection is lost Added simple key repeat emulation if lircd does not regonize repeated keys automatically (command-line option "--lirc=/dev/lircd,repeatemu") | |||
2006-12-19 | Added metainfo handling | phintuka | |
2006-12-17 | load/configure audiochannel post plugin only when audio channel is changed | phintuka | |
Get/Set metainfo | |||
2006-12-17 | Get/Set metainfo | phintuka | |
2006-12-17 | metainfo | phintuka | |
2006-12-17 | ip2txt - convert IP address and port to string | phintuka | |
2006-12-17 | Minor optimizations to post plugin loading | phintuka | |
2006-12-17 | Minor optimizations to plugin enabling | phintuka | |
2006-12-17 | Fixed a bug that caused audio plugins re-loaded every time when enabled | phintuka | |
2006-12-16 | Audio browser does not show video files and subtitle/dvd flags | phintuka | |
Detect .ssa and .txt subtitles | |||
2006-12-16 | File types splitted to video, audio and playlist | phintuka | |
2006-12-15 | Force polling before every frame. | phintuka | |
This should fix rest of queue overflow problems in remote modes. | |||
2006-12-15 | Force polling before every frame. | phintuka | |
This should fix rest of queue overflow problems in remote modes. | |||
2006-12-15 | Fix max. queue fill level in Queue(). | phintuka | |
(Queue() must accept at least one frame if previous Poll() returned true). | |||
2006-12-15 | Added connection type detection | phintuka | |
Added simple HTTP support | |||
2006-12-15 | Removed #warning | phintuka | |
2006-12-15 | Added connection type selection to connect_control_stream | phintuka | |
connect_tcp_data_stream moved to own function | |||
2006-12-15 | Support raw PES streams (used with HTTP) | phintuka | |
2006-12-15 | Added connection type (normal, http, rtsp) | phintuka | |
2006-12-15 | New file types: .mov and .wmv (sf feature request #1616405) | phintuka | |
2006-12-15 | Added signal handler: | phintuka | |
- SIGHUP, SIGINT and SIGTERM signals terminate program - SIGPIPE signal is ignored | |||
2006-12-15 | Added vidix(fb) to supported video drivers (patch from Antti Seppälä) | phintuka | |
2006-12-14 | 2006-12-14 | phintuka | |
2006-12-14 | real RTP headers in use | phintuka | |
SAP/SDP announcements multicast sockets moved here from frontend_svr.c minor performance improvements | |||
2006-12-14 | RTP sockets moved from fronend_svr.c to udp_pes_scheduler.c | phintuka | |
Added SAP announcements Remember kernel buffer size of sockets instead of querying it for every packet | |||
2006-12-14 | Added missing header | phintuka | |
2006-12-14 | rtp sockets moved to udp scheduler | phintuka | |
fixed server restart after re-configuration removed probe packet sending in UDP and RTP connect (scheduler already sends packets every 100ms) | |||
2006-12-14 | RTP sockets moved to udp scheduler | phintuka | |
2006-12-14 | Added missing close() | phintuka | |
2006-12-14 | Detect RTP headers | phintuka | |
2006-12-14 | *** empty log message *** | phintuka | |
2006-12-14 | More addresses | phintuka | |
2006-12-14 | Use strings from xine_input_vdr_net.h | phintuka | |
2006-12-14 | Added SAP announcements flag | phintuka | |