Commit Graph

178 Commits

Author SHA1 Message Date
Stefan Seyfried
0ed8fd60c3 spark_fp: add option to find out the frontpanel type
this needs my latest patched aotom driver again...


Origin commit data
------------------
Branch: master
Commit: 4c0541ac28
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-09-11 (Tue, 11 Sep 2012)



------------------
This commit was generated by Migit
2012-09-11 15:12:28 +02:00
Stefan Seyfried
791c592fe1 cDemux: add dummy SetSource() for coolstream compatibiliy
Origin commit data
------------------
Branch: master
Commit: 1df3d2e946
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-29 (Sun, 29 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-29 13:26:31 +02:00
Stefan Seyfried
f29902e7e4 ca.h: add dummy functions to sync up with libcoolstream
libcoolstream has added the functions SendCAPMT(), GetCAIDS() and
SetTSClock(). Add stubs to get compatibility.


Origin commit data
------------------
Branch: master
Commit: 3396316b8c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-29 (Sun, 29 Jul 2012)



------------------
This commit was generated by Migit
2012-07-29 13:06:21 +02:00
Stefan Seyfried
823c006356 correctly declare AVSYNC_TYPE
Origin commit data
------------------
Branch: master
Commit: 84ee47fd7f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-28 (Sat, 28 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-28 22:51:29 +02:00
Stefan Seyfried
6a5ad2af23 spark,azbox: make demux FD nonblocking
...except for DMX_PSI_CHANNEL, which does not seem to expect that.


Origin commit data
------------------
Branch: master
Commit: 5583233e9e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-15 (Sun, 15 Jul 2012)



------------------
This commit was generated by Migit
2012-07-15 11:44:28 +02:00
Stefan Seyfried
3968793593 azbox: reset PIG during videodecoder init
Origin commit data
------------------
Branch: master
Commit: caeb3f4230
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-14 (Sat, 14 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-14 20:02:36 +02:00
Stefan Seyfried
768b8250ac 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


Origin commit data
------------------
Branch: master
Commit: ca32114863
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-14 (Sat, 14 Jul 2012)



------------------
This commit was generated by Migit
2012-07-14 18:13:55 +02:00
Stefan Seyfried
b39a52dfa8 triple: add necessary locking for inbuf_pos in cPlayback
Origin commit data
------------------
Branch: master
Commit: 618d1d6525
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-14 (Sat, 14 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-14 10:54:01 +02:00
Stefan Seyfried
4602417532 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.


Origin commit data
------------------
Branch: master
Commit: 2d52b68c2d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-05 (Thu, 05 Jul 2012)



------------------
This commit was generated by Migit
2012-07-05 20:24:40 +02:00
Stefan Seyfried
1048c08e40 azbox: fix values in cVideo::SetVideoSystem
Origin commit data
------------------
Branch: master
Commit: 47114a90af
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-24 (Sun, 24 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-24 16:28:48 +02:00
Stefan Seyfried
7ad7bdc64d 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)


Origin commit data
------------------
Branch: master
Commit: b550d5d5bc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-24 (Sun, 24 Jun 2012)



------------------
This commit was generated by Migit
2012-06-24 15:12:58 +02:00
Stefan Seyfried
65f0d441a1 azbox: split up cVideo::ShowPicture
create a new show_iframe function which just gets the
still-mpeg data passed from ShowPicture


Origin commit data
------------------
Branch: master
Commit: 34402dff9f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-24 (Sun, 24 Jun 2012)



------------------
This commit was generated by Migit
2012-06-24 15:11:48 +02:00
Stefan Seyfried
31d6fbe0f9 azbox: fix cAudio::do_mute
Origin commit data
------------------
Branch: master
Commit: 5b8ff82730
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-24 (Sun, 24 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-24 12:35:02 +02:00
Stefan Seyfried
5fa64f43b8 create common proc_tools
proc_put, proc_get and proc_get_hex are used in many files.
Avoid duplication by moving them to common/proc_tools.c.
Convert azbox's cVideo to use proc_tools.h


Origin commit data
------------------
Branch: master
Commit: 47941bd849
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-24 (Sun, 24 Jun 2012)



------------------
This commit was generated by Migit
2012-06-24 12:26:03 +02:00
Stefan Seyfried
33996776d4 azbox: fix cVideo::ShowPicture
Origin commit data
------------------
Branch: master
Commit: 2e05d5fd6f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-24 (Sun, 24 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-24 00:14:55 +02:00
Stefan Seyfried
302b5354e3 azbox: implement cVideo::getBlank
Origin commit data
------------------
Branch: master
Commit: f0cc9479cf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-23 (Sat, 23 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-23 23:46:39 +02:00
Stefan Seyfried
d2b6b3fc25 azbox: improve cVideo::setAspectRatio
Origin commit data
------------------
Branch: master
Commit: 07ba8c9eb9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-23 (Sat, 23 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-23 23:40:25 +02:00
Stefan Seyfried
4b366b0f79 azbox: terminate string in video/proc_get
Origin commit data
------------------
Branch: master
Commit: ab2140161a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-23 (Sat, 23 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-23 23:39:31 +02:00
Stefan Seyfried
e6450f7f08 first preliminary AZzbox ME support
TODO: some code is very similar to SPARK (record and pwrmngr
are just symlinked, dmx is almost identical). Reduce duplication
by factoring out DVBAPI code into an extra directory.
* what works: audio, video, demux
* what probably doesn't work or is untested: record
* what very likely doesn't work: playback
Playback is just copied over from aztrino and made to compile.
If you are lucky, it just segfaults :-)


Origin commit data
------------------
Branch: master
Commit: 0ac7346489
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-18 (Mon, 18 Jun 2012)



------------------
This commit was generated by Migit
2012-06-18 14:48:52 +02:00
Stefan Seyfried
ce7c2cc049 fix build after cCA move...
Origin commit data
------------------
Branch: master
Commit: 8568efcd01
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-18 (Mon, 18 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-18 14:33:21 +02:00
Stefan Seyfried
7004395684 move dummy cCA implementation to commmon/ directory
Origin commit data
------------------
Branch: master
Commit: c50c2888ce
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-18 (Mon, 18 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-18 11:13:33 +02:00
Stefan Seyfried
03dc30fb9c spark: fix framerate from cVideo::getPictureInfo()
Origin commit data
------------------
Branch: master
Commit: ee3436d292
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-08 (Fri, 08 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-08 22:31:01 +02:00
Stefan Seyfried
1dae482edd spark: implement cVideo::SetSyncMode()
inspired by evolux, but much simpler


Origin commit data
------------------
Branch: master
Commit: 9e075bf190
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-08 (Fri, 08 Jun 2012)



------------------
This commit was generated by Migit
2012-06-08 22:30:11 +02:00
Stefan Seyfried
02925507e5 spark: fix invalid initialization order in cVideo
(how could this ever work? no idea). Found in evolux patches.


Origin commit data
------------------
Branch: master
Commit: f0f295efa1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-08 (Fri, 08 Jun 2012)



------------------
This commit was generated by Migit
2012-06-08 22:20:35 +02:00
Stefan Seyfried
5b00e16610 spark: implement AC3 passthrough on SPDIF and HDMI
Note: untested (no hardware). AC3 on HDMI will only work if
AC3 on SPDIF is also selected.


Origin commit data
------------------
Branch: master
Commit: b9f3ae5372
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-08 (Fri, 08 Jun 2012)



------------------
This commit was generated by Migit
2012-06-08 22:17:30 +02:00
Stefan Seyfried
c0de97ffcc spark: fix invalid debug in cAudio::PrepareClipPlay
Origin commit data
------------------
Branch: master
Commit: 33e44c8ca3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-08 (Fri, 08 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-08 22:12:31 +02:00
Stefan Seyfried
e8b7d78be3 spark: add (and use) proc_put() to audio.cpp
Origin commit data
------------------
Branch: master
Commit: 8ea51a9dfb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-08 (Fri, 08 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-08 22:11:39 +02:00
Stefan Seyfried
a9ce0906c3 spark_fp: improve wakeup time for short timeouts
Origin commit data
------------------
Branch: master
Commit: 2f1ee80b8e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-05-01 (Tue, 01 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-01 20:24:49 +02:00
Stefan Seyfried
236ad74fd5 spark: add spark_fp tool
this needs my patched aotom driver to work


Origin commit data
------------------
Branch: master
Commit: e91dcc03bc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-15 (Sun, 15 Apr 2012)



------------------
This commit was generated by Migit
2012-04-15 18:53:58 +02:00
Stefan Seyfried
206e0202a4 use crosscompile-friendly AC_PATH_TOOL to find pkg-config
Origin commit data
------------------
Branch: master
Commit: 1c2231326f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-15 (Sun, 15 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-15 12:04:45 +02:00
Stefan Seyfried
a992b15417 spark: add 1080p50 videomode (needs neutrino fix)
Origin commit data
------------------
Branch: master
Commit: 75a4d2843b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-14 (Sat, 14 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-14 10:56:36 +02:00
Stefan Seyfried
f907005780 libeplayer3: silence a seemingly harmless warning
Origin commit data
------------------
Branch: master
Commit: c4b359bf92
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-08 (Sun, 08 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-08 17:16:06 +02:00
Stefan Seyfried
a7c4c9b0c4 spark: improve libeplayer3 playback for timeshift
* open output only when really starting playback, just pause
 videodecoder before, so that still picture on timeshift works
* adapt to strange neutrino calling conventions, so that jump-on-
 start works for pause -> play -> stop (live) -> pause again
 sequence for timeshift works
TODO: the startup for H264 timeshifting is too slow, needs
 improvement


Origin commit data
------------------
Branch: master
Commit: 5001e2f103
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-08 (Sun, 08 Apr 2012)

Origin message was:
------------------
spark: improve libeplayer3 playback for timeshift

* open output only when really starting playback, just pause
 videodecoder before, so that still picture on timeshift works
* adapt to strange neutrino calling conventions, so that jump-on-
 start works for pause -> play -> stop (live) -> pause again
 sequence for timeshift works
TODO: the startup for H264 timeshifting is too slow, needs
   improvement


------------------
This commit was generated by Migit
2012-04-08 17:12:52 +02:00
Stefan Seyfried
acaffe57fc spark: add hack to simulate the timeshift file length
Origin commit data
------------------
Branch: master
Commit: f72812d642
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-08 (Sun, 08 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-08 16:58:19 +02:00
Stefan Seyfried
8ef9807b87 spark: make cRecord more error resilient
* use aio to improve things for slow recording media (heavily loaded
 NFS server for example)
* in case of a buffer overflow, don't stop the recording but simply
 drop a buffer
A proper aio implementation would involve multiple buffers that could
be queued in paralled, but that's much more complex, so let's see if
the current code works out well enough.


Origin commit data
------------------
Branch: master
Commit: f3d93833e1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-08 (Sun, 08 Apr 2012)

Origin message was:
------------------
spark: make cRecord more error resilient

* use aio to improve things for slow recording media (heavily loaded
 NFS server for example)
* in case of a buffer overflow, don't stop the recording but simply
 drop a buffer
A proper aio implementation would involve multiple buffers that could
be queued in paralled, but that's much more complex, so let's see if
the current code works out well enough.


------------------
This commit was generated by Migit
2012-04-08 14:43:40 +02:00
Stefan Seyfried
f114e8c7da spark: temporary (for testing) map "auto" video mode to 1080p50
Origin commit data
------------------
Branch: master
Commit: 56874d9721
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-05 (Thu, 05 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-05 11:58:05 +02:00
Stefan Seyfried
8b035e392f spark: return true for EOF in cPlayback::GetPosition
Origin commit data
------------------
Branch: master
Commit: 542a026b9b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-01 17:51:48 +02:00
Stefan Seyfried
fc39cb9eaf spark: set new videomode only if it differs from current
Origin commit data
------------------
Branch: master
Commit: 72089fe88d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-01 17:38:11 +02:00
Stefan Seyfried
aef8b4351f spark: fix getAspectRatio and getPictureInfo in MP mode
Origin commit data
------------------
Branch: master
Commit: 93bc0eec06
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-01 17:37:17 +02:00
Stefan Seyfried
51340158eb 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 347921654a on spark)


Origin commit data
------------------
Branch: master
Commit: 4aa3f8f617
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)



------------------
This commit was generated by Migit
2012-03-30 19:37:36 +02:00
Stefan Seyfried
f10ae4e7b0 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


Origin commit data
------------------
Branch: master
Commit: 123a1b75a8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-25 (Sun, 25 Mar 2012)

Origin message was:
------------------
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


------------------
This commit was generated by Migit
2012-03-25 20:42:26 +02:00
Stefan Seyfried
31f614941e spark: do not start IRMP thread if lircd is running
This will provide a smooth switchover to using LIRC instead of IRMP: if
the lircd is running (pidfile present), don't start the input thread.
Neutrino will use the LIRC-created uinput device instead.


Origin commit data
------------------
Branch: master
Commit: e10c60b02c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-17 (Sat, 17 Mar 2012)



------------------
This commit was generated by Migit
2012-03-17 23:21:30 +01:00
Stefan Seyfried
8615b54755 audio: add new enums for HDMI
Origin commit data
------------------
Branch: master
Commit: 457c7a9199
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-08 (Thu, 08 Mar 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-03-08 20:23:23 +01:00
Stefan Seyfried
e2510f8066 dmx: fix web streaming by allowing PID 0 for pesFilter()
Origin commit data
------------------
Branch: master
Commit: 16d8d3e8c8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-07 (Wed, 07 Mar 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-03-07 20:29:13 +01:00
Stefan Seyfried
d8e3c187e2 spark: compensate for differing AC3/MPEG volume
Maybe the 30/53 formula neeeds some tuning, we'll find out...


Origin commit data
------------------
Branch: master
Commit: 3d9b659f17
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-07 (Wed, 07 Mar 2012)



------------------
This commit was generated by Migit
2012-03-07 20:06:25 +01:00
Stefan Seyfried
60c2a1c857 triple: fix audio mute state after fast-forwarding in playback
Origin commit data
------------------
Branch: master
Commit: 9812df6bba
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-04 (Sun, 04 Mar 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-03-06 20:08:31 +01:00
Stefan Seyfried
05baaca9da 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.


Origin commit data
------------------
Branch: master
Commit: 137948804b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-04 (Sun, 04 Mar 2012)



------------------
This commit was generated by Migit
2012-03-06 20:08:24 +01:00
Stefan Seyfried
2e5ca871de libeplayer3: get rid of __FILE__ for shorter logmessages
Origin commit data
------------------
Branch: master
Commit: d2a05977e5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-26 (Sun, 26 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-02-26 16:11:45 +01:00
Stefan Seyfried
d21b75bc1f spark: work around neutrino's sectionFilter() usage
It seems like most of the times, timeout == 0 means "use the default
timeout". However, at least with the sectionsd eit update filter and
the PMT version update filter, timeout == 0 means really "no timeout"
alas "infinite". Work around this by using the default timeout only
if no negative filtermask is given.
This fixes the "EPG on program change" (and PMT update probably, too).


Origin commit data
------------------
Branch: master
Commit: 12b74e6ef3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-26 (Sun, 26 Feb 2012)



------------------
This commit was generated by Migit
2012-02-26 13:13:33 +01:00
Stefan Seyfried
6031f5f32f spark: more workaround for driver bugs in cVideo
Origin commit data
------------------
Branch: master
Commit: 6bc5518847
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-02-25 22:19:59 +01:00