summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
AgeCommit message (Collapse)Author
2006-08-25Removed unnecessary error messagesphintuka
Added overscan option
2006-08-24Grabbing fixesphintuka
2006-08-23Image grabbing for remote frontendsphintuka
Poll instead of busy wait when writing to control stream
2006-08-22Enable audio visualization plugins for file playbackphintuka
2006-08-22Speaker type settingphintuka
Force failure on second open_plugin if first open_plugin failed (xine-lib tries to open with #... options if first open fails)
2006-08-21New method for SCR pausing in live modephintuka
Replaced _syscall0(pid_t, gettid) with syscall(__NR_gettid) as the original one does not work with latest kernel headers
2006-08-18Missing end of stream signallingphintuka
Use milliseconds in GET... messages
2006-08-16Added missing headerphintuka
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-16Fixed dvd menu navigation in local modephintuka
Avoid polluting log with unnecessarily buffer overflow messages
2006-08-16removed unnecessarily #if...#endifphintuka
2006-08-04Fixed compiling with xine-lib 1.1.1phintuka
Newlines removed from log messages Improvements to osd re-scaling Compile-time warnings eliminated
2006-07-24*** empty log message ***xineliboutput-1_0_0pre1phintuka
2006-07-24UDP re-send optimizationsphintuka
2006-07-23Audio stream change detection fixedphintuka
2006-07-23DVD replay and navigation supportphintuka
Fixed SPU channel selection
2006-07-23Fixed OSD update/close/re-scaling under high loadphintuka
2006-07-23Do not try to cancel and join threads if threads were not createdphintuka
Use socket option SO_REUSEADDR with UDP sockets Fixed server version check
2006-07-07Clarifying misunderstood debug output ...phintuka
2006-07-07Code cleanupxineliboutput-0_99phintuka
Implemented live/replay mode for network mode More SCR experiements
2006-07-06~50% better compression for OSDphintuka
2006-07-05Check pthread_mutex_lock return valuesphintuka
Use new buffer pool allocator function
2006-07-05Old code removedphintuka
2006-07-05Improved shutdownphintuka
2006-07-05I/O poll and write changed for faster thread cancellationphintuka
Lock proper lock (osd_lock) when executing OSDSCALING control command
2006-07-05Prepared for larger buffers for HD streamsphintuka
Improved server detection, added server version checking New audio stream change tracking and selection Show no signal image at startup Some large functions splitted Code cleanup
2006-06-11Flush (UDP) fixedphintuka
2006-06-11Logging clean-upphintuka
2006-06-11Replaying images fixedphintuka
2006-06-11Fixed possible race condition in control input handlerphintuka
Fixed xine log dump
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