summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-18Fix _WIN_LAYER property (http://developer.gnome.org/doc/standards/wm/c44.html)phintuka
Patch from Timo Eskola
2007-06-26Fix compilation with VDR >= 1.5.3 (Patch from Thomas Günther)phintuka
2007-06-26Move DVD image file unescaping to right place ...phintuka
2007-06-26Unescape DVD mrls (xine-lib bug: unescaping is missing from xine_input_dvd ↵phintuka
plugin)
2007-06-21Allow streaming of (current) external subtitle filephintuka
2007-06-21Remove searching of external subtitles (media player adds subtitle file to mrl)phintuka
Incoming media file name is escaped, so try to stat unescaped version ... If streaming media file over http, try to stream subtitles too
2007-06-21Properly escape filenames before sending to xinephintuka
Add external subtitle file directly to mrl
2007-06-21remove (unsigned) >= 0phintuka
2007-06-21Use cString for stringsphintuka
2007-06-21char *m_FileName -> cString m_FileNamephintuka
2007-06-21Pointer checksphintuka
2007-06-21Pass external subtitle file to media playerphintuka
2007-06-21Use the unescaped uri ...phintuka
2007-06-21Log error message if local address can't be translatedphintuka
2007-06-21Unescape request uriphintuka
2007-06-21xine-lib 1.2 changesphintuka
2007-06-19New media file types (Seppo Ingalsuo)phintuka
2007-06-19Smooth fast forward setup option (Patch from Timo Eskola)phintuka
2007-06-18Move subtitle position to config_tphintuka
2007-06-18Metadata scanner updates:phintuka
- parse flac metadata with metaflac (Patch from Petri Helin) - escape double quotes in file names - sort tracks without track number to end of list - re-sort playlist after metadata scanning
2007-06-18Added EscapeMrl()phintuka
2007-06-18List only installed audio/video drivers in help messagephintuka
2007-06-17Select first SPU track if automatic SPU track selection is on and none of ↵phintuka
track languages matches
2007-06-17Fix missing first SPU track in SPU selection menuphintuka
2007-06-12Show current VDR server in X title barphintuka
2007-06-12Setup option to change external subtitle (.sub/.srt) font sizephintuka
2007-06-12Save setup after storing new valuesphintuka
2007-06-12If separate subtitle file is detected, save the full name of file insteadphintuka
of boolean flag. (Subtitle file name will be sent to player and xine-lib, so that even http-streamed replay can have separate subtitles)
2007-06-11Set RTP source addressphintuka
2007-06-11Listen addressphintuka
2007-06-11Add index of failure point to error messagephintuka
2007-06-11Add server IP address to UDP discovery broadcastsphintuka
2007-06-11Bind to specific local addressphintuka
2007-06-11Fix condition (based on gcc 4.3 warning)phintuka
2007-06-11Re-ordering, grouping and comments (no functional changes)phintuka
2007-06-11Command-line option for local interface addressphintuka
2007-06-11Setup menu entry for local interface addressphintuka
2007-06-11remote_addr -> remote_local_ipphintuka
remote_iface -> remote_local_if
2007-06-11use_remote_keyboard --> remote_keyboardphintuka
2007-06-11Force even RTP base (data) portphintuka
2007-06-11Remove misleading duplicate entry (tvtime options string):phintuka
- it is overwritten by other options anyway - who wants to edit 100-char string using osd anyway ... Fix tvtime options indenting
2007-06-11Use server-given IP address instead of broadcast source addressphintuka
if server address is present in discovery reply
2007-06-09Signature of input plugin read() function is different in xine-lib 1.2phintuka
(char *buf --> void *buf)
2007-06-06Mark strings as constantphintuka
(gcc 4.3.0: deprecated conversion from string constant to 'char*')
2007-05-30Fix segfault in verbose loggingphintuka
2007-05-30Support using ffmpeg mpeg2 video decoder instead of libmpeg2.phintuka
ffmpeg decoder must be activated by increasing its priority in config_xineliboutput.
2007-05-30Fixed pes_strip_pts (packet and header lengths were not updated)phintuka
2007-05-20Fixed release monthphintuka
2007-05-18Call external script when aspect ratio changesphintuka
2007-05-18fe_t struct re-ordered and compactedphintuka