Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-06 | Merge from trunk:unlabeled-1.34.2 | phintuka | |
revision 1.39 date: 2009/06/01 14:33:11; author: phintuka; state: Exp; lines: +10 -11 Eliminated warning (dereferencing type-punned pointer will break strict-aliasing rules). Initialize data in declaration. ---------------------------- revision 1.38 date: 2009/03/31 10:34:32; author: phintuka; state: Exp; lines: +2 -2 Fixed missing packet range when replying to resend request | |||
2009-02-12 | Merged revision 1.36: | phintuka | |
Silenced warn_unused_result warnings. | |||
2008-04-28 | This commit was manufactured by cvs2svn to create branch 'unlabeled-1.34.2'. | cvs2svn | |
2008-04-28 | Added SetScrSpeed() | phintuka | |
2008-04-28 | Make some functions/parameters const | phintuka | |
2008-04-28 | Fixed typo in help message | phintuka | |
(Thanks to Andreas Kool) | |||
2008-04-23 | Added buildtime check for Xinerama | phintuka | |
2008-04-20 | Added SetScrSpeed (fine-tuning of UDP/RTP stream master clock) | phintuka | |
2008-04-20 | Check for monotonic clock only once (m_Monotonic -> static) | phintuka | |
2008-04-14 | Start 1.0.1 | phintuka | |
2008-04-14 | Added section about HUD OSDxineliboutput-1_0_0 | phintuka | |
2008-04-14 | Updated for 1.0.0 | phintuka | |
2008-04-14 | Updated for 1.0.0 | phintuka | |
2008-04-14 | Updates for 1.0.0 (OSD menu) | phintuka | |
2008-04-14 | OSD menu updated | phintuka | |
2008-04-14 | Signal unscaled OSD configuration options in xine_osd_command_t flags | phintuka | |
2008-04-14 | Removed unscaled_osd_opaque | phintuka | |
2008-04-14 | Removed setting unscaled_osd_opaque | phintuka | |
2008-04-13 | Missing texts | phintuka | |
2008-04-13 | Cosmetics | phintuka | |
2008-04-13 | Replaced asprintf with cString | phintuka | |
2008-04-13 | Subtitle selection with vdr >= 1.5.15 | phintuka | |
2008-04-13 | - Optional dependencies | phintuka | |
- Using ffmpeg mpeg2 decoder - wid command-line option - Configuring multiple servers (overview from mailinglist/forum posts) | |||
2008-04-13 | 1.0.0 | phintuka | |
Some cleanup | |||
2008-04-13 | Removed prescale_osd (replaced by osd_scaling) | phintuka | |
2008-04-13 | Use scaling method from osd_command_t | phintuka | |
2008-04-13 | Cleanup | phintuka | |
2008-04-13 | SCR setings | phintuka | |
2008-04-13 | Removed yield | phintuka | |
2008-04-13 | Revert changes from 1.30 | phintuka | |
2008-04-13 | Added a few missing Finnish translations. | phelin | |
2008-04-13 | Updated for 1.0.0 from CVS logs. | phintuka | |
2008-04-12 | Send OSD size only when setting OSD areas | phintuka | |
2008-04-12 | Improved HD OSD size calculation | phintuka | |
(Patch from Petri Helin) | |||
2008-04-12 | Remove option to disable OSD downscaling (useless ...?) | phintuka | |
2008-04-12 | Suspend data thread to sync point until engine has been flushed | phintuka | |
2008-04-12 | Set BUF_FLAG_SEEK when sending new PTS upstream | phintuka | |
Use demux->seek instead of _x_demux_flush_engine | |||
2008-04-11 | vdr_flush_engine: | phintuka | |
Make sure engine is not paused while flushing Do not flush if sync point has been passed already Some cosmetics | |||
2008-04-11 | Allow fine-tuning of SCR speed and disabling SCR<->transponder clock sync in ↵ | phintuka | |
live mode. (SCR fine-tuning should reduce frame drops/duplications and make video smoother) | |||
2008-04-11 | Use stream->demux_mutex to synchronize control buffers going to audio and ↵ | phintuka | |
video fifos Use stream->demux_resume signal | |||
2008-04-11 | Cleanup | phintuka | |
2008-04-10 | Fix the case when watching image files and the first one just flashes and | phelin | |
gets replaced by black image. | |||
2008-04-10 | Fix the indentation of the Finnish translation for setup entry "Software ↵ | phelin | |
scaling". | |||
2008-04-10 | Deliver DISCARD control message in both streams (data and control). | phintuka | |
(protect against random delays in control stream) | |||
2008-04-10 | Buildtime check for Xrender extension | phintuka | |
2008-04-10 | Restore DPMS state at exit | phintuka | |
2008-04-10 | Buildtime check for X11 dpms extension | phintuka | |
2008-04-10 | Add locking to ConfigureNotify and Focus event handling | phintuka | |
(Patch from Antti Seppälä) | |||
2008-04-04 | Close all windows before refresh. | phintuka | |
(Suggested by Rolf Ahrenberg) | |||
2008-04-04 | m_Shown -> m_Refresh. | phintuka | |
Add refresh flag to OSD commands. |