summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-03-27fixed OMX event queueThomas Reufer
2014-03-27fixed audio pts queueThomas Reufer
2014-03-24report valid VideoAspect if video is stopped (reported by Rolf Ahrenberg)Thomas Reufer
2014-03-24added Finnish translations (thanks to Rolf Ahrenberg)Thomas Reufer
2014-03-24fixed buffer stall after StillPicture()Thomas Reufer
2014-03-23increased latency target for transfer mode to 200msThomas Reufer
2014-03-23reworked clock handling for normal play back and trick modesThomas Reufer
2014-03-23simplified OMX buffer pollingThomas Reufer
2014-03-23added proper buffering at audio parser and reduced OMX audio buffersThomas Reufer
2014-03-16fixed OMX shutdown when no stream has been played (reported by Klaus ↵Thomas Reufer
Schmidinger)
2014-03-16fixed displaying subtitles when OSD is active (fix by Klaus Schmidinger)Thomas Reufer
2014-03-16fixed default quality when grabbing jpeg image (reported by Klaus Schmidinger)Thomas Reufer
2014-02-26force appending audio packets to parser even if it's not yet ready when in ↵Thomas Reufer
transfer mode
2014-02-26fix port definition of video decoder and audio render and increase video ↵Thomas Reufer
buffers to 40
2014-02-25added experimental clock adjustment in transfer modeThomas Reufer
2014-02-25update commentsThomas Reufer
2014-02-19set clock latency target according omxplayerThomas Reufer
2014-02-12- fixed:Thomas Reufer
- suppress buffer stall when clock is halted