Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-16 | Merge:unlabeled-1.52.2 | phintuka | |
revision 1.68 Add mrl prefix ("file:") to escaped subtitle file name revision 1.62 Cosmetics revision 1.61 Simplify revision 1.60 Image player: escape only local filenames revision 1.59 Added an option to always map arrow keys to DVD menu navigation revision 1.55 Added UseResumeFile function | |||
2008-12-10 | Query CDDA track count before starting playback | phintuka | |
2008-10-19 | 1.0.3: Merge from trunk: | phintuka | |
Added input plugin type to cdda GETAUTOPLAYSIZE request. This makes it possible to query playlist size without opening the input plugin and without interfering the playback. | |||
2008-09-26 | int -> size_t | phintuka | |
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Fixed infinite loop when trying to replay unaccessible DVD - Fixed infinite loop when trying to play only one unacessible or very short music file | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Fixed DVD menu navigation when menu is not in title 0 | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Fixed replaying images from network sources (http://, ...) (Thanks to Rolf Ahrenberg) | |||
2008-05-07 | This commit was manufactured by cvs2svn to create branch 'unlabeled-1.52.2'. | cvs2svn | |
2008-05-07 | Added metainfo menuxineliboutput-1_0_1 | phintuka | |
(Patch from Petri Helin) | |||
2008-05-07 | 1.0.1 | phintuka | |
2008-05-06 | Do not restore pause when flushing engine | phintuka | |
(this should fix freezes when zapping / seeking) | |||
2008-04-29 | re-sync | phintuka | |
2008-04-29 | xc.unscaled_osd --> xc.osd_blending | phintuka | |
2008-04-29 | Delete old setup keys | phintuka | |
2008-04-29 | Removed 1.0.0pre6 compability code | phintuka | |
2008-04-29 | Removed creation of setup keys "Media.CacheImplicitPlaylists" and ↵ | phintuka | |
"Media.EnableID3Scanner". (those settings have been added to setup menu) | |||
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 |