Re: [vdr] Question about VDR changes for a high-color osd.

2009-04-19 Thread Pasi Juppo
Udo Richter wrote: On 18.04.2009 15:36, Luca Olivetti wrote: On Sat, 18 Apr 2009 13:28:24 +0200 Udo Richterudo_rich...@gmx.de wrote: This is mostly what the VDR skin interface already provides: A semantically structured description of the interface. Most skins translate this into

[vdr] VDR 1.7.5: Missing const in cRecording::FramesPerSecond()

2009-04-19 Thread Joachim Wilke
Adapting my plugins to VDR 1.7.5 I found a possible missing const in cRecording: --- recording.h (revision 157) +++ recording.h (working copy) @@ -109,7 +109,7 @@ const char *PrefixFileName(char Prefix); int HierarchyLevels(void) const; void ResetResume(void) const; - double

Re: [vdr] FRC plugin (was - xineliboutput GIT mirror)

2009-04-19 Thread Tobi
Goga777 wrote: http://projects.vdr-developer.org/projects/show/frc here's I couldn't find any information about FRC plugin FRC isn't a plug-in. It stands for Frame Rate Control aka VGA2SCART The projects cares about the development of the required patches for xine, the graphcis card drivers

Re: [vdr] vdr 1.7.4 xineliboutput

2009-04-19 Thread Tobi
Tobi wrote: Should the latest CVS from today work with 1.7.5? At least I have the same problem that Artem described. Sorry my fault - missed to update the source folder after retrieving the latest CVS version. The CVS version as of today seems to work fine.

Re: [vdr] FRC plugin (was - xineliboutput GIT mirror)

2009-04-19 Thread Thomas Hilber
On Sun, Apr 19, 2009 at 12:54:15PM +0200, Tobi wrote: the graphcis card drivers and so on. It just started, so don't expect much content yet. the GIT repos for FRC/VGA2SCART still must be cloned this way: git clone git://vga2scart.gw90.de/git/vga2scart FRC/VGA2SCART WIKI can be found here [1]

Re: [vdr] Record with 1.7.4 or 1.7.5 and iptv

2009-04-19 Thread Poubelle
Hi, I have try the patch and now no have error : unknown frame duration (1800), assuming 25 fps But the problem with Video Data Broken stay. Here are the errors with remux.c compile with static bool DebugFrames = true; in /var/log/messages Apr 19 19:10:15 solo vdr: [6769] Title: 'Sept à

Re: [vdr] Record with 1.7.4 or 1.7.5 and iptv

2009-04-19 Thread Frank Dikker
- Original Message - From: Poubelle fce.vale...@libertysurf.fr To: vdr@linuxtv.org Sent: Sunday, April 19, 2009 7:23 PM Subject: Re: [vdr] Record with 1.7.4 or 1.7.5 and iptv Hi, I have try the patch and now no have error : unknown frame duration (1800), assuming 25 fps But the

[vdr] Fw: Vote your VDR patches

2009-04-19 Thread Goga777
Hi so is there any results for that very important and interesting vote ? Goga we have start a poll at http://www.nmsweb.de/vdr/patch.php where you have the possibility to vote for your favorite VDR patches. ___ vdr mailing list vdr@linuxtv.org

Re: [vdr] Record with 1.7.4 or 1.7.5 and iptv

2009-04-19 Thread Klaus Schmidinger
On 19.04.2009 19:23, Poubelle wrote: Hi, I have try the patch and now no have error : unknown frame duration (1800), assuming 25 fps But the problem with Video Data Broken stay. Here are the errors with remux.c compile with static bool DebugFrames = true; in /var/log/messages

Re: [vdr] Record with 1.7.4 or 1.7.5 and iptv

2009-04-19 Thread Reinhard Nissl
Hi, Klaus Schmidinger schrieb: This indicates that cFrameDetector::Analyze() doesn't find any frames. Take a look at the code beginning at case 0x1B: // MPEG 4 video if (scanner == 0x0109) { // Access Unit Delimiter Apparently the