Re: [vdr] sxfe and vsync

2011-12-26 Thread gimli
Two things to mention about vaapi : 1.) Use xf86-video-intel-2.15.0 2.) Forget sxfe in combination with vaapi. sxfe plays bad tricks with the stream and is not able to do a clean reinitialize of the output when the stream is changing. On Sun, 25 Dec 2011 22:44:42 +0200, j...@mbnet.fi wrote: On

Re: [vdr] sxfe and vsync

2011-12-26 Thread gimli
On Mon, 26 Dec 2011 12:43:59 +, Tony Houghton h...@realh.co.uk wrote: On Mon, 26 Dec 2011 10:43:42 +0100 gimli gi...@dark-green.com wrote: Two things to mention about vaapi : 1.) Use xf86-video-intel-2.15.0 Do you mean at least 2.15, or are there problems with later versions like

Re: [vdr] vdr segfaults with glibc 2.12.2

2011-01-06 Thread gimli
I'm on Archlinux 32bit and there it works fine. Am 06.01.2011 um 22:19 schrieb sc...@waye.co.uk: Funny, I tried to change my system to Archlinux last weekend and had the same problem. I gave up in the end and will try Opensuse 11.3 now. I also tried recompiling glibc from source but it

Re: [vdr] wirblescan 0.0.5-pre11e compilation errors

2010-04-27 Thread gimli
Maybe this patch helps. http://sourceforge.net/apps/trac/archvdr/browser/trunk/archvdr/vdr-plugin-wirbelscan/gcc_45.patch cu Edgar (gimli) Hucek On Tue, 27 Apr 2010 14:11:41 +0200, YUP yupad...@gmail.com wrote: Hi, As far as I understood from http://wirbel.htpc-forum.de/wirbelscan/index2

Re: [vdr] [OT] mini-PCIE with Broadcom Crystal HD Hardware Decoder (BCM970012) for HD playback with free drivers

2010-01-03 Thread gimli
Hello, i use it with vdr 1.7.10, xine-lib-1.2, vdr-xine, and the xine decoder plugin i wrote at : http://sourceforge.net/apps/trac/archvdr/browser/branches/libcrystalhd cu Edgar (gimli) Hucek Michael Stepanov schrieb: Does somebody use it to watch HD channels with VDR? As I understand

Re: [vdr] [OT] mini-PCIE with Broadcom Crystal HD Hardware Decoder (BCM970012) for HD playback with free drivers

2010-01-03 Thread gimli
Hehe, yes thats me ;) Lars Bläser schrieb: Michael Stepanov wrote: Does somebody use it to watch HD channels with VDR? As I understand that solution can give the same result as nVidia Ion? yes, ebsi got it working http://www.vdrportal.de/board/thread.php?threadid=91157 Status update :

[vdr] Broken CAM handling with TechniSat TechniCAM and ORF Digital Card

2009-10-29 Thread gimli
. The Decryption starts and stops after two seconds. Reverting back the changes in ci.c,pat.c and pat.h to the version of vdr 1.7.8 solves the problem temporarily. How can i help debuging the real problem in vdr 1.7.9 and fixing it ? Happy Penguin Edgar (gimli) Hucek

[vdr] Broken CAM handling with TechniSat TechniCAM and ORF Digital Card

2009-10-19 Thread gimli
. Reverting back the changes in ci.c,pat.c and pat.h to the version of vdr 1.7.8 solves the problem temporarily. How can i help debuging the real problem in vdr 1.7.9 and fixing it ? Happy Penguin Edgar (gimli) Hucek ___ vdr mailing list vdr@linuxtv.org http

Re: [vdr] Fast compact distro for vdr

2009-08-28 Thread gimli
A start point : http://sourceforge.net/apps/trac/archvdr/ On Fri, 28 Aug 2009 20:16:37 +0200, Diego Pierotto vdr_ml...@tiscali.it wrote: Damien Bally ha scritto: Hello Sorry if my mail is out of topic. I'm looking for a linux distro for my vdr box. I'd like a light system (without X11 since

[vdr] Audio problems with vdr-sxfe

2009-07-28 Thread gimli
1.7.8 xine-vdpau rev 275 vdr-xine 0.9.3 cu Edgar /gimli) Hucek ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] TeVii S650 missing remote keys PATCH

2009-06-13 Thread gimli
you loop over and break on the first occurance. cu Edgar (gimli) Hucek On 12 June 2009 21:50:15 gimli wrote: Hi, the attached patch is against : http://mercurial.intuxication.org/hg/s2-liplianin It adds the missing remote keys found on the TeVii Remote for the S650 usb device. Now i

