Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-01 | Eliminated warning (dereferencing type-punned pointer will break ↵ | phintuka | |
strict-aliasing rules). Initialize data in declaration. | |||
2009-06-01 | Removed invalid cast from (const char *) -> (char *) | phintuka | |
Do not change value of const string | |||
2009-06-01 | Eliminated invalid casts from (const char *) to (char*) | phintuka | |
Simplified, removed redundant local variables | |||
2009-06-01 | Eliminated warning | phintuka | |
(dereferencing type-punned pointer will break strict-aliasing rules) | |||
2009-05-31 | Use IsDvdFolder() | phintuka | |
2009-05-31 | Move window to initial coordinates | phintuka | |
2009-05-31 | Added --geometry option | phintuka | |
2009-05-31 | Added window position | phintuka | |
2009-05-31 | Added IsDvdFolder() | phintuka | |
2009-05-31 | Added IsDvdImage() | phintuka | |
2009-05-31 | Fixed invalid cast from (const char *) to (char *) | phintuka | |
2009-05-29 | Fixed invalid cast | phintuka | |
2009-05-29 | Fixed invalid cast from (const char *) to (char *) | phintuka | |
2009-05-29 | Added const | phintuka | |
2009-05-29 | Fixed invalid cast from (const char *) -> (char *) | phintuka | |
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) |