Commit Graph

159 Commits

Author SHA1 Message Date
Stefan Seyfried
4b51f4d503 libtriple: convert cVideo to lt_debug/lt_info, don't use zapit debug
Origin commit data
------------------
Commit: a9a771a686
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-06 (Sun, 06 Feb 2011)
2012-04-17 19:33:46 +02:00
Stefan Seyfried
e039c07c87 libtriple: convert cPlayback to lt_debug/lt_info
Origin commit data
------------------
Commit: 460ccf37ee
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-06 (Sun, 06 Feb 2011)
2012-04-17 19:33:46 +02:00
Stefan Seyfried
92cea47c29 libtriple: improve debug architecture
every libtriple module can have its debug output enabled separately
by exporting the TRIPLE_DEBUG variable


Origin commit data
------------------
Commit: 4435f30b3c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-06 (Sun, 06 Feb 2011)
2012-04-17 19:33:46 +02:00
Stefan Seyfried
8f921104f4 libtriple: implement PCM playback in cAudio()
Origin commit data
------------------
Commit: 6eae455676
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-05 (Sat, 05 Feb 2011)
2012-04-17 19:33:46 +02:00
Stefan Seyfried
5250f53949 libtriple: add ChangePids() to cRecord
This is pretty much untested for now, handle with care!


Origin commit data
------------------
Commit: d812673a4e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-05 (Sat, 05 Feb 2011)
2012-04-17 19:33:46 +02:00
Stefan Seyfried
ba0c080ab1 libtriple: add getPesPids() and removePid() to cDemux
Origin commit data
------------------
Commit: 7ff71707c0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-05 (Sat, 05 Feb 2011)
2012-04-17 19:33:46 +02:00
Stefan Seyfried
387ded0096 libtriple: remember the filedescriptor belonging to each pid in cDemux()
Origin commit data
------------------
Commit: bb78f6d4eb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-05 (Sat, 05 Feb 2011)
2012-04-17 19:33:45 +02:00
Stefan Seyfried
cb95a929f1 libtriple: improve cPlayback()
* avoid race conditions by using a mutex to protect curr_pos, fixing
 artefacts during timeshift playback
* make GetPosition() cheaper by interpolating end_pts and only fetching
 the "real" end_pts after the file has grown by 10MB


Origin commit data
------------------
Commit: ec2ad396c0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-01-02 (Sun, 02 Jan 2011)

Origin message was:
------------------
libtriple: improve cPlayback()

* avoid race conditions by using a mutex to protect curr_pos, fixing
 artefacts during timeshift playback
* make GetPosition() cheaper by interpolating end_pts and only fetching
 the "real" end_pts after the file has grown by 10MB
2012-04-17 19:33:45 +02:00
Stefan Seyfried
94cddaf48c libtriple: fix filedescriptor leak in cVideo::routeVideo()
Origin commit data
------------------
Commit: e786a4ef75
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-01-02 (Sun, 02 Jan 2011)
2012-04-17 19:33:45 +02:00
Stefan Seyfried
25049a034b libtriple: fix up cVideo::setAspectRatio()
Origin commit data
------------------
Commit: 65b46d56f2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-12-27 (Mon, 27 Dec 2010)
2012-04-17 19:33:45 +02:00
Stefan Seyfried
17885a06d3 libtriple: add cVideo::VideoParamWatchdog()
Origin commit data
------------------
Commit: 5ae19e4e49
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-12-25 (Sat, 25 Dec 2010)
2012-04-17 19:33:45 +02:00
Stefan Seyfried
725e9cbfb8 libtriple/framebuffer: use DirectFB acceleration
Use a hack, almost as ugly as the original Coolstream code ;),
to accelerate drawing of boxes and blitting with DirectFB functions.


Origin commit data
------------------
Commit: 9fc1d89563
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-20 (Fri, 20 Aug 2010)
2012-04-17 19:33:43 +02:00
Stefan Seyfried
68e34c89cf libtriple: add usable dummy cCA class
Origin commit data
------------------
Commit: 000fbfe74b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-12-25 (Sat, 25 Dec 2010)
2012-04-17 19:33:43 +02:00
Stefan Seyfried
f045042e97 libtriple: add support for MPEG1 files to cPlayback
Now we can play the "Warriors of the Net" clip :-)
http://ftp.sunet.se/pub/tv+movies/warriors/warriors-700-VBR.mpg