Re: [vdr] TeVii S650 missing remote keys PATCH

2009-06-13 Thread gimli
Perfect ;) you need a : signed-off-by: Edgar Hucek gimli at dark-green dot com ? On 13 June 2009 13:35:04 gimli wrote: Hi, i use the TeVii Firmware from the TeVii driver package : http://tevii.com/Tevii_linuxdriver_0815.rar dvb-fe-cx24116.fw and dvb-usb-s650.fw renamed to dvb-usb

Re: [vdr] TeVii S650 missing remote keys PATCH

2009-06-13 Thread gimli
On 13 June 2009 14:19:57 gimli wrote: Perfect ;) you need a : signed-off-by: Edgar Hucek gimli at dark-green dot com ? On 13 June 2009 13:35:04 gimli wrote: Hi, i use the TeVii Firmware from the TeVii driver package : http://tevii.com/Tevii_linuxdriver_0815.rar dvb-fe

[vdr] TeVii S650 missing remote keys PATCH

2009-06-12 Thread gimli
Hi, the attached patch is against : http://mercurial.intuxication.org/hg/s2-liplianin It adds the missing remote keys found on the TeVii Remote for the S650 usb device. Now i have the remote fully working ;) cu Edgar (gimli) Hucek dvb_usb_tevii_s650_add_missing_remote_keys.patch Description

[vdr] VDR 1.7.7 compile problem with gcc 4.4

2009-05-27 Thread gimli
Hi, have compile errors with gcc 4.4. The attached patch makes vdr 1.7.7 compileable. What google told me, gcc 4.4 also affects 1.6.0. cu Edgar (gimli) Hucek gcc_4.4.dpatch Description: Binary data ___ vdr mailing list vdr@linuxtv.org http

Re: [vdr] VDR 1.7.7 compile problem with gcc 4.4

2009-05-27 Thread gimli
Hi, Attached is an updated patch, which also extends tools.h to return char *. Hi, have compile errors with gcc 4.4. The attached patch makes vdr 1.7.7 compileable. What google told me, gcc 4.4 also affects 1.6.0. cu Edgar (gimli) Hucek___

Re: [vdr] VDR 1.7.7 compile problem with gcc 4.4

2009-05-27 Thread gimli
Sure, the patch is not the best solution. You are right, whats to ment const should be const. In the first step it's more or less a speed fix :D On Wed, 2009-05-27 at 16:40 +0200, gimli wrote: ... have compile errors with gcc 4.4. The attached patch makes vdr 1.7.7 compileable. I wonder

Re: [vdr] vdr-xine works nice with HD channels - xineliboutput and vdr-streamdev are broken

2009-05-25 Thread gimli
Also OSD with vdpau, using xineliboutput cvs, is broken since a long time. cu Edgar (gimli) Hucek I've just tried vdr 1.7.7. With latest cvs xineliboutput, when i switch to HD channel (H264), i have a seg fault. With vdr-xine, latest cvs too, i have no vdr OSD :-( 2009/5/3 Artem Makhutov

Re: [vdr] vdr-xine works nice with HD channels - xineliboutput and vdr-streamdev are broken

2009-05-25 Thread gimli
Also OSD with vdpau, using xineliboutput cvs, is broken since a long time. cu Edgar (gimli) Hucek I've just tried vdr 1.7.7. With latest cvs xineliboutput, when i switch to HD channel (H264), i have a seg fault. With vdr-xine, latest cvs too, i have no vdr OSD :-( 2009/5/3 Artem Makhutov

Re: [vdr] [OT] NVidia ION mini-ITX arriving

2009-05-12 Thread gimli
Disadvantage : No PCI Slot :( http://www.mini-itx.com/2009/05/04/zotac-ion-itx-atom-mini-itx-board-unboxing-and-salivating ...which means 1080p HD playback from an embedded Mini-ITX board with a fanless 1.6GHz processor whilst consuming 21W. The ION-ITX-A has its own DC converter onboard,

[vdr] xineliboutput cvs broken osd scaling

2009-04-13 Thread gimli
that behavior ? cu Edgar (gimli) Hucek ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] xineliboutput cvs broken osd scaling

2009-04-13 Thread gimli
It's half working with 1.7.5. Audio on HD channel is also broken. Only tested on ORF 1 HD. gimli wrote: Hi, with the latest cvs version of xineliboutput the OSD scaling is broken using HD content. The OSD seems way to large on HD content. My setup is : Soft : vdr-1.7.5 xineliboutput

