Commit Graph

750 Commits

Author SHA1 Message Date
Jacek Jendrzej
97fd0a377f tuxtxt.h: remove unnecessary header
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9a889e1496
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-08-21 (Tue, 21 Aug 2012)


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

------------------
This commit was generated by Migit
2012-08-21 14:06:18 +02:00
[CST] Focus
4e72273c16 lib/libnet/libnet.c: fix unused variable warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: c5f4c53fb7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-04 (Sat, 04 Aug 2012)


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

------------------
This commit was generated by Migit
2012-08-04 14:14:08 +04:00
Jacek Jendrzej
8dc4ef8796 comment out never used
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9124c20f31
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-08-04 (Sat, 04 Aug 2012)


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

------------------
This commit was generated by Migit
2012-08-04 10:03:19 +02:00
[CST] Focus
b0d70e11e4 recording: testing support for multi-record of the same channel, new libs required
Origin commit data
------------------
Branch: ni/coolstream
Commit: f8aa4262cb
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-03 (Fri, 03 Aug 2012)


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

------------------
This commit was generated by Migit
2012-08-03 20:00:04 +04:00
Stefan Seyfried
3df9a6f7f5 Merge branch 'uncool/dvbsi++' commit '9d968280bac'
This is the last commit before the "menu hints" started.
Needs buildfixing...

Conflicts:
	configure.ac
	src/daemonc/remotecontrol.cpp
	src/daemonc/remotecontrol.h
	src/driver/audiodec/basedec.cpp
	src/driver/fb_window.cpp
	src/driver/rcinput.cpp
	src/driver/volume.cpp
	src/global.h
	src/gui/channellist.cpp
	src/gui/eventlist.cpp
	src/gui/infoviewer.cpp
	src/gui/keybind_setup.cpp
	src/gui/miscsettings_menu.cpp
	src/gui/movieplayer.cpp
	src/gui/osd_setup.cpp
	src/gui/plugins.cpp
	src/gui/scan.cpp
	src/gui/scan_setup.cpp
	src/gui/streaminfo2.cpp
	src/gui/videosettings.cpp
	src/gui/widget/buttons.cpp
	src/neutrino.cpp
	src/sectionsd/dmx.cpp
	src/sectionsd/dmxapi.cpp
	src/sectionsd/sectionsd.cpp
	src/system/setting_helpers.cpp
	src/zapit/include/zapit/client/zapittypes.h
	src/zapit/include/zapit/frontend_c.h
	src/zapit/include/zapit/satconfig.h
	src/zapit/include/zapit/scan.h
	src/zapit/lib/zapitclient.cpp
	src/zapit/src/Makefile.am
	src/zapit/src/frontend.cpp
	src/zapit/src/getservices.cpp
	src/zapit/src/pmt.cpp
	src/zapit/src/scan.cpp
	src/zapit/src/sdt.cpp
	src/zapit/src/zapit.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: ae1b98aa38
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-22 (Sun, 22 Jul 2012)



------------------
This commit was generated by Migit
2012-07-23 01:02:29 +02:00
Stefan Seyfried
0c4d2246da tuxtxt: avoid spurious deadlocks on startup
Origin commit data
------------------
Branch: ni/coolstream
Commit: ad7c88379a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-15 (Sun, 15 Jul 2012)


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

------------------
This commit was generated by Migit
2012-07-15 13:28:17 +02:00
Stefan Seyfried
cedf551967 tuxtxt: make sure that startpage is initialized
when enabling tuxtxt caching, saving settings and then
starting tuxtxt, the start page was not initialized


Origin commit data
------------------
Branch: ni/coolstream
Commit: cb36c6e712
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 13:23:52 +02:00
Stefan Seyfried
a26cfc3edc tuxtxt: fix race condition in tuxtxt_clear_cache()
tuxtxt_cache_lock does not prevent from calling tuxtxt_clear_cache
while the cache thread is in the middle of inserting pages, thus
leading to a hard-to-reproduce crash when trying to start up tuxtxt.
The simplest fix is to use an additional "big hammer" lock arond
the whole critical area. Since tuxtxt_clear_cache is only called
very seldom, there should be no lock contention problem.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9af56e1852
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 13:19:44 +02:00
Jacek Jendrzej
9a9d241e2b fix gcc 4.7.x warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: df2ab71978
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-07-09 (Mon, 09 Jul 2012)


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

------------------
This commit was generated by Migit
2012-07-09 09:26:37 +02:00
[CST] Bas
36194aacb5 neutrino-apollo: changes for apollo uclibc.
Origin commit data
------------------
Branch: ni/coolstream
Commit: cf878686ba
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-07-09 (Mon, 09 Jul 2012)


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

