summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-17reworked omxdevice and improved clock stretching for transfer modeThomas Reufer
2015-01-17check return value when allocating bitmap memoryThomas Reufer
2014-12-30manually overriding interlaced flag when detected frame rate looks implausibleThomas Reufer
2014-12-23modified cOmxDevice::StillPicture() to accept raw MPEG dataThomas Reufer
2014-12-03added Hungarian translations (thanks to Füley István)Thomas Reufer
2014-12-03updated Finnish translations and fixed tr() usage (thanks to Rolf Ahrenberg)Thomas Reufer
2014-11-24changed path format from float to short when converting fontsThomas Reufer
2014-11-23use fast deinterlacer for HD streamsThomas Reufer
2014-11-19fixed save/restore region in cOvgOsd and save current transformation matrix d...Thomas Reufer
2014-11-19fixed return value of cRpiDisplay::GetInstance(void) in case of missing displ...Thomas Reufer
2014-11-17added GPU accelerated OSDThomas Reufer
2014-11-17add DTS audio codec to READMEThomas Reufer
2014-11-15suppress warnings about unused functions when running cppcheckThomas Reufer
2014-11-15fixed includesThomas Reufer
2014-11-14Merge branch 'master' of git://projects.vdr-developer.org/vdr-plugin-rpihddeviceThomas Reufer
2014-11-14added setup option for GPU accelerated OSDThomas Reufer
2014-11-14fixed video setup on startThomas Reufer
2014-11-14new version 0.0.10Thomas Reufer
2014-11-14reset OSD only after video mode changeThomas Reufer
2014-11-14moved audio parser mutex back to Parse() method to improve performanceThomas Reufer
2014-11-14move initial video mode setup to plugin start and update OSD after mode changesThomas Reufer
2014-11-14code clean upThomas Reufer
2014-11-14reworked OVG image processing for low level OSDThomas Reufer
2014-11-14increased latency target for live mode to 500msThomas Reufer
2014-11-03fixed video setup on start0.0.10Thomas Reufer
2014-11-02update HISTORYThomas Reufer
2014-11-02new version 0.0.10Thomas Reufer
2014-11-02update HISTORYThomas Reufer
2014-11-02reset OSD only after video mode changeThomas Reufer
2014-10-31moved audio parser mutex back to Parse() method to improve performanceThomas Reufer
2014-10-30move initial video mode setup to plugin start and update OSD after mode changesThomas Reufer
2014-10-30code clean upThomas Reufer
2014-10-29increased latency target for live mode to 500msThomas Reufer
2014-10-29reworked OVG image processing for low level OSDThomas Reufer
2014-10-29added DTS audio codec supportThomas Reufer
2014-10-06add setup options to control video mode and its behaviour on stream changesThomas Reufer
2014-10-06move OVG OSD dispmanx handles back to OSD, introduce OSD reset commandThomas Reufer
2014-10-06introduce HDMI mode settings and move display handling to cRpiDisplayThomas Reufer
2014-10-06introduce OMX stream start callbackThomas Reufer
2014-10-01upmix mono audio channels to stereo when using PCM output on HDMIThomas Reufer
2014-09-29set HDMI speaker layout to fix channel mapping for multi channel PCM outputThomas Reufer
2014-09-29fix packet length check for audio pass throughThomas Reufer
2014-09-28skip non-video packets in StillPicture(), fixes artifacts in PES recordingsThomas Reufer
2014-09-28skip audio substream header for PES recordings with AC3 audio trackThomas Reufer
2014-09-26reworked audio decoding loop and set correct dstSize before resamplingThomas Reufer
2014-09-26avoid flushing OMX video chain twice when calling SetPlayMode(pmNone)Thomas Reufer
2014-09-25renamed video framing modesThomas Reufer
2014-09-25update READMEThomas Reufer
2014-09-02skip packets with invalid payload offset in PlayVideo() and PlayAudio()Thomas Reufer
2014-09-02play multiple video PES packets sequentially in StillPicture()Thomas Reufer