Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-04 | Merge from trunk:unlabeled-1.56.2 | phintuka | |
revision 1.70 date: 2009/05/29 15:09:10; author: phintuka; state: Exp; lines: +2 -2 Fixed invalid cast | |||
2009-02-12 | Eliminated warn_unused_result warning | phintuka | |
2008-12-10 | Added TimeoutMs to PlayFileCtrl() | phintuka | |
2008-09-26 | int -> size_t | phintuka | |
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Increased timeout when opening media files from network sources (Thanks to Tobias Grimm) | |||
2008-04-10 | This commit was manufactured by cvs2svn to create branch 'unlabeled-1.56.2'. | cvs2svn | |
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. | |||
2008-04-04 | OSDFLAG_REFRESH | phintuka | |
2008-04-04 | Remove redundant parameter from RleCmd | phintuka | |
2008-04-03 | Use ID3Scanner also when only one is played back. | phelin | |
Start ID3Scanner when new files are queued to the playlist. | |||
2008-04-03 | Use libextractor for extracting metainfo. Supported versions are 0.5.20 or ↵ | phelin | |
later. If libextractor is not found or its version not supported, old solution is used. | |||
2008-04-03 | pointer -> constant char array | phintuka | |
2008-04-03 | resync | phintuka | |
2008-04-03 | Send full OSD when client connects | phintuka | |
2008-04-03 | Moved common configuration code to base class | phintuka | |
2008-04-02 | Some cleanup | phintuka | |
2008-04-02 | Reduce number of build-time configuration test runs | phintuka | |
(tests are now executed only once) | |||
2008-04-01 | Added check for libextractor | phintuka | |
(library for metadata fetching/parsing) | |||
2008-03-31 | Added check for XRender server extension | phintuka | |
2008-03-31 | Disable HUD if ARGB visual not found. | phintuka | |
Override xine_osd_command function only if HUD initialization succeeds. | |||
2008-03-31 | Some logging cleanup | phintuka | |
2008-03-31 | No functional changes | phintuka | |
(move hud_osd_open after hud_osd_command) | |||
2008-03-31 | HUD OSD | phintuka | |
(Patch from Antti Seppälä and Rolf Ahrenberg) | |||
2008-03-31 | Move code to enable/disable cursor to separate function | phintuka | |
(Patch from Antti Seppälä and Rolf Ahrenberg) | |||
2008-03-31 | Use type frontend_t* instead of void* in input plugin -> frontend function ↵ | phintuka | |
pointers | |||
2008-03-29 | Refresh full OSD when scaling method changes | phintuka | |
(Suggested by Antti Seppälä) | |||
2008-03-28 | HUD OSD configuration | phintuka | |
(Patch from Antti Seppälä and Rolf Ahrenberg) | |||
2008-03-28 | Simple buildtime check for Xrender extension (for HUD OSD) | phintuka | |
2008-03-28 | LOCALEDIR -> LOCDIR | phintuka | |
Do not override LOCDIR if it has been set already in Make.config | |||
2008-03-25 | Stop slave stream when disconnected (-> frontend can terminate) | phintuka | |
2008-03-25 | Fix OSD when (DVD)subtitles are disabled | phintuka | |
Fix spu channel "none" and "auto" numbers | |||
2008-03-24 | Fix progressbar hiding | phintuka | |
2008-03-24 | Added kInfo, simplified kOk handling | phintuka | |
2008-03-24 | Added service interface for launching media player | phintuka | |
(Suggested by Tobias Grimm) | |||
2008-03-23 | Czech translations. | phintuka | |
Thanks to Maya <maja373@gmail.com> | |||
2008-03-16 | Defines for timeouts | phintuka | |
2008-03-16 | Use ntoh_osdcmd and hton_osdcmd | phintuka | |
2008-03-16 | Byte order cnversion macros for osd_command_t | phintuka | |
2008-03-16 | Replace asprintf with cString | phintuka | |
2008-03-16 | USe define for subtitle track none | phintuka | |
2008-03-16 | Define video_size_t only in mpeg.h | phintuka | |
2008-03-16 | Use SetSubtitleTrackDevice | phintuka | |
2008-03-16 | Use defines for special suptitle "tracks" auto and none | phintuka | |
Implement vdr>=1.5.15 SetSubtitleTrackDevice | |||
2008-03-16 | Use cStatus to track user SPU track selections and automatic SPU track ↵ | phintuka | |
selections |