summaryrefslogtreecommitdiff
path: root/xine_input_vdr.h
AgeCommit message (Collapse)Author
2008-11-12int -> size_tphintuka
2008-11-11Moved MRL_ID to own headerphintuka
2008-06-17Define MRL IDphintuka
2008-06-17Use "right" input plugin type when calling input plugin from frontend.phintuka
- removes lot of type-casting - now input plugin structure is defined only in single file (xine_input_vdr.h)
2008-03-31Use type frontend_t* instead of void* in input plugin -> frontend function ↵phintuka
pointers
2008-02-27Preparation for HUD OSD: allow frontend to intercept OSD messages.phintuka
2006-08-23Image grabbing for remote frontendsphintuka
Poll instead of busy wait when writing to control stream
2006-06-04const added to several arguments and dataphintuka
control stream write result checks added possible deadlock removed from vdr_plugin_keypress
2006-06-03Initial importphintuka