Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-21 | Remove 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-21 | Properly escape filenames before sending to xine | phintuka | |
Add external subtitle file directly to mrl | |||
2007-06-21 | remove (unsigned) >= 0 | phintuka | |
2007-06-21 | Use cString for strings | phintuka | |
2007-06-21 | char *m_FileName -> cString m_FileName | phintuka | |
2007-06-21 | Pointer checks | phintuka | |
2007-06-21 | Pass external subtitle file to media player | phintuka | |
2007-06-21 | Use the unescaped uri ... | phintuka | |
2007-06-21 | Log error message if local address can't be translated | phintuka | |
2007-06-21 | Unescape request uri | phintuka | |
2007-06-21 | xine-lib 1.2 changes | phintuka | |
2007-06-19 | New media file types (Seppo Ingalsuo) | phintuka | |
2007-06-19 | Smooth fast forward setup option (Patch from Timo Eskola) | phintuka | |
2007-06-18 | Move subtitle position to config_t | phintuka | |
2007-06-18 | Metadata 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-18 | Added EscapeMrl() | phintuka | |
2007-06-18 | List only installed audio/video drivers in help message | phintuka | |
2007-06-17 | Select first SPU track if automatic SPU track selection is on and none of ↵ | phintuka | |
track languages matches | |||
2007-06-17 | Fix missing first SPU track in SPU selection menu | phintuka | |
2007-06-12 | Show current VDR server in X title bar | phintuka | |
2007-06-12 | Setup option to change external subtitle (.sub/.srt) font size | phintuka | |
2007-06-12 | Save setup after storing new values | phintuka | |
2007-06-12 | If separate subtitle file is detected, save the full name of file instead | phintuka | |
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-11 | Set RTP source address | phintuka | |
2007-06-11 | Listen address | phintuka | |
2007-06-11 | Add index of failure point to error message | phintuka | |
2007-06-11 | Add server IP address to UDP discovery broadcasts | phintuka | |
2007-06-11 | Bind to specific local address | phintuka | |
2007-06-11 | Fix condition (based on gcc 4.3 warning) | phintuka | |
2007-06-11 | Re-ordering, grouping and comments (no functional changes) | phintuka | |
2007-06-11 | Command-line option for local interface address | phintuka | |
2007-06-11 | Setup menu entry for local interface address | phintuka | |
2007-06-11 | remote_addr -> remote_local_ip | phintuka | |
remote_iface -> remote_local_if | |||
2007-06-11 | use_remote_keyboard --> remote_keyboard | phintuka | |
2007-06-11 | Force even RTP base (data) port | phintuka | |
2007-06-11 | Remove 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-11 | Use server-given IP address instead of broadcast source address | phintuka | |
if server address is present in discovery reply | |||
2007-06-09 | Signature of input plugin read() function is different in xine-lib 1.2 | phintuka | |
(char *buf --> void *buf) | |||
2007-06-06 | Mark strings as constant | phintuka | |
(gcc 4.3.0: deprecated conversion from string constant to 'char*') | |||
2007-05-30 | Fix segfault in verbose logging | phintuka | |
2007-05-30 | Support using ffmpeg mpeg2 video decoder instead of libmpeg2. | phintuka | |
ffmpeg decoder must be activated by increasing its priority in config_xineliboutput. | |||
2007-05-30 | Fixed pes_strip_pts (packet and header lengths were not updated) | phintuka | |
2007-05-20 | Fixed release month | phintuka | |
2007-05-18 | Call external script when aspect ratio changes | phintuka | |
2007-05-18 | fe_t struct re-ordered and compacted | phintuka | |
2007-05-18 | New options: | phintuka | |
--wid=window_id (output to existing X window) --aspect=auto:<script> (use external script to control HW aspect ratio) | |||
2007-05-18 | Removed (unused) decoder priority option | phintuka | |
2007-05-18 | Path to external aspect ratio controller script | phintuka | |
2007-05-18 | Special LIRC keys | phintuka | |
2007-05-18 | Special LIRC keys | phintuka | |