Commit Graph

207 Commits

Author SHA1 Message Date
Stefan Seyfried
cb2cae3a53 libspark/hw_caps: add more stb ids
from git://gitorious.org/~martii/neutrino-hd/martiis-libstb-hal.git


Origin commit data
------------------
Branch: master
Commit: 6ec87214f2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-24 (Sun, 24 Feb 2013)



------------------
This commit was generated by Migit
2013-02-24 13:05:53 +01:00
graugans
bd3e4720e0 fixed the debug output to match the correct device
Origin commit data
------------------
Branch: master
Commit: 6b97269926
Author: graugans <k4230r6@gmail.com>
Date: 2013-01-25 (Fri, 25 Jan 2013)


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

------------------
This commit was generated by Migit
2013-01-25 10:25:47 +01:00
Stefan Seyfried
b8f48b0cab libtriple: fix measurement demux speed
Origin commit data
------------------
Branch: master
Commit: 65478d9e85
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-23 (Wed, 23 Jan 2013)


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

------------------
This commit was generated by Migit
2013-01-23 21:31:03 +01:00
Stefan Seyfried
113c512807 libtriple: fix neutrino streamdev
Origin commit data
------------------
Branch: master
Commit: 5cb4a9d274
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-23 (Wed, 23 Jan 2013)


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

------------------
This commit was generated by Migit
2013-01-23 21:29:27 +01:00
Stefan Seyfried
103108c3c8 video_td.h: add compat define for SCREENSHOT
Origin commit data
------------------
Branch: master
Commit: 393f5452f4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-13 (Sun, 13 Jan 2013)


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

------------------
This commit was generated by Migit
2013-01-13 18:46:26 +01:00
Stefan Seyfried
94ffffb6da triple: add a sanity check to cVideo::GetScreenImage
Origin commit data
------------------
Branch: master
Commit: e6fefa10c1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-13 (Sun, 13 Jan 2013)


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

------------------
This commit was generated by Migit
2013-01-13 18:11:36 +01:00
Stefan Seyfried
c4497221bb triple: implement cVideo::GetScreenImage
Origin commit data
------------------
Branch: master
Commit: ae74fe2d0f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-12 (Sat, 12 Jan 2013)


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

------------------
This commit was generated by Migit
2013-01-12 19:18:23 +01:00
Stefan Seyfried
d01bf34af3 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


Origin commit data
------------------
Branch: master
Commit: 7c46077051
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-12-01 (Sat, 01 Dec 2012)



------------------
This commit was generated by Migit
2012-12-01 13:29:27 +01:00
Stefan Seyfried
b6a1b30218 azbox: handle rmfp_player failures/features more graceful
Origin commit data
------------------
Branch: master
Commit: 929acbae43
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-24 (Sat, 24 Nov 2012)


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

------------------
This commit was generated by Migit
2012-11-24 17:39:33 +01:00
Stefan Seyfried
a5a025d6f0 azbox: disable video output on standby
Origin commit data
------------------
Branch: master
Commit: 64c24b743f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-21 (Wed, 21 Nov 2012)


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

------------------
This commit was generated by Migit
2012-11-21 18:20:43 +01:00
Stefan Seyfried
14f6a44507 atbox: make cDemux more robust
* workaround hanging Read() if frontend loses and regains lock
* set DMX_ONESHOT for TDT and TOT sections
(this is the same as commit 77ef60e121 for spark)


Origin commit data
------------------
Branch: master
Commit: 6b9d6af7fa
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-21 (Wed, 21 Nov 2012)



------------------
This commit was generated by Migit
2012-11-21 13:29:16 +01:00
Stefan Seyfried
e0e06d27c2 azbox: mostly rewrite cPlayback rmfp_player wrapper
* use the file based /tmp/rmfp.{cmd2,in2,out2} interface instead
 of the previously used FIFOs, this seems more reliable
* convert code to lt_debug/lt_info infrastructure


Origin commit data
------------------
Branch: master
Commit: af6f651255
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-18 (Sun, 18 Nov 2012)

Origin message was:
------------------
azbox: mostly rewrite cPlayback rmfp_player wrapper

* use the file based /tmp/rmfp.{cmd2,in2,out2} interface instead
 of the previously used FIFOs, this seems more reliable
* convert code to lt_debug/lt_info infrastructure


------------------
This commit was generated by Migit
2012-11-18 19:29:00 +01:00
Stefan Seyfried
3795c452c1 azbox: rework cPlayback rmfp_player wrapper
it now actually plays something, but will need more love


Origin commit data
------------------
Branch: master
Commit: fea8d10c36
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-16 (Fri, 16 Nov 2012)



------------------
This commit was generated by Migit
2012-11-16 23:42:45 +01:00
Stefan Seyfried
3807c457a6 lt_debug: add HAL_* constants to allow renaming
Origin commit data
------------------
Branch: master
Commit: 75d4d5021b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-16 (Fri, 16 Nov 2012)


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

