summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Collapse)Author
2015-04-29new version 0.1.00.1.0Thomas Reufer
2015-04-29skip audio packets when replaying non-radio recordings in trick modesThomas Reufer
2015-04-27fixed displaying of current position when changing replay speedThomas Reufer
2015-04-26fixed PTS wrap aroundThomas Reufer
2015-04-15reworked clock stretching in live mode based on buffer usageThomas Reufer
2015-04-15increased audio decoder thread priorityThomas Reufer
2015-04-15don't depend on multi channel PCM support for digital audio pass-throughThomas Reufer
2015-03-21added command line argument to disable OSDThomas Reufer
2015-03-15combined digital audio format options to one single setup optionThomas Reufer
2015-03-06added support for GPU accelerated pixmaps and font kerningThomas Reufer
2015-03-03improved video frame rate detection to be more tolerant to inaccurate valuesThomas Reufer
2015-02-15adapted cOvgRawOsd::Flush() to new cOsd::RenderPixmaps() of vdr-2.1.10Thomas Reufer
2015-02-05fixed calculation of string height (reported by Klaus Schmidinger)Thomas Reufer
2015-02-03additionally set number of in/out channels when setting up audio resamplerThomas Reufer
2015-02-03don't clear audio PTS when parser shrinks the packet bufferThomas Reufer
2015-01-21new version 0.0.110.0.11Thomas Reufer
2015-01-20make use of video decoder's new SEI parsing features, requires firmware from ↵Thomas Reufer
2015/01/18 or newer
2015-01-17reworked audio decoder, increase buffering of audio samplesThomas Reufer
2015-01-17reworked omxdevice and improved clock stretching for transfer modeThomas 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-23use fast deinterlacer for HD streamsThomas Reufer
2014-11-17added GPU accelerated OSDThomas Reufer
2014-11-14new version 0.0.10Thomas Reufer
2014-11-14move initial video mode setup to plugin start and update OSD after mode changesThomas Reufer
2014-11-14reworked OVG image processing for low level OSDThomas Reufer
2014-11-14increased latency target for live mode to 500msThomas Reufer
2014-10-29added DTS audio codec supportThomas 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-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-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-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-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-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-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