Commit Graph

2050 Commits

Author SHA1 Message Date
Stefan Seyfried
ef775c6770 neutrino: update TD version of CFrameBuffer::setBlendLevel
Origin commit data
------------------
Branch: ni/coolstream
Commit: 37e77fe6eb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-12-16 (Fri, 16 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
2c247f372a neutrino: implement COSDFader under GPL-3.0+
Origin commit data
------------------
Branch: ni/coolstream
Commit: 589d1114ec
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-12-07 (Wed, 07 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
2b289fa41c Revert "New class to handle osd fade"
This reverts commit 47312e24aace5b955a2dc5ef616f564e3b4a3172.
The code of this commit is GPL-2.0 only and thus incompatible.


Origin commit data
------------------
Branch: ni/coolstream
Commit: fb5805aa49
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-12-07 (Wed, 07 Dec 2011)



------------------
This commit was generated by Migit
2012-04-17 19:33:50 +02:00
Stefan Seyfried
d679c3fdf0 neutrino: try to fix segfault on shutdown
I have no other explanation for this backtrace on shutdown,
(gdb) bt
 #0 0x00000f00 in ?? ()
 #1 0x2fd7b7b8 in cDataReader::RemoveFilter(cDemuxFilter*) () from /lib/libcoolstream-mt.so
 #2 0x2fd6c8cc in cDemux::Stop() () from /lib/libcoolstream-mt.so
 #3 0x00164c38 in getUTC (UTC=0x41a86e03, TDT=false)
 at ./src/sectionsd/dmxapi.cpp:148
 #4 0x001490f8 in timeThread ()
 at ./src/sectionsd/sectionsd.cpp:6969
 #5 0x2fd2a584 in start_thread () from /lib/libpthread.so.0

it happened in this sequence:
 [ 06:52:16.393 ] dvbsub_thread shutdown
 [dvb-sub] stopped
 [sectionsd] cnThread ended
 pausing...
 [sectionsd] eitThread ended
 httpd shutdown
 httpd shutdown done
 Segmentation fault (core dumped)

So I guess that the pthread_cancel triggered it.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 30778f4b41
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-12-06 (Tue, 06 Dec 2011)

Origin message was:
------------------
neutrino: try to fix segfault on shutdown

I have no other explanation for this backtrace on shutdown,
(gdb) bt
 #0 0x00000f00 in ?? ()
 #1 0x2fd7b7b8 in cDataReader::RemoveFilter(cDemuxFilter*) () from /lib/libcoolstream-mt.so
 #2 0x2fd6c8cc in cDemux::Stop() () from /lib/libcoolstream-mt.so
 #3 0x00164c38 in getUTC (UTC=0x41a86e03, TDT=false)
   at ./src/sectionsd/dmxapi.cpp:148
 #4 0x001490f8 in timeThread ()
   at ./src/sectionsd/sectionsd.cpp:6969
 #5 0x2fd2a584 in start_thread () from /lib/libpthread.so.0

it happened in this sequence:
 [ 06:52:16.393 ] dvbsub_thread shutdown
 [dvb-sub] stopped
 [sectionsd] cnThread ended
 pausing...
 [sectionsd] eitThread ended
 httpd shutdown
 httpd shutdown done
 Segmentation fault (core dumped)

So I guess that the pthread_cancel triggered it.


------------------
This commit was generated by Migit
2012-04-17 19:33:50 +02:00
Stefan Seyfried
a8176d129c clarify that my code is GPL v3+ only
Origin commit data
------------------
Branch: ni/coolstream
Commit: c619d5c596
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-12-06 (Tue, 06 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
40002abaaa neutrino: convert most parts to use safe_system()
e.g. network setup was leaking demux file descriptors to udhcpc
leading to strange issues later when trying to restart neutrino etc.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5aa75e5820
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-12-04 (Sun, 04 Dec 2011)



------------------
This commit was generated by Migit
2012-04-17 19:33:50 +02:00
Stefan Seyfried
b8b64efebe add a 'safe_system' function which avoids leaking FDs
Origin commit data
------------------
Branch: ni/coolstream
Commit: 60454a643c
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
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
58c62daada zapit: fix SDT scan
the SDT scan could sometimes erase half of a transponder after
a read error from the demux device device (e.g. due to bad
reception had occured or the channel had been changed since scan
had started.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 63af4043a7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-12-04 (Sun, 04 Dec 2011)



------------------
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
2900c2b201 neutrino: make button bar use available space intelligently
modify the paintButtons() function, so that it spreads the buttons
over the available width with constant space between them.
Port over all users to the new method and clean up quite some custom
button drawing code on the way.

Attention: This code is GPL v3+ only for now!


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2f65aea744
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-03 (Mon, 03 Oct 2011)



------------------
This commit was generated by Migit
2012-04-17 19:33:49 +02:00
Stefan Seyfried
7d3acd194a neutrino: lock bouquet editor if parental pin is active
Origin commit data
------------------
Branch: ni/coolstream
Commit: 90bb145049
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-30 (Sun, 30 Oct 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
af6edcdc68 neutrino: add the possibility to lock bouquets by default
This basically inverts the "locked" attribute of bouquets.xml and
allows to selectively enable only favourites or similar.


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



------------------
This commit was generated by Migit
2012-04-17 19:33:49 +02:00
Stefan Seyfried
a46910dd27 neutrino: call a script after a PIN is entered
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9dbdfcf5c7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-03 (Mon, 03 Oct 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
e862821124 libtriple: convert cRecord to lt_debug()
Origin commit data
------------------
Branch: ni/coolstream
Commit: b32df67a60
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: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
208c2a2b88 neutrino: Tripledragon can only record one TS at once
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7368fad7ba
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:49 +02:00
Stefan Seyfried
da4b4c11e2 neutrino: CRecordManager should not ignore errors when timeshifting
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3764ca7da0
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: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
497494d2c9 neutrino: add profiling to startup (not for upstream)
Origin commit data
------------------
Branch: ni/coolstream
Commit: f3fdf7c91b
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
51351787b6 neutrino: start sectionsd earlier to avoid waiting for it
Origin commit data
------------------
Branch: ni/coolstream
Commit: 37ce4b2012
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
027e63fe62 libtriple: add cRecord::AddPid
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5db0f0aee0
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
1c2dc1984a libtriple: bring cRecord::Open in line with CS code
Origin commit data
------------------
Branch: ni/coolstream
Commit: 24e9ee412f
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
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
f0d82ae4cb sectionsd: trigger EIT after removing >1000 old events (not for upstream)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7d4305e67e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-06-13 (Mon, 13 Jun 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
6e105641fd libtriple: add dmx_cs.h to reduce code differences in neutrino
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1de45c6352
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-06-12 (Sun, 12 Jun 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
5c913d302f streaminfo: partly flickering fix (not ready for upstream)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1ab98c13f8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-06-04 (Sat, 04 Jun 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
91aaa27548 sectionsd: increase default debug output (not for upstream)
Origin commit data
------------------
Branch: ni/coolstream
Commit: db86ff4af0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-05-29 (Sun, 29 May 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
65de67c039 sectionsd: add noisy messages for unexpected state
Origin commit data
------------------
Branch: ni/coolstream
Commit: 94c4a82b70
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-05-29 (Sun, 29 May 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
141663102e libtriple: improve audio stream handling in cPlayback()
use a c++ map instead of arrays to store audio stream data
Side effect: audio streams as returned by findAllPids() are now
sorted by pid, helping default selection for MPEG and VDR streams


Origin commit data
------------------
Branch: ni/coolstream
Commit: 997153cb8f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-05-15 (Sun, 15 May 2011)



------------------
This commit was generated by Migit
2012-04-17 19:33:48 +02:00
Stefan Seyfried
d287d72e12 sectionsd: disable broken DMX::check_complete() function
The DMX::check_complete function does not work correctly (e.g. it
ignores table 0x51 which it shouldnt).
Additionally, it seems to indicate completeness of a table even though
there are still new versions coming in.
As it is not too useful anyway, simply disable it for now.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9f32954f1a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-05-13 (Fri, 13 May 2011)



------------------
This commit was generated by Migit
2012-04-17 19:33:47 +02:00
Stefan Seyfried
c54f3bef49 framebuffer: implement setBlendLevel() and setBlendMode() for TripleDragon
Origin commit data
------------------
Branch: ni/coolstream
Commit: 93e4ef3b08
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-05-01 (Sun, 01 May 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
5c0d21fb38 neutrino: theoretical framebuffer correctness fix for TD
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9e72dcc2f6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-05-01 (Sun, 01 May 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
54cfbc3c13 neutrino: silence rcinput debug output
Origin commit data
------------------
Branch: ni/coolstream
Commit: 40f50f88cc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-05-01 (Sun, 01 May 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
e983a05100 libtriple: implement cVideo::SetSyncMode()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4a49f203f7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-04-03 (Sun, 03 Apr 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
6d654a6ac3 libtriple: implement cAudio::SetSyncMode()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2df67d32f4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-04-03 (Sun, 03 Apr 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
45e01df015 neutrino: don't show CEC settings on Tripledragon
Origin commit data
------------------
Branch: ni/coolstream
Commit: 832b2d3096
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-04-02 (Sat, 02 Apr 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
f6a297a976 libtriple: cVideo enabled SCART during record in standby
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6b2958d609
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-03-20 (Sun, 20 Mar 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
7456acbbeb libtriple: fix seeking in cPlayback if there's a PTS overflow
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6497e4c310
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-03-07 (Mon, 07 Mar 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
b45e236273 zapit-debug: hack to shorten debug messages
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9060dff7dc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-27 (Sun, 27 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
ccb6c462bc libdvbsub: hacks to try to improve the situation on TD
those don't really help yet, unfortunately


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



------------------
This commit was generated by Migit
2012-04-17 19:33:47 +02:00
Stefan Seyfried
9f7df78987 libtriple: sync cPlayback with libcoolstream changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7828eeb103
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-20 (Sun, 20 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
630316dff3 libtriple: fix compiler warning in cs_get_revision()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 99a5c040a3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-08 (Tue, 08 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
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
92b1aae890 libtriple: convert cAudio to lt_info, improve debug output
Origin commit data
------------------
Branch: ni/coolstream
Commit: 71f1a1e9e3
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
c256a68efe libtriple: add debug flag to disable SCART switching (debug)
Origin commit data
------------------
Branch: ni/coolstream
Commit: b24c2c86ee
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
009a048a1f libtriple: remove unneeded includes, disable strict aliasing
Origin commit data
------------------
Branch: ni/coolstream
Commit: f21ba6a694
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