summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-21Replaced _syscall0(pid_t, gettid) with syscall(__NR_gettid) as the originalphintuka
one does not work with latest kernel headers
2006-08-20First working versionphintuka
2006-08-19No resume position when replaying musicphintuka
2006-08-19Fix timeout problems in PlayFileCtrlphintuka
2006-08-19Fix wait if data is already therephintuka
2006-08-19*** empty log message ***phintuka
2006-08-19Added 16:10 aspect ratiophintuka
2006-08-19Added video size event generation to frontendsphintuka
Added 16:10 aspect ratio setting
2006-08-19Remember menu modephintuka
2006-08-18*** empty log message ***phintuka
2006-08-18m_File not used anymorephintuka
2006-08-18Playlist implementationphintuka
kNext/kPrev keys
2006-08-18Missing end of stream signallingphintuka
Use milliseconds in GET... messages
2006-08-18New menu entry for replaying musicphintuka
(File browser remembers path of last replayed file. Now it is possible to have separate locations for video and audio files)
2006-08-18Fix 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-18New text (Play music)phintuka
2006-08-18More file types (Petri Helin)phintuka
2006-08-18Fixed uninitialized data (Thanks to Tobias Grimm)phintuka
"Corrected" name of play mode member variable
2006-08-18Fixed SCR tracephintuka
2006-08-18Clean-upphintuka
2006-08-18Fixed end of stream detectionphintuka
2006-08-18Fixed possible access to past of allocated memory (and conditional jump ↵phintuka
based on uninitialized data)
2006-08-17New config entry for last replayed audio file.phintuka
Moved file types to config.
2006-08-17*** empty log message ***phintuka
2006-08-17Changed DVD mrlsphintuka
2006-08-16Missing <<phintuka
2006-08-16Added missing dependency (logdefs.h) to xine_input_vdr.ophintuka
2006-08-16Added missing headerphintuka
2006-08-16Removed compiler warningphintuka
2006-08-16Added missing header filephintuka
2006-08-16Allow logging to stdoutphintuka
2006-08-16Use c++ only when compiling c++phintuka
2006-08-16Improved end of stream signallingphintuka
Some extra checks to catch null pointers and empty strings
2006-08-16Support .m3u and implicit playlistsphintuka
2006-08-16Updatedphintuka
2006-08-16Fixed dvd menu navigation in local modephintuka
Avoid polluting log with unnecessarily buffer overflow messages
2006-08-16"spdif" added when checking for AC3 passthru modephintuka
2006-08-16.flac added to supported file typesphintuka
2006-08-16More PlayFile fixesphintuka
2006-08-161.0.0pre2: New (and some older...) texts addedphintuka
2006-08-16removed unnecessarily #if...#endifphintuka
2006-08-16Added option to discard video (audio-only playback)phintuka
2006-08-16Option to disable video playback (audio-only playback)phintuka
2006-08-16Fixed EndOfStreamReached when there is local frontend and remote frontend ↵phintuka
server without clients ePlayMode GetPlayMode(void) added If playMode is pmAudioOnlyBlack, video is discarded
2006-08-15delete --> delete[] (Thanks to Tobias Grimm)phintuka
2006-08-15make clean: Remove .so* files with version (Thanks to Tobias Grimm)phintuka
2006-08-15delete --> delete[] (Thanks to Tobias Grimm)phintuka
2006-08-15Memory leak fixed (Thanks to Tobias Grimm)phintuka
2006-08-07Added missing default for BINDIRphintuka
2006-08-07Do not install binaries unless told tophintuka
-> xine plugins and frontends are installed ONLY with "make install" Enable building of xine_post_autocrop.so Some cleanup