Commit Graph

25 Commits

Author SHA1 Message Date
Stefan Seyfried
afdca9c02b implement cDemux::GetSource() 2013-02-24 16:29:59 +01:00
Stefan Seyfried
e900236f7e cDemux: fix removePid / pesfds usage 2013-02-24 14:11:09 +01:00
Stefan Seyfried
707020d16b cDemux: add copyright header 2013-02-24 13:35:31 +01:00
Stefan Seyfried
74cb82e66c cDemux::sectionFilter: fix invalid length calculation 2013-02-24 13:26:55 +01:00
Stefan Seyfried
7c46077051 deuglify library build
* build intermediate libraries for each subdirectory
* link those libs in main directory instead of single objects
* ugly hack in configure.ac to disable dynamic lib for now
2012-12-01 13:29:27 +01:00
Stefan Seyfried
929acbae43 azbox: handle rmfp_player failures/features more graceful 2012-11-24 17:39:33 +01:00
Stefan Seyfried
64c24b743f azbox: disable video output on standby 2012-11-21 18:20:43 +01:00
Stefan Seyfried
6b9d6af7fa atbox: make cDemux more robust
* workaround hanging Read() if frontend loses and regains lock
* set DMX_ONESHOT for TDT and TOT sections
(this is the same as commit fe7b385660 for spark)
2012-11-21 13:29:16 +01:00
Stefan Seyfried
af6f651255 azbox: mostly rewrite cPlayback rmfp_player wrapper
* use the file based /tmp/rmfp.{cmd2,in2,out2} interface instead
  of the previously used FIFOs, this seems more reliable
* convert code to lt_debug/lt_info infrastructure
2012-11-18 19:29:00 +01:00
Stefan Seyfried
fea8d10c36 azbox: rework cPlayback rmfp_player wrapper
it now actually plays something, but will need more love
2012-11-16 23:42:45 +01:00
Stefan Seyfried
8a6f1dea9d add hardware_caps header
First version of a "hardware capabilites information" struct.
This is intended to help clean up the mess in the neutrino GUI.
Surely needs some more work and ongoing changes
2012-09-15 11:49:51 +02:00
Stefan Seyfried
1df3d2e946 cDemux: add dummy SetSource() for coolstream compatibiliy 2012-07-29 13:26:31 +02:00
Stefan Seyfried
84ee47fd7f correctly declare AVSYNC_TYPE 2012-07-28 22:51:29 +02:00
Stefan Seyfried
5583233e9e spark,azbox: make demux FD nonblocking
...except for DMX_PSI_CHANNEL, which does not seem to expect that.
2012-07-15 11:44:28 +02:00
Stefan Seyfried
caeb3f4230 azbox: reset PIG during videodecoder init 2012-07-14 20:02:36 +02:00
Stefan Seyfried
47114a90af azbox: fix values in cVideo::SetVideoSystem 2012-06-24 16:28:48 +02:00
Stefan Seyfried
b550d5d5bc azbox: fix cVideo::setBlank
the (VIDEO_STOP,1) ioctl does not blank video, so write a
black still-mpeg into the decoder to blank the display,
(similar to the tripledragon code)
2012-06-24 15:12:58 +02:00
Stefan Seyfried
34402dff9f azbox: split up cVideo::ShowPicture
create a new show_iframe function which just gets the
still-mpeg data passed from ShowPicture
2012-06-24 15:11:48 +02:00
Stefan Seyfried
5b8ff82730 azbox: fix cAudio::do_mute 2012-06-24 12:35:02 +02:00
Stefan Seyfried
47941bd849 create common proc_tools
proc_put, proc_get and proc_get_hex are used in many files.
Avoid duplication by moving them to common/proc_tools.c.
Convert azbox's cVideo to use proc_tools.h
2012-06-24 12:26:03 +02:00
Stefan Seyfried
2e05d5fd6f azbox: fix cVideo::ShowPicture 2012-06-24 00:14:55 +02:00
Stefan Seyfried
f0cc9479cf azbox: implement cVideo::getBlank 2012-06-23 23:46:39 +02:00
Stefan Seyfried
07ba8c9eb9 azbox: improve cVideo::setAspectRatio 2012-06-23 23:40:25 +02:00
Stefan Seyfried
ab2140161a azbox: terminate string in video/proc_get 2012-06-23 23:39:31 +02:00
Stefan Seyfried
0ac7346489 first preliminary AZzbox ME support
TODO: some code is very similar to SPARK (record and pwrmngr
are just symlinked, dmx is almost identical). Reduce duplication
by factoring out DVBAPI code into an extra directory.
* what works: audio, video, demux
* what probably doesn't work or is untested: record
* what very likely doesn't work: playback
Playback is just copied over from aztrino and made to compile.
If you are lucky, it just segfaults :-)
2012-06-18 14:48:52 +02:00