Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-05 | fixed calculation of string height (reported by Klaus Schmidinger) | Thomas Reufer | |
2015-02-03 | additionally set number of in/out channels when setting up audio resampler | Thomas Reufer | |
2015-02-03 | don't clear audio PTS when parser shrinks the packet buffer | Thomas Reufer | |
2015-01-21 | new version 0.0.110.0.11 | Thomas Reufer | |
2015-01-20 | make use of video decoder's new SEI parsing features, requires firmware from ↵ | Thomas Reufer | |
2015/01/18 or newer | |||
2015-01-17 | reworked audio decoder, increase buffering of audio samples | Thomas Reufer | |
2015-01-17 | reworked omxdevice and improved clock stretching for transfer mode | Thomas Reufer | |
2014-12-03 | added Hungarian translations (thanks to Füley István) | Thomas Reufer | |
2014-12-03 | updated Finnish translations and fixed tr() usage (thanks to Rolf Ahrenberg) | Thomas Reufer | |
2014-11-23 | use fast deinterlacer for HD streams | Thomas Reufer | |
2014-11-17 | added GPU accelerated OSD | Thomas Reufer | |
2014-11-14 | new version 0.0.10 | Thomas Reufer | |
2014-11-14 | move initial video mode setup to plugin start and update OSD after mode changes | Thomas Reufer | |
2014-11-14 | reworked OVG image processing for low level OSD | Thomas Reufer | |
2014-11-14 | increased latency target for live mode to 500ms | Thomas Reufer | |
2014-10-29 | added DTS audio codec support | Thomas Reufer | |
2014-10-01 | upmix mono audio channels to stereo when using PCM output on HDMI | Thomas Reufer | |
2014-09-29 | set HDMI speaker layout to fix channel mapping for multi channel PCM output | Thomas Reufer | |
2014-09-28 | skip non-video packets in StillPicture(), fixes artifacts in PES recordings | Thomas Reufer | |
2014-09-28 | skip audio substream header for PES recordings with AC3 audio track | Thomas Reufer | |
2014-09-26 | reworked audio decoding loop and set correct dstSize before resampling | Thomas Reufer | |
2014-09-02 | skip packets with invalid payload offset in PlayVideo() and PlayAudio() | Thomas Reufer | |
2014-09-02 | play multiple video PES packets sequentially in StillPicture() | Thomas Reufer | |
2014-07-13 | support for >=ffmpeg-1.2 and >=libav-0.8 with resampling | Thomas Reufer | |
2014-07-01 | implemented proper command queue for OVG-OSD | Thomas Reufer | |
2014-06-15 | add setup option for video framing mode in case of incompatible aspect ratio | Thomas Reufer | |
2014-06-15 | reworked setup parameter handling | Thomas Reufer | |
2014-05-25 | updated parameter when setting clock latency target according omxplayer | Thomas Reufer | |
2014-05-25 | update HISTORY | Thomas Reufer | |
2014-05-01 | added cppcheck as Makefile target and code clean up based on cppcheck's results | Thomas Reufer | |
2014-04-24 | new version 0.0.90.0.9 | Thomas Reufer | |
2014-03-16 | fixed OMX shutdown when no stream has been played (reported by Klaus ↵ | Thomas Reufer | |
Schmidinger) | |||
2014-03-16 | fixed displaying subtitles when OSD is active (fix by Klaus Schmidinger) | Thomas Reufer | |
2014-03-16 | fixed default quality when grabbing jpeg image (reported by Klaus Schmidinger) | Thomas Reufer | |
2014-02-19 | set clock latency target according omxplayer | Thomas Reufer | |
2014-02-12 | - fixed: | Thomas Reufer | |
- suppress buffer stall when clock is halted | |||
2014-02-10 | 2014-02-10: Version 0.0.80.0.8 | Thomas 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-07 | 2013-12-30: Version 0.0.70.0.7 | Thomas 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 | |||
2014-01-07 | 2013-12-15: Version 0.0.60.0.6 | Thomas Reufer | |
------------------------- - new: - still picture - trick speeds - fixed: - reworked audio detection and decoding, fixed several issues - reworked stream starting behavior, fixed audio-/video-only play back - fixed several issues with unsupported video codec (e.g. without MPEG2 key) - improved fast forward/reverse mode - several minor bugfixes - missing: - deinterlacer - image grabbing - video format/output options | |||
2014-01-07 | 2013-11-17: Version 0.0.50.0.5 | Thomas Reufer | |
------------------------- - new: - improved audio format detection (taken from softhddevice) - separate thread for audio decoding - fixed: - jump forward/backward in recordings - several minor bugfixes - missing: - still picture - trick modes - deinterlacer - video format/output options | |||
2014-01-07 | 2013-10-14: Version 0.0.40.0.4 | Thomas Reufer | |
------------------------- - new: - changed to libav for audio decoding - added support multi-channel audio codecs - added audio format/output options - fixed: - removed drawing of black box in front of console which lead to malfunction due to memory bandwidth problem. console blank out will be handled with video format/output options in future versions. - missing - trick modes - deinterlacer - video format/output options - much more... | |||
2014-01-07 | 2013-10-02: Version 0.0.30.0.3 | Thomas Reufer | |
------------------------- - new: - tracking number of free buffers and provide Poll() method - fixed: - audio only mode - replay start/stop/pause - improved H264 detection - blank out console - missing - trick modes - other audio formats - much more... | |||
2014-01-07 | 2013-09-29: Version 0.0.20.0.2 | Thomas Reufer | |
------------------------- - new: - volume control - H264 support - fixed: - added missing includes to Makefile - PTS/OMX_TICKS conversion - missing: - audio only play mode - buffer handling for proper replay support - other audio formats - much more... | |||
2014-01-07 | 2013-09-27: Version 0.0.10.0.1 | Thomas Reufer | |
Initial prototype - limitations: - video codec hard coded to MPEG2, output on HDMI - audio codec hard coded to MP3, output on phone jack - tested: - OSD - SDTV live view and replay - missing: - dynamic switching between MPEG2 and H264 video codec - trick speeds - much more... |