summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-03-20SetHeader()phintuka
2009-03-20Fixed pointer typephintuka
(Thanks to alexw)
2009-03-19Fixed typophintuka
2009-03-19Pass header (PAT+PMT) to server for cachingphintuka
2009-03-19Added header (PAT+PMT) caching for new clientsphintuka
2009-03-19Allow HTTP and RTSP only when enabled in configphintuka
2009-03-18include <vdr/config.h> to get VDRVERSNUMphintuka
(Thanks to alexw)
2009-03-17Fixed MPEG-TS over HTTPphintuka
2009-03-17Send OSD only to configured control connectionsphintuka
2009-03-17Add a missed condition in the previous commit.rofafor
2009-03-17Fixed a crash.rofafor
2009-03-17Removed deprecated propertiesphintuka
Use per OSD scaling info from vdr_osd_extradata_t Added check for "real" vo driver scaling support (xine-lib 1.2)
2009-03-17Removed deprecated properties.phintuka
Synced extended capabilities with current xine-lib 1.2. Added scaling setting to vdr_osd_extradata_t.
2009-03-17Removed setting deprecated properties (global OSD size).phintuka
Set custom extent only when scaling is enabled. Pass scaling setting upstream.