Commit Graph

597 Commits

Author SHA1 Message Date
Stefan Seyfried
f907005780 libeplayer3: silence a seemingly harmless warning
Origin commit data
------------------
Branch: master
Commit: c4b359bf92
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-08 (Sun, 08 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-08 17:16:06 +02:00
Stefan Seyfried
a7c4c9b0c4 spark: improve libeplayer3 playback for timeshift
* open output only when really starting playback, just pause
 videodecoder before, so that still picture on timeshift works
* adapt to strange neutrino calling conventions, so that jump-on-
 start works for pause -> play -> stop (live) -> pause again
 sequence for timeshift works
TODO: the startup for H264 timeshifting is too slow, needs
 improvement


Origin commit data
------------------
Branch: master
Commit: 5001e2f103
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-08 (Sun, 08 Apr 2012)

Origin message was:
------------------
spark: improve libeplayer3 playback for timeshift

* open output only when really starting playback, just pause
 videodecoder before, so that still picture on timeshift works
* adapt to strange neutrino calling conventions, so that jump-on-
 start works for pause -> play -> stop (live) -> pause again
 sequence for timeshift works
TODO: the startup for H264 timeshifting is too slow, needs
   improvement


------------------
This commit was generated by Migit
2012-04-08 17:12:52 +02:00
Stefan Seyfried
acaffe57fc spark: add hack to simulate the timeshift file length
Origin commit data
------------------
Branch: master
Commit: f72812d642
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-08 (Sun, 08 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-08 16:58:19 +02:00
Stefan Seyfried
8ef9807b87 spark: make cRecord more error resilient
* use aio to improve things for slow recording media (heavily loaded
 NFS server for example)
* in case of a buffer overflow, don't stop the recording but simply
 drop a buffer
A proper aio implementation would involve multiple buffers that could
be queued in paralled, but that's much more complex, so let's see if
the current code works out well enough.


Origin commit data
------------------
Branch: master
Commit: f3d93833e1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-08 (Sun, 08 Apr 2012)

Origin message was:
------------------
spark: make cRecord more error resilient

* use aio to improve things for slow recording media (heavily loaded
 NFS server for example)
* in case of a buffer overflow, don't stop the recording but simply
 drop a buffer
A proper aio implementation would involve multiple buffers that could
be queued in paralled, but that's much more complex, so let's see if
the current code works out well enough.


------------------
This commit was generated by Migit
2012-04-08 14:43:40 +02:00
Stefan Seyfried
f114e8c7da spark: temporary (for testing) map "auto" video mode to 1080p50
Origin commit data
------------------
Branch: master
Commit: 56874d9721
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-05 (Thu, 05 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-05 11:58:05 +02:00
Stefan Seyfried
8b035e392f spark: return true for EOF in cPlayback::GetPosition
Origin commit data
------------------
Branch: master
Commit: 542a026b9b
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-01 17:51:48 +02:00
Stefan Seyfried
fc39cb9eaf spark: set new videomode only if it differs from current
Origin commit data
------------------
Branch: master
Commit: 72089fe88d
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-01 17:38:11 +02:00
Stefan Seyfried
aef8b4351f spark: fix getAspectRatio and getPictureInfo in MP mode
Origin commit data
------------------
Branch: master
Commit: 93bc0eec06
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-01 17:37:17 +02:00
Stefan Seyfried
51340158eb triple: fix TODO in cVideo::ShowPicture()
rebuild the MPEG stillpicture if the source jpeg has changed
additionally check for zero sized m2v from broken ffmpeg versions
(the same as commit 347921654a on spark)


Origin commit data
------------------
Branch: master
Commit: 4aa3f8f617
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)



------------------
This commit was generated by Migit
2012-03-30 19:37:36 +02:00
Stefan Seyfried
f10ae4e7b0 triple: improve DFB->uinput routines
* use kernel input device repeat instead of generating selfmade
 repeat events, this allows using input device rate settings
* add frontpanel left/right buttons, their keycodes differ from
 the rc buttons


Origin commit data
------------------
Branch: master
Commit: 123a1b75a8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-25 (Sun, 25 Mar 2012)

Origin message was:
------------------
triple: improve DFB->uinput routines

* use kernel input device repeat instead of generating selfmade
 repeat events, this allows using input device rate settings
* add frontpanel left/right buttons, their keycodes differ from
 the rc buttons


------------------
This commit was generated by Migit
2012-03-25 20:42:26 +02:00
Stefan Seyfried
31f614941e spark: do not start IRMP thread if lircd is running
This will provide a smooth switchover to using LIRC instead of IRMP: if
the lircd is running (pidfile present), don't start the input thread.
Neutrino will use the LIRC-created uinput device instead.


Origin commit data
------------------
Branch: master
Commit: e10c60b02c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-17 (Sat, 17 Mar 2012)



------------------
This commit was generated by Migit
2012-03-17 23:21:30 +01:00
Stefan Seyfried
8615b54755 audio: add new enums for HDMI
Origin commit data
------------------
Branch: master
Commit: 457c7a9199
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-08 (Thu, 08 Mar 2012)


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

------------------
This commit was generated by Migit
2012-03-08 20:23:23 +01:00
Stefan Seyfried
e2510f8066 dmx: fix web streaming by allowing PID 0 for pesFilter()
Origin commit data
------------------
Branch: master
Commit: 16d8d3e8c8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-07 (Wed, 07 Mar 2012)


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

------------------
This commit was generated by Migit
2012-03-07 20:29:13 +01:00
Stefan Seyfried
d8e3c187e2 spark: compensate for differing AC3/MPEG volume
Maybe the 30/53 formula neeeds some tuning, we'll find out...


Origin commit data
------------------
Branch: master
Commit: 3d9b659f17
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-07 (Wed, 07 Mar 2012)



------------------
This commit was generated by Migit
2012-03-07 20:06:25 +01:00
Stefan Seyfried
60c2a1c857 triple: fix audio mute state after fast-forwarding in playback
Origin commit data
------------------
Branch: master
Commit: 9812df6bba
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-04 (Sun, 04 Mar 2012)


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

------------------
This commit was generated by Migit
2012-03-06 20:08:31 +01:00
Stefan Seyfried
05baaca9da libtriple: implement option to keep LCD backlight on in standby
Based on an idea by Kim Danielmeier, keep the backlight on if
TRIPLE_LCDBACKLIGHT environment variable is set.


Origin commit data
------------------
Branch: master
Commit: 137948804b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-04 (Sun, 04 Mar 2012)



------------------
This commit was generated by Migit
2012-03-06 20:08:24 +01:00
Stefan Seyfried
2e5ca871de libeplayer3: get rid of __FILE__ for shorter logmessages
Origin commit data
------------------
Branch: master
Commit: d2a05977e5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-26 (Sun, 26 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-26 16:11:45 +01:00
Stefan Seyfried
d21b75bc1f spark: work around neutrino's sectionFilter() usage
It seems like most of the times, timeout == 0 means "use the default
timeout". However, at least with the sectionsd eit update filter and
the PMT version update filter, timeout == 0 means really "no timeout"
alas "infinite". Work around this by using the default timeout only
if no negative filtermask is given.
This fixes the "EPG on program change" (and PMT update probably, too).


Origin commit data
------------------
Branch: master
Commit: 12b74e6ef3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-26 (Sun, 26 Feb 2012)



------------------
This commit was generated by Migit
2012-02-26 13:13:33 +01:00
Stefan Seyfried
6031f5f32f spark: more workaround for driver bugs in cVideo
Origin commit data
------------------
Branch: master
Commit: 6bc5518847
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-25 22:19:59 +01:00
Stefan Seyfried
b3594cbeae spark: use ioctls instead of procfs in cVideo::getPictureInfo
Origin commit data
------------------
Branch: master
Commit: cd90a23b46
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-25 22:18:42 +01:00
Stefan Seyfried
2c66f48cb4 spark: improve cVideo::Pig()
Origin commit data
------------------
Branch: master
Commit: 86a5316bd7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-25 22:17:53 +01:00
Stefan Seyfried
70e2f30a8c spark: improve cVideo::ShowPicture()
* don't clear stillpicture on radio channel change
* don't show stillpicture in standby


Origin commit data
------------------
Branch: master
Commit: 55d0d90b5b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)



------------------
This commit was generated by Migit
2012-02-25 22:15:37 +01:00
Stefan Seyfried
4715d61929 spark: make cVideo::openDevice() more robust
we sometimes seem to get EBUSY when opening the video device
directly after close() - retry for half a second to get it opened


Origin commit data
------------------
Branch: master
Commit: 7bf0a98909
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)



------------------
This commit was generated by Migit
2012-02-25 21:18:07 +01:00
Stefan Seyfried
befa14ce69 libspark: fix cAudio::do_mute()
Origin commit data
------------------
Branch: master
Commit: 1cddb85070
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-25 21:14:04 +01:00
Stefan Seyfried
347921654a spark: fix TODO in cVideo::ShowPicture()
rebuild the MPEG stillpicture if the source jpeg has changed
additionally check for zero sized m2v from broken ffmpeg versions


Origin commit data
------------------
Branch: master
Commit: ee1a408f9b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)



