summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-08-07Initial imoort (dummy plugin)phintuka
2006-08-07Added detaching osd from device as osd's cant be just deleted ...phintuka
(might be useful with primary device switching)
2006-08-071.0.0pre2phintuka
2006-08-07Added Installing chapterphintuka
2006-08-07Updated audio out configurationphintuka
(support for analog 5.1 surround and AC3 passthru)
2006-08-07Removed unused suspend codephintuka
2006-08-071.0.0pre2phintuka
2006-08-07Enabled letterbox -> 16:9 cropping settingphintuka
2006-08-07Fixed remote menu (menu now remembers last position when menu is changed ↵phintuka
dynamically) Enabled letterbox -> 16:9 cropping setting
2006-08-07Changed creation/removal of pipes directory (cPlugin::ConfigDirectory is not ↵phintuka
thread-safe)