summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-10Replace Track with Title in playlist items.phelin
2008-01-10*** empty log message ***phintuka
2008-01-09re-syncphintuka
2008-01-09Don't terminate keyboard reading thread when poll is interrupted (EINTR)phintuka
2008-01-09Cache autoplaylist aizephintuka
Query CD info before issuing play (otherwise replay is interrupted) Parse stream mixing parameters in PLAYFILE
2008-01-09Fix typophintuka
2008-01-09Set audio volume when client connectsphintuka
2008-01-06Added PlayMode to PlayFile()phintuka
2008-01-06Add PlayMode parameter to PlayFilephintuka
2008-01-03Change MRL syntax from xvdr[:proto]:// to xvdr[+proto]://phintuka
2008-01-03Use "file:" mrl when replaying media files or imagesphintuka
2008-01-03xine_xmalloc zeroes memory, do not do it againphintuka
Don't check pointers to be != 0 when calling free() Remove DVD mrl unescaping for xine-lib >= 1.1.9
2008-01-03Adapt to recent changes in post.h:phintuka
- store slave_stream in frontend data instead of post plugins data - enable mixing video and audio from different streams
2008-01-03Use video_source stream and audio_source stream instead of stream and ↵phintuka
slave_stream. (This makes it possible to mix audio and video from different streams)
2008-01-03Store slave stream in frontend dataphintuka
2008-01-02Use POST_PLUGIN_IFACE_VERSION instead of XINE_VERSION_CODEphintuka
2008-01-01Hotkeys for audio delayphintuka
(Patch from Timo Eskola)
2008-01-01Don't use pkg-config for xine-lib < 1.2phintuka
2008-01-01Optimizations (unused return values, const data) and bug fixes (check ptr != ↵phintuka
NULL). (Patch from Patrick Fischer)
2007-12-22Fix fifo_buffer_new definephintuka
2007-12-22Do the test only oncephintuka
2007-12-22Prefer pkg-config over (deprecated) xine-configphintuka
2007-12-19Add replacement for _x_fifo_buffer_new (xine-lib 1.2 hides the function)phintuka
2007-12-19xine-lib 1.2 API changes (post_class)phintuka
2007-12-19Don't use xine_strdupaphintuka
2007-12-19xine-lib-1.2 changes:phintuka
input_class.get_identifier() --> input_class.identifier input_class.get_description() --> input_class.description
2007-12-19Add mapping for subtitles key (XINE_EVENT_VDR_SUBTITLES)phintuka
2007-12-19xine-lib-1.2 input class uses identifier string instead of get_identifier ↵phintuka
function
2007-12-19Replace deprecated xine_gui_send_vo_data with xine_port_send_gui_dataphintuka
2007-12-09Fix window position when returning from fullscreen modephintuka
(Patch from Timo Eskola)
2007-11-25Change the function of the back key for the media player.phelin
Now it does not end the replay but returns to the previous directory.
2007-11-25Allow users to add single files to playlist as well as whole directories.phelin
2007-11-25Adapt to new internalization method.phelin
2007-11-25Re-enable IBP-trickspeed for VDR version 1.5.10 since no more patching is ↵phelin
necessary.
2007-11-24Add authorsphintuka
2007-11-24Initial importphintuka
2007-10-31Auto-detect number of CPUsphintuka
2007-10-31Split RleCmd to palette preparation and rle compressionphintuka
Implement OSD mixer
2007-10-30Make Cmd... functions members of OSD classphintuka
2007-10-30Fix SetAreas(): old windows must be closed (window count can be changed).phintuka
This should fix old subtitles shown under new ones with vdr-1.5.10. (Thanks to Petri Helin)
2007-10-30Split Hide() to Hide() and CloseWindows() to avoid code duplicationphintuka
2007-10-28(fix copy-paste error ...)phintuka
2007-10-28Better support for vdr-1.5.9+ layeded OSDphintuka
2007-10-28Compile fix for xine-lib 1.2 branch: _x_ao_new_port is not available for ↵phintuka
frontends
2007-10-15Move cXinelibOsd from osd.h to osd.c (private class) and simplify vdr-1.5.9 ↵phintuka
compability code
2007-10-15Remove vdr-1.3.x compability code (it won't work anyway)phintuka
2007-10-14Disable DVD SPUs for vdr-1.5.10phintuka
2007-09-30Configuration option for OSD layer mixingphintuka
2007-09-30Setup option to limit trick speedphintuka
2007-09-30Own macro for trickspeed logging/debugging (remove #ifdef ... #endif 's)phintuka