------------------
This commit was generated by Migit
2012-02-25 14:54:45 +01:00
Stefan Seyfried
ac5c0ea2b8 spark: implement cAudio::SetSyncMode
Origin commit data
------------------
Branch: master
Commit: c9ff86fd77
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-25 14:30:30 +01:00
Stefan Seyfried
8e7135624f spark: make cVideo::Standby more robust
There are a few glitches in the framebuffer driver we need to work
around. For now, let's:
 * close and reopen the video device when going in / out of standby
 * only enable HDMI when coming out of standby
Additionally, don't call Standby() when shutting down neutrino.


Origin commit data
------------------
Branch: master
Commit: fd5d65b07d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)



------------------
This commit was generated by Migit
2012-02-25 14:27:59 +01:00
Stefan Seyfried
a4bf240276 spark: only reopen decoders in cPlayback::Close if we closed them
Origin commit data
------------------
Branch: master
Commit: 904d91f82b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-25 14:19:30 +01:00
Stefan Seyfried
7592a3a61f spark: make cVideo::SetVideoSystem more robust
in order to not run into driver locking issues, stop video decoding
before setting the video system and restart afterwards


Origin commit data
------------------
Branch: master
Commit: 5cd42eb204
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)



------------------
This commit was generated by Migit
2012-02-25 13:24:22 +01:00
Stefan Seyfried
ad374bddf9 spark: cVideo::SetVideoMode ignore irrelevant modes
Origin commit data
------------------
Branch: master
Commit: 6c5a60e128
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-25 13:23:19 +01:00
Stefan Seyfried
23b2809ede spark: make cVideo::openDevice ignorem ultiple calls
Origin commit data
------------------
Branch: master
Commit: 26d7f46280
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-25 13:13:07 +01:00
Stefan Seyfried
4338d16370 spark: fix invalid debug calls
Origin commit data
------------------
Branch: master
Commit: 703c416e83
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-25 13:10:10 +01:00
Stefan Seyfried
5205e75b17 debug: enable printf format checking for lt_debug
Origin commit data
------------------
Branch: master
Commit: 639b538a99
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-25 (Sat, 25 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-25 13:04:11 +01:00
Stefan Seyfried
6022d3f16f spark: partly implement cVideo::Standby()
Origin commit data
------------------
Branch: master
Commit: 31e2bd5c45
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-23 (Thu, 23 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-23 23:33:00 +01:00
Stefan Seyfried
0e39c66f98 spark: implement cVideo::SetVideoMode
this should add rudimentary support to get SCART output working


Origin commit data
------------------
Branch: master
Commit: eb8439be3e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-23 (Thu, 23 Feb 2012)



------------------
This commit was generated by Migit
2012-02-23 23:31:49 +01:00
Stefan Seyfried
6412eb79c4 spark: use ioctl instead of /proc to get video format
Origin commit data
------------------
Branch: master
Commit: 3e37ee54a6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-23 (Thu, 23 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-23 23:27:53 +01:00
Stefan Seyfried
b574a0e5d4 spark: disable HDMI before switching mode in cVideo::SetVideoSystem
this seems to greatly improve reliability - it looks like there is
a locking problem somewhere in the framebuffer driver :-(


Origin commit data
------------------
Branch: master
Commit: 63eb51a028
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-23 (Thu, 23 Feb 2012)



------------------
This commit was generated by Migit
2012-02-23 23:25:11 +01:00
Stefan Seyfried
827891745b spark: remove unused cVideo() functions
Origin commit data
------------------
Branch: master
Commit: 027308e310
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-23 (Thu, 23 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-23 23:11:13 +01:00
Stefan Seyfried
eba1aae1e0 spark: implement cVideo::SetVideoSystem()
Origin commit data
------------------
Branch: master
Commit: 32fabdb53d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-22 (Wed, 22 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-22 23:31:59 +01:00
Stefan Seyfried
c1fbccfb07 spark: silence irmp debugging messages after last merge
Origin commit data
------------------
Branch: master
Commit: 9710f6df22
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-22 (Wed, 22 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-22 20:11:27 +01:00
Stefan Seyfried
aeea36eb31 spark: fix IR remote address after IRMP update
Origin commit data
------------------
Branch: master
Commit: a17729f590
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-21 (Tue, 21 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-21 19:07:14 +01:00
Stefan Seyfried
801f6de596 spark: update IRMP code from upstream
This updates the IRMP code to version Version 2.1.1 (SVN rev 89).
Important changes are:
 * added GRUNDIG2 protocol
 * fixed bug when switching from nec42 to nec protocol
 * corrected timing for samsung/samsung32 protocol
 * added genre bits for kaseikyo
Especially the NEC protocol fix affects us since it changes the
decoded address!


Origin commit data
------------------
Branch: master
Commit: 96db6f12bf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-21 (Tue, 21 Feb 2012)



------------------
This commit was generated by Migit
2012-02-21 19:03:24 +01:00
Stefan Seyfried
443ba5744c libeplayer3: silence many warnings
Origin commit data
------------------
Branch: master
Commit: 3d12d277aa
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-18 (Sat, 18 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-18 12:06:10 +01:00
Stefan Seyfried
08a77752ec build static libeplayer3 and link eplayer3 and meta against it
Origin commit data
------------------
Branch: master
Commit: e6e07fb496
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-18 (Sat, 18 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-18 12:05:11 +01:00
Stefan Seyfried
582b864fd9 spark: fix cAudio::PrepareClipPlay
this makes the neutrino audioplayer work fine ;-)


Origin commit data
------------------
Branch: master
Commit: e8f63b0bf4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-18 (Sat, 18 Feb 2012)



------------------
This commit was generated by Migit
2012-02-18 01:36:39 +01:00
Stefan Seyfried
b6b6a3880c spark: add cVideo::ShowPicture()
Origin commit data
------------------
Branch: master
Commit: 920f3d1863
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-18 (Sat, 18 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-18 00:15:18 +01:00
Stefan Seyfried
b5f2ae108e spark: remove unused cPlayback() stuff
Origin commit data
------------------
Branch: master
Commit: 54cc8ddc80
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-15 (Wed, 15 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-15 00:43:09 +01:00
Stefan Seyfried
6a1bc6c605 spark: use libeplayer3 for playback
Origin commit data
------------------
Branch: master
Commit: 4e3773c568
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-15 (Wed, 15 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-15 00:25:36 +01:00
Stefan Seyfried
7383b475b4 spark: add cPlayback code from TDT git
This imports cplayback as of commit 12d2c15d0e (2011-12-13)
git://gitorious.org/open-duckbox-project-sh4/tdt.git
Needs some adjustment to make it build...


Origin commit data
------------------
Branch: master
Commit: ebf92d82ec
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-15 (Wed, 15 Feb 2012)



------------------
This commit was generated by Migit
2012-02-15 00:17:39 +01:00
Stefan Seyfried
b4b3279dbd spark: build libeplayer3 statically into libstb-hal
Origin commit data
------------------
Branch: master
Commit: 54592dc88b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-14 (Tue, 14 Feb 2012)


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

------------------
This commit was generated by Migit
2012-02-15 00:17:38 +01:00