Re: [vdr] VDR 2.0

2009-03-16 Thread gimli
ROTFL Peter Evertz schrieb: Magnus Hörlin schrieb: Hi. VDR 1.x was MPEG2-only and recorded in MPEG-PES. Now that it can do MPEG4 AVC/AAC, and records in MPEG-TS, isn't it time to rename it 2.0 after 1.7.5? /Magnus H Brilliant Idea. That will boost the sales numbers to the limits :)

[vdr] [ANNOUNCE] ArchVDR

2009-02-23 Thread gimli
[ANNOUNCE] ArchVDR Anouncing ArchVDR : http://archvdr.sourceforge.net This project holds PKGBUILD's for buildding a Archlinux based VDR platform. Our main focus is on: Budget Systems DVB-S2 Hardware accelerated HDTV. The packages are heavily based on e-tobi's packages and

Re: [vdr] [ANNOUNCE] ArchVDR

2009-02-23 Thread gimli
Thats the nice thing in linux, everyone can choose his flavour ;) cu Edgar (gimli) Hucek ðÒÉ×ÅÔÓÔ×ÕÀ, gimli I'm wondering - why do you choose the ArchLinux ? [ANNOUNCE] ArchVDR Anouncing ArchVDR : http://archvdr.sourceforge.net This project holds PKGBUILD's for buildding a Archlinux

[vdr] vdr 1.7.4 xineliboutput

2009-01-26 Thread gimli
I saw some things going on in the xineliboutput CVS. Not sure if TS should work or not. I tryed VDR 1.7.4 with xine-lib-vdpau and xineliboutput CVS. Got the following error : http://pastebin.com/m6691b7a8 cu Edgar (gimli) Hucek ___ vdr mailing list

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.3

2009-01-07 Thread gimli
Hi, Compiling on ARCH Linux x86_64 with gcc 4.3.2 also fails. So it must be the 64 bit compiler. mfg Edgar (gimli) Hucek On 07.01.2009 18:58, Nicolas Huillard wrote: Klaus Schmidinger a écrit : If you're using the same compiler as I do, I don't see why such a typecast is necessary on your

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.3

2009-01-07 Thread gimli
Hi, on playback old HDTV recordings the timline is wrong. From a first look it seems to show the double length of the recording. cu Edgar (gimli) Hucek VDR developer version 1.7.3 is now available at ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.7.3.tar.bz2 A 'diff' against the previous

Re: [vdr] How to debug skips async with vdr?

2008-12-10 Thread gimli
Did you also try the latest v4l-dvb hd drivers if there is a difference ? cu Edgar (gimli) Hucek Hi, since upgrading to the most recent Ubuntu release 8.10 (Intrepid), my FF card is having problems. It is async with audio, both for some live TV channels and some recordings. It is also

Re: [vdr] How to debug skips async with vdr?

2008-12-10 Thread gimli
: make install happy penguin Edgar (gimli) Hucek Hi, gimli schrieb: Did you also try the latest v4l-dvb hd drivers if there is a difference ? No, I did not. I try to use default drivers and packages whenever possible, since it's good to use the distributor's updates. Can you point me

Re: [vdr] reelchannelscan for S2API-patched VDR

2008-10-17 Thread gimli
Hi, you hit a problem with gcc 4.3 changes ;) svn co svn://reelbox.org/testing/src/vdr-plugins/src/channelscan-0.6.1 -r9040 The attached patch is absolutley untested. I may work or not. Basicly it survives the compile test ;) cu Edgar (gimli) Hucek Goga777 schrieb: Приветствую, Frank

Re: [vdr] reelchannelscan for S2API-patched VDR

2008-10-17 Thread gimli
You compile against vdr 1.7.0 ? Приветствую, gimli no it doesn't help make[1]: Entering directory `/usr/src/vdr170_0/PLUGINS/src/channelscan-0.6.1' g++ -fPIC -O2 -Wall -Woverloaded-virtual -fno-strict-aliasing -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='reelchannelscan' -DVDRDIR

Re: [vdr] reelchannelscan for S2API-patched VDR

2008-10-17 Thread gimli
Ok, now i tested the plugin on dvb-t, and it worked fine. Maybe i'll also test dvb-s/dvb-s2. cu Edgar (gimli) Hucek Hi, you hit a problem with gcc 4.3 changes ;) svn co svn://reelbox.org/testing/src/vdr-plugins/src/channelscan-0.6.1 -r9040 The attached patch is absolutley untested. I may

