summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-29m_TrickSpeedModephintuka
2006-12-28*** empty log message ***phintuka
2006-12-24Playlist improved and moved to separate module (tools/playlist.c)phintuka
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)
2006-12-242006-12-24phintuka
2006-12-24Added a note about server discovery and default host to help textphintuka
2006-12-24Header updatephintuka
2006-12-24Patch from Timo Weingärtner:phintuka
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)
2006-12-24Clear old metainfo when starting new replayphintuka
2006-12-24Connection state (HTTP, RTSP)phintuka
2006-12-24Logging goes to (unbuffered) stderrphintuka
goom wants parameters thru xine config, not using post plugin parameters api ...
2006-12-24DVD title numberphintuka
2006-12-24parse audio visualization options in PLAYFILEphintuka
Forward UI title to VDR (typically dvd name + title etc.)
2006-12-24Initial importphintuka
2006-12-24fixed non-pointer accessphintuka
2006-12-24Use getsockname() to get own IP address (RTP sender address). Scan network ↵phintuka
interfaces only if getsockname fails. Use ip2txt from cxsocket.h to translate ip address to text
2006-12-24Logging goes to (unbuffered) stderrphintuka
2006-12-24Decoder menu moved to Local Frontend menu (it does have any effect on remote ↵phintuka
frontends) Added network services configuration (HTTP, RTSP) Fixed decoder priority setting
2006-12-24network services (HTTP, RTSP)phintuka
2006-12-24Fix typophintuka
2006-12-24Added config options to disable playlist cache and ID3 scannerphintuka
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
2006-12-24Added missing stdint.h headerphintuka
Added config options to disable playlist cache and ID3 scanner Added several config options to control http and rtsp streaming
2006-12-24Setup options "Browse???Dir" --> "Media.Browse???Dir"phintuka
Added "hidden" config options to disable playlist cache and ID3 scanner Added audio CD playback entry
2006-12-24SAP announcements, CD playingphintuka
2006-12-24ID3 scannerphintuka
2006-12-23Fixed metainfo parsingphintuka
Use options when switching post plugin goom on
2006-12-23Fixed subtitle datactionphintuka
Using cString as dynamic string buffer
2006-12-23Initial importphintuka
2006-12-23Removed extra '/' from path concatenatingphintuka
2006-12-21Added missing inlinephintuka
Eliminated compiler warnings
2006-12-21Added small description and pthread_mutex_trylock wrapperphintuka
2006-12-20Added INFO TITLEphintuka
2006-12-19Fixed 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-19Fix incorrect "no video" message in SetPlayModephintuka
2006-12-19Added missing headerphintuka
Fixed wrong cast
2006-12-19Added missing headerphintuka
2006-12-19Added missing headerphintuka
2006-12-19Initial importphintuka
2006-12-19Help xine to auto-detect correct demuxerphintuka
2006-12-19Fixed 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-19Enable 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-19added m_ServerIdphintuka
2006-12-19Use INFO for TRACKMAP and METAINFOphintuka
2006-12-19*** empty log message ***phintuka
2006-12-19Added timer to display track information after automatic track changephintuka
2006-12-19Added simple key repeat emulation if lircd does not regonizephintuka
repeated keys automatically (command-line option "--lirc=/dev/lircd,repeatemu")
2006-12-19Fixed 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-19Added metainfo handlingphintuka
2006-12-17load/configure audiochannel post plugin only when audio channel is changedphintuka
Get/Set metainfo
2006-12-17Get/Set metainfophintuka
2006-12-17metainfophintuka