------------------
This commit was generated by Migit
2012-11-16 23:20:27 +01:00
Stefan Seyfried
824c35104f add pic2m2v for bulk-creating the still-mpegs
Origin commit data
------------------
Branch: master
Commit: 1466524bc5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-11 (Sun, 11 Nov 2012)


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

------------------
This commit was generated by Migit
2012-11-11 16:53:18 +01:00
Stefan Seyfried
17e75cecd1 libeplayer3: sync with tdt git commit 06fe782fd6
This ports this commit:
 Author: Matthias <matthias@Build-VM.(none)>
 Date: Fri Oct 26 19:54:46 2012 +0200

 [libeplayer3] enable wav payback (16 bit le)


Origin commit data
------------------
Branch: master
Commit: 09f394fbef
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-03 (Sat, 03 Nov 2012)

Origin message was:
------------------
libeplayer3: sync with tdt git commit 06fe782fd6

This ports this commit:
  Author: Matthias <matthias@Build-VM.(none)>
  Date:  Fri Oct 26 19:54:46 2012 +0200

    [libeplayer3] enable wav payback (16 bit le)


------------------
This commit was generated by Migit
2012-11-03 17:25:52 +01:00
Stefan Seyfried
333463d759 cRecord: fix last commit
Origin commit data
------------------
Branch: master
Commit: 0e96784ad9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-12 (Fri, 12 Oct 2012)


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

------------------
This commit was generated by Migit
2012-10-12 06:35:29 +02:00
Stefan Seyfried
eaedec2d0a adapt cRecord API to coolstream changes
Origin commit data
------------------
Branch: master
Commit: c4422bcfbb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-12 (Fri, 12 Oct 2012)


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

------------------
This commit was generated by Migit
2012-10-12 06:24:16 +02:00
Stefan Seyfried
db8ca09b97 add implementation for boxtype "generic"
This is mostly a dummy implementation except for the dmx class which
should be working. It is intended for testing on PCs with budget
DVB cards which don't have a decoder anyway.


Origin commit data
------------------
Branch: master
Commit: 9f433f9dfa
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-08 (Mon, 08 Oct 2012)



------------------
This commit was generated by Migit
2012-10-08 20:34:38 +02:00
Stefan Seyfried
b78e0cb34e spark: speed up playback start for PLAYMODE_TS
Origin commit data
------------------
Branch: master
Commit: 9efe410790
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-04 (Thu, 04 Oct 2012)


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

------------------
This commit was generated by Migit
2012-10-04 00:09:04 +02:00
Stefan Seyfried
5a328ea1e8 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


Origin commit data
------------------
Branch: master
Commit: 67dc685e61
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-04 (Thu, 04 Oct 2012)



------------------
This commit was generated by Migit
2012-10-04 00:02:51 +02:00
Stefan Seyfried
6b29558dc9 libeplayer3: sync with tdt git commit fed2a419dc
Origin commit data
------------------
Branch: master
Commit: 173ef3230a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-03 (Wed, 03 Oct 2012)


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

------------------
This commit was generated by Migit
2012-10-03 23:51:56 +02:00
Stefan Seyfried
1f2ade42c5 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


Origin commit data
------------------
Branch: master
Commit: 4d43213158
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-03 (Wed, 03 Oct 2012)



------------------
This commit was generated by Migit
2012-10-03 23:22:58 +02:00
Stefan Seyfried
c80a8b39a9 spark: add demuxer init hack
Origin commit data
------------------
Branch: master
Commit: ea7a8428f0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-09-29 (Sat, 29 Sep 2012)


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

------------------
This commit was generated by Migit
2012-09-29 22:19:14 +02:00
Stefan Seyfried
77ef60e121 spark: make cDemux more robust
* workaround hanging Read() if frontend loses and regains lock
* set DMX_ONESHOT for TDT and TOT sections


Origin commit data
------------------
Branch: master
Commit: fe7b385660
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-09-22 (Sat, 22 Sep 2012)



------------------
This commit was generated by Migit
2012-09-22 12:21:59 +02:00
Stefan Seyfried
e75bd2bcd2 spark: let cRecord use the demux passed as parameter
Origin commit data
------------------
Branch: master
Commit: f0cee92240
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-09-22 (Sat, 22 Sep 2012)


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

------------------
This commit was generated by Migit
2012-09-22 12:20:36 +02:00
Stefan Seyfried
7ccb9441b3 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...


Origin commit data
------------------
Branch: master
Commit: 99a63b16ca
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-09-22 (Sat, 22 Sep 2012)



------------------
This commit was generated by Migit
2012-09-22 12:20:35 +02:00
Stefan Seyfried
2891db5593 spark: improve hardware_caps detection
Origin commit data
------------------
Branch: master
Commit: f0a9b76ef1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-09-16 (Sun, 16 Sep 2012)


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

------------------
This commit was generated by Migit
2012-09-16 22:53:35 +02:00
Stefan Seyfried
d9c22d3808 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


Origin commit data
------------------
Branch: master
Commit: 8a6f1dea9d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-09-15 (Sat, 15 Sep 2012)



------------------
This commit was generated by Migit
2012-09-15 11:49:51 +02:00
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