------------------
This commit was generated by Migit
2012-07-09 11:58:15 +08:00
Jacek Jendrzej
1fc94b37ae fix gcc 4.7.x warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 060c1c45b2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-07-07 (Sat, 07 Jul 2012)


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

------------------
This commit was generated by Migit
2012-07-07 13:09:08 +02:00
Stefan Seyfried
21359893fc neutrino: first preliminary support for AZbox ME
this is very experimental and depends on more fixes in
libstb-hal, but audio / video / OSD are basically working


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2541edc918
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-18 (Mon, 18 Jun 2012)



------------------
This commit was generated by Migit
2012-06-27 21:18:19 +02:00
[CST] Focus
cd5da67a3a Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
Origin commit data
------------------
Branch: ni/coolstream
Commit: b15a335144
Author: [CST] Focus <focus.cst@gmail.com>
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 20:04:58 +04:00
Jacek Jendrzej
edfa13c4ad use empty() instead of size()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7d8d995046
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-06-18 (Mon, 18 Jun 2012)

Origin message was:
------------------
 use empty() instead of size()

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

------------------
This commit was generated by Migit
2012-06-18 16:57:44 +02:00
[CST] Focus
8133c7c5f4 remove obsolete lib/controldclient/
Origin commit data
------------------
Branch: ni/coolstream
Commit: 954dc274b4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-06-14 (Thu, 14 Jun 2012)


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

------------------
This commit was generated by Migit
2012-06-14 18:00:33 +04:00
[CST] Focus
4ce79b55bc lib/xmltree/xmlparse.cpp: fix (workaround?) for crash while parsing invalid saved xml
Origin commit data
------------------
Branch: ni/coolstream
Commit: c8b4d271f9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-14 (Mon, 14 May 2012)


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

------------------
This commit was generated by Migit
2012-05-14 18:30:55 +04:00
Jacek Jendrzej
dc4c528134 initialize volues
Origin commit data
------------------
Branch: ni/coolstream
Commit: 489d88a9a2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-09 (Wed, 09 May 2012)


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

------------------
This commit was generated by Migit
2012-05-09 17:33:34 +02:00
Jacek Jendrzej
f564a0adef pedantic fixes
Origin commit data
------------------
Branch: ni/coolstream
Commit: e14fc80ed5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-08 (Tue, 08 May 2012)

Origin message was:
------------------
-pedantic fixes

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

