summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-24Execute primary device switching in main thread contextphintuka
2006-08-24Forward MainThreadHook calls to devicephintuka
2006-08-24Initial importphintuka
2006-08-24Implemented image grabbing for remote clientsphintuka
2006-08-24Grabbing fixesphintuka
2006-08-24Fixed resume handlingphintuka
2006-08-24Bind VDR discovery protocol to INADDR_BROADCAST instead of INADDR_ANYphintuka
(INADDR_ANY graps RTP too if port numbers are left to default)
2006-08-24Fixed restoring primary device when using TCP connectionsphintuka
(new TCP data connection incremented client count)
2006-08-23Image grabbing for remote frontendsphintuka
Poll instead of busy wait when writing to control stream
2006-08-23timed_readphintuka
2006-08-23Enable grabbing for remote frontendsphintuka
2006-08-23Frontends need jpeg library for grabbingphintuka
2006-08-23Frontend uses same version number as pluginphintuka
2006-08-23*** empty log message ***phintuka
2006-08-22Fix grabbing segfault when there is no local frontendphintuka
2006-08-22Enable audio visualization plugins for file playbackphintuka
2006-08-22Added config parameter supportphintuka
Fixed scanning start location at bottom (last line was still scanned) Added check for black frames (black frames will not change crop status) Added 12:9/16:9 only mode (originally target aspect ratio was anything between 4:3...16:9) Added always crop 4:3->16:9 mode (no bar detection) Added more stabilization to 12:9/16:9 cropping
2006-08-22Speaker type settingphintuka
Force failure on second open_plugin if first open_plugin failed (xine-lib tries to open with #... options if first open fails)
2006-08-22Better text for "Cropping size" ("Crop to")phintuka
2006-08-22New config options: autocrop parameters and speaker arrangementphintuka
2006-08-22m3u examplephintuka
2006-08-21Update current channel of original primary device when restoring originalphintuka
primary device (required for FF card if FF card is in live mode)
2006-08-21New method for SCR pausing in live modephintuka
Replaced _syscall0(pid_t, gettid) with syscall(__NR_gettid) as the original one does not work with latest kernel headers
2006-08-21Replaced _syscall0(pid_t, gettid) with getpid as the original one does notphintuka
work with latest kernel headers.
2006-08-21Replaced _syscall0(pid_t, gettid) with syscall(__NR_gettid) as thephintuka
original one does not work with latest kernel headers
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