Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-29 | Eliminated warning | phintuka | |
(dereferencing type-punned pointer will break strict-aliasing rules) | |||
2009-05-27 | Updated logo (Thanks to Stefan Wagner) | phintuka | |
2009-05-27 | Disabled (VDPAU) HW scaler | phintuka | |
2009-05-27 | Removed trick speed delay for vdr-1.7.5+ | phintuka | |
(forward trick speeds should now work. Backward trickspeeds won't work yet) | |||
2009-05-25 | Moved init stuff from get_instance() to open() | phintuka | |
2009-05-25 | Splitted wait_stream_sync() from data_stream_parse_control(). | phintuka | |
Added timeout. | |||
2009-05-22 | Initial import | phintuka | |
2009-05-22 | vdr_plugin_read_net_tcp() --> vdr_plugin_read_block_tcp() : | phintuka | |
Read single transport block from socket / pipe | |||
2009-05-22 | Do not flood log with fifo buffer full messages | phintuka | |
Added this->read_buffer for partially read data packets Cosmetics | |||
2009-05-09 | Removed log message | phintuka | |
2009-05-06 | Removed log message from open | phintuka | |
2009-05-06 | Improved mpeg-ts caching | phintuka | |
2009-05-06 | Removed m_PatPmtParser.Reset() from PlayTs() | phintuka | |
2009-05-03 | vdr-1.7.7: GetVideoSize(). | phintuka | |
Replace default size with 720x576. | |||
2009-05-03 | re-ordered headers | phintuka | |
2009-05-03 | SetSubtitleTrackDevice() -> public | phintuka | |
2009-05-03 | Simnplify | phintuka | |
2009-05-03 | vdr-1.7.7: GetVideoSize() | phintuka | |
2009-05-03 | Cosmetics | phintuka | |
2009-05-03 | Return 0 if input plugin queue is full | phintuka | |
2009-05-03 | Return 0 if input plugin queue was full | phintuka | |
2009-05-01 | Updated README. Thanks to Paul Menzel. | rofafor | |
2009-04-20 | Quickfix for vdr-1.7.5 TS replay | phintuka | |
2009-04-19 | Updated Italian translations | phintuka | |
(Thanks to Diego Pierotto) | |||
2009-04-17 | Added m2ts and mts to list of known video types | phintuka | |
2009-03-31 | Fixed "missing symbol SysLogLevel" when loaded to xine-ui | phintuka | |
2009-03-31 | Fixed size of resend_requested field in udp_data_t | phintuka | |
(it is used to store frame count, not just single flag) | |||
2009-03-31 | Fixed missing packet range when replying to resend request | phintuka | |
2009-03-30 | Fixed automatic SPU language selection for non-DVD media types | phintuka | |
2009-03-24 | changed "uint8_t padding[2]" to uint16_t | phintuka | |
2009-03-24 | Disabled UDP/RTP with vdr-1.7.1 and later | phintuka | |
(scheduler is not yet MPEG-TS compatible) Removed macro that was used only once | |||
2009-03-24 | Send header to PIPE connections too | phintuka | |
2009-03-24 | Cosmetics (removed trailing spaces) | phintuka | |
2009-03-24 | Fixed alpha fading of lower-level OSDs | phintuka | |
2009-03-24 | Fixed DVB subtitling problems with new multilayer OSD: | phintuka | |
- Allocate and free handles in SetAreas() - CanHandleAreas() does not modify OSD state - Allow all bpps from 1 to 8 (Reported by Petri Helin) | |||
2009-03-23 | Enabled setup menu entry for multilayer OSD | phintuka | |
2009-03-20 | SetHeader() | phintuka | |
2009-03-20 | Fixed pointer type | phintuka | |
(Thanks to alexw) | |||
2009-03-19 | Fixed typo | phintuka | |
2009-03-19 | Pass header (PAT+PMT) to server for caching | phintuka | |
2009-03-19 | Added header (PAT+PMT) caching for new clients | phintuka | |
2009-03-19 | Allow HTTP and RTSP only when enabled in config | phintuka | |
2009-03-18 | include <vdr/config.h> to get VDRVERSNUM | phintuka | |
(Thanks to alexw) | |||
2009-03-17 | Fixed MPEG-TS over HTTP | phintuka | |
2009-03-17 | Send OSD only to configured control connections | phintuka | |
2009-03-17 | Add a missed condition in the previous commit. | rofafor | |
2009-03-17 | Fixed a crash. | rofafor | |
2009-03-17 | Removed deprecated properties | phintuka | |
Use per OSD scaling info from vdr_osd_extradata_t Added check for "real" vo driver scaling support (xine-lib 1.2) | |||
2009-03-17 | Removed deprecated properties. | phintuka | |
Synced extended capabilities with current xine-lib 1.2. Added scaling setting to vdr_osd_extradata_t. | |||
2009-03-17 | Removed setting deprecated properties (global OSD size). | phintuka | |
Set custom extent only when scaling is enabled. Pass scaling setting upstream. |