svenhoefer
3b7613b778
- add display_can_deepstandby member
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-02 17:22:56 +01:00
max_10
814f92096b
cs_api.h: add missing cs_get_chip_type() dummy
2017-09-15 14:29:29 +02:00
max10
4dc1171253
add libduckbox
2014-04-27 01:52:05 +02:00
Stefan Seyfried
28b21d2295
cVideo: add dummy functions for PIP stuff
2013-09-28 18:25:45 +02:00
Stefan Seyfried
9338fc6d1f
modernize configure.ac and Makefile.am
...
autoconf-1.13 has new warnings, silence them by updating
the buildsystem
2013-06-16 22:16:12 +02:00
Stefan Seyfried
70a2f5bca0
cPlayback: add new API functions for DVD chapter/subtitles
...
right now these are mostly dummies...
2013-06-16 21:42:42 +02:00
Stefan Seyfried
dd7ee34c8c
cDemux: fix error reporting vor video, audio, ... channels
2013-06-01 17:05:23 +02:00
Stefan Seyfried
e5e05ffa09
fix library declarations for libtool
2013-06-01 12:25:52 +02:00
Stefan Seyfried
62f0c20738
triple: fix compile breakage in video.h
2013-05-25 23:13:37 +02:00
Stefan Seyfried
b4be13eb84
video: ensure VIDEO_STD_MAX is big enough
2013-05-25 22:05:30 +02:00
Stefan Seyfried
6724f3f9e3
demux: define MAX_DMX_UNITS (not yet used)
2013-05-10 13:22:44 +02:00
Stefan Seyfried
eb7f51252e
triple: avoid a crash in cPlayback destructor
2013-03-03 22:07:56 +01:00
Stefan Seyfried
c191aba9ca
triple: fix wrong length in cDemux::sectionFilter()
2013-03-02 15:45:18 +01:00
Stefan Seyfried
afdca9c02b
implement cDemux::GetSource()
2013-02-24 16:29:59 +01:00
Stefan Seyfried
707020d16b
cDemux: add copyright header
2013-02-24 13:35:31 +01:00
Stefan Seyfried
74cb82e66c
cDemux::sectionFilter: fix invalid length calculation
2013-02-24 13:26:55 +01:00
Stefan Seyfried
65478d9e85
libtriple: fix measurement demux speed
2013-01-23 21:31:03 +01:00
Stefan Seyfried
5cb4a9d274
libtriple: fix neutrino streamdev
2013-01-23 21:29:27 +01:00
Stefan Seyfried
e6fefa10c1
triple: add a sanity check to cVideo::GetScreenImage
2013-01-13 18:11:36 +01:00
Stefan Seyfried
ae74fe2d0f
triple: implement cVideo::GetScreenImage
2013-01-12 19:18:23 +01:00
Stefan Seyfried
7c46077051
deuglify library build
...
* build intermediate libraries for each subdirectory
* link those libs in main directory instead of single objects
* ugly hack in configure.ac to disable dynamic lib for now
2012-12-01 13:29:27 +01:00
Stefan Seyfried
0e96784ad9
cRecord: fix last commit
2012-10-12 06:35:29 +02:00
Stefan Seyfried
c4422bcfbb
adapt cRecord API to coolstream changes
2012-10-12 06:24:16 +02:00
Stefan Seyfried
8a6f1dea9d
add hardware_caps header
...
First version of a "hardware capabilites information" struct.
This is intended to help clean up the mess in the neutrino GUI.
Surely needs some more work and ongoing changes
2012-09-15 11:49:51 +02:00
Stefan Seyfried
1df3d2e946
cDemux: add dummy SetSource() for coolstream compatibiliy
2012-07-29 13:26:31 +02:00
Stefan Seyfried
84ee47fd7f
correctly declare AVSYNC_TYPE
2012-07-28 22:51:29 +02:00
Stefan Seyfried
ca32114863
triple: implement cVideo::getBlank()
...
another hack :-) make the "blank" still-mpg 24fps and then check in
getBlank() if the framerate is still 24fps, which means that no video
has been decoded since blanking
2012-07-14 18:13:55 +02:00
Stefan Seyfried
618d1d6525
triple: add necessary locking for inbuf_pos in cPlayback
2012-07-14 10:54:01 +02:00
Stefan Seyfried
8568efcd01
fix build after cCA move...
2012-06-18 14:33:21 +02:00
Stefan Seyfried
c50c2888ce
move dummy cCA implementation to commmon/ directory
2012-06-18 11:13:33 +02:00
Stefan Seyfried
4aa3f8f617
triple: fix TODO in cVideo::ShowPicture()
...
rebuild the MPEG stillpicture if the source jpeg has changed
additionally check for zero sized m2v from broken ffmpeg versions
(the same as commit ee1a408f9b
on spark)
2012-03-30 19:37:36 +02:00
Stefan Seyfried
123a1b75a8
triple: improve DFB->uinput routines
...
* use kernel input device repeat instead of generating selfmade
repeat events, this allows using input device rate settings
* add frontpanel left/right buttons, their keycodes differ from
the rc buttons
2012-03-25 20:42:26 +02:00
Stefan Seyfried
457c7a9199
audio: add new enums for HDMI
2012-03-08 20:23:23 +01:00
Stefan Seyfried
16d8d3e8c8
dmx: fix web streaming by allowing PID 0 for pesFilter()
2012-03-07 20:29:13 +01:00
Stefan Seyfried
9812df6bba
triple: fix audio mute state after fast-forwarding in playback
2012-03-06 20:08:31 +01:00
Stefan Seyfried
137948804b
libtriple: implement option to keep LCD backlight on in standby
...
Based on an idea by Kim Danielmeier, keep the backlight on if
TRIPLE_LCDBACKLIGHT environment variable is set.
2012-03-06 20:08:24 +01:00
Stefan Seyfried
08c393bddf
move lt_debug to common/ subdirectory
2012-02-11 14:53:26 +01:00
Stefan Seyfried
11965e5c54
libtriple: improve and shorten cDemux debug messages
2012-01-22 19:20:18 +01:00
Stefan Seyfried
9d7c877b7c
libtriple: use AVS mute to avoid audio pop during boot
2012-01-22 13:18:31 +01:00
Stefan Seyfried
2ba4fe17c7
libtriple: improve cPlayback performance
...
avoid unnecessary memcpy in read_mpeg(), significantly improving performance
2012-01-15 19:55:10 +01:00
Stefan Seyfried
e83b77d0e5
libtriple: add video parameter watchdog
...
Add the video parameter watchdog to the (already existing) input
thread, so we can remove it from zapit.
Unfortunately, we need an ugly hack in cDemux for making sure we
do not crash on exit... :-(
2012-01-14 14:28:33 +01:00
Stefan Seyfried
5732251e24
make lt_dfbinput a c++ file
...
this allows to put the videowatchdog into the same thread later
2012-01-14 13:47:56 +01:00
Stefan Seyfried
1e5b353de3
libtriple: load td-dvb-frontend.ko in init_td_api()
2012-01-09 22:42:07 +01:00
Stefan Seyfried
3ef3ac837c
libtriple: convert tripledragon remote to uinput
...
Instead of patching neutrino to read the Tripledragon remote, use a
converter thread in libtriple to convert the TD remote to a real input
device via uinput.
2012-01-09 22:42:06 +01:00
Stefan Seyfried
1df012097f
libtriple: add documentation on libtriple options
2012-01-08 00:51:40 +01:00
Stefan Seyfried
9cc59bbd24
libtriple: avoid audio noise when going to standby
2012-01-08 00:51:01 +01:00
Stefan Seyfried
124733ce12
libtriple: add support for alternate sound devices to cAudio
...
This allows to use different audio devices (USB Audio for example)
with internet radio and audioplayer.
2012-01-08 00:34:52 +01:00
Stefan Seyfried
5a8f5b3b20
libtriple: try to make all filedescriptors O_CLOEXEC
2011-12-04 15:54:49 +01:00
Stefan Seyfried
d6e681faf2
libtriple: fix cDemux::pesFilter for teletext
2011-11-07 19:00:45 +01:00
Stefan Seyfried
15282e5ae1
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
2011-11-06 16:13:08 +01:00