Origin commit data
------------------
Commit: a07e6a3a30
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-29 (Sun, 29 Aug 2010)
2012-04-17 19:33:43 +02:00
Stefan Seyfried
d60d12be3b libtriple: add debug messages to cDemux and cVideo functions
Origin commit data
------------------
Commit: 81ae635dcb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-28 (Sat, 28 Aug 2010)
2012-04-17 19:33:43 +02:00
Stefan Seyfried
aa92b8bd8a libtriple: reduce some messages to debug, consolidate scart messages
Origin commit data
------------------
Commit: 6aaa97c423
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-25 (Wed, 25 Aug 2010)
2012-04-17 19:33:43 +02:00
Stefan Seyfried
0fbbd4fb7a libtriple: hack different notify sizes for subs and ttx into cDemux
Origin commit data
------------------
Commit: 0249c65167
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-21 (Sat, 21 Aug 2010)
2012-04-17 19:33:43 +02:00
Stefan Seyfried
fe71abe9d8 libtriple: fix compiler warnings in playback_td
Origin commit data
------------------
Commit: d95e1bbaf3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-29 (Sun, 29 Aug 2010)
2012-04-17 19:33:43 +02:00
Stefan Seyfried
c395d04299 libtriple: cPlayback: improve get_pts
* add the buffer size to the call to avoid overflows
* extract PTS also from MPEG1 packets


Origin commit data
------------------
Commit: f50f68677f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-29 (Sun, 29 Aug 2010)
2012-04-17 19:33:43 +02:00
Stefan Seyfried
d80e3a4da6 libtriple: implement mpeg/vdr playback
Origin commit data
------------------
Commit: 2698788643
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-15 (Sun, 15 Aug 2010)
2012-04-17 19:33:43 +02:00
Stefan Seyfried
41a21a9a1d libtriple: implement fast forward in cPlayback()
First try at implementing fast forward. Needs more love.
Reverse does not work yet, setting speed to negative values
right now simply resets to "play" mode.


Origin commit data
------------------
Commit: a3440d19df
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-14 (Sat, 14 Aug 2010)
2012-04-17 19:33:43 +02:00
Stefan Seyfried
46b1e68177 libtriple: make most of libtriple use lt_debug
Origin commit data
------------------
Commit: 031cf48752
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-08 (Sun, 08 Aug 2010)
2012-04-17 19:33:43 +02:00
Stefan Seyfried
20f3231b67 libtriple: implement pwrmngr cpufreq classes (mostly dummies)
Origin commit data
------------------
Commit: 2fcba0b70e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-08 (Sun, 08 Aug 2010)
2012-04-17 19:33:42 +02:00
Stefan Seyfried
0374742504 libtriple: implement working cPlayback class
no fast forward, no mpeg playback (yet ;)


Origin commit data
------------------
Commit: 912b736dee
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-03-13 (Sat, 13 Mar 2010)
2012-04-17 19:33:42 +02:00
Stefan Seyfried
35409fe5e0 libtriple: implement cRecord class
TS recording now somewhat works ;)
this version does not need ringbuffer code and only one thread


Origin commit data
------------------
Commit: ea818a0953
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-03-07 (Sun, 07 Mar 2010)
2012-04-17 19:33:42 +02:00
Stefan Seyfried
cee4e4881a libtriple: implement cAudio class
Origin commit data
------------------
Commit: 14849689e5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-03-07 (Sun, 07 Mar 2010)
2012-04-17 19:33:42 +02:00
Stefan Seyfried
14862f56fb libtriple: implement ShowPicture() in cVideo
this needs the ffmpeg binary with support for mjpeg decoder
and mpeg2video encoder to recode the jpgs to m2v


Origin commit data
------------------
Commit: 3a0e21e00c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-11-07 (Sun, 07 Nov 2010)
2012-04-17 19:33:42 +02:00
Stefan Seyfried
3edec3432a libtriple: implement working cVideo class
Origin commit data
------------------
Commit: 8844c96ae8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-03-06 (Sat, 06 Mar 2010)
2012-04-17 19:33:42 +02:00
Stefan Seyfried
5dd2ea87ac libtriple: implement working cDemux class
Origin commit data
------------------
Commit: ca7c6eeba6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-02-26 (Fri, 26 Feb 2010)
2012-04-17 19:33:42 +02:00
Stefan Seyfried
98f461fb62 libtriple: add lt_debug() for controllable debug output
Origin commit data
------------------
Commit: 34a95c04c0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-08 (Sun, 08 Aug 2010)
2012-04-17 19:33:42 +02:00
[CST] Focus
6e5e275127 lib/libdvbsub/dvbsubtitle.cpp: fix API use to new ffmpeg
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2168 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: fad27bc5a6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-28 (Wed, 28 Mar 2012)
2012-03-28 16:16:32 +00:00
[CST] Focus
630dc09d5b libcs headers update
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2167 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 6be9b772ae
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-28 (Wed, 28 Mar 2012)
2012-03-28 16:16:09 +00:00
Jacek Jendrzej
4f9fda620f remove never used volues
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2138 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 2591100c42
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)
2012-03-04 17:25:48 +00:00
[CST] Focus
03e216429c audio: change change DD over hdmi options to:
off, auto (old ON, if supported by device) and force

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2135 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 84afbc9a66
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-02 (Fri, 02 Mar 2012)
2012-03-02 14:39:51 +00:00
gixxpunk
248dc1f913 revert to svn 2126 to stop some people crying
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2132 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: dc25ebc257
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2012-02-28 (Tue, 28 Feb 2012)

