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

2012-09-13 Thread Anssi Hannula
12.09.2012 10:39, Tobi kirjoitti: > On 11.09.2012 11:30, Anssi Hannula wrote: > >> Hmm, I'm the original author of the patch, not sure why Tobias Grimm is >> credited here > > > Sorry, that's probably because I maintained this in the Debian package > sinc

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

2012-09-11 Thread Anssi Hannula
11.09.2012 19:05, Dominic Evans kirjoitti: > On 11 September 2012 10:30, Anssi Hannula wrote: >> 10.09.2012 17:05, Klaus Schmidinger kirjoitti: >>> - The new function cDevice::HasInternalCam() can be implemented by devices >>> that >>>provide encrypted c

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

2012-09-11 Thread Anssi Hannula
handling of a CAM (thanks to Tobias Grimm). Hmm, I'm the original author of the patch, not sure why Tobias Grimm is credited here (I sent it to you several years ago - for some reason I thought you didn't like it, but I guess I should've just sent it again...

Re: [vdr] Force VDR to save channels.conf

2012-05-27 Thread Anssi Hannula
7;ve been hit with this many times as well, so I'd suggest to change VDR so that it saves automatic channel updates on exit as well. Suggested patch attached (only compile-tested, so actual testing is needed). -- Anssi Hannula Index: vdr-1.7.26/vdr.c =

Re: [vdr] Filesystem hierachy standard patch needs review.

2012-04-07 Thread Anssi Hannula
'video' like is VDR default?) On Mandriva/Mageia packages I use '/var/lib/vdr/config' and '/var/lib/vdr/video', but as I said, they aren't really any better than your suggestions :) Maybe just add a note that the INSTALL example doesn't really conform to cu

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

2012-03-11 Thread Anssi Hannula
that "final" keyword to all virtual function > declarations... > > Klaus > > ___ > vdr mailing list > vdr@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

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

2012-02-29 Thread Anssi Hannula
ng to freeze in June and I hope that VDR > becomes stable until then. For Mageia (upcoming mga2) I just recently updated the packages to 1.7.x, and Fedora seems to also be shipping 1.7.x already. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org

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

2012-02-28 Thread Anssi Hannula
nt it all works pretty well in streamdev, ... > > As far as I understood available docs, streamdev is not able to handle > recordings, so I would not say "all works" > > >> I'll keep this in mind for "after version 2.0". > > Why so far? Be

Re: [vdr] vdr-sxfe and IEC958 audio

2012-01-27 Thread Anssi Hannula
On 28.01.2012 02:31, Anssi Hannula wrote: > On 27.01.2012 16:12, Dominic Evans wrote: >> I have a digital S/PDIF output from my VDR frontend hooked up to a >> decent home amplifier and surround speakers. >> >> In the past I've had no problems using this via a vdr-

Re: [vdr] vdr-sxfe and IEC958 audio

2012-01-27 Thread Anssi Hannula
io on" unnecessary. The AES0=0x06 added for passthrough will do the same as "iecset audio off" (i.e. it will set non-pcm bit 0x02 in the AES0 byte, default AES0 being 0x04 (non-copyright bit)) for the duration of playback. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] How to convert a JPEG image to an HD video frame?

2011-07-25 Thread Anssi Hannula
his: > > ffmpeg -loop_input -t 10 -r 25 -i /tmp/temp.jpg -an -vcodec mpeg4 -b > 2500 -s 1920x1080 -qscale 2 -threads 4 -f mp4 $Mpeg > > You may want to adjust the number of threads according to the number of > cores in your machine. > > > André > > __

Re: [vdr] HD programme recording still broken

2011-06-11 Thread Anssi Hannula
le. One solution is to use the patch streamdev/patches/vdr-1.6.0-intcamdevices.patch (also attached) for VDR, so that VDR won't try to decrypt channels received by streamdev-client. I wrote it in 2008 to allow receiving channels in streamdev client that are already decrypted by the CAM of th

[vdr] [PATCH] do not flag all audio tracks as "clean effects" in remux.c

2011-02-14 Thread Anssi Hannula
as a special "clean effects" one. -- Anssi Hannula --- vdr-1.7.16/remux.c 2010-06-05 16:32:15.0 +0300 +++ vdr-1.7.16-m/remux.c 2011-02-14 19:37:58.575610709 +0200 @@ -225,7 +225,7 @@ Target[i++] = *Language++; Target[i++] = *Language++; Target[i++] = *Languag

Re: [vdr] [Announce] vdr-streamdev-0.5.0 / 0.4.0

2010-07-23 Thread Anssi Hannula
that there are multiple similarly named tarballs but with different content floating around, especially for downstream distributors. Thanks for the nice release, anyway :) -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] How to remove double quotes in names for sharing in samba?

2010-04-22 Thread Anssi Hannula
n how to know that > recording finished. See "Executing commands before and after a recording" in INSTALL. Though I guess --vfat is probably enough for you. > Any other ideas how to walk around this issue? -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] [Makefile] `-fPIC` not added to externally defined `C[XX]FLAGS` of PLUGINS if `Make.config` not available

2010-01-26 Thread Anssi Hannula
e in plugin Makefiles and adds just a single line > to VDR's Makefile. But the cleaner solution is clearly "include a > Make.global in plugin plugin and VDR Makefiles before Make.config" as > preferred by Udo Richter. I also prefer this approach. Make.global should contain the neces

Re: [vdr] Applying dxr3 subtitles patch to debian packages

2010-01-26 Thread Anssi Hannula
ES/dxr3-subtitles.patch?revision=197607&view=markup http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/vdr/current/SOURCES/vdr-1.6.0-dxr3.patch?revision=197494&view=markup -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] multiple non-independent frontends (was: Re: [ANNOUNCE] VDR developer version 1.7.11)

2010-01-06 Thread Anssi Hannula
ndent show up as completely different adapters in /dev/dvb/, so that VDR can assume only one frontend per adapter is usable simultaneously? If not, why is that? -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] [PATCH] fix plugin arguments corruption

2010-01-06 Thread Anssi Hannula
ot;memmove(s, s + 1, strlen(s))". The patch applies both to 1.7.10 and 1.6.0. This fixes plugin arguments corruption with glibc 2.11 on x86_64. -- Anssi Hannula Index: vdr-1.7.10/plugin.c === --- vdr-1.7.10/plugin.c +++ vdr-1.7

Re: [vdr] Dynamic PIDs

2009-11-24 Thread Anssi Hannula
Klaus Schmidinger wrote: > On 24.11.2009 19:22, Anssi Hannula wrote: >> Klaus Schmidinger wrote: >>> On 24.11.2009 18:28, Jouni Karvo wrote: >>>> Jouni Karvo kirjoitti: >>>>> Rolf Ahrenberg kirjoitti: >>>>> >>>>>&g

Re: [vdr] Dynamic PIDs

2009-11-24 Thread Anssi Hannula
gt; to get both - subtitling and non-breaking TV viewing? > > It might be interesting to learn why they do this "PID cycling" > in the first place. Have you ever tried contacting them and asking > why they do such a stupid thing? Different programmes have a different number of languages, so the number of active pids changes. Isn't that correct behaviour? -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] softplay like plugin for vdr-xine w/ vdpau?

2009-09-12 Thread Anssi Hannula
like > to play back h.264 files from disk using vdr. You might want to try out vdr-xineliboutput, as it contains such a feature. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

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

2009-08-23 Thread Anssi Hannula
Anssi Hannula wrote: > Thank you. The bug is in libcap header file > /usr/include/sys/capability.h > > It does evil stuff like this: > > 25 /* > 26 * Make sure we can be included from userland by preventing > 27 * capability.h from including other kernel headers &

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

2009-08-23 Thread Anssi Hannula
ly prevents including /usr/include/linux/types.h, etc. It seems my distro has a patch that removes all the above lines to resolve this issue. I'll try contacting libcap upstream on this issue. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

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

2009-08-23 Thread Anssi Hannula
should contain the preprocessed C++ source code. Please >> attach it (provided it is not too large) or upload somewhere. > > vdr.processed.c.bz2 > http://slil.ru/27922128 Which distribution and version are you using? And package name where /usr/include/linux/types.h and related files would also he

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

2009-08-23 Thread Anssi Hannula
ot; -DCONFDIR=\"/etc/vdr\" -DPLUGINDIR=\"./PLUGINS/lib\" -DLOCDIR=\"./locale\" -I/usr/include/freetype2 -I../s2-liplianin/linux/include -o vdr.processed.c vdr.c vdr.processed.c should contain the preprocessed C++ source code. Please attach it (provided it is not too la

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

2009-08-23 Thread Anssi Hannula
Goga777 wrote: > Anssi Hannula wrote: >> Maybe one of these includes in these files is missing? > > as you can see - no, everything is ok Confirm that you looked at the correct files: You should first look under ../s2-liplianin/linux/include/, and if the file in question does

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

2009-08-23 Thread Anssi Hannula
ame a type > make: *** [vdr.o] Error 1 Your headers seem broken. What should happen (i.e. in upstream kernel git) is: linux/dvb/frontend.h has: #include linux/types.h has: #include asm/types.h has: #include asm-generic/int-ll64.h has: typedef unsigned char __u8; Maybe one of these includes in these files is missing? -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] HD clients for vdr

2009-08-18 Thread Anssi Hannula
x27;t Flash HD content usually encoded in H.264? That's the case in youtube, at least, and the clips play fine using vdpau decoding in mplayer. > It's not very cheap yet but you can build a fanless one for €200. For example > a http://www.cartft.com/catalog/il/1072 together

Re: [vdr] vdr 1.7.8 - __u8’ does not name a type

2009-06-20 Thread Anssi Hannula
tains #include and tha tyour /usr/include/linux/types.h #includes ? -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Newbee questions about HDTV VDR system with TT-budget S2-3200.

2009-05-24 Thread Anssi Hannula
m: http://linuxtv.org/hg/v4l-dvb/rev/dba0b6fae413 What error are you getting? -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Compilation issues with recent DVB header files vs libc6

2009-05-19 Thread Anssi Hannula
Tobi wrote: > Anssi Hannula wrote: > >> The kernel headers should be fixed to use strict types (patches >> available). See my earlier reply on the issue: >> http://linuxtv.org/pipermail/vdr/2009-March/019783.html > > You're right. Thanks for the pointer! I

Re: [vdr] Can I disable pause live tv altogher?

2009-05-07 Thread Anssi Hannula
gt; heat, and unnecessary wear on the harddrive for something that > probably doesn't even get used that much in the first place. Use RAM. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Can I disable pause live tv altogher?

2009-05-07 Thread Anssi Hannula
e specific recording button in the menu to > create an actual recording. Agreed. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Best practices for running vdr-xine

2009-05-02 Thread Anssi Hannula
> -Dtvtime:method=Greedy2Frame,cheap_mode=0,pulldown=0,use_progressive_frame_flag=1 > > --post vdr_video --post vdr_audio vdr://tmp/vdr-xine/stream#demux:mpeg_pes > > /dev/null 2>&1 > > It's served me well for 5 years... -- Anssi Hannula __

Re: [vdr] Compilation issues with recent DVB header files vs libc6

2009-04-09 Thread Anssi Hannula
developers be blamed for this? The kernel headers should be fixed to use strict types (patches available). See my earlier reply on the issue: http://linuxtv.org/pipermail/vdr/2009-March/019783.html -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] [patch] compil vdr-1.7.4 against v4l-dvb hg as of today

2009-03-07 Thread Anssi Hannula
integer types", i.e.: http://git.kernel.org/?p=linux/kernel/git/jaswinder/linux-2.6-tip.git;a=commitdiff;h=57b4b9d7b56d283b6619a893341be16d1a0467a6 I do wonder why it hasn't yet been pushed into Torvalds' tree (it has been over a week since the patches w

Re: [vdr] can't compile xine for vdr

2008-12-24 Thread Anssi Hannula
t.h and xine_video_port_s in video_out.h. Only post plugins or > new video outputs would be affected by that I guess. So hopefully > not that bad after all. Well, the SONAME in libxine reflects application interface only. The plugin API has a different versioning. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] Old subtitles not stopped when switching primary device

2008-08-09 Thread Anssi Hannula
currently got the time to make a proper patch, but this should give you an idea on the problem. -- Anssi Hannula Index: vdr-1.6.0-primdev/device.c === --- vdr-1.6.0-primdev/device.c +++ vdr-1.6.0-primdev/device.c 2008-05-23 22:17:05

Re: [vdr] Finnish DVB-C channel "Nelonen HD" - h264

2008-06-29 Thread Anssi Hannula
Anssi Kolehmainen wrote: > On Sun, Jun 29, 2008 at 08:02:05PM +0300, Anssi Hannula wrote: >> JJussi wrote: >>> On Sunday, 29. Juneta 2008 03:34:57 Anssi Hannula wrote: >>>> [h264 @ 0xb791d708]PAFF interlacing is not implemented >>>> >>>>

Re: [vdr] Finnish DVB-C channel "Nelonen HD" - h264

2008-06-29 Thread Anssi Hannula
JJussi wrote: > On Sunday, 29. Juneta 2008 03:34:57 Anssi Hannula wrote: >> [h264 @ 0xb791d708]PAFF interlacing is not implemented >> >> This indicates that xine-lib is not using a new enough ffmpeg snapshot >> that supports PAFF. >> >> Depending on the versi

Re: [vdr] Finnish DVB-C channel "Nelonen HD" - h264

2008-06-28 Thread Anssi Hannula
rovides, adding --with-external-ffmpeg to xine-lib ./configure line could be enough. I think PAFF interlacing was added to ffmpeg sometime last year. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] vdr-xine + mplayer-plugin + MPlayer - is it possible ?

2008-06-10 Thread Anssi Hannula
>> - Media Player integrated (via OSD) >> - X11 (XV or others) display (vdr-sxfe) > > no, I didn't try to use xineliboutput ? > is it support h.264 video ? Yes. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] vdr-xine + mplayer-plugin + MPlayer - is it possible ?

2008-06-10 Thread Anssi Hannula
t;NV17 Video Texture" number of ports: 32 [..lots of lines removed...] -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] vdr-xine + mplayer-plugin + MPlayer - is it possible ?

2008-06-10 Thread Anssi Hannula
o port) when ePlayMode is set to pmExtern_THIS_SHOULD_BE_AVOIDED. b) Change video card or try a different driver. c) Use some other output method (such as opengl) than Xvideo for either xine or mplayer. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread Anssi Hannula
VDR User wrote: > On Sun, Jun 1, 2008 at 12:30 PM, Anssi Hannula <[EMAIL PROTECTED]> wrote: >> With libdvdnav 0.1.10 works directly, with 4.1.1 I need the below >> define, with 4.1.2 I need the below define and a patch to libdvdnav: >> http://svn.mandriva.com/cgi-bin

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread Anssi Hannula
ibdvdnav/current/SOURCES/libdvdnav-4.1.2-c%2B%2B-header.patch?revision=202766&view=markup > Btw, I also tried adding -D__STDC_LIMIT_MACROS to compiler parameters > as Anssi suggested but that had no affect as well. -- Anssi Hannula -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread Anssi Hannula
dvd-0.3.6-b04. I > tried to add #include into the beginning of > /usr/include/dvdread/ifo_types.h but it had no affect. > > Many thanks for your help! You probably need to define __STDC_LIMIT_MACROS, e.g. add -D__STDC_LIMIT_MACROS to compiler parameters. -- Anssi Hannula __

Re: [vdr] Switching recording files

2008-05-06 Thread Anssi Hannula
s, and that causes VDR to re-tune and switch recording file. I'm not sure if VDR is intelligent enough to not re-tune if only the descriptions change. I guess one could also implement it in a way so that re-tune/fileswitch are not needed. -- Anssi Hannula __

[vdr] VDR constantly adding and deleting filters

2008-05-06 Thread Anssi Hannula
ndex = 9, Sid = 4433 > May 6 05:18:44 epsilon vdr: [30685] Deleting, pmtPid 263, pmtIndex = 6, > lastPmtScan = 0 > May 6 05:18:44 epsilon vdr: [30685] Adding, pmtPid 260, Index = 8, Sid = 337 > May 6 05:18:44 epsilon vdr: [30688] Deleting, pmtPid 265, pmtIndex = 8, > lastPmtScan

Re: [vdr] Watching old recordings with DVB subtitles with 1.6.0

2008-05-04 Thread Anssi Hannula
to >> preferred languages. >> > > Is "57" dependent on the in subtitling language, or is it constant for > all old recordings? It is constant. 57 is for the first subtitle track, 58 for the second. > If it is constant, could VDR be patched easily to

Re: [vdr] [ANNOUNCE]: osdpip-0.0.9

2008-04-28 Thread Anssi Hannula
Andreas Regel wrote: > Hi, > > there is a new version of the osdpip plugin available: > http://home.arcor.de/andreas.regel/files/vdr-osdpip-0.0.9.tgz Thanks. BTW, the "Latest version available at" in README has not been changed and points to the original site, that still

Re: [vdr] what is cDevice::Receiving() supposed to return?

2008-04-25 Thread Anssi Hannula
know about lnbshare, but Receiving() (without parameter) returns true if there are any receivers on that device with a priority 0 or higher. The live view using transfer mode is using priority -1, so it does not show up. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Hearing-impaired DVB subtitles

2008-03-11 Thread Anssi Hannula
ken programs. > > They would have selected some African language :) ... that are not selectable in many boxes, I think :) -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Hearing-impaired DVB subtitles

2008-03-09 Thread Anssi Hannula
ook. > I just wonder why Petri Helin (see his recent posting in this thread) > gets correct behavior. >From what I gather from his post, it seems like he has the subtitle streams in different order in the PMT. Maybe he is using a different provider (DVB-C vs. DVB-T or different cable

Re: [vdr] DXR3 and subtitles in 1.5.x

2008-03-06 Thread Anssi Hannula
s, unless something better emerges. > http://article.gmane.org/gmane.linux.vdr/35860 > http://article.gmane.org/gmane.linux.vdr/35881 -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] DXR3 and subtitles in 1.5.x

2008-03-04 Thread Anssi Hannula
for dvb subtitles > were in 0.2.7 or are posterior, in any case dvb subtitles work fine here). The dvb subtitle changes are not in 0.2.7, but only in CVS. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] VDR on OpenWRT / embedded system

2008-02-27 Thread Anssi Hannula
can get you the links. But first you should probably start > packaging the dependencies like libcap for example. libcap is not essential for VDR operation, so you could just modify VDR to not use it. -- Anssi Hannula ___ vdr mailing l

Re: [vdr] VDR developer version 1.5.16 - Makefile

2008-02-25 Thread Anssi Hannula
./locale > > being the default ? > > is there a $(PREFIX) missing after $(DESTDIR) in install-i18n and > install-plugins ? No. What is the problem, exactly? -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] VDR + FF card under x11.

2008-02-22 Thread Anssi Hannula
Jean-Claude Repetto wrote: > Albert Gall a écrit : >> VDR + FF card works under x11 without requiring any plug mpeg decoder ? >> > > Yes, just use a V4L application such as xawtv or tvtime to display > /dev/dvb/adapter0/dvr0 . You probably meant /dev/vide

Re: [vdr] Fast-forward and subtitles

2008-02-09 Thread Anssi Hannula
missing from the current >> implementation. So, just to let you know... :) > > There is no audio during fast forward, so why bother displaying subtitles? Because subtitles can still be read at high speeds, while audio becomes very incomprehensible quite quickly? -- Anssi Hannula

Re: [vdr] [ANNOUNCE] improved LIRC remote for VDR-1.5.12

2008-02-09 Thread Anssi Hannula
DELAY=3000 # ms >>> LIRC_PRIORITYBOOST=1 > > Isn't there a way to have all this done in LIRC itself? > I can hardly imagine that all other applications using LIRC do > such elaborate parameter fiddling, too. I think most other app

Re: [vdr] HD-TV hardware decoding on motherboard instead of waiting for FF DVB-S2 card

2008-02-06 Thread Anssi Hannula
.264) != HDTV. Sooner or later, it'll be used > for 576p or 576i, if it's not being used for that already somewhere. According to wikipedia, it is: http://en.wikipedia.org/wiki/H264#Applications -- Anssi Hannula ___ vdr mailing list vdr@l

Re: [vdr] Straw poll: stable version 1.6.0 now?

2008-02-03 Thread Anssi Hannula
's in >version 1.5.14, but without DVB-S2 or even H.264 support? > > Yes or No? No, mostly due to the missing teletext subtitling support. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] no channel 0 in svdrp

2008-01-02 Thread Anssi Hannula
uot; I get only "501 Undefined channel "0"" Is it possible to add >> this functionality to svdrp? > > I guess you should just try the "hitk 0" command instead of "channel > 0". ;-) Probably better: hitk prevchannel -- Anssi Hannula __

Re: [vdr] [patch] avoid inheritance of file descriptors

2007-12-10 Thread Anssi Hannula
e right file descriptor flag once. I think the > latter does not cause any interference and should solves some issues. For the record, the latter creates a small race condition: an external program could be launched before FD_CLOEXEC is set on

Re: [vdr] multiple frontends - [was: HDTV - 2B or not 2B]

2007-12-07 Thread Anssi Hannula
es allocating the devices on different hosts, etc. > For a start, I would be happy to know if it is something feasible for > vdr 1.5. (and how the difficulty would be) -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] PANIC: watchdog timer expired - exiting

2007-12-03 Thread Anssi Hannula
ally know much at all about this, but how would this change > behave with NOHZ kernels? Apparently resolution is reported as 1 ns regardless of HZ when NO_HZ is used: $ ./hz cTimeMs: using monotonic clock (resolution is 1 ns) $ zcat /proc/config.gz | grep "_HZ=" CONFIG_NO_HZ=y CONFIG

Re: [vdr] [ANNOUNCE] vdr-xine-0.8.0 plugin

2007-12-01 Thread Anssi Hannula
xine-lib > patches to prevent deadlocks. I may have misunderstood what you meant with frontends, but xineliboutput *can* be used with other xine frontends, such as xine-ui, without patching xine-lib. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Convert video clip to .vdr format

2007-09-15 Thread Anssi Hannula
tured DVB-S > card, so I really need to use the hardware MPEG decoder. Mplayer can play MPEG files using the hardware MPEG decoder without re-encoding. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] vdr-1.5.9 and ttxtsubs patch/plugin

2007-09-05 Thread Anssi Hannula
different subtitling methods throughout VDR. > There's _one_ mechanism, based on "ETS 300 743", and anything else > will be converted to this as early as possible. I don't think converting text to bitmaps is a good idea, you'll lose the ability to format the text a

Re: [vdr] translation context handling in vdr >= 1.5.7

2007-08-24 Thread Anssi Hannula
owing patch should give the previous behaviour: [...] > > gettext() may or may not return the original string, so if no translation > is found, the context needs to be stripped. [...] For the record, gettext also has context support: http://www.gnu.org/software/gettext/manual/gettext.html#Contexts But if it needs too many changes, maybe it is not worth it. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] [SOLVED] Re: How to set German OSD in VDR 1.5.8

2007-08-23 Thread Anssi Hannula
quot;POSIX" or invalid values. This behaviour was added to glibc in 2001, likely to fix something else. http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/intl/dcigettext.c.diff?r1=1.22&r2=1.23&cvsroot=glibc&f=h I've contacted the committer about our issue. If I get no reply

Re: [vdr] How to set German OSD in VDR 1.5.8

2007-08-23 Thread Anssi Hannula
Matthias Fechner wrote: > Hi Anssi, > > Anssi Hannula wrote: >> What is the output of "locale"? > > it says: > LANG= > LC_CTYPE="POSIX" > LC_NUMERIC="POSIX" > LC_TIME="POSIX" > LC_COLLATE="POSIX" > LC_MONETA

Re: [vdr] How to set German OSD in VDR 1.5.8

2007-08-23 Thread Anssi Hannula
Matthias Fechner wrote: > Hi Anssi, > > Anssi Hannula wrote: >> What is the output of "locale"? > > it says: > LANG= > LC_CTYPE="POSIX" > LC_NUMERIC="POSIX" > LC_TIME="POSIX" > LC_COLLATE="POSIX" > LC_MONETA

Re: [vdr] How to set German OSD in VDR 1.5.8

2007-08-23 Thread Anssi Hannula
Matthias Fechner wrote: > Hello Anssi, > > * Anssi Hannula <[EMAIL PROTECTED]> [23-08-07 16:14]: >> And when using LANGUAGE=de_DE instead of LANG=de_DE? > > that does not work, ls --help keeps english with LANGUAGE=de_DE only > LANG=de_DE works. What is the

Re: [vdr] How to set German OSD in VDR 1.5.8

2007-08-23 Thread Anssi Hannula
Matthias Fechner wrote: > Hello Anssi, > > * Anssi Hannula <[EMAIL PROTECTED]> [23-08-07 14:56]: >> Does the localization work in other programs, like "ls --help" and so on? > > yes, LANG=de_DE ls --help gives german help and ls --help gives > english help

Re: [vdr] How to set German OSD in VDR 1.5.8

2007-08-23 Thread Anssi Hannula
Matthias Fechner wrote: > Hello Anssi, > > * Anssi Hannula <[EMAIL PROTECTED]> [22-08-07 16:33]: >> Could you try what these commands print in VDR source directory: >> TEXTDOMAINDIR=./locale TEXTDOMAIN=vdr LANGUAGE=de_DE gettext -s \ >> 'LanguageN

Re: [vdr] How to set German OSD in VDR 1.5.8

2007-08-22 Thread Anssi Hannula
irectory: TEXTDOMAINDIR=./locale TEXTDOMAIN=vdr LANGUAGE=de_DE gettext -s \ 'LanguageName$English' TEXTDOMAINDIR=./locale TEXTDOMAIN=vdr LANGUAGE=de gettext -s \ 'LanguageName$English' TEXTDOMAINDIR=./locale TEXTDOMAIN=vdr LAN

[vdr] Locales not working by default when running from source tree

2007-08-19 Thread Anssi Hannula
le. It doesn't really matter to me, but for some other users the current state might be confusing. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] vdr-1.5.7-1.5.8.diff problems?

2007-08-19 Thread Anssi Hannula
Klaus Schmidinger wrote: > On 08/19/07 18:07, Anssi Hannula wrote: >> Udo Richter wrote: >>> Luca Olivetti wrote: >>>> The diff fails on all po files, it's only me or does it happens to others? >>> po files are a pain for diff-patches because they have l

Re: [vdr] vdr-1.5.7-1.5.8.diff problems?

2007-08-19 Thread Anssi Hannula
> the VDR sources, and did a recompile, then all your po files will have > lots of changed line numbers. Maybe they should not be regenerated during compiling, but have a separate make target for that? -- Anssi Hannula ___ vdr

[vdr] locale names, patch for large localedirs

2007-08-19 Thread Anssi Hannula
some language, they would be named like fi_DE. -- Anssi Hannula Index: vdr-1.5.8/i18n.c === --- vdr-1.5.8/i18n.c +++ vdr-1.5.8/i18n.c 2007-08-19 18:38:54.0 +0300 @@ -112,7 +112,7 @@ for (int i = 0; i < Locales.Size()

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

2007-08-19 Thread Anssi Hannula
Anssi Hannula wrote: > Luca Olivetti wrote: >> En/na Anssi Hannula ha escrit: >> >>> Note that KDE does provide the user a list of languages, but it does not >>> use gettext, but instead uses its own glibc-derived implementation for >>> tr

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

2007-08-19 Thread Anssi Hannula
Luca Olivetti wrote: > En/na Anssi Hannula ha escrit: > >> Note that KDE does provide the user a list of languages, but it does not >> use gettext, but instead uses its own glibc-derived implementation for >> translation, with file format being the same. > [...] >&

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

2007-08-19 Thread Anssi Hannula
Klaus Schmidinger wrote: > On 08/19/07 10:46, Anssi Hannula wrote: >> Udo Richter wrote: >>> Klaus Schmidinger wrote: >>>> VDR's locale files are named like "de_DE" (language_COUNTRY). >>>> There's no "@euro" or other stuff a

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

2007-08-19 Thread Anssi Hannula
select one that matches xx*, with xx being the language code of the VDR translation. If (3a) or (3c) was used, we need to test if they really work, as not all subdirs in those dirs are valid locales. (5) Use iso-codes as pointed out by Wolfgang for the language name translations. I also

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

2007-08-18 Thread Anssi Hannula
Klaus Schmidinger wrote: > On 08/18/07 21:46, Anssi Hannula wrote: >> Udo Richter wrote: >>> Klaus Schmidinger wrote: >>>> On 08/18/07 12:29, Udo Richter wrote: >>>>> To add another report, I had some trouble to pick anything but English >>>&

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

2007-08-18 Thread Anssi Hannula
lications are not listing locales nor using setlocale to change locale to those during runtime, which is the problem here. If there was another app that does it, it could be interesting to see how it manages that. I don't know other way than to use the "locale -a" way, i.e. traverse /usr/share/locale and parse locale.alias. -- Anssi Hannula ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

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

2007-08-18 Thread Anssi Hannula
ou should use at least version iso-codes 0.47-2 (Aug 2005), older > versions were missing german translations for most european languages. > > from muggle, vdr_actions.c: > > dgettext("iso_639",item->value().c_str()) > > where the 2nd arg is the

Re: [vdr] improving i18n-to-gettext.pl

2007-08-18 Thread Anssi Hannula
ess | Sankt J�rgens Alle 8, DK-1615 K�benhavn V, Danmark > contact | Keld Simonsen > email | [EMAIL PROTECTED] > language | English > territory | Great Britain > revision | 1.0 > date | 2000-06-28 > codeset | ISO-8859-1 > ... > > > Matthias &

Re: [vdr] improving i18n-to-gettext.pl

2007-08-18 Thread Anssi Hannula
> /usr/share/locale/*/LC_MESSAGES/*.mo contains translations > > the oposite is /usr/lib/locale. This does NOT contain translations (and if > you > insisit on the difference: nowhere in the subdirs are translations). There > are just desc

Re: [vdr] improving i18n-to-gettext.pl

2007-08-18 Thread Anssi Hannula
le does NOT contain any translations, but rather >> a >> directory for every locale you can set via setlocale. >> Its meant as a replacement of the setlocale loop. > > I'm afraid I don't see what you mean. > I know that the "

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

2007-08-18 Thread Anssi Hannula
Klaus Schmidinger wrote: > On 08/18/07 12:28, Anssi Hannula wrote: >> Klaus Schmidinger wrote: >>> On 08/18/07 11:38, Anssi Hannula wrote: >>>> Klaus Schmidinger wrote: >>>>> On 08/18/07 10:32, Anssi Hannula wrote: >>>>>> Klaus Sc

Re: [vdr] localedir, plugin text domain names

2007-08-18 Thread Anssi Hannula
Klaus Schmidinger wrote: > On 08/18/07 11:29, Anssi Hannula wrote: >> Klaus Schmidinger wrote: >>> On 08/18/07 11:11, Anssi Hannula wrote: >>>> I believe distribution packagers of VDR (at least myself) will want to >>>> install the VDR locale files in

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

2007-08-18 Thread Anssi Hannula
Klaus Schmidinger wrote: > On 08/18/07 11:38, Anssi Hannula wrote: >> Klaus Schmidinger wrote: >>> On 08/18/07 10:32, Anssi Hannula wrote: >>>> Klaus Schmidinger wrote: >>>>> On 08/17/07 15:48, Anssi Hannula wrote: >>>>>> ... >

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

2007-08-18 Thread Anssi Hannula
Klaus Schmidinger wrote: > On 08/18/07 10:32, Anssi Hannula wrote: >> Klaus Schmidinger wrote: >>> On 08/17/07 15:48, Anssi Hannula wrote: >>>> ... >>>> show up as "deu,ger" etc, and do not work; text shows up in English >>>> despit

Re: [vdr] localedir, plugin text domain names

2007-08-18 Thread Anssi Hannula
Klaus Schmidinger wrote: > On 08/18/07 11:11, Anssi Hannula wrote: >> I believe distribution packagers of VDR (at least myself) will want to >> install the VDR locale files into the standard directory under >> /usr/share/locale/, where all other locale files are. >> &g

[vdr] localedir, plugin text domain names

2007-08-18 Thread Anssi Hannula
d be better to use something like vdr-PLUGIN or vdr-plugin-PLUGIN? If the translations are installed into /usr/share/locale, the files of VDR plugins could conflict with other programs that have the same name, if the plugin translation files are not prefixed by

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

2007-08-18 Thread Anssi Hannula
Klaus Schmidinger wrote: > On 08/17/07 15:48, Anssi Hannula wrote: >> Klaus Schmidinger wrote: >>> - Internationalization is now done with 'gettext' (following a suggestion by >>> Lucian Muresan). Plugin authors may want to use the Perl script >&g

  1   2   >