Stefan Seyfried
4d9be7852d
libtriple: try to make all filedescriptors O_CLOEXEC
2012-04-17 19:33:50 +02:00
Stefan Seyfried
63af4043a7
zapit: fix SDT scan
...
the SDT scan could sometimes erase half of a transponder after
a read error from the demux device device (e.g. due to bad
reception had occured or the channel had been changed since scan
had started.
2012-04-17 19:33:50 +02:00
Stefan Seyfried
e142b3d98a
libtriple: fix cDemux::pesFilter for teletext
2012-04-17 19:33:49 +02:00
Stefan Seyfried
2f65aea744
neutrino: make button bar use available space intelligently
...
modify the paintButtons() function, so that it spreads the buttons
over the available width with constant space between them.
Port over all users to the new method and clean up quite some custom
button drawing code on the way.
Attention: This code is GPL v3+ only for now!
2012-04-17 19:33:49 +02:00
Stefan Seyfried
90bb145049
neutrino: lock bouquet editor if parental pin is active
2012-04-17 19:33:49 +02:00
Stefan Seyfried
3999e8d0e2
neutrino: add the possibility to lock bouquets by default
...
This basically inverts the "locked" attribute of bouquets.xml and
allows to selectively enable only favourites or similar.
2012-04-17 19:33:49 +02:00
Stefan Seyfried
9dbdfcf5c7
neutrino: call a script after a PIN is entered
2012-04-17 19:33:49 +02:00
Stefan Seyfried
2054a78b99
libtriple: add measure mode to cDemux to fix streaminfo
...
since the TD drivers apparently only allow each PID to be captured
once, cheat and implement the measure mode for streaminfo with
special ioctls. now streaminfo no longer breaks recordings
2012-04-17 19:33:49 +02:00
Stefan Seyfried
b32df67a60
libtriple: convert cRecord to lt_debug()
2012-04-17 19:33:49 +02:00
Stefan Seyfried
9cbede9fec
libtriple: improve lt_debug
...
* add current instance
* shorten lt_debug messages
2012-04-17 19:33:49 +02:00
Stefan Seyfried
7368fad7ba
neutrino: Tripledragon can only record one TS at once
2012-04-17 19:33:49 +02:00
Stefan Seyfried
3764ca7da0
neutrino: CRecordManager should not ignore errors when timeshifting
2012-04-17 19:33:49 +02:00
Stefan Seyfried
65e0316c79
libtriple: Tripledragon can only do one TS at a time :-(
2012-04-17 19:33:48 +02:00
Stefan Seyfried
f3fdf7c91b
neutrino: add profiling to startup (not for upstream)
2012-04-17 19:33:48 +02:00
Stefan Seyfried
37ce4b2012
neutrino: start sectionsd earlier to avoid waiting for it
2012-04-17 19:33:48 +02:00
Stefan Seyfried
5db0f0aee0
libtriple: add cRecord::AddPid
2012-04-17 19:33:48 +02:00
Stefan Seyfried
24e9ee412f
libtriple: bring cRecord::Open in line with CS code
2012-04-17 19:33:48 +02:00
Stefan Seyfried
448f88fcac
libtriple: bring cDemux::Start in line with CS code
2012-04-17 19:33:48 +02:00
Stefan Seyfried
feafc20789
libtriple: change cDemux::addPid to type bool
2012-04-17 19:33:48 +02:00
Stefan Seyfried
7d4305e67e
sectionsd: trigger EIT after removing >1000 old events (not for upstream)
2012-04-17 19:33:48 +02:00
Stefan Seyfried
1de45c6352
libtriple: add dmx_cs.h to reduce code differences in neutrino
2012-04-17 19:33:48 +02:00
Stefan Seyfried
1ab98c13f8
streaminfo: partly flickering fix (not ready for upstream)
2012-04-17 19:33:48 +02:00
Stefan Seyfried
db86ff4af0
sectionsd: increase default debug output (not for upstream)
2012-04-17 19:33:48 +02:00
Stefan Seyfried
94c4a82b70
sectionsd: add noisy messages for unexpected state
2012-04-17 19:33:48 +02:00
Stefan Seyfried
997153cb8f
libtriple: improve audio stream handling in cPlayback()
...
use a c++ map instead of arrays to store audio stream data
Side effect: audio streams as returned by findAllPids() are now
sorted by pid, helping default selection for MPEG and VDR streams
2012-04-17 19:33:48 +02:00
Stefan Seyfried
9f32954f1a
sectionsd: disable broken DMX::check_complete() function
...
The DMX::check_complete function does not work correctly (e.g. it
ignores table 0x51 which it shouldnt).
Additionally, it seems to indicate completeness of a table even though
there are still new versions coming in.
As it is not too useful anyway, simply disable it for now.
2012-04-17 19:33:47 +02:00
Stefan Seyfried
93e4ef3b08
framebuffer: implement setBlendLevel() and setBlendMode() for TripleDragon
2012-04-17 19:33:47 +02:00
Stefan Seyfried
9e72dcc2f6
neutrino: theoretical framebuffer correctness fix for TD
2012-04-17 19:33:47 +02:00
Stefan Seyfried
40f50f88cc
neutrino: silence rcinput debug output
2012-04-17 19:33:47 +02:00
Stefan Seyfried
4a49f203f7
libtriple: implement cVideo::SetSyncMode()
2012-04-17 19:33:47 +02:00
Stefan Seyfried
2df67d32f4
libtriple: implement cAudio::SetSyncMode()
2012-04-17 19:33:47 +02:00
Stefan Seyfried
832b2d3096
neutrino: don't show CEC settings on Tripledragon
2012-04-17 19:33:47 +02:00
Stefan Seyfried
6b2958d609
libtriple: cVideo enabled SCART during record in standby
2012-04-17 19:33:47 +02:00
Stefan Seyfried
6497e4c310
libtriple: fix seeking in cPlayback if there's a PTS overflow
2012-04-17 19:33:47 +02:00
Stefan Seyfried
9060dff7dc
zapit-debug: hack to shorten debug messages
2012-04-17 19:33:47 +02:00
Stefan Seyfried
ae38a828f0
libdvbsub: hacks to try to improve the situation on TD
...
those don't really help yet, unfortunately
2012-04-17 19:33:47 +02:00
Stefan Seyfried
7828eeb103
libtriple: sync cPlayback with libcoolstream changes
2012-04-17 19:33:47 +02:00
Stefan Seyfried
99a5c040a3
libtriple: fix compiler warning in cs_get_revision()
2012-04-17 19:33:47 +02:00
Stefan Seyfried
6719a44dc9
libtriple: convert cDemux to lt_info
2012-04-17 19:33:47 +02:00
Stefan Seyfried
93e90cc4e1
libtriple: add workaround for 'odd filter length' problem in cDemux
2012-04-17 19:33:46 +02:00
Stefan Seyfried
71f1a1e9e3
libtriple: convert cAudio to lt_info, improve debug output
2012-04-17 19:33:46 +02:00
Stefan Seyfried
b24c2c86ee
libtriple: add debug flag to disable SCART switching (debug)
2012-04-17 19:33:46 +02:00
Stefan Seyfried
f21ba6a694
libtriple: remove unneeded includes, disable strict aliasing
2012-04-17 19:33:46 +02:00
Stefan Seyfried
a9a771a686
libtriple: convert cVideo to lt_debug/lt_info, don't use zapit debug
2012-04-17 19:33:46 +02:00
Stefan Seyfried
460ccf37ee
libtriple: convert cPlayback to lt_debug/lt_info
2012-04-17 19:33:46 +02:00
Stefan Seyfried
4435f30b3c
libtriple: improve debug architecture
...
every libtriple module can have its debug output enabled separately
by exporting the TRIPLE_DEBUG variable
2012-04-17 19:33:46 +02:00
Stefan Seyfried
716b1c96b9
neutrino: add rcsim
2012-04-17 19:33:46 +02:00
Stefan Seyfried
6eae455676
libtriple: implement PCM playback in cAudio()
2012-04-17 19:33:46 +02:00
Stefan Seyfried
d812673a4e
libtriple: add ChangePids() to cRecord
...
This is pretty much untested for now, handle with care!
2012-04-17 19:33:46 +02:00
Stefan Seyfried
7ff71707c0
libtriple: add getPesPids() and removePid() to cDemux
2012-04-17 19:33:46 +02:00