summaryrefslogtreecommitdiff
path: root/xine_frontend.c
AgeCommit message (Collapse)Author
2008-05-07Fix parsing pointer valuephintuka
2008-04-13Cosmeticsphintuka
2008-03-31Use type frontend_t* instead of void* in input plugin -> frontend function ↵phintuka
pointers
2008-03-13Fixed xine-lib-1-2 issuesphintuka
2008-03-13Removed unnecessary log stringphintuka
2008-03-13Fill in current aspect ratio for swscalephintuka
2008-02-19Added the possibility to select the aspect ratio of the video.phelin
2008-01-03Change MRL syntax from xvdr[:proto]:// to xvdr[+proto]://phintuka
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-01Optimizations (unused return values, const data) and bug fixes (check ptr != ↵phintuka
NULL). (Patch from Patrick Fischer)
2007-12-19xine-lib-1.2 input class uses identifier string instead of get_identifier ↵phintuka
function
2007-10-31Auto-detect number of CPUsphintuka
2007-10-28(fix copy-paste error ...)phintuka
2007-10-28Compile fix for xine-lib 1.2 branch: _x_ao_new_port is not available for ↵phintuka
frontends
2007-06-21Pointer checksphintuka
2007-06-12Show current VDR server in X title barphintuka
2007-05-18Call external script when aspect ratio changesphintuka
2007-05-18Removed (unused) decoder priority optionphintuka
2007-05-17Move static variable fbdev to fe_t structphintuka
2007-04-09New frame is already locked once ...phintuka
2007-04-09Fixed yuy2 grabbingphintuka
2007-03-14String checksphintuka
2007-01-20(hopefully) fixed OSS audio device selection (Reported by Ville Skyttä)phintuka
Use macros to hide config referencing
2007-01-19dxr3 video output needs special visual typesphintuka
2007-01-14Fixed using video driver "none"phintuka
2007-01-01x_syslog is now defined in logdefs.hphintuka
include xine_frontend_vdrdiscovery.c removed include xine_freontend_lirc.c removed
2006-12-31added format attribute for x_syslogphintuka
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