summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2007-09-30Increase local frontend initialization timeout (Thanks to Mikko Vartiainen)phintuka
Start local frontend and remote server in paraller
2007-09-28Hide replay progress bar while in DVD menuphintuka
2007-09-21Initial importphintuka
Smooth fast forward trick speed mode (Patch from Timo Eskola)
2007-09-20Initial support for H.264 videophintuka
2007-09-20Move video frame end signalling to separate functionphintuka
2007-09-18Remove vdr/i18n.hphintuka
2007-09-18Remove RegisterI18n(Phrases) for gettext -based VDR versionsphintuka
2007-09-18utf-8 -> iso-8859-1phintuka
2007-09-18cCharSetConv::SystemCharacterTable() returns NULL if VDR uses internally UTF-8phintuka
2007-09-17Smooth fast forward trick speed mode (Patch from Timo Eskola)phintuka
Requires patching VDR with patches/vdr-1.4.6-Smooth_FastForward.patch
2007-09-17include i18n.h (defines trVDR for vdr-1.4.x)phintuka
2007-09-17Fix logging of some int64 valuesphintuka
Comments -> C++/VDR style
2007-09-17Support for multi-threaded post pluginsphintuka
2007-09-17PES DTS parsingphintuka
2007-09-17Increase changes to get free buffer for critical control messagesphintuka
2007-09-17Move PTS wrap detection code to own functionphintuka
2007-09-17Fix tvtime parameters.phelin
2007-09-17Fix DVD menu domain detectionphelin
2007-09-17Some tr() to trVDR() changes for VDR 1.5.9phelin
2007-09-17Some tr() to trVDR() changes.phelin
2007-09-17Change the playlist behaviour so that kLeft and kPrev restart the currentphelin
entry if it has been playing more than three seconds. Otherwise a previous one is selected.
2007-09-17Some new translations.phelin
trNOOP and trVDR for menu entries.
2007-09-14vdr_x_demux_control_newpts:phintuka
- fix null pointer dereferencing when last element of audio fifo was consumed for video. - use proper fifos for buffers - check if fifos exist
2007-09-13Use mask to check video PES PIDphintuka