summaryrefslogtreecommitdiff
path: root/xine_frontend.c
AgeCommit message (Collapse)Author
2006-12-24Logging goes to (unbuffered) stderrphintuka
goom wants parameters thru xine config, not using post plugin parameters api ...
2006-12-17Minor optimizations to post plugin loadingphintuka
2006-10-19Fix DirectFB fbdev setting when DFBARGS not setxineliboutput-1_0_0pre6phintuka
2006-09-26default to unscaled (xxmc hardware) OSDphintuka
2006-09-26Use xine-lib wrapper functions to register config entriesphintuka
register gui.osd_use_unscaled before opening video driver, it is used in video_out_xxmc
2006-09-23log tidphintuka
2006-09-20Setting of frame buffer devicephintuka
buffer size checks
2006-09-16Use video_out cropping to perform overscan betterphintuka
2006-09-10Set aspect ratio stream infophintuka
2006-09-04WireVDR stream to dummy audio port during slave stream playbackphintuka
(without this slave stream playback finishes before all buffers have been replayed) Improved post plugin wiring with slave streams
2006-08-25Moved XKeySym keyboard learning trigger to sxfephintuka
(XKeySym remote is _not_ available with framebuffer ...) Added KBD remote learning trigger to fbfe
2006-08-25Added overscan optionphintuka
2006-08-23Enable grabbing for remote frontendsphintuka
2006-08-21Replaced _syscall0(pid_t, gettid) with syscall(__NR_gettid) as the originalphintuka
one does not work with latest kernel headers
2006-08-19*** empty log message ***phintuka
2006-08-19Added video size event generation to frontendsphintuka
Added 16:10 aspect ratio setting
2006-08-18Fixed end of stream detectionphintuka
2006-08-16Removed compiler warningphintuka
2006-08-16Allow logging to stdoutphintuka
2006-08-16Improved end of stream signallingphintuka
Some extra checks to catch null pointers and empty strings
2006-08-16"spdif" added when checking for AC3 passthru modephintuka
2006-08-07Updated audio out configurationphintuka
(support for analog 5.1 surround and AC3 passthru)
2006-07-02Ignore end of slave stream messagesphintuka
2006-06-11Logging clean-upphintuka
2006-06-04x86 fixesphintuka
const added to several arguments and data control stream write result checks added possible deadlock removed from vdr_plugin_keypress OSD endian problems fixed
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 importxineliboutput-0_99rc4phintuka