Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-17 | Fixed audio cd replay (cdda:/) | phintuka | |
2007-03-15 | String overflow checks | phintuka | |
2007-03-08 | Mac OS X compability fixes (patch by Tero Siironen) | phintuka | |
2007-03-08 | Slow down DVD drive speed | phintuka | |
2007-03-04 | xine-lib 1.1.4 fixes | phintuka | |
loop fixes return immediately from read_block if demux_action_pending is true | |||
2007-01-24 | Initialize video size from stream info when playing slave streams, as | phintuka | |
at least vidixfb driver does not call properly frontend frame output callback. (Patch from Antti Seppälä) | |||
2007-01-22 | Longer buffering time when playing realtime | phintuka | |
Do not turn off de-interlacing if tvtime deinterlacer is selected | |||
2007-01-20 | Added some pointer checks to queue_blank_yv12 | phintuka | |
Added locking around blank image creating Increased control channel socket buffer size to avoid OSD overflows Increased frame-based buffering time Increased TCP timeout when received only incomplete PES frame | |||
2007-01-19 | Count video frames passed to demux and use frame counts to decide when ↵ | phintuka | |
resume SCR Fixed display blanking with UDP/RTP | |||
2007-01-06 | Several buffer handling fixes | phintuka | |
2006-12-30 | Disable SCR pausing in trick speed modes | phintuka | |
2006-12-24 | parse audio visualization options in PLAYFILE | phintuka | |
Forward UI title to VDR (typically dvd name + title etc.) | |||
2006-12-19 | Help xine to auto-detect correct demuxer | phintuka | |
2006-12-19 | Fixed deadlock when re-wiring post plugins: | phintuka | |
- do not check video_out frame count in adjust_realtime_speed (it never triggered change in SCR state anyway) - lock demux thread out of vdr_adjust_realtime_speed while re-wiring post plugins Added timeout to readline_control so it can be used in connection setup and handshaking If external media file is not found, ask server to stream it Connecting pipe data stream moved to own function Handshaking is now initiated by client to allow server to detect client type (normal/http/rtsp) | |||
2006-12-19 | Enable log level setting with xine-ui (--verbose= option) | phintuka | |
Use INFO for TRACKMAP Send stream meta info to VDR detect .smi and .ssa subtitles | |||
2006-12-15 | Removed #warning | phintuka | |
2006-12-15 | Added connection type selection to connect_control_stream | phintuka | |
connect_tcp_data_stream moved to own function | |||
2006-12-14 | Detect RTP headers | phintuka | |
2006-12-03 | DVD title/chapter jumping | phintuka | |
Config entry for fast OSD scaling | |||
2006-10-23 | *** empty log message *** | phintuka | |
2006-10-23 | Unregister config callback when plugin class is disposed | phintuka | |
Stop slave stream before closing post plugins | |||
2006-10-18 | Report available audio and SPU track languages to VDR | phintuka | |
2006-10-07 | Improved disconnection | phintuka | |
New control message to turn off scr tunning in replay mode | |||
2006-09-23 | Fix unscaled OSD scaling when low-resolution video or different aspect ratio | phintuka | |
2006-09-23 | Use stream->emergency_brake to stop demux even if there is data in fifos | phintuka | |
2006-09-23 | Try to release more VDR stream resources while playing slave stream | phintuka | |
2006-09-20 | Autoplay list support (patch from feature request #1561688) | phintuka | |
2006-09-20 | buffer size checks | phintuka | |
2006-09-17 | Buffer leak | phintuka | |
2006-09-17 | HD mode buffer command fix | phintuka | |
Version check for local mode | |||
2006-09-14 | Create larger blank image if cropping is active | phintuka | |
2006-09-13 | Do not blank if there is data in stream queues | phintuka | |
2006-09-11 | Fixed buffer leak | phintuka | |
2006-09-10 | Changed search order of nosignal image | phintuka | |
blanking is executed in demuxer side | |||
2006-09-10 | Blanking improvements | phintuka | |
Use port ticket when accessing video_out directly Set first_frame_flag when stream changes | |||
2006-09-06 | Can't free static data ... | phintuka | |
2006-09-06 | Fixes to nosignal.mpg loading | phintuka | |
2006-09-05 | Optional custom nosignal.mpg file loading | phintuka | |
HD buffering | |||
2006-09-04 | Fixed stopping file replay too early | phintuka | |
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-01 | Slave stream closing fixes | phintuka | |
2006-08-27 | Return padding and keep demux running even if there are video frames in buffer | phintuka | |
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-26 | cancel may leave locks unlocked | phintuka | |
2006-08-26 | Thread cancellation is signalled (only) with control_running | phintuka | |
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-26 | commented out write_slave_stream (some (older?) vdr recordings have video | phintuka | |
stream with PID != 0xE0) | |||
2006-08-25 | Removed unnecessary error messages | phintuka | |
Added overscan option | |||
2006-08-24 | Grabbing fixes | phintuka | |
2006-08-23 | Image grabbing for remote frontends | phintuka | |
Poll instead of busy wait when writing to control stream | |||
2006-08-22 | Enable audio visualization plugins for file playback | phintuka | |
2006-08-22 | Speaker type setting | phintuka | |
Force failure on second open_plugin if first open_plugin failed (xine-lib tries to open with #... options if first open fails) | |||
2006-08-21 | New method for SCR pausing in live mode | phintuka | |
Replaced _syscall0(pid_t, gettid) with syscall(__NR_gettid) as the original one does not work with latest kernel headers |