Commit Graph

18 Commits

Author SHA1 Message Date
Stefan Seyfried
9f96db9347 libtriple: improve and shorten cDemux debug messages
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8e7fc69a0b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-01-22 (Sun, 22 Jan 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:52 +02:00
Stefan Seyfried
69e392fda0 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... :-(


Origin commit data
------------------
Branch: ni/coolstream
Commit: a18737ffde
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-01-14 (Sat, 14 Jan 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:51 +02:00
Stefan Seyfried
724b91e6d9 libtriple: try to make all filedescriptors O_CLOEXEC
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4d9be7852d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-12-04 (Sun, 04 Dec 2011)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:50 +02:00
Stefan Seyfried
4f1baf393e libtriple: fix cDemux::pesFilter for teletext
Origin commit data
------------------
Branch: ni/coolstream
Commit: e142b3d98a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-11-07 (Mon, 07 Nov 2011)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:49 +02:00
Stefan Seyfried
5ae5f6d158 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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2054a78b99
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-11-05 (Sat, 05 Nov 2011)



------------------
This commit was generated by Migit
2012-04-17 19:33:49 +02:00
Stefan Seyfried
aae27e77cf libtriple: improve lt_debug
* add current instance
* shorten lt_debug messages


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9cbede9fec
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-02 (Sun, 02 Oct 2011)



------------------
This commit was generated by Migit
2012-04-17 19:33:49 +02:00
Stefan Seyfried
ccada07799 libtriple: Tripledragon can only do one TS at a time :-(
Origin commit data
------------------
Branch: ni/coolstream
Commit: 65e0316c79
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-02 (Sun, 02 Oct 2011)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:48 +02:00
Stefan Seyfried
d9decb5bde libtriple: bring cDemux::Start in line with CS code
Origin commit data
------------------
Branch: ni/coolstream
Commit: 448f88fcac
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-01 (Sat, 01 Oct 2011)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:48 +02:00
Stefan Seyfried
7e7ec708b1 libtriple: change cDemux::addPid to type bool
Origin commit data
------------------
Branch: ni/coolstream
Commit: feafc20789
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-01 (Sat, 01 Oct 2011)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:48 +02:00
Stefan Seyfried
89803218c5 libtriple: convert cDemux to lt_info
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6719a44dc9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-06 (Sun, 06 Feb 2011)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:47 +02:00
Stefan Seyfried
f0e20a2fd3 libtriple: add workaround for 'odd filter length' problem in cDemux
Origin commit data
------------------
Branch: ni/coolstream
Commit: 93e90cc4e1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-06 (Sun, 06 Feb 2011)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:46 +02:00
Stefan Seyfried
886d145ec7 libtriple: improve debug architecture
every libtriple module can have its debug output enabled separately
by exporting the TRIPLE_DEBUG variable


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4435f30b3c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-06 (Sun, 06 Feb 2011)



------------------
This commit was generated by Migit
2012-04-17 19:33:46 +02:00
Stefan Seyfried
0271b55ee8 libtriple: add getPesPids() and removePid() to cDemux
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7ff71707c0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-05 (Sat, 05 Feb 2011)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:46 +02:00
Stefan Seyfried
82bae5cc25 libtriple: remember the filedescriptor belonging to each pid in cDemux()
Origin commit data
------------------
Branch: ni/coolstream
Commit: bb78f6d4eb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-05 (Sat, 05 Feb 2011)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:45 +02:00
Stefan Seyfried
b5cfd70c8a libtriple: add debug messages to cDemux and cVideo functions
Origin commit data
------------------
Branch: ni/coolstream
Commit: 81ae635dcb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-28 (Sat, 28 Aug 2010)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:43 +02:00
Stefan Seyfried
03aa7c6031 libtriple: hack different notify sizes for subs and ttx into cDemux
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0249c65167
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-21 (Sat, 21 Aug 2010)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:43 +02:00
Stefan Seyfried
4b732596c7 libtriple: make most of libtriple use lt_debug
Origin commit data
------------------
Branch: ni/coolstream
Commit: 031cf48752
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-08 (Sun, 08 Aug 2010)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:43 +02:00
Stefan Seyfried
5f0c2be71c libtriple: implement working cDemux class
Origin commit data
------------------
Branch: ni/coolstream
Commit: ca7c6eeba6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-02-26 (Fri, 26 Feb 2010)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:42 +02:00