summaryrefslogtreecommitdiff
path: root/audio.c
AgeCommit message (Collapse)Author
2016-03-29experimental support for AAC-LATM, use "make ENABLE_AAC_LATM=1" to enableThomas 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-08-24treat zero as valid PTS value also in cRpiAudioDecoder::cParserThomas 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-04-03don't flush audio render after frame decoding errorThomas Reufer
2015-03-15combined digital audio format options to one single setup optionThomas Reufer
2015-02-27changed trace level for stream start messages to debugThomas 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-20fixed support for libav-0.8 without libswresampleThomas Reufer
2015-01-17reworked audio decoder, increase buffering of audio samplesThomas Reufer
2014-11-14moved audio parser mutex back to Parse() method to improve performanceThomas 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-29fix packet length check for audio pass throughThomas Reufer
2014-09-26reworked audio decoding loop and set correct dstSize before resamplingThomas Reufer
2014-07-13support for >=ffmpeg-1.2 and >=libav-0.8 with resamplingThomas Reufer
2014-07-01replace av_log_format_line by vsnprintf to be compatible with libavThomas Reufer
2014-06-15reworked setup parameter handlingThomas 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-24add prefix to plugin specific class namesThomas 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-03-27some minor audio bugfixesThomas Reufer
2014-03-27fixed audio pts queueThomas Reufer
2014-03-23added proper buffering at audio parser and reduced OMX audio buffersThomas Reufer
2014-02-26force appending audio packets to parser even if it's not yet ready when in ↵Thomas Reufer
transfer mode
2014-02-25update commentsThomas Reufer
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-16: Version 0.0.6a0.0.6aThomas Reufer
-------------------------- - fixed: - removed OMX mutex
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...