summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-18Revert "make it simpler"Christian Gmeiner
This fixes hopefully some problems with playback. This reverts commit 34176db79c1d6bca5d4f76fc34f80e00565091e4.
2009-11-09some small cleanupsChristian Gmeiner
2009-10-23remove 'times' number for cDxr3Interface::PlayVideoFrame(cFixedLengthFrame* ↵Christian Gmeiner
pFrame)
2009-10-23kick PlayVideoFrame(const uint8_t* pBuf, int length, int times) method as ↵Christian Gmeiner
not needed anymore
2009-10-23this switch is not needed as this case is handled in ↵Christian Gmeiner
cDxr3DemuxDevice::DemuxPes(..)
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
The problem was that we dont called Clean() of the source bitmap if we do scaling.
2009-10-20Merge branch 'master' of community.xeatre.tv:vdr-plugin-dxr3Christian Gmeiner
2009-10-20fix green osdChristian Gmeiner
It can happen, that the OSD conistis of only one area and that we need to scale the osd later. So it is a good idea to save the used palette.
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
We call 3 times DemuxPes - wow. The big problem is that a still picture can not only contain a pes packet. Also I want to refactor out as much as possible from the demuxdevice as i dont like it and want to remove it in the long term.
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
Driver does _NOT_ support SingleStep playmode, so there is no need to call it. The big problem is that the driver does not return an error by this syscall. Have send a pull request to fix this issue in the driver.
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
2009-10-08change the way we use to encode the osd in cDxr3Osd::FlushChristian Gmeiner
2009-10-08store informations about regions in cDxr3Osd classChristian Gmeiner
2009-10-06fix codeing styleChristian Gmeiner