summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
AgeCommit message (Collapse)Author
2006-12-03DVD title/chapter jumpingphintuka
Config entry for fast OSD scaling
2006-10-23*** empty log message ***phintuka
2006-10-23Unregister config callback when plugin class is disposedphintuka
Stop slave stream before closing post plugins
2006-10-18Report available audio and SPU track languages to VDRphintuka
2006-10-07Improved disconnectionphintuka
New control message to turn off scr tunning in replay mode
2006-09-23Fix unscaled OSD scaling when low-resolution video or different aspect ratiophintuka
2006-09-23Use stream->emergency_brake to stop demux even if there is data in fifosphintuka
2006-09-23Try to release more VDR stream resources while playing slave streamphintuka
2006-09-20Autoplay list support (patch from feature request #1561688)phintuka
2006-09-20buffer size checksphintuka
2006-09-17Buffer leakphintuka
2006-09-17HD mode buffer command fixphintuka
Version check for local mode
2006-09-14Create larger blank image if cropping is activephintuka
2006-09-13Do not blank if there is data in stream queuesphintuka
2006-09-11Fixed buffer leakphintuka
2006-09-10Changed search order of nosignal imagephintuka
blanking is executed in demuxer side
2006-09-10Blanking improvementsphintuka
Use port ticket when accessing video_out directly Set first_frame_flag when stream changes
2006-09-06Can't free static data ...phintuka
2006-09-06Fixes to nosignal.mpg loadingphintuka
2006-09-05Optional custom nosignal.mpg file loadingphintuka
HD buffering
2006-09-04Fixed stopping file replay too earlyphintuka
Fixed lost audio resampling mode and scr tunning after playing files. This caused buffer under/overflows once in few minutes. No signal is not displayed in still mode (moving cutting marks etc.) Fixed compile problems when some XINE_EVENT_VDR_... or BUF_CONTROL_TRACK_MAP defines are missing Still frames use pts "0", signal new pts to metronom Improved display blanking: black frame is now generated dynamically based on last seen video frame. This should prevent OSD re-sizing when switching between 4:3 channels.
2006-09-01Slave stream closing fixesphintuka
2006-08-27Return padding and keep demux running even if there are video frames in bufferphintuka
New yv12 blank frame generator (uses last seen frame size and aspect ratio) -> no osd re-sizing when display is blanked between channel switches
2006-08-26cancel may leave locks unlockedphintuka
2006-08-26Thread cancellation is signalled (only) with control_runningphintuka
Sockets are closed only in dispose Disabled linger for TCP sockets Changed the order of things are closed/freed in dispose Added next/prev SPU track delection
2006-08-26commented out write_slave_stream (some (older?) vdr recordings have videophintuka
stream with PID != 0xE0)
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