summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-14String checksphintuka
Try to connect ":0.0"
2007-03-13Additional checks to avoid buffer overflowsphintuka
2007-03-08Removed pthread_yield() as there is already cCondWait::SleepMs()phintuka
2007-03-08Removed include linux/unistd.hphintuka
2007-03-08Mac OS X compability fixes (based on patch by Tero Siironen)phintuka
2007-03-08Removed include linux/unistd.hphintuka
2007-03-08removed include linux/unistd.hphintuka
2007-03-08Set cursor and blanking off only when running on terminal (keyboard input)phintuka
Added short delay after keyboard thread creation Mac OS X compability fix (patch by Tero Siironen)
2007-03-08Mac OS X compability fixes (patch by Tero Siironen)phintuka
2007-03-08Mac OS X compability fix (patch by Tero Siironen)phintuka
2007-03-08Removed old includephintuka
2007-03-08Slow down DVD drive speedphintuka
2007-03-06Subtitle selectionphintuka
2007-03-06Removed "DVD" from subtitle messages as same strings are used with all kind ↵phintuka
of subtitles
2007-03-06New subtitle track selection menu (identical to VDR audio track selection menu)phintuka
New subtitle macro key handling (identical to VDR kAudio) New local frontend on/off macro key handling: - if frontend is off, first key press brings it back - code now just toggles frontend on/off, without looping thru all frontends (unless no frontends were loaded at startup)
2007-03-04Adapted for vdr-1.5.1 (Patch from Rolf Ahrenberg)phintuka
2007-03-04Fixed typosphintuka
2007-03-04xine-lib 1.1.4 fixesphintuka
loop fixes return immediately from read_block if demux_action_pending is true
2007-02-28Resume file creation fixedphintuka
2007-01-27Use --silent option immediately when it is detectedphintuka
Disable cursor and terminal blanking
2007-01-27Allow queuing data during setupphintuka
2007-01-26Avoid busy Poll loops when frontend not readyphintuka
2007-01-26Do not sleep while holding frontend lockphintuka
2007-01-26Detach frontends from VDR before shutdownphintuka
2007-01-26Fixed fullscreen toggling with keyboardphintuka
2007-01-24Shortcut keys for toggling fullscreen and deinterlacephintuka
2007-01-24Avoid busy loopphintuka
2007-01-24"D" toggles deinterlacing on/offphintuka
2007-01-24Initialize video size from stream info when playing slave streams, asphintuka
at least vidixfb driver does not call properly frontend frame output callback. (Patch from Antti Seppälä)
2007-01-24LAzy polling (queue amount of free buffers)phintuka
2007-01-24*** empty log message ***phintuka
2007-01-24min should be max ...phintuka
2007-01-24Poll returns amount of free buffers instead of booleanphintuka
2007-01-24Should be maxphintuka
2007-01-24Define default free buffers larger than 1 when there are no clientsphintuka
2007-01-24*** empty log message ***phintuka
2007-01-24Poll returns number of free buffers instead of booleanphintuka
2007-01-24Poll returns number of free buffers instead of boolean valuephintuka
2007-01-22Longer buffering time when playing realtimephintuka
Do not turn off de-interlacing if tvtime deinterlacer is selected
2007-01-22Added "enable=1" to tvtime options stringphintuka
2007-01-22Added DXR3 to list of video drivers (Thanks to Ville Skyttä)phintuka
2007-01-22Shell scripts modified to run in dash (Ubuntu). (Thanks to ↵phintuka
realKano@directbox.com)
2007-01-20Fixed tvtime options string generating (thanks to Petri Helin)phintuka
2007-01-20Show warning message if post plugin does not support given parameter(s)phintuka
2007-01-20Added some pointer checks to queue_blank_yv12phintuka
Added locking around blank image creating Increased control channel socket buffer size to avoid OSD overflows Increased frame-based buffering time Increased TCP timeout when received only incomplete PES frame
2007-01-20Check if file open failed before writing to it (patch from Ville Skyttä)phintuka
Set (larger) socket buffers for control channel to avoid OSD message overflows
2007-01-20Use VDR VideoDir setting instead of "/video" (patch from Ville Skyttä)phintuka
2007-01-20Check if fopen failed before writing to file (patch from Ville Skyttä)phintuka
2007-01-20Use /dev/dsp as OSS default device (patch from Ville Skyttä)phintuka
2007-01-20Use VDR VideoDir setting instead of /video (Patch from Ville Skyttä)phintuka