Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2009-03-17 | Init and wire OSD re-orderer | phintuka | |
2009-03-17 | Added xine/vo_osdreorder.o to frontends | phintuka | |
2009-03-17 | Initial import | phintuka | |
2009-03-16 | Ignore OSD_Close if it is part of OSD refresh | phintuka | |
2009-03-16 | Show multiple OSD layers when OSD mixer enabled in config | phintuka | |
(subtitles + pause indicator, ...) | |||
2009-03-15 | Fill vdr_osd_extradata_t | phintuka | |
Set overlay extent width / height when VO_CAP_CUSTOM_EXTENT_OVERLAY is defined | |||
2009-03-15 | Store full OSD size for each window | phintuka | |
2009-03-15 | Set screen size for each OSD / window separately | phintuka | |
2009-03-15 | vdr_osd_extradata_t | phintuka | |
2009-03-12 | Added QMSC command. | rofafor | |
2009-03-12 | Added depreciated languagecode for hebrew (iw) | phintuka | |
(Thanks to Lauri Tischler) | |||
2009-03-09 | Allocate unique xine OSD handle for every subwindow of every cOsd instance. | phintuka | |
(needed for multiple concurrently showind OSDs) | |||
2009-03-09 | Added missing OSDFLAG_UNSCALED_LOWRES | phintuka | |
2009-03-07 | Simplified vdr_event_cb() | phintuka | |
2009-03-07 | Fixed setting timeout when syncing data and control streams | phintuka | |
2009-03-07 | read_net_tcp(): store byte count in read_buffer->size | phintuka | |
read_net_udp(): fixed possible buffer leak | |||
2009-03-06 | Do not call vdr_plugin_poll() from data thread. | phintuka | |
(Replaced get_buf_element() with get_buf_element_timed()) | |||
2009-03-06 | Cosmetics | phintuka | |
2009-03-05 | Use size field when reading osdcmd_t data from socket | phintuka | |
2009-03-05 | Use only hd_buffer for hd streams | phintuka | |
2009-03-01 | removed locking this->lock in post_vdr_event() | phintuka | |
(it didn't really protect anything there ...) | |||
2009-02-26 | Buffer 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-25 | input_control() -> post_vdr_event() | phintuka | |
2009-02-25 | rewrite socket helper functions to always return number of bytes (or -1 on ↵ | phintuka | |
error). mostly cosmetics. | |||
2009-02-25 | Removed stuff already in demux_xvdr.c: | phintuka | |
- demuxing H.264 and MPEG-TS - signalling new PTS after seek - detecting video decoders - end-of-frame signalling for FFmpeg | |||
2009-02-25 | Splitted demux_xvdr_parse_pack() | phintuka | |
(handling of buffers other than BUF_DEMUX_BLOCK) | |||
2009-02-25 | Compressed demux_xvdr_t | phintuka | |
Added missing mpeg-ts headers | |||
2009-02-25 | Moved MPEG-TS demuxing from input plugin | phintuka | |