Re: [vdr] [PATCH] S2API for vdr-1.7.1 vanilla and extensions patch 64 ( 071020008 )

2008-10-14 Thread gimli
Hi, you are using the older patch use the attached one. The fix-s2api-dvbs is not needed with this one. cu Edgar (gimli) Hucek Hi All, this patches are for Steve Toth's repository at : http://linuxtv.org/hg/~stoth/s2/ . In theory they should work. I did them offline from my VDR

Re: [vdr] [PATCH] S2API for vdr-1.7.1 vanilla and extensions patch 64 ( 071020008 )

2008-10-14 Thread gimli
Hi, enable permanent timeshift in vdr. cu Edgar (gimli) Hucek Hello, thanks for the quick response! Everything compiled fine now. But still something seems to be broken there. Watching TV with mplayer works fine but there is a problem with vdr/xine. I attached my syslog and the output

[vdr] [PATCH] szap-s2 patch

2008-10-08 Thread gimli
Hi All, this is a patch for szap-s2 to work with the latest s2 HG from Steve. cu Edgar (gimli) Hucek szap-s2.patch.gz Description: GNU Zip compressed data ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] [PATCH] S2API for vdr-1.7.1 vanilla and extensions patch 64 ( 071020008 )

2008-10-07 Thread gimli
Hi All, this patches are for Steve Toth's repository at : http://linuxtv.org/hg/~stoth/s2/ . In theory they should work. I did them offline from my VDR. cu Edgar (gimli) Hucek vdr-1.7.1-s2api-07102008-ext64.patch.gz Description: GNU Zip compressed data vdr-1.7.1-s2api-07102008

[vdr] [PATCH] S2API for vdr-1.7.1 vanilla and extensions patch 64 ( v2-071020008 )

2008-10-07 Thread gimli
Hi All, i have updated my S2API patch for VDR 1.7.1 with VDR extensions 64 to latest changes from Niels Wagenaar's patch. Thanks goes to everyone who is working on S2API support for VDR. And special thanks to Klaus Schmidinger for the great VDR software. cu Edgar (gimli) Hucek vdr-1.7.1

[vdr] [PATCH] S2API for vdr-1.7.1 vanilla and extensions patch 64

2008-10-05 Thread gimli
Hi All, here are the vdr S2API patches for vdr 1.7.1 + extensions 64 patch and also for the vanilla vdr 1.7.1. cu Edgar (gimli) Hucek vdr-1.7.1-s2api-05102008-ext64.patch.gz Description: GNU Zip compressed data vdr-1.7.1-s2api-05102008-vanilla.patch.gz Description: GNU Zip compressed data

Re: [vdr] [PATCH] S2API for vdr-1.7.1 vanilla and extensions patch 64

2008-10-05 Thread gimli
Hi, i forgott write that the ext64 patch sits on top off : vdr 1.7.1 + extensions 64 + the h264 patch. cu Edgar (gimli) Hucek here are the vdr S2API patches for vdr 1.7.1 + extensions 64 patch and also for the vanilla vdr 1.7.1. could you release s2api patch for vdr 171 already patched

Re: [vdr] Black Screen with vdr 1.7.1

2008-10-05 Thread gimli
Hi, read this : http://linuxtv.org/pipermail/vdr/2008-October/017948.html cu Edgar (gimli) Hucek Hi, in these days I tried new version of vdr 1.7.1 with the lastest version of S2API. I have an ss2 and a HVR-4000 card in my system. I compiled and I installed correctly the lasted driver

Re: [vdr] [PATCH] S2API for vdr-1.7.0 (04-10-2008 - quickhack for DVB-S(2), DVB-T and DVB-C)

2008-10-04 Thread gimli
to be gone. With the the patches applyed the tuning with the S2API patch was broken. For the moment i let the tuning fix patch in. cu Edgar (gimli) Hucek Hello All, Today I finished the patch for DVB-S, DVB-S2, DVB-T and DVB-C support using S2API in combination with VDR 1.7.0. I've tested my code

Re: [vdr] segfault during of switchning between hdtv channels

2008-10-03 Thread gimli
Hi, do you use the CVS version of xineliboutput ? cu Edgar (gimli) Hucek Hi with the latests xine-lib-1.2/ffmpeg/xineliboutput I very often have the h264-segfault during of switching between ORF (720p - channel with progressive video) and Astra HD, Anixe HD (1080i channels). Has somebody

Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)

