Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-20 | Merge branch 'master' of community.xeatre.tv:vdr-plugin-dxr3 | Christian Gmeiner | |
2009-10-20 | fix green osd | Christian 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-17 | Note ALSA_*, remove -DUSE_XINE_SCALER. | Ville Skyttä | |
2009-10-16 | fix compile | Christian Gmeiner | |
2009-10-16 | add a basic stuff for StillPicutre in cDxr3Device | Christian Gmeiner | |
2009-10-16 | current implementation of StillPicture in cDxr3DemuxDevice is wrong | Christian 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-16 | header cleanup | Christian Gmeiner | |
2009-10-16 | remove methods for en/disable spu mode - its not used and not needed | Christian Gmeiner | |
2009-10-16 | simplify en/disabling of the spu unit | Christian Gmeiner | |
2009-10-16 | remove cDxr3Interface::SingleStep method | Christian 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-15 | check return value of ioctl syscalls | Christian Gmeiner | |
2009-10-14 | update/add license | Christian Gmeiner | |
2009-10-14 | remove old xine-scaler define in Makefile | Christian Gmeiner | |
2009-10-14 | delete old spuencoder files | Christian Gmeiner | |
2009-10-14 | do not build dxr3colormanger and dxr3interface_spu_encoder as not needed anymore | Christian Gmeiner | |
2009-10-14 | fix code style | Christian Gmeiner | |
2009-10-14 | remove debug class cTime | Christian Gmeiner | |
2009-10-14 | manage includes | Christian Gmeiner | |
2009-10-14 | remove old stuff from cDxr3Osd class and clean up related source parts | Christian Gmeiner | |
2009-10-14 | remove old osd calls from cDxr3Osd::Flush() | Christian Gmeiner | |
2009-10-14 | remove OsdFlushRate setting, as it is not needed any more | Christian Gmeiner | |
2009-10-13 | dont leak memory | Christian Gmeiner | |
2009-10-13 | make use of scaler | Christian Gmeiner | |
2009-10-13 | implement scaler basd on 'Image Scaling With Bresenham' | Christian Gmeiner | |
2009-10-12 | add stub cBitmap scaler | Christian Gmeiner | |
2009-10-12 | add method to get current video stream dimension | Christian Gmeiner | |
2009-10-12 | do not return NULL | Christian Gmeiner | |
2009-10-11 | Update Klaus' e-mail address. | Ville Skyttä | |
2009-10-09 | fix spelling mistake | Christian Gmeiner | |
2009-10-09 | remove not wanted dsyslog | Christian Gmeiner | |
2009-10-09 | bug #166 done - encode our mergedBitmap | Christian Gmeiner | |
2009-10-09 | replace color palette | Christian Gmeiner | |
2009-10-09 | copy area bitmaps to mergedBitmap with needed transforming of indexes | Christian Gmeiner | |
2009-10-09 | determine the palette used by all bitmaps | Christian Gmeiner | |
2009-10-09 | add a mergedBitmap, which will containt all areas bitmaps | Christian Gmeiner | |
2009-10-08 | add some missing virtual keywords | Christian Gmeiner | |
2009-10-08 | change the way we use to encode the osd in cDxr3Osd::Flush | Christian Gmeiner | |
2009-10-08 | store informations about regions in cDxr3Osd class | Christian Gmeiner | |
2009-10-06 | fix codeing style | Christian Gmeiner | |
2009-10-02 | fix bug #164 - Mixed up OSD colours | Christian Gmeiner | |
the driver wants the color values in BBGGRR and not RRGGBB also the opacity values need some magic. | |||
2009-10-01 | get rid of prefix from filename of singleton and update licence header | Christian Gmeiner | |
2009-09-30 | pass function parameter by reference | Christian Gmeiner | |
2009-09-29 | add support for multi bitmaps | Christian Gmeiner | |
This functionality is needed for plugins like femon, which uses more then one bitmap for its osd. | |||
2009-09-29 | clean up some syslog messages | Christian Gmeiner | |
2009-09-29 | we can hanlde only up to 4 bpp | Christian Gmeiner | |
2009-09-29 | make use of new spuencoder | Christian Gmeiner | |
2009-09-29 | disable old spu encoding stuff | Christian Gmeiner | |
2009-09-29 | add the magic calculateRegions algorithm | Christian Gmeiner | |
2009-09-29 | change the way we write color informations | Christian Gmeiner | |
2009-09-29 | correct writeRegionInformation | Christian Gmeiner | |