------------------
This commit was generated by Migit
2012-05-08 18:59:11 +02:00
Jacek Jendrzej
7ec8226ad2 performance Prefer prefix ++/-- operators for non-primitive types.
Origin commit data
------------------
Branch: ni/coolstream
Commit: bb347b3a44
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-04-28 (Sat, 28 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-28 10:56:27 +02:00
Michael Liebmann
0ce6e40d80 Add missing $(top_builddir) to Makefile.am
Origin commit data
------------------
Branch: ni/coolstream
Commit: f36ee26d87
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-04-22 (Sun, 22 Apr 2012)

Origin message was:
------------------
* Add missing $(top_builddir) to Makefile.am

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

------------------
This commit was generated by Migit
2012-04-27 16:54:01 +01:00
[CST] Focus
a11484f685 lib/libcoolstream/ca_cs.h: sync header
Origin commit data
------------------
Branch: ni/coolstream
Commit: 20aaec4e1c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-26 (Thu, 26 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-26 21:44:21 +04:00
[CST] Focus
c15c718d1a lib/sectionsdclient/sectionsdcontrol.cpp: add --freemem command
Origin commit data
------------------
Branch: ni/coolstream
Commit: 92a12e408f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-25 (Wed, 25 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-25 11:26:35 +04:00
Stefan Seyfried
8446c1ba0f spark: fix transparent icon blitting
no, the CFrameBuffer::blit2FB() API is *not* intuitive
(transp == true means: no transparency...)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 20f20c8511
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-04 (Wed, 04 Apr 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:59 +02:00
Stefan Seyfried
b527e04abb dvbsub: fix unused-var compiler warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 269cbbe512
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-17 19:33:58 +02:00
Stefan Seyfried
38fed3f667 tuxtxt: adapt to framebuffer blitting changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 33c5da3515
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-17 19:33:58 +02:00
Stefan Seyfried
c2112d87bb neutrino: adapt to the framebuffer_spark blitter change
basically add fb->blit() in every widget where necessary to
make sure the framebuffer is updated with current content


Origin commit data
------------------
Branch: ni/coolstream
Commit: a029333c1a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:57 +02:00
Stefan Seyfried
8e529bb8f1 dvbsub: use the FB backbuffer on spark
Origin commit data
------------------
Branch: ni/coolstream
Commit: 40532a9d67
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-19 (Mon, 19 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
b673293827 dvbsub: ratelimit 'bad start code' messages
Origin commit data
------------------
Branch: ni/coolstream
Commit: 33a24a25f0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-17 (Sat, 17 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
62c1a90f84 dvbsub: use blitter to scale subtitles on spark
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9509da25a7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-14 (Wed, 14 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
03bb623280 dvbsub: fix scaling
Scale subtitles to full FB size, disregard OSD setup area. Reason: the
video decoder plane also does not consider OSD setup and subtitles
should align with video. Additionally, subtitles were too narrow.
TODO: what about letterboxed formats? Not handled yet.

Code is experimental, thus the original is #if 0'ed out only.


Origin commit data
------------------
Branch: ni/coolstream
Commit: b6eb045c9b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-14 (Wed, 14 Mar 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:55 +02:00
Stefan Seyfried
17eaf977c7 dvbsub: do not clear subtitles more than once
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7f10c6673e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-14 (Wed, 14 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:55 +02:00
Stefan Seyfried
317f8b58b2 tuxtxt: fix display with scaling FB, use hw accel if available
* Use a separate framebuffer and backbuffer on SPARK (the framebuffer
 is not big enough to have both buffers in it).
* make tuxtxt work correctly with scaling FB (1080 full-HD modes)
* improve performance by using the blitter to copy from back- to frame
 buffer if available (spark)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 99952cb9d7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-11 (Sun, 11 Mar 2012)

Origin message was:
------------------
tuxtxt: fix display with scaling FB, use hw accel if available

* Use a separate framebuffer and backbuffer on SPARK (the framebuffer
 is not big enough to have both buffers in it).
* make tuxtxt work correctly with scaling FB (1080 full-HD modes)
* improve performance by using the blitter to copy from back- to frame
 buffer if available (spark)


------------------
This commit was generated by Migit
2012-04-17 19:33:55 +02:00
Stefan Seyfried
e0bff04727 libneutrino-hal is now libstb-hal
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6f5e4238cc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-11 (Sat, 11 Feb 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
79ebbf08b4 enable usage of a separately built replacement of libtriple
In order to improve portability, libtriple will be split off and
built separately as "libneutrino-hal" (for hardware abstraction layer)
Enable the makefiles to deal with that.


Origin commit data
------------------
Branch: ni/coolstream
Commit: c8a561244e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-03 (Fri, 03 Feb 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:52 +02:00
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
f1aed83088 libtriple: use AVS mute to avoid audio pop during boot
Origin commit data
------------------
Branch: ni/coolstream
Commit: 74ad2edc8c
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
ddc2f12df8 libtriple: improve cPlayback performance
avoid unnecessary memcpy in read_mpeg(), significantly improving performance


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



------------------
This commit was generated by Migit
2012-04-17 19:33:51 +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
3e01e9f21b make lt_dfbinput a c++ file
this allows to put the videowatchdog into the same thread later


Origin commit data
------------------
Branch: ni/coolstream
Commit: 02ef55e312
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
6653036176 tuxtxt: fix spurious segfault on repeated start
Origin commit data
------------------
Branch: ni/coolstream
Commit: 50a041083f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-01-12 (Thu, 12 Jan 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:51 +02:00
Stefan Seyfried
a2b4074f1a libtriple: load td-dvb-frontend.ko in init_td_api()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 628fc2784b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-01-09 (Mon, 09 Jan 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:51 +02:00
Stefan Seyfried
28c57752d0 libtriple: convert tripledragon remote to uinput
Instead of patching neutrino to read the Tripledragon remote, use a
converter thread in libtriple to convert the TD remote to a real input
device via uinput.


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



------------------
This commit was generated by Migit
2012-04-17 19:33:51 +02:00
Stefan Seyfried
7df0521b3d libtriple: add documentation on libtriple options
Origin commit data
------------------
Branch: ni/coolstream
Commit: cb99dfb6c7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-01-08 (Sun, 08 Jan 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:51 +02:00
Stefan Seyfried
e5d1f0a0d7 libtriple: avoid audio noise when going to standby
Origin commit data
------------------
Branch: ni/coolstream
Commit: 367fe4749b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-01-08 (Sun, 08 Jan 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:51 +02:00
Stefan Seyfried
f7a0539864 libtriple: add support for alternate sound devices to cAudio
This allows to use different audio devices (USB Audio for example)
with internet radio and audioplayer.


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



------------------
This commit was generated by Migit
2012-04-17 19:33:51 +02:00
Stefan Seyfried
387b870661 neutrino: TD-dvbsub fix did break coolstream dvbsub
Origin commit data
------------------
Branch: ni/coolstream
Commit: 41a2f7a803
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-12-25 (Sun, 25 Dec 2011)


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

------------------
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
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