Origin message was:
------------------
- revert to svn 2126 to stop some people crying

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2132 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-28 08:08:36 +00:00
gixxpunk
fc7b22c693 [PATCH] tuxtxt: fix spurious segfault on repeated start
From: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: Thu, 12 Jan 2012 19:12:08 +0100

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2130 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 13b874148d
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2012-02-27 (Mon, 27 Feb 2012)
2012-02-27 18:54:07 +00:00
[CST] Focus
a46b44fba4 Enable screenshots; handle screenshot key in streaminfo
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2091 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 013ce5ce28
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-15 (Wed, 15 Feb 2012)
2012-02-15 13:34:07 +00:00
gixxpunk
e040db52a3 extend debug output
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2077 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: b94e0edacf
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)

Origin message was:
------------------
- extend debug output

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2077 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-01-26 19:01:49 +00:00
Jacek Jendrzej
9c1915814b dvbsubtitle:-fix for 1280x subtitel
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2057 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 2105867ec5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-01-13 (Fri, 13 Jan 2012)
2012-01-13 16:16:38 +00:00
Stefan Seyfried
3c48c87f81 neutrino: remove special Tripledragon input handling
With the new input device, no need for special casing in neutrino.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2052 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 0fa97c1652
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-01-09 (Mon, 09 Jan 2012)
2012-01-09 20:32:26 +00:00
[CST] Focus
70ba027a8c Update header
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1981 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: a44467fe14
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-12-20 (Tue, 20 Dec 2011)
2011-12-20 13:24:34 +00:00
Stefan Seyfried
14a484d3cd tuxtxt: fix config file saving
tuxtxt does not need the config file, but it needs the *directory*
$(CONFIGDIR)/tuxtxt
Since tuxtxt is no longer standalone, moving the config into main
neutrino.conf would be better, but for now (and in order to not
invalidate all the docs) just create the directory during installation.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1862 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 3259f26dfe
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-11-18 (Fri, 18 Nov 2011)
2011-11-18 06:56:27 +00:00
[CST] Focus
dc265acfdc Clear p26 extended data, possible fix for Norwegian ttx subtitles. patch from Henrik Nilsson
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1847 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 54255df7df
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-11-15 (Tue, 15 Nov 2011)
2011-11-15 08:48:58 +00:00
Stefan Seyfried
d909e0b6df neutrino: add configure switch to disable upnp
Add a --disable-upnp switch to disable the UPNP browser for
those who want to use more modern external solutions.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1830 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 1bb7728e6d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-11-05 (Sat, 05 Nov 2011)
2011-11-05 17:10:42 +00:00
Stefan Seyfried
2c4fe320e9 neutrino: align tuxtxt defaults with config file
Let the code use the same defaults as are in the config file,
so that installing the config file is no longer necessary.
This makes for easier packaging of neutrino.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1829 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: e69a204e73
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-11-05 (Sat, 05 Nov 2011)
2011-11-05 17:10:03 +00:00
[CST] Focus
7c5709c936 Rename struct tag - conflicts with definition in ./driver/audiodec/tag.h.
Warning: starting to commit current, mostly zapit, changes. Compile will be broken for some time.



git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1642 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 40af2509c4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-09-01 (Thu, 01 Sep 2011)
2011-09-01 12:00:26 +00:00
gixxpunk
a280fba07f tuxtxt: fix charset for luxembourg
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1621 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 3c98fbaf32
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-08-12 (Fri, 12 Aug 2011)

Origin message was:
------------------
- tuxtxt: fix charset for luxembourg

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1621 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-08-12 08:26:02 +00:00
gixxpunk
24afb424f2 fix compile with kernel headers from new kernels (e.g. 2.6.39.3)
v4l support has been dropped in recent kernel versions and therefore <linux/videodev.h> is gone. If you want to compile with new kernel headers add -DNEW_CST_KERNEL to your neutrino CFLAGS

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1603 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 09a496cdfa
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-07-27 (Wed, 27 Jul 2011)

Origin message was:
------------------
- fix compile with kernel headers from new kernels (e.g. 2.6.39.3)

v4l support has been dropped in recent kernel versions and therefore <linux/videodev.h> is gone. If you want to compile with new kernel headers add -DNEW_CST_KERNEL to your neutrino CFLAGS

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1603 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-07-27 16:45:58 +00:00
Jacek Jendrzej
4a74306108 libtuxtxt: compil fix
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1595 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 2bc765a596
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-07-23 (Sat, 23 Jul 2011)
2011-07-23 14:08:55 +00:00
Jacek Jendrzej
4022facd7d Don t touch the tuxtxt_cache structure outside tuxtx & Stop the cache thread since it will be re-initialise. patch by Rattle. THX
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1594 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 8ac0295588
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-07-23 (Sat, 23 Jul 2011)
2011-07-23 14:06:52 +00:00