summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-02-102014-02-10: Version 0.0.80.0.8Thomas Reufer
------------------------- - new: - image grabbing - implemented proper handling in case of buffer stall - reporting video size - support letter box and center cut out set by VDR - support video scaling - fixed: - increased number of audio buffer to fix replay issues with PES recordings - return correct number of audio bytes written from PlayAudio() - fixed start up in audio only mode - fixed still image with deinterlacer - fixed crash during deinitialization - fixed crash when copying 5.1 PCM audio - use cThread::mutex for locking - implement cOvgOsd::SetAreas() and cOvgOsd::SetActive() - audio codec clean up, drop AAC-LATM and rename ADTS to AAC - audio decoding thread clean up - known issues - StillImage() will cause buffer stall - artifacts with StillImage() and PES recordings - speed to fast when fast replaying audio only recordings
2014-01-072013-12-30: Version 0.0.70.0.7Thomas Reufer
------------------------- - new: - support audio sampling rates other than 48kHz - changed setting of trick speed with APIVERSNUM >= 20103 - added deinterlacer - fixed: - improved audio parser - fixed still image for H264 video - mute audio render if volume is set to zero - missing: - image grabbing - video format/output options