summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-01Close old player before opening new onephintuka
2006-08-27Return padding and keep demux running even if there are video frames in bufferphintuka
New yv12 blank frame generator (uses last seen frame size and aspect ratio) -> no osd re-sizing when display is blanked between channel switches
2006-08-26Removed compiler warningphintuka
2006-08-26cancel may leave locks unlockedphintuka
2006-08-26Next/prev DVD SPU track selectionphintuka
2006-08-26Thread cancellation is signalled (only) with control_runningphintuka
Sockets are closed only in dispose Disabled linger for TCP sockets Changed the order of things are closed/freed in dispose Added next/prev SPU track delection
2006-08-26Added re-ordering of video filter post plugins for special cases:phintuka
if enabled, autocrop and tvtime deinterlacer should be first ones, and in this order.
2006-08-26Restore terminal settings only if settings were saved and changedphintuka
2006-08-26commented out write_slave_stream (some (older?) vdr recordings have videophintuka
stream with PID != 0xE0)
2006-08-25Fixed returning from pmAudioOnlyBlack playmode (audio visualization pluginphintuka
was never closed)
2006-08-25Moved XKeySym keyboard learning trigger to sxfephintuka
(XKeySym remote is _not_ available with framebuffer ...) Added KBD remote learning trigger to fbfe
2006-08-251.0.0pre3xineliboutput-1_0_0pre3phintuka
2006-08-25Removed unnecessary error messagesphintuka
Added overscan option
2006-08-25Added overscan optionphintuka
2006-08-25Added overscan optionphintuka
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