Commit Graph

13 Commits

Author SHA1 Message Date
Stefan Seyfried
5ce1a1023a 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
------------------
Branch: ni/coolstream
Commit: a3440d19df
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-14 (Sat, 14 Aug 2010)



------------------
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
599de89a92 libtriple: implement pwrmngr cpufreq classes (mostly dummies)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2fcba0b70e
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:42 +02:00
Stefan Seyfried
acfde0eaf0 libtriple: implement working cPlayback class
no fast forward, no mpeg playback (yet ;)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 912b736dee
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-03-13 (Sat, 13 Mar 2010)



------------------
This commit was generated by Migit
2012-04-17 19:33:42 +02:00
Stefan Seyfried
3cc6ab8750 libtriple: implement cRecord class
TS recording now somewhat works ;)
this version does not need ringbuffer code and only one thread


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



------------------
This commit was generated by Migit
2012-04-17 19:33:42 +02:00
Stefan Seyfried
5d6416fc20 libtriple: implement cAudio class
Origin commit data
------------------
Branch: ni/coolstream
Commit: 14849689e5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-03-07 (Sun, 07 Mar 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
Stefan Seyfried
2d086adc0f 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
------------------
Branch: ni/coolstream
Commit: 3a0e21e00c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-11-07 (Sun, 07 Nov 2010)



------------------
This commit was generated by Migit
2012-04-17 19:33:42 +02:00
Stefan Seyfried
6dbd46e95a libtriple: implement working cVideo class
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8844c96ae8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-03-06 (Sat, 06 Mar 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
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
Stefan Seyfried
93d4db23ac libtriple: add lt_debug() for controllable debug output
Origin commit data
------------------
Branch: ni/coolstream
Commit: 34a95c04c0
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:42 +02:00
Stefan Seyfried
1ca74c99b4 add generic dispatcher headers for frontend etc
add generic audio, video and demux headers in zapit/include (TODO: put them
into a better place, or put wrappers into lib directories) that automatically
dispatch to the hardware specific functions and use them in the code

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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2590adfe15
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-12-25 (Sat, 25 Dec 2010)



------------------
This commit was generated by Migit
2010-12-25 17:43:28 +00:00
Stefan Seyfried
910ea931ae libtriple: implement init_td_api and shutdown_td_api
provide compatibility with cs_api_init() and cs_api_exit()
This contains a DirectFB wrapper, needed to make the framebuffer
transparent. The framebuffer itself is usable without DFB.
Additionally it sets up the system for a changed RC address in "BIOS".

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


Origin commit data
------------------
Branch: ni/coolstream
Commit: a6b89367bf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-12-25 (Sat, 25 Dec 2010)



------------------
This commit was generated by Migit
2010-12-25 17:43:14 +00:00
Stefan Seyfried
12d7ea5999 add "libtriple" skeleton
This should provide the same functionality as libcoolstream does,
but for the TripleDragon
Add td-compat directory with includes to convert values from
TD api to DVB api and back.

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


Origin commit data
------------------
Branch: ni/coolstream
Commit: c1039b69f9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-12-25 (Sat, 25 Dec 2010)



------------------
This commit was generated by Migit
2010-12-25 17:43:09 +00:00