Commit Graph

1517 Commits

Author SHA1 Message Date
martii
e27fd37cad sync 2012-10-04 09:32:05 +02:00
Stefan Seyfried
9efe410790 spark: speed up playback start for PLAYMODE_TS 2012-10-04 00:09:04 +02:00
Stefan Seyfried
67dc685e61 libeplayer3: fix invalid free()
according to the man pages....
* dirname() can not return NULL
* the pointer returned by dirname must not be free()d
* strdup() can return NULL
2012-10-04 00:02:51 +02:00
Stefan Seyfried
173ef3230a libeplayer3: sync with tdt git commit fed2a419dc 2012-10-03 23:51:56 +02:00
Stefan Seyfried
4d43213158 libeplayer3: add hack to decrease libavcodec probe size
almost disable the libavcodec format probing when using
"myts://" instead of "file://" urls to improve startup speed
for timeshift etc
2012-10-03 23:22:58 +02:00
martii
4e93e9cc48 sync 2012-10-01 18:35:21 +02:00
Stefan Seyfried
ea7a8428f0 spark: add demuxer init hack 2012-09-29 22:19:14 +02:00
martii
eb5f5dc9ae merge 2012-09-22 16:27:06 +02:00
Stefan Seyfried
fe7b385660 spark: make cDemux more robust
* workaround hanging Read() if frontend loses and regains lock
* set DMX_ONESHOT for TDT and TOT sections
2012-09-22 12:21:59 +02:00
Stefan Seyfried
f0cee92240 spark: let cRecord use the demux passed as parameter 2012-09-22 12:20:36 +02:00
Stefan Seyfried
99a63b16ca spark: make cDemux multi-tuner compatible
...which is more complicated than it seems at first glance, due
to the restrictions of the sh4 pti driver...
2012-09-22 12:20:35 +02:00
martii
53e9396bc1 spark input device handling: add function for reopening 2012-09-18 16:25:35 +02:00
martii
586ff9d657 Merge remote-tracking branch 'seife/master' 2012-09-18 13:33:02 +02:00
Stefan Seyfried
f0a9b76ef1 spark: improve hardware_caps detection 2012-09-16 22:53:35 +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
martii
462353e9dd add VFDGETVERSION support 2012-09-12 20:25:15 +02:00
Stefan Seyfried
4c0541ac28 spark_fp: add option to find out the frontpanel type
this needs my latest patched aotom driver again...
2012-09-11 15:12:28 +02:00
martii
9c22d47bc3 audio_mixer: correct conversion 2012-09-05 20:49:47 +02:00
martii
7cd67c9fad spark: add volume control for alsa mixer 2012-09-05 19:08:45 +02:00
martii
1ccc2ee75a eplayer3 h263 fix 2012-08-31 12:33:59 +02:00
martii
260a6fcc2f cast sizeof to signed to avoid compiler warning 2012-08-16 22:10:55 +02:00
martii
2bdab523e5 Merge remote-tracking branch 'seife/master' 2012-08-16 22:05:33 +02:00
martii
d7d11fdd0d fix indent 2012-08-13 18:42:15 +02:00
martii
c2a9c1a6df libspark/video.cpp: I tend to believe that comparing signed and unsigned would break for st.st_size < 4 2012-08-12 10:04:35 +02:00
martii
92731e6fe3 libeplayer3: add support for teletext and dvbsubtitle streams 2012-08-04 13:31:28 +02:00
Stefan Seyfried
1df3d2e946 cDemux: add dummy SetSource() for coolstream compatibiliy 2012-07-29 13:26:31 +02:00
Stefan Seyfried
3396316b8c ca.h: add dummy functions to sync up with libcoolstream
libcoolstream has added the functions SendCAPMT(), GetCAIDS() and
SetTSClock(). Add stubs to get compatibility.
2012-07-29 13:06:21 +02:00
Stefan Seyfried
84ee47fd7f correctly declare AVSYNC_TYPE 2012-07-28 22:51:29 +02:00
martii
d6bdeb0ff0 fix some movieplayer issues 2012-07-27 20:09:26 +02:00
martii
1d0e6663c4 libeplayer3: sync with tdt 2012-07-21 21:03:59 +02:00
martii
450fc1966a libspark/record.cpp: user configurable buffer sizes 2012-07-21 16:32:00 +02:00
martii
2ca16aedac Merge remote-tracking branch 'seife/master' 2012-07-15 20:13:18 +02:00
Stefan Seyfried
5583233e9e spark,azbox: make demux FD nonblocking
...except for DMX_PSI_CHANNEL, which does not seem to expect that.
2012-07-15 11:44:28 +02:00
Stefan Seyfried
caeb3f4230 azbox: reset PIG during videodecoder init 2012-07-14 20:02:36 +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
martii
3a9a21c8ee spark_fp: add options for setting led status 2012-07-14 13:15:41 +02:00
martii
fded24562f spark_fp: add options for setting led status 2012-07-14 13:12:50 +02:00
Stefan Seyfried
618d1d6525 triple: add necessary locking for inbuf_pos in cPlayback 2012-07-14 10:54:01 +02:00
martii
d38bef08f4 spark record: set dmx to non-blocking mode, change buffer size 2012-07-13 16:31:31 +02:00
martii
b1f92d8e9c video_lib.h header adapted to match one of the previous changes 2012-07-13 16:30:43 +02:00
martii
7f45271ad2 input handling: copy input data from secondary devices to the main rc device 2012-07-13 16:29:53 +02:00
martii
bcaf83a8c7 spark powermanager: SetCpuFreq now actually does what its name says 2012-07-13 16:27:13 +02:00
martii
6e8bdf5c34 spark video: implement SetControl 2012-07-13 16:26:22 +02:00
martii
249d2964ac spark dmx: less debugging output; set buffer size 2012-07-13 16:25:48 +02:00
martii
d03f3c8fee spark audio: add support for channel specific volume 2012-07-13 16:24:18 +02:00
martii
6f1de0cd6c spark_fp: don't touch LEDs on shutdown 2012-07-13 16:23:04 +02:00
martii
752e1e4368 support newer ffmpeg versions 2012-07-13 16:22:19 +02:00
Stefan Seyfried
2d52b68c2d spark: implement cVideo::getBlank()
this is a hack: the "mailbox" irq count does not increase if the
decoders are not decoding, so we use this to determine if the
video is in really playing.
2012-07-05 20:24:40 +02:00
Stefan Seyfried
47114a90af azbox: fix values in cVideo::SetVideoSystem 2012-06-24 16:28:48 +02:00
Stefan Seyfried
b550d5d5bc azbox: fix cVideo::setBlank
the (VIDEO_STOP,1) ioctl does not blank video, so write a
black still-mpeg into the decoder to blank the display,
(similar to the tripledragon code)
2012-06-24 15:12:58 +02:00