2008-10-02 Thread gimli
Hi, can you please split out the S2API only part ? And one mor thind, your patch also contains .orig and *.rej files ;). cu Edgar (gimli) Hucek Hello All, Yesterday evening I finally got S2API working with those troublesome DVB-S2 transponders using QPSK modulation. Attached is a patch

Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)

2008-10-02 Thread gimli
Hi All, this is just a cleanup patch which applies on top off vdr 1.7.0 and vdr-1.7.0-h264-syncearly-framespersec-audioindexer-fielddetection-speedup.diff.bz2 from Reinhard. cu Edgar (gimli) Hucek Hello All, Yesterday evening I finally got S2API working with those troublesome DVB-S2

Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)

2008-10-02 Thread gimli
Hi All, another one for vdr 1.7.1 with the Extensions v64 patch from Zulu : vdr 1.7.1 + vdr-1.7.1_extensions.diff + vdr-1.7.1-ext_h264.diff. cu Edgar (gimli) Hucek Hello All, Yesterday evening I finally got S2API working with those troublesome DVB-S2 transponders using QPSK modulation

Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)

2008-10-02 Thread gimli
thing i had to do is use iirc. LIVEBUFFER and aktivate it also in the vdr setup.conf file to to make vdr-sxfe work with vdr 1.7.1. cu Edgar (gimli) Hucek On Thu, Oct 02, 2008 at 03:16:29PM +0200, gimli wrote: Hi All, another one for vdr 1.7.1 with the Extensions v64 patch from Zulu : vdr 1.7.1

Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)

2008-10-02 Thread gimli
for h264 streams. cu Edgar (gimli) Hucek On Thu, Oct 02, 2008 at 03:37:15PM +0200, gimli wrote: This is an extenions patch from Zulu for the vdr. You can find the package here : http://www.zulu-entertainment.de/download.php The latest extensions file is VDR-Extensions-Patch-64.tar.bz2 which

Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)

2008-10-02 Thread gimli
can test this a bit since I use DVB-S/DVB-S2 and DVB-T on my VDR configuration. Great work :-) Yeah, Gimli made some nice patches! Since I had to work, I couldn't do this myself. Next patch from will will be for unpatched and patched VDR 1.7.0 with h264 patch. So, future patches will not have

Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)

2008-10-02 Thread gimli
Hi, dissable DVBSETUP for now. cu Edgar (gimli) Hucek Приветствую, gimli I have installed 3 patches and I couldn't compile the VDR 171 dvbdevice.c: In constructor ‘cDvbDevice::cDvbDevice(int)’: dvbdevice.c:542: error: ‘DVBFE_DELSYS_DUMMY’ was not declared

Re: [vdr] [PATCH] S2API for vdr-1.7.0(1.7.1) quick hack

2008-09-28 Thread gimli
, tuning If you need further informations let me know. cu Edgar (gimli) Hucek ÷ ÓÏÏÂÝÅÎÉÉ ÏÔ 28 September 2008 17:12:14 Niels Wagenaar ÎÁÐÉÓÁÌ(Á): Hi Igor, Small question. I tried your patch, but it fails a hunk in dvbdevice.c. I added this hunk manually but I think something is missing

Re: [vdr] FW: [ANNOUNCE] DVB API improvements

2008-09-27 Thread gimli
I would be glad to test any S2API vdr patches. cu Edgar (gimli) Hucek On Wed, Sep 24, 2008 at 05:34:01PM +0200, Niels Wagenaar wrote: Hello all (and especially Klaus): It's official, the people from V4L have voted for the usage of the S2API proposal to be the future for new DVB API

Re: [vdr] FW: [ANNOUNCE] DVB API improvements

2008-09-27 Thread gimli
Would be cool to test any S2API vdr patches. cu Edgar (gimli) Hucek On Wed, Sep 24, 2008 at 05:34:01PM +0200, Niels Wagenaar wrote: Hello all (and especially Klaus): It's official, the people from V4L have voted for the usage of the S2API proposal to be the future for new DVB API

[vdr] latest xineliboutput + HDTV on amd64 Sequfaults

2008-07-30 Thread gimli
Hi, my HDTV setup : xineliboutput cvs ( today ) xine-lib-1.2-hg ( today ) ffmpeg svn ( today ) vdr 1.7.0 + reinhadrs patches ubuntu hardy 8.04.1 amd64 intel core2duo the xineliboutput sequfaults on this setup. i tryed the same setup on hardy 8.04.1 i386. there it works. cu Edgar (gimli) Hucek

