summaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Collapse)Author
2017-04-21always resample audio with less than 2 and more than 6 channelsThomas Reufer
2016-05-19implement proper handling of display and pixel aspect ratiosThomas Reufer
2016-04-27make use of advanced deinterlacer configurableThomas Reufer
2016-03-08fixed HDMI channel mapping and stream type (reported by RĂ¼diger Follmann)Thomas Reufer
2016-02-26added proper GPL header to every source file (suggested by Tobias Grimm)Thomas Reufer
2015-11-20add option for dual display usage, see READMEThomas Reufer
2015-10-07added plugin options to specify video and osd layersThomas Reufer
2015-04-29fixed EDID check for DTS audioThomas 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-02-27don't clean up after OSD setup changeThomas Reufer
2015-01-20removed dirty characterThomas Reufer
2014-12-03updated Finnish translations and fixed tr() usage (thanks to Rolf Ahrenberg)Thomas Reufer
2014-11-17added GPU accelerated OSDThomas Reufer
2014-11-14added setup option for GPU accelerated OSDThomas Reufer
2014-10-06add setup options to control video mode and its behaviour on stream changesThomas Reufer
2014-10-06introduce HDMI mode settings and move display handling to cRpiDisplayThomas Reufer
2014-09-29set HDMI speaker layout to fix channel mapping for multi channel PCM outputThomas Reufer
2014-09-25renamed video framing modesThomas 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-01added cppcheck as Makefile target and code clean up based on cppcheck's resultsThomas Reufer
2014-04-24add prefix to plugin specific class namesThomas Reufer
2014-04-22add setup option to ignore HDMI audio EDIDThomas 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
2014-01-072013-12-15: Version 0.0.60.0.6Thomas 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-072013-11-17: Version 0.0.50.0.5Thomas 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-072013-10-14: Version 0.0.40.0.4Thomas 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...