summaryrefslogtreecommitdiff
path: root/omxdevice.c
AgeCommit message (Expand)Author
2016-04-20don't ignore audio frames for slow trick speeds to keep clock in syncnextThomas Reufer
2016-04-20move all audio related OMX stuff to cRpiOmxAudioRenderThomas Reufer
2016-04-20send still frames twice to allow advanced deinterlacer to render an output imageThomas Reufer
2016-04-20move all video related OMX stuff to cRpiOmxVideoDecoderThomas Reufer
2016-04-07use PatPmtParser to determine video codecThomas Reufer
2016-04-07move end of stream notification to video decoderThomas Reufer
2016-04-06move handling of buffer stall event to OMX video decoderThomas Reufer
2016-04-04move video frame format information to video decoderThomas Reufer
2016-04-04separate video decoderThomas Reufer
2016-04-04send proper end of sequence packet after playing single video frameThomas Reufer
2016-02-26added proper GPL header to every source file (suggested by Tobias Grimm)Thomas Reufer
2016-01-06ignore pts from erroneous packets to avoid pts jumps on broken streamsThomas Reufer
2015-12-10report pixel aspect ratioThomas 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-08-14reworked video frame format handlingThomas Reufer
2015-08-14print audio PTS wrap around in debug modeThomas Reufer
2015-06-22fixed stream reset in HandleBufferStall() and StillPicture()Thomas Reufer
2015-06-22treat zero as valid PTS valueThomas Reufer
2015-05-22set field sync when output interlaced material at interlaced display modeThomas Reufer
2015-04-29skip audio packets when replaying non-radio recordings in trick modesThomas Reufer
2015-04-29prevent writing of incomplete video framesThomas Reufer
2015-04-29fixed polling for video buffersThomas Reufer
2015-04-29do proper stream restart after buffer stallThomas Reufer
2015-04-27fixed displaying of current position when changing replay speedThomas Reufer
2015-04-26fixed PTS wrap aroundThomas Reufer
2015-04-25code clean upThomas Reufer
2015-04-25simplified video stream startThomas Reufer
2015-04-21always stop video decoder on SetPlayMode(pmNone)Thomas Reufer
2015-04-21don't change clock speed when flushingThomas Reufer
2015-04-15reworked clock stretching in live mode based on buffer usageThomas Reufer
2015-04-03avoid double flushing of audio renderThomas Reufer
2015-03-22reset reference time after flushThomas Reufer
2015-03-21removed unnecessary codeThomas Reufer
2015-02-27changed trace level for stream start messages to debugThomas Reufer
2015-02-27fixed OMX clock start on still picture and stream startThomas Reufer
2015-02-03trace speed changes in live mode only when debuggingThomas Reufer
2015-01-17reworked omxdevice and improved clock stretching for transfer modeThomas Reufer
2014-12-23modified cOmxDevice::StillPicture() to accept raw MPEG dataThomas Reufer
2014-11-14moved audio parser mutex back to Parse() method to improve performanceThomas Reufer
2014-11-14move initial video mode setup to plugin start and update OSD after mode changesThomas Reufer
2014-11-14increased latency target for live mode to 500msThomas 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-10-06introduce OMX stream start callbackThomas 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-26avoid flushing OMX video chain twice when calling SetPlayMode(pmNone)Thomas 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