Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-16 | Added config options to fine-tune channel switch speed: | phintuka | |
* - If SCR (playback) is currently paused due to previous buffer underflow, * revert to normal if SCR-Treshold > SD-/HD-Treshold (configured in xine-config) * and Audio-Treshold > 0. (Thanks to Dirk Brenken) | |||
2010-04-16 | Added a check and warning for too small stream audio fifo (Thanks to Dirk ↵ | phintuka | |
Brenken) | |||
2010-04-05 | Added fill_extra_info() to fill buf->extra_info. | phintuka | |
- added total time based on rate and length - fill extra_info only to first fragment of PES packet Use rate from stream info if available Store real rate (bytes/s) instead of rate/50 | |||
2010-04-04 | Fixed automatic main title selection when root path is not terminated with '/' | phintuka | |
2010-03-31 | Merged | phintuka | |
revision 1.116 fe_grab(): fixed clipping height (sf bug #2979641) revision 1.115 Fixed building with jpeg <= 7 (Thanks to Dirk Brenken) revision 1.114 Fixed bug #2974620 : vdr-sxfe segfaults when executing GRAB | |||
2010-03-31 | fe_grab(): fixed clipping height (sf bug #2979641) | phintuka | |
2010-03-29 | Fixed building with jpeg <= 7 | phintuka | |
(Thanks to Dirk Brenken) | |||
2010-03-28 | Fixed bug #2974620 : vdr-sxfe segfaults when executing GRAB | phintuka | |
2010-03-23 | Added TS support for EAC3 tracks. | rofafor | |
2010-03-21 | metronom_exit(): | phintuka | |
use xvdr_metronom_unwire() reduced log level clear this->orig_metronom before calling orig_metronom->exit() | |||
2010-03-21 | xvdr_metronom_dispose(): use xvdr_metronom_unwire() | phintuka | |
2010-03-21 | wire()/unwire(): safety checks (stream, stream->metronom) | phintuka | |
2010-03-21 | Fixed metronom_exit (segfault) | phintuka | |
2010-03-21 | Improved PTS wrap handling | phintuka | |
2010-03-20 | Fixd lost BUF_FLAG_FRAME_END flags: Split large packets before appending ↵ | phintuka | |
data. This way there is always allocated buffer element and BUF_FLAG_FRAME_END is sent even if there is no queued data. | |||
2010-03-20 | Improved SCR tuning: do not puse SCR if there are enough decoded video frames | phintuka | |
(this should improve live view just after channel switch) | |||
2010-03-20 | removed pes_start (duplicate ; use pusi instead) | phintuka | |
2010-03-19 | ts_data_reset_audio(): added an option to keep one channel | phintuka | |
2010-03-16 | Fixed a signess bug. | rofafor | |
2010-03-16 | Fixed detecting backwards state in trick speed control message. | phintuka | |
2010-03-15 | Template for void func(a,b,c,d,e) | phintuka | |
2010-03-15 | Cosmetics | phintuka | |
2010-03-15 | Fixed TS_BUFFER_LOCK | phintuka | |
2010-03-15 | Properly lock m_TsBuf access | phintuka | |
2010-03-15 | Initial import | phintuka | |
2010-03-15 | PIP support (VDR side) | phintuka | |
2010-03-14 | Fixed yaepghd compilation. | rofafor | |
2010-03-14 | Set StreamID to UDP/RTP headers | phintuka | |
2010-03-13 | Set video window inside OSD area. | phintuka | |
Requires xine-lib 1.2 (and vdpau ?) | |||
2010-03-13 | Send yaepghd video window position and size to xine-lib | phintuka | |
2010-03-13 | Added command OSD_VideoWindow | phintuka | |
2010-03-13 | check_for_scaling(): Moved stream check to right branch (reported by Petri ↵ | phintuka | |
Helin) Increased log level for invalid VDR OSD extent | |||
2010-03-13 | Backgroundwriter: use StreamId | phintuka | |
2010-03-13 | Play(): Pass StreamId to xine input plugin | phintuka | |
2010-03-13 | Play(): m_StreamPos can only grow | phintuka | |
2010-03-13 | Play(): Only VDR stream is counted for stream position | phintuka | |
2010-03-13 | Play_PES() -> Play() | phintuka | |
2010-03-13 | Play_PES(): call base class Play_PES() to update stream position | phintuka | |
2010-03-13 | Added eStreamId | phintuka | |
2010-03-12 | Updated Italian translations (Thanks to Diego Pierotto) | phintuka | |
2010-03-12 | Added an setup option to select between subtitle OSD scaling and re-positioning | phintuka | |
2010-03-12 | "Scale subtitles" | phintuka | |
2010-03-12 | Removed deprecated EscapeMrl() | phintuka | |
2010-03-12 | Cosmetics (white space) | phintuka | |
2010-03-12 | Cosmetics (simplify branches) | phintuka | |
2010-03-12 | init stream_tcp_header_t::stream to 0 | phintuka | |
2010-03-12 | Initial import | phintuka | |
2010-03-12 | Support for libextractor 0.6.0 API | phintuka | |
2010-03-12 | Use pkg-config instead of deprecated xine-config | phintuka | |
2010-03-12 | Cosmetics (whitespace) | phintuka | |