summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-02implement GetVideoSize (>= vdr 1.7.10)Christian Gmeiner
2009-11-19update HISTORY fileChristian Gmeiner
2009-11-19remove method cDxr3Interface::ReOpenAudio, as it is a pure stubChristian Gmeiner
2009-11-18Revert "make it simpler"Christian Gmeiner
2009-11-09some small cleanupsChristian Gmeiner
2009-10-23remove 'times' number for cDxr3Interface::PlayVideoFrame(cFixedLengthFrame* p...Christian Gmeiner
2009-10-23kick PlayVideoFrame(const uint8_t* pBuf, int length, int times) method as not...Christian Gmeiner
2009-10-23this switch is not needed as this case is handled in cDxr3DemuxDevice::DemuxP...Christian Gmeiner
2009-10-23play cDxr3PesFrame directlyChristian Gmeiner
2009-10-23update translation filesChristian Gmeiner
2009-10-23move for-loop counter declaration into for-loop descriptionChristian Gmeiner
2009-10-23make use of ffmpeg macroChristian Gmeiner
2009-10-22simplify bitmap cleaningChristian Gmeiner
2009-10-21fix flickering if we need to scale and osd does not changeChristian Gmeiner
2009-10-20Merge branch 'master' of community.xeatre.tv:vdr-plugin-dxr3Christian Gmeiner
2009-10-20fix green osdChristian Gmeiner
2009-10-17Note ALSA_*, remove -DUSE_XINE_SCALER.Ville Skyttä
2009-10-16fix compileChristian Gmeiner
2009-10-16add a basic stuff for StillPicutre in cDxr3DeviceChristian Gmeiner
2009-10-16current implementation of StillPicture in cDxr3DemuxDevice is wrongChristian Gmeiner
2009-10-16header cleanupChristian Gmeiner
2009-10-16remove methods for en/disable spu mode - its not used and not neededChristian Gmeiner
2009-10-16simplify en/disabling of the spu unitChristian Gmeiner
2009-10-16remove cDxr3Interface::SingleStep methodChristian Gmeiner
2009-10-15check return value of ioctl syscallsChristian Gmeiner
2009-10-14update/add licenseChristian Gmeiner
2009-10-14remove old xine-scaler define in MakefileChristian Gmeiner
2009-10-14delete old spuencoder filesChristian Gmeiner
2009-10-14do not build dxr3colormanger and dxr3interface_spu_encoder as not needed anymoreChristian Gmeiner
2009-10-14fix code styleChristian Gmeiner
2009-10-14remove debug class cTimeChristian Gmeiner
2009-10-14manage includesChristian Gmeiner
2009-10-14remove old stuff from cDxr3Osd class and clean up related source partsChristian Gmeiner
2009-10-14remove old osd calls from cDxr3Osd::Flush()Christian Gmeiner
2009-10-14remove OsdFlushRate setting, as it is not needed any moreChristian Gmeiner
2009-10-13dont leak memoryChristian Gmeiner
2009-10-13make use of scalerChristian Gmeiner
2009-10-13implement scaler basd on 'Image Scaling With Bresenham'Christian Gmeiner
2009-10-12add stub cBitmap scalerChristian Gmeiner
2009-10-12add method to get current video stream dimensionChristian Gmeiner
2009-10-12do not return NULLChristian Gmeiner
2009-10-11Update Klaus' e-mail address.Ville Skyttä
2009-10-09fix spelling mistakeChristian Gmeiner
2009-10-09remove not wanted dsyslogChristian Gmeiner
2009-10-09bug #166 done - encode our mergedBitmapChristian Gmeiner
2009-10-09replace color paletteChristian Gmeiner
2009-10-09copy area bitmaps to mergedBitmap with needed transforming of indexesChristian Gmeiner
2009-10-09determine the palette used by all bitmapsChristian Gmeiner
2009-10-09add a mergedBitmap, which will containt all areas bitmapsChristian Gmeiner
2009-10-08add some missing virtual keywordsChristian Gmeiner