summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-07-13support for >=ffmpeg-1.2 and >=libav-0.8 with resamplingThomas Reufer
2014-07-01implemented proper command queue for OVG-OSDThomas Reufer
2014-07-01replace av_log_format_line by vsnprintf to be compatible with libavThomas Reufer
2014-06-15add setup option for video framing mode in case of incompatible aspect ratioThomas Reufer
2014-06-15reworked setup parameter handlingThomas Reufer
2014-05-25updated parameter when setting clock latency target according omxplayerThomas Reufer
2014-05-25update HISTORYThomas Reufer
2014-05-25Redirect ffmpeg messages to plugin/VDR logsThomas Reufer
2014-05-01added cppcheck as Makefile target and code clean up based on cppcheck's resultsThomas Reufer
2014-04-24new version 0.0.90.0.9Thomas Reufer
2014-04-24add prefix to plugin specific class namesThomas Reufer
2014-04-24update Finnish translationsThomas Reufer
2014-04-24move cAudioParser inside cAudioDecoder to avoid duplicate class nameThomas Reufer
2014-04-22some minor audio bugfixes and code clean upThomas Reufer
2014-04-22add setup option to ignore HDMI audio EDIDThomas Reufer
2014-04-16maintain list of rejected OMX buffers for later usage or proper buffer disablingThomas Reufer
2014-04-07implement thread-safe container for OMX event queueThomas Reufer
2014-03-27some minor audio bugfixesThomas Reufer