summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-01Removed invalid cast from (const char *) -> (char *)phintuka
Do not change value of const string
2009-06-01Eliminated invalid casts from (const char *) to (char*)phintuka
Simplified, removed redundant local variables
2009-06-01Eliminated warningphintuka
(dereferencing type-punned pointer will break strict-aliasing rules)
2009-05-31Use IsDvdFolder()phintuka
2009-05-31Move window to initial coordinatesphintuka
2009-05-31Added --geometry optionphintuka
2009-05-31Added window positionphintuka
2009-05-31Added IsDvdFolder()phintuka
2009-05-31Added IsDvdImage()phintuka
2009-05-31Fixed invalid cast from (const char *) to (char *)phintuka
2009-05-29Fixed invalid castphintuka
2009-05-29Fixed invalid cast from (const char *) to (char *)phintuka
2009-05-29Added constphintuka
2009-05-29Fixed invalid cast from (const char *) -> (char *)phintuka
2009-05-29Eliminated warningphintuka
(dereferencing type-punned pointer will break strict-aliasing rules)
2009-05-27Updated logo (Thanks to Stefan Wagner)phintuka
2009-05-27Disabled (VDPAU) HW scalerphintuka
2009-05-27Removed trick speed delay for vdr-1.7.5+phintuka
(forward trick speeds should now work. Backward trickspeeds won't work yet)
2009-05-25Moved init stuff from get_instance() to open()phintuka
2009-05-25Splitted wait_stream_sync() from data_stream_parse_control().phintuka
Added timeout.
2009-05-22Initial importphintuka
2009-05-22vdr_plugin_read_net_tcp() --> vdr_plugin_read_block_tcp() :phintuka
Read single transport block from socket / pipe
2009-05-22Do not flood log with fifo buffer full messagesphintuka
Added this->read_buffer for partially read data packets Cosmetics
2009-05-09Removed log messagephintuka
2009-05-06Removed log message from openphintuka
2009-05-06Improved mpeg-ts cachingphintuka
2009-05-06Removed m_PatPmtParser.Reset() from PlayTs()phintuka
2009-05-03vdr-1.7.7: GetVideoSize().phintuka
Replace default size with 720x576.
2009-05-03re-ordered headersphintuka
2009-05-03SetSubtitleTrackDevice() -> publicphintuka
2009-05-03Simnplifyphintuka
2009-05-03vdr-1.7.7: GetVideoSize()phintuka
2009-05-03Cosmeticsphintuka
2009-05-03Return 0 if input plugin queue is fullphintuka
2009-05-03Return 0 if input plugin queue was fullphintuka
2009-05-01Updated README. Thanks to Paul Menzel.rofafor
2009-04-20Quickfix for vdr-1.7.5 TS replayphintuka
2009-04-19Updated Italian translationsphintuka
(Thanks to Diego Pierotto)
2009-04-17Added m2ts and mts to list of known video typesphintuka
2009-03-31Fixed "missing symbol SysLogLevel" when loaded to xine-uiphintuka
2009-03-31Fixed size of resend_requested field in udp_data_tphintuka
(it is used to store frame count, not just single flag)
2009-03-31Fixed missing packet range when replying to resend requestphintuka
2009-03-30Fixed automatic SPU language selection for non-DVD media typesphintuka
2009-03-24changed "uint8_t padding[2]" to uint16_tphintuka
2009-03-24Disabled UDP/RTP with vdr-1.7.1 and laterphintuka
(scheduler is not yet MPEG-TS compatible) Removed macro that was used only once
2009-03-24Send header to PIPE connections toophintuka
2009-03-24Cosmetics (removed trailing spaces)phintuka
2009-03-24Fixed alpha fading of lower-level OSDsphintuka
2009-03-24Fixed 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-23Enabled setup menu entry for multilayer OSDphintuka