Stefan Seyfried
8563837c8b
libtriple: fix memory allocation size
2013-11-09 18:00:08 +01:00
Stefan Seyfried
95a20e181b
all: clean up cRecord header, hide private stuff
2013-11-03 01:04:27 +01:00
Stefan Seyfried
fc0300416b
all: clean up pwrmngr header file
2013-11-03 00:15:19 +01:00
Stefan Seyfried
e746daaf5a
all: clean up cPlayback header, hide private stuff
...
compile tested only ;)
2013-11-02 23:39:31 +01:00
Stefan Seyfried
1166d49486
all: clean up cAudio header, separate private stuff
2013-11-02 20:06:29 +01:00
Stefan Seyfried
69527185a9
all: clean up cVideo header, separate private stuff
2013-11-02 18:44:34 +01:00
Stefan Seyfried
5a56339925
all: clean up cDemux headers
2013-11-02 16:44:39 +01:00
Stefan Seyfried
60cc22c58a
all: clean up cs_api.h / init_td.h
2013-11-02 14:27:47 +01:00
Stefan Seyfried
91775a6029
move dependent headers into one directory
...
in preparation of proper installation of the lib
2013-10-27 14:34:45 +01:00
Stefan Seyfried
03754e8bc5
playback: add dummy RequestAbort() functions
2013-10-21 17:32:21 +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