Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
moved static sMaster to be class member
use cString as dynamic temp buffer when creating strings with sprintf
use printf_cmd instead of preparing string to separate buffer
fixed InfoHandler calling
ip2txt is now member of cxSocket
|
|
|
|
|
|
Added readline and printf
Added cxSocket class
Fixed multicast ttl setting
moved ip2txt to cxsoxket.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Send Replaying status message when file changes (Thanks to Riku Hintukainen)
Use metainfo from music files (Suggested by Petri Helin)
Display dvd title (Suggested by Riku Hintukainen)
Blink current position when paused (nice with lcd)
|
|
|
|
|
|
|
|
Allow overriding directory environment
Use "install" to install files and set proper permissions
Allow setting install destionation root directory (DESTDIR=...)
New object file (playlist.o)
|
|
|
|
|
|
goom wants parameters thru xine config, not using post plugin parameters api ...
|
|
|
|
Forward UI title to VDR (typically dvd name + title etc.)
|
|
|
|
|
|
interfaces only if getsockname
fails.
Use ip2txt from cxsocket.h to translate ip address to text
|
|
|
|
frontends)
Added network services configuration (HTTP, RTSP)
Fixed decoder priority setting
|
|
|
|
|
|
Added several config options to control http and rtsp streaming
Setup options "Browse???Dir" --> "Media.Browse???Dir"
".ram" moved from audio files to playlist files
".asx" added to playlist files
Fixed frontend "none" in frontend table to display correct selection in setup menu
|
|
Added config options to disable playlist cache and ID3 scanner
Added several config options to control http and rtsp streaming
|
|
Added "hidden" config options to disable playlist cache and ID3 scanner
Added audio CD playback entry
|
|
|
|
|
|
Use options when switching post plugin goom on
|
|
Using cString as dynamic string buffer
|
|
|
|
|
|
Eliminated compiler warnings
|
|
|
|
|
|
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)
|
|
|
|
Fixed wrong cast
|
|
|
|
|
|
|
|
|
|
- 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)
|