summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2009-03-17Init and wire OSD re-ordererphintuka
2009-03-17Added xine/vo_osdreorder.o to frontendsphintuka
2009-03-17Initial importphintuka
2009-03-16Ignore OSD_Close if it is part of OSD refreshphintuka
2009-03-16Show multiple OSD layers when OSD mixer enabled in configphintuka
(subtitles + pause indicator, ...)
2009-03-15Fill vdr_osd_extradata_tphintuka
Set overlay extent width / height when VO_CAP_CUSTOM_EXTENT_OVERLAY is defined
2009-03-15Store full OSD size for each windowphintuka
2009-03-15Set screen size for each OSD / window separatelyphintuka
2009-03-15vdr_osd_extradata_tphintuka
2009-03-12Added QMSC command.rofafor
2009-03-12Added depreciated languagecode for hebrew (iw)phintuka
(Thanks to Lauri Tischler)
2009-03-09Allocate unique xine OSD handle for every subwindow of every cOsd instance.phintuka
(needed for multiple concurrently showind OSDs)
2009-03-09Added missing OSDFLAG_UNSCALED_LOWRESphintuka
2009-03-07Simplified vdr_event_cb()phintuka
2009-03-07Fixed setting timeout when syncing data and control streamsphintuka
2009-03-07read_net_tcp(): store byte count in read_buffer->sizephintuka
read_net_udp(): fixed possible buffer leak
2009-03-06Do not call vdr_plugin_poll() from data thread.phintuka
(Replaced get_buf_element() with get_buf_element_timed())
2009-03-06Cosmeticsphintuka
2009-03-05Use size field when reading osdcmd_t data from socketphintuka
2009-03-05Use only hd_buffer for hd streamsphintuka
2009-03-01removed locking this->lock in post_vdr_event()phintuka
(it didn't really protect anything there ...)
2009-02-26Buffer handling updates.phintuka
- Added: fifo_buffer_timed_get() get_buf_element_timed() - Modified signal_buffer_pool_not_empty() to trigger also hd_buffer - read_block uses now fifo_buffer_timed_get()
2009-02-25input_control() -> post_vdr_event()phintuka