[vdr] Xineliboutput + Coreavc 1.7.0

2008-07-25 Thread gimli
the player segfaults. Any sugestions what im making wrong ? cu Edgar (gimli) Hucek ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] HDTV xineliboutput latest CVS

2008-07-16 Thread gimli
The HDTV playback is broken in the latest xineliboutput CVS. vdr-sxfe segfaults. cu gimli ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] latest xineliboutput cvs and HDTV

2008-06-24 Thread gimli
FFMPEG, but the latest cvs version works again. cu Edgar (gimli) Hucek On Wed, Jun 18, 2008 at 8:12 PM, Goga777 [EMAIL PROTECTED] wrote: today I updated cvs xineliboutput and I could run vdr 170 + xineliboutput on dvb-s2 hdtv channels without any problems Was that using CoreAVC, or just

Re: [vdr] vdr: ERROR (dvbdevice.c, 302): Invalid argument (ioctl DVBFE_SET_DELSYS ??)

2008-06-18 Thread gimli
What VDR version and patches do you use and which Multiproto driver? For VDR 1.7.0 you also need the patches from Reinhard to work with the latest Multiproto driver. The plain 1.7.0 vdr does not work with the latest Multiproto. cu Edgar (gimli) Hucek no, it's really right and good channels

[vdr] latest xineliboutput cvs and HDTV

2008-06-17 Thread gimli
Hi, anyone know how to kontakt the xineliboutput developer ? The latest cvs is, at least for me, completely broken for watching HDTV. I get only audio. Video Stays black. Using some cvs revisons back works fine. I use VDR 1.7.0 + Reinahrds patch. cu gimli

Re: [vdr] Xineliboutput segmentation fault

2008-05-08 Thread gimli
I also Get segmentation faults : Xineliboutput latest cvs version. Vdr 1.6.0-1 with multiproto an sync early patches from Reinhard Nissl. This happens when i switch from an HDTV channel to an SDTV channel. For example from ANIXE HD to Pro7. *** glibc detected *** vdr-sxfe: double free or

Re: [vdr] Xineliboutput segmentation fault

2008-05-08 Thread gimli
And here is the commandline im using : dr-sxfe --syslog --audio=alsa --video=xv --post vdr_video --reconnect --aspect 16:9 --fullscreen xvdr+tcp://127.0.0.1 gimli schrieb: I also Get segmentation faults : Xineliboutput latest cvs version. Vdr 1.6.0-1 with multiproto an sync early patches

Re: [vdr] coreavc for Linux (coreavc 1.7.0 + xine patches)

2008-05-07 Thread gimli
What about it on amd64 ? Igor schrieb: Hi today was opened Google's discussions groups about coreavc for Linux to subscribe you can send the mail to [EMAIL PROTECTED] or visit a home page http://groups.google.com/group/coreavc-for-linux?hl=en here you can find a new patches for

Re: [vdr] cvs xineliboutput

2008-05-06 Thread gimli
Reverting xine_input_vdr.c breaks the OSD scaling. cu Edgar (gimli) Hucek Petri Helin schrieb: [EMAIL PROTECTED] wrote: Petri Helin [EMAIL PROTECTED] writes: For a temporary solution you could revert file xine_input_vdr.c to version 1.127: cvs update -C -r 1.127 xine_input_vdr.c

Re: [vdr] cvs xineliboutput

2008-05-06 Thread gimli
Screen resolution is 1920x1080 for HDTV. When is switch from an SDTV channel to an HDTV channel the OSD is way to small. Looks there is no scalling to the larger resolution. cu Edgar (gimli) Hucek Petri Helin schrieb: gimli wrote: Reverting xine_input_vdr.c breaks the OSD scaling. cu

Re: [vdr] VDR 1.7.0 multiproto hvr4000 - multiproto_plus

2008-05-01 Thread gimli
Hi, sorry, took a little bit longer to find time for made the patch. This patch is against multiproto_plus + HVR-4000-multiproto_plus-2008-04-25.diff. With this combination i'm able to tune all HDTV channels on Astra 19.2E. My Hardware is a WinTV Nova HD S2. cu Edgar (gimli) Hucek On Tue, Apr

[vdr] VDR 1.7.0 multiproto hvr4000

2008-04-29 Thread gimli
://www.linuxtv.org/pipermail/linux-dvb/2008-March/024487.html and http://www.mail-archive.com/[EMAIL PROTECTED]/msg27438.html a patch i have done. c Edgar (gimli) Hucek ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr