Leo Márquez | 1 Aug 2005 08:46
Face
Favicon

Re: mplayer error

En/na Matthias Fechner ha escrit:

>Hello Leo,
>
>* Leo Mrquez <leo <at> calidae.net> [27-07-05 12:29]:
>  
>
>>==========================================================================
>>Forced video codec: ffdivx
>>Cannot find codec matching selected -vo and video format 0x44495658.
>>Read DOCS/HTML/en/codecs.html!
>>==========================================================================
>>
>>What means the last 3 lines?
>>    
>>
>
>go into the source directory, from where you compiled mplayer and read
>the README, specially step1.
>  
>
Hi!,

I'm already installed libavcodec but I continue with no video. I use 
debian and I see a few packages:

libavcodec
libavcodec-dev
libavcodec1
libavcodec1-dev
(Continue reading)

Matthias Fechner | 1 Aug 2005 09:36
Favicon
Gravatar

Re: mplayer error

Hello Leo,

* Leo Márquez <leo <at> calidae.net> [01-08-05 08:46]:
> I'm already installed libavcodec but I continue with no video. I use 
> debian and I see a few packages:

sorry, i never installed mplayer with the package system.
I use CVS version and compile it like described in the README by myself.

Maybe its the best, if you do it in the same way.

--

-- 
Bye
Matthias

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Pekka Virtanen | 1 Aug 2005 11:38
Picon

ANNOUNCE: DVB subtitles 0.3.8

There is a maintenance release for the DVB subtitles plugin available at:
http://virtanen.org/vdr/subtitles/

2005-08-01: Version 0.3.8
-Fix for clut decoding (Thanks to Rolf Ahrenberg)
-Fix compilation and some warnings with gcc4 (Thanks to Ville Skyttä)
-Fix for a crash when primary device is a plugin (DXR3, xine etc.) 
 (Thanks to Ville Skyttä)
-German translation (Thanks to Thiemo Gehrke)
-Patch for VDR-1.3.27 (Thanks to Rolf Ahrenberg and Ville Skyttä)

--

-- 
pekka

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Ville Skyttä | 1 Aug 2005 12:31
Picon
Picon
Favicon

Re: ANNOUNCE: DVB subtitles 0.3.8

On Mon, 2005-08-01 at 12:38 +0300, Pekka Virtanen wrote:
> There is a maintenance release for the DVB subtitles plugin available at:
> http://virtanen.org/vdr/subtitles/
> 
> 2005-08-01: Version 0.3.8
[...]

Attached is a patch that makes it possible to compile this with a
"thread poison" patched VDR.

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Paul Guermonprez | 1 Aug 2005 13:51

vdr-xine : extenal commands not allowed!

hello,

- the idea :
i try to control a dvb-t card with vdr from another computer.
server : desktop with a hauppauge dvb-t card (software decoding)
client : laptop with 100 mbit card.
both suse 9.3, kernel 2.6.11.4, dvb driver included,
firewall disabled during tests.
	vdr-1.2.6-88
	vdr-plugins-0.5-87
	kvdr-0.62-5

- driver test :
the card is working fine if i launch kaffeine (xine frontend)
with direct access to the dvb card driver, without using vdr.

- vdr setup :
there's no hard decoder on the card, so i've setup vdr to use
xine plugin with "-r" option to allow remote control.
i don't know if this remote control is related to "svdrphosts.conf",
but i have 127.0.0.1 and 0.0.0.0/0 UNcommented in this file ...

- running :
once vdr is launched (runvdr or rcvdr) with xine plugin,
i try to connect from the same computer with :

	1. "kvdr -x" : nothing happens.

	2. "xineplayer myservername"
	xineplayer included with vdr-plugins.
(Continue reading)

Rene Hertell | 1 Aug 2005 14:54

Re: OT: "taken" from 25.07.2005

Klaus Gerding wrote:
> hi,
> 
> is somebody out there, who recorded the
> episode "taken" from last monday?

Which episode? Here in Finland we might be a few episodes behind you 
(and on I guess that on thursdays they repeat the episode from last sunday)

René

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Klaus Schmidinger | 1 Aug 2005 16:11
Picon
Favicon

Re: [PATCH] fix segfault in cSkins::Message

Wolfgang Rohdewald wrote:
> On Sonntag 31 Juli 2005 18:29, Klaus Schmidinger wrote:
> 
>>>Does vdr have a way to notice if a background thread accesses the
>>>OSD?
>>
>>A background thread should never access the OSD directly.
> 
> 
> I do understand that. I just think it might be helpful to not
> simply say it is forbidden but to enforce it instead of
> segfaulting.
> 
> Considering the enormous amount of plugins there will always be
> some plugin developers trying to do forbidden things and if a
> user tells them "sometimes vdr restarts but I have no idea why"
> it is almost impossible to debug that.
> 
> If you take my original two patches you could do
> 
>  void cSkinClassicDisplayMessage::Flush(void)
>  {
>   if (osd)
>          osd->Flush();
>   else
> 	     warn: background thread is not allowed to access osd
>  }

You don't _know_ that this is because of a background thread.
Besides, I'd hate to have to check 'osd' all over the place
(Continue reading)

Klaus Schmidinger | 1 Aug 2005 16:16
Picon
Favicon

Re: credits

Wolfgang Rohdewald wrote:
> Im Forum hatte jarny eine nette Idee:
> 
> 
>>Warum gibts im VDR-Hauptmenü eigentlich keine 'Credits'. Da könnten
>>sich die Entwickler wenigstens mal namentlich verewigen. Ruhm und
>>Ehre in tausenden Wohnzimmern weltweit sind besser als nix
> 
> 
> Ich würde das aber eher ins Setup - Menü stecken.
> 
> Wenn ich dazu im September einen Patch schreiben würde, hätte
> der Chancen, im vdr aufgenommen zu werden?
> 
> char *cPlugin::Credits(void)
> 
> kann LF enthalten, dann gibt es mehrere Zeilen. Vor die erste
> wird der Name vom Plugin gesetzt.
> 
> Anzeige:
> 
> vdr: Klaus Schmidinger
> mp3: Stefan Hülswitt
> 	weitere, die ich nicht kenne
> muggle: etc

I guess this was supposed to be a private message... ;-)

Frankly, I don't like it. It's yet another thing that needs to be
kept up-to-date.
(Continue reading)

Rolf Ahrenberg | 1 Aug 2005 16:47
Picon
Picon

Re: OT: "taken" from 25.07.2005

On Mon, 1 Aug 2005, Rene Hertell wrote:

> Klaus Gerding wrote:
>> is somebody out there, who recorded the
>> episode "taken" from last monday?
>
> Which episode? Here in Finland we might be a few episodes behind you (and on 
> I guess that on thursdays they repeat the episode from last sunday)
> René

..and I could help Rene to dub it in german for an authentic experince :)

--
rofa

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Udo Richter | 1 Aug 2005 18:43
Picon
Picon

Re: OT: "taken" from 25.07.2005

Rene Hertell wrote:
>> is somebody out there, who recorded the
>> episode "taken" from last monday?
> 
> Which episode? Here in Finland we might be a few episodes behind you 
> (and on I guess that on thursdays they repeat the episode from last sunday)

Thats episode 7 "Gottes Gleichung" / "God's Equation".

http://www.bbc.co.uk/cult/taken/episodeguide/page7.shtml

Cheers,

Udo

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Gmane