Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-22 | New config options: autocrop parameters and speaker arrangement | phintuka | |
2006-08-22 | m3u example | phintuka | |
2006-08-21 | Update current channel of original primary device when restoring original | phintuka | |
primary device (required for FF card if FF card is in live mode) | |||
2006-08-21 | New method for SCR pausing in live mode | phintuka | |
Replaced _syscall0(pid_t, gettid) with syscall(__NR_gettid) as the original one does not work with latest kernel headers | |||
2006-08-21 | Replaced _syscall0(pid_t, gettid) with getpid as the original one does not | phintuka | |
work with latest kernel headers. | |||
2006-08-21 | Replaced _syscall0(pid_t, gettid) with syscall(__NR_gettid) as the | phintuka | |
original one does not work with latest kernel headers | |||
2006-08-21 | Replaced _syscall0(pid_t, gettid) with syscall(__NR_gettid) as the original | phintuka | |
one does not work with latest kernel headers | |||
2006-08-20 | First working version | phintuka | |
2006-08-19 | No resume position when replaying music | phintuka | |
2006-08-19 | Fix timeout problems in PlayFileCtrl | phintuka | |
2006-08-19 | Fix wait if data is already there | phintuka | |
2006-08-19 | *** empty log message *** | phintuka | |
2006-08-19 | Added 16:10 aspect ratio | phintuka | |
2006-08-19 | Added video size event generation to frontends | phintuka | |
Added 16:10 aspect ratio setting | |||
2006-08-19 | Remember menu mode | phintuka | |
2006-08-18 | *** empty log message *** | phintuka | |
2006-08-18 | m_File not used anymore | phintuka | |
2006-08-18 | Playlist implementation | phintuka | |
kNext/kPrev keys | |||
2006-08-18 | Missing end of stream signalling | phintuka | |
Use milliseconds in GET... messages | |||
2006-08-18 | New menu entry for replaying music | phintuka | |
(File browser remembers path of last replayed file. Now it is possible to have separate locations for video and audio files) | |||
2006-08-18 | Fix sending random data in unused parts of osd_command_t (Thanks to Tobias ↵ | phintuka | |
Grimmm) Fix end of stream signalling if replay fails Use milliseconds in GET... messages | |||
2006-08-18 | New text (Play music) | phintuka | |
2006-08-18 | More file types (Petri Helin) | phintuka | |
2006-08-18 | Fixed uninitialized data (Thanks to Tobias Grimm) | phintuka | |
"Corrected" name of play mode member variable | |||
2006-08-18 | Fixed SCR trace | phintuka | |
2006-08-18 | Clean-up | phintuka | |
2006-08-18 | Fixed end of stream detection | phintuka | |
2006-08-18 | Fixed possible access to past of allocated memory (and conditional jump ↵ | phintuka | |
based on uninitialized data) | |||
2006-08-17 | New config entry for last replayed audio file. | phintuka | |
Moved file types to config. | |||
2006-08-17 | *** empty log message *** | phintuka | |
2006-08-17 | Changed DVD mrls | phintuka | |
2006-08-16 | Missing << | phintuka | |
2006-08-16 | Added missing dependency (logdefs.h) to xine_input_vdr.o | phintuka | |
2006-08-16 | Added missing header | phintuka | |
2006-08-16 | Removed compiler warning | phintuka | |
2006-08-16 | Added missing header file | phintuka | |
2006-08-16 | Allow logging to stdout | phintuka | |
2006-08-16 | Use c++ only when compiling c++ | phintuka | |
2006-08-16 | Improved end of stream signalling | phintuka | |
Some extra checks to catch null pointers and empty strings | |||
2006-08-16 | Support .m3u and implicit playlists | phintuka | |
2006-08-16 | Updated | phintuka | |
2006-08-16 | Fixed dvd menu navigation in local mode | phintuka | |
Avoid polluting log with unnecessarily buffer overflow messages | |||
2006-08-16 | "spdif" added when checking for AC3 passthru mode | phintuka | |
2006-08-16 | .flac added to supported file types | phintuka | |
2006-08-16 | More PlayFile fixes | phintuka | |
2006-08-16 | 1.0.0pre2: New (and some older...) texts added | phintuka | |
2006-08-16 | removed unnecessarily #if...#endif | phintuka | |
2006-08-16 | Added option to discard video (audio-only playback) | phintuka | |
2006-08-16 | Option to disable video playback (audio-only playback) | phintuka | |
2006-08-16 | Fixed EndOfStreamReached when there is local frontend and remote frontend ↵ | phintuka | |
server without clients ePlayMode GetPlayMode(void) added If playMode is pmAudioOnlyBlack, video is discarded |