[CST] Focus
71999b5f08
driver/framebuffer.cpp: fix USE_NEVIS_GXA code
2013-01-11 15:12:34 +04:00
[CST] Focus
d3d2efe475
Makefiles.am: add conditional include for libcoolstream
2013-01-11 14:17:16 +04:00
[CST] Focus
185abd1a64
driver/vfd.h: try to fix libcs headers
2013-01-11 14:16:57 +04:00
[CST] Focus
1413177ad1
driver/rcinput.h: try to fix libcs headers
2013-01-11 14:16:26 +04:00
[CST] Focus
6380763209
src/driver/rcinput.cpp: change ifdefs for headers and set_rc_hw
2013-01-11 14:04:07 +04:00
[CST] Focus
6e41c65fad
merge public git changes
2013-01-09 19:30:07 +04:00
[CST] Focus
bea14518a5
driver/record.cpp: adapt to new frontend management
2013-01-09 15:41:43 +04:00
satbaby
3bbaddec39
src/driver/framebuffer.cpp: fix fb for Threads use
2013-01-02 15:55:19 +01:00
[CST] Focus
418890957d
driver/framebuffer.cpp: cleanup, add ioctls to blit/fill rect using FB
2012-12-26 12:20:10 +04:00
micha-bbg
b1138e16b0
* Fix include path for moved header files
2012-12-13 18:09:09 +01:00
[CST] Focus
c81c18f387
src/driver/screenshot.cpp: enable png alpha invert
2012-12-12 11:33:51 +04:00
[CST] Bas
9448cd8d2a
Merge branch 'dvbsi++' of coolstreamtech.de:cst-private-neutrino into neutrino-apollo
...
Conflicts:
src/nhttpd/yhttpd.cpp
2012-12-07 14:39:05 +08:00
micha-bbg
fefa483469
* Moviebrowser: Ask if the file of a running recording to be deleted.
2012-11-26 15:03:58 +01:00
svenhoefer
fc2c89c664
- src/driver/streamts.cpp: fix linefeed
2012-11-19 18:13:35 +01:00
satbaby
af7b6d7a98
src/driver/streamts.cpp fix segfault
2012-11-19 17:58:24 +01:00
[CST] Focus
00e188b37d
driver/streamts.cpp: fix debug msg
2012-11-15 19:16:10 +04:00
[CST] Bas
89bf2f6846
Merge branch 'dvbsi++' of coolstreamtech.de:cst-private-neutrino into neutrino-apollo
...
Conflicts:
src/neutrino.cpp
2012-11-13 12:51:18 +08:00
satbaby
7d570537fd
src/driver/rcinput.cpp: use standby_rc in repeat mode only if need
2012-11-12 12:23:23 +01:00
[CST] Focus
a2a6a7d5c8
driver/record.cpp: stop streaming before record start
2012-11-08 19:14:20 +04:00
[CST] Focus
ae6cbc9479
driver/streamts.cpp: replace old code with class,
...
support multi-client and multi-channel,
experimental / testing - please read comments at the top of driver/streamts.cpp
2012-11-08 19:10:37 +04:00
[CST] Focus
2b0f9efbc8
driver/record.cpp: use CGenPsi class
2012-11-08 15:09:10 +04:00
[CST] Focus
0578ef7c30
driver/Makefile.am: replace genpsi.c with genpsi.cpp
2012-11-08 15:08:41 +04:00
[CST] Focus
861a5a4a51
driver/genpsi.cpp: replace old code with class
2012-11-08 15:08:08 +04:00
[CST] Focus
02c3cfb173
driver/file.h: define __USE_FILE_OFFSET64 instead of error
2012-11-07 20:49:06 +04:00
satbaby
4e3791be72
src/driver/streamts.cpp: use new instead of malloc
2012-11-05 16:48:41 +01:00
satbaby
9cec234d73
src/driver/record.cpp: -fix auto_delete
2012-11-04 13:25:44 +01:00
satbaby
7ea3a20a80
src/driver/volume.cpp:-fix segfault on new fb_pixel_t with not initialized digit_h+digit_offset
2012-11-02 18:17:47 +01:00
svenhoefer
3b9193982b
- shutdown_count.cpp: add NEUTRINO_ENTER_INACTIVITY_SCRIPT
...
script will be executed if g_settings.shutdown_min expires
2012-11-01 20:30:18 +01:00
satbaby
c2052784ec
src/driver/vfd.cpp: -fix ioctl error on shutdown
2012-10-29 13:24:11 +01:00
satbaby
654ca3656d
neutrino: show epg infos on announce recording, ported from tuxcvs
2012-10-28 20:05:42 +01:00
[CST] Focus
4b086415d8
driver/radiotext.cpp: rework CRadioText,
...
thread now persistent, minimal delay for stop at zap,
for testing
2012-10-25 18:48:36 +04:00
micha-bbg
8681a9c399
* Commit 295efb1
: Fix delete query when multiple same channelid
2012-10-24 10:52:55 +01:00
[CST] Focus
d771f625a0
driver/record.cpp: use slow record warning option.
...
this warning tested for generic setup with usb hdd and
meant to early tell if record buffer usage reach watermark,
where user have chance to stop some of records and save others from overflow
under high load. if your think you getting false warnings, disable it
2012-10-16 19:58:58 +04:00
[CST] Bas
f0ce9aa6bb
Merge branch 'dvbsi++' of coolstreamtech.de:cst-private-neutrino into neutrino-apollo
...
Conflicts:
src/neutrino.cpp
2012-10-16 10:54:47 +08:00
[CST] Focus
2a93f2dfdf
driver/record.cpp: stop radiotext before record start
2012-10-15 12:53:09 +04:00
[CST] Focus
767a7d3871
driver/genpsi.c: add fdatasync, this should wakeup hdd before record started
2012-10-15 12:49:57 +04:00
satbaby
309c17d567
record.cpp:fix possible recording in flash
2012-10-05 12:44:59 +02:00
satbaby
bb2efeb45b
use my_system instead of system
2012-10-02 12:42:31 +02:00
[CST] Bas
7d5a3f7b18
Merge branch 'dvbsi++' of coolstreamtech.de:cst-private-neutrino into neutrino-apollo
2012-09-29 19:36:44 +08:00
[CST] Bas
a222240dbb
Merge branch 'neutrino-apollo' of coolstreamtech.de:cst-private-neutrino into neutrino-apollo
...
Conflicts:
src/timerd/timermanager.cpp
2012-09-26 17:52:47 +08:00
S.R. van Loon
83636ebb6e
neutrino: change all remote/frontpanel stuff to use the new headers.
2012-09-25 22:23:17 +08:00
[CST] Focus
b8ff3bbdd5
driver/record.cpp: add timer to monitor record status;
...
add warning, when record buffer close to or already overflow;
change single record stop to sync mode - under high load stopTimerEvent() takes too long
2012-09-25 17:19:28 +04:00
satbaby
87342fd0d9
my_system fix
2012-09-15 11:20:49 +02:00
[CST] Focus
2d0642d36d
driver/record.cpp: fix temp timeshift file delete cmd
2012-09-13 20:10:53 +04:00
[CST] Focus
106c59a792
driver/record.cpp: always call RestoreNeutrino(), if record start failed
2012-09-13 20:07:18 +04:00
[CST] Focus
db17a4ee6f
driver/record.cpp: fix fd leak, if record start failed
2012-09-13 19:13:49 +04:00
[CST] Focus
9fdbdbd343
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
2012-09-13 11:24:13 +04:00
satbaby
e50a5ef013
/bouquetlist.cpp: close Favo also with RC_favorites
2012-09-12 22:48:15 +02:00
satbaby
c6ae7255ac
-add wakeup_hdd & file_exists to system-helpers
2012-09-11 20:35:47 +02:00
satbaby
3389defb17
start SCRIPTs with-my_system
2012-09-11 20:33:34 +02:00