Re: [vdr] [PATCH] Working PlayTsXXX to PlayXXX wrapper

2009-01-26 Thread Udo Richter
On 26.01.2009 12:10, Udo Richter wrote: > On 26.01.2009 08:39, Klaus Schmidinger wrote: >> On 25.01.2009 23:53, Udo Richter wrote: >>> Attached is a new version of cDevice::PlayTsVideo and >>> cDevice::PlayTsAudio that properly handles partially accepted buffers of >>> the PlayVideo and PlayAudio f

Re: [vdr] [PATCH] Working PlayTsXXX to PlayXXX wrapper

2009-01-26 Thread Udo Richter
On 26.01.2009 08:39, Klaus Schmidinger wrote: > On 25.01.2009 23:53, Udo Richter wrote: >> Attached is a new version of cDevice::PlayTsVideo and >> cDevice::PlayTsAudio that properly handles partially accepted buffers of >> the PlayVideo and PlayAudio functions. The original functions would >> disc

Re: [vdr] [PATCH] Working PlayTsXXX to PlayXXX wrapper

2009-01-25 Thread Klaus Schmidinger
On 25.01.2009 23:53, Udo Richter wrote: > Hi list, > > > Attached is a new version of cDevice::PlayTsVideo and > cDevice::PlayTsAudio that properly handles partially accepted buffers of > the PlayVideo and PlayAudio functions. The original functions would > discard any partially written data.

[vdr] [PATCH] Working PlayTsXXX to PlayXXX wrapper

2009-01-25 Thread Udo Richter
Hi list, Attached is a new version of cDevice::PlayTsVideo and cDevice::PlayTsAudio that properly handles partially accepted buffers of the PlayVideo and PlayAudio functions. The original functions would discard any partially written data. These two functions are only used by devices that d