index
:
vdr-plugin-rpihddevice
master
next
VDR Raspberry Pi HD-Device Plugin
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
omxdevice.c
Age
Commit message (
Expand
)
Author
2015-04-29
skip audio packets when replaying non-radio recordings in trick modes
Thomas Reufer
2015-04-29
prevent writing of incomplete video frames
Thomas Reufer
2015-04-29
fixed polling for video buffers
Thomas Reufer
2015-04-29
do proper stream restart after buffer stall
Thomas Reufer
2015-04-27
fixed displaying of current position when changing replay speed
Thomas Reufer
2015-04-26
fixed PTS wrap around
Thomas Reufer
2015-04-25
code clean up
Thomas Reufer
2015-04-25
simplified video stream start
Thomas Reufer
2015-04-21
always stop video decoder on SetPlayMode(pmNone)
Thomas Reufer
2015-04-21
don't change clock speed when flushing
Thomas Reufer
2015-04-15
reworked clock stretching in live mode based on buffer usage
Thomas Reufer
2015-04-03
avoid double flushing of audio render
Thomas Reufer
2015-03-22
reset reference time after flush
Thomas Reufer
2015-03-21
removed unnecessary code
Thomas Reufer
2015-02-27
changed trace level for stream start messages to debug
Thomas Reufer
2015-02-27
fixed OMX clock start on still picture and stream start
Thomas Reufer
2015-02-03
trace speed changes in live mode only when debugging
Thomas Reufer
2015-01-17
reworked omxdevice and improved clock stretching for transfer mode
Thomas Reufer
2014-12-23
modified cOmxDevice::StillPicture() to accept raw MPEG data
Thomas Reufer
2014-11-14
moved audio parser mutex back to Parse() method to improve performance
Thomas Reufer
2014-11-14
move initial video mode setup to plugin start and update OSD after mode changes
Thomas Reufer
2014-11-14
increased latency target for live mode to 500ms
Thomas Reufer
2014-10-06
add setup options to control video mode and its behaviour on stream changes
Thomas Reufer
2014-10-06
introduce HDMI mode settings and move display handling to cRpiDisplay
Thomas Reufer
2014-10-06
introduce OMX stream start callback
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
avoid flushing OMX video chain twice when calling SetPlayMode(pmNone)
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-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-04-24
add prefix to plugin specific class names
Thomas Reufer
2014-03-24
report valid VideoAspect if video is stopped (reported by Rolf Ahrenberg)
Thomas Reufer
2014-03-24
fixed buffer stall after StillPicture()
Thomas Reufer
2014-03-23
increased latency target for transfer mode to 200ms
Thomas Reufer
2014-03-23
reworked clock handling for normal play back and trick modes
Thomas Reufer
2014-03-23
added proper buffering at audio parser and reduced OMX audio buffers
Thomas Reufer
2014-03-16
fixed default quality when grabbing jpeg image (reported by Klaus Schmidinger)
Thomas Reufer
2014-02-26
force appending audio packets to parser even if it's not yet ready when in tr...
Thomas Reufer
2014-02-25
added experimental clock adjustment in transfer mode
Thomas Reufer
2014-02-12
- fixed:
Thomas Reufer
2014-02-10
2014-02-10: Version 0.0.8
0.0.8
Thomas Reufer
2014-01-07
2013-12-30: Version 0.0.7
0.0.7
Thomas Reufer
2014-01-07
2013-12-16: Version 0.0.6a
0.0.6a
Thomas Reufer
2014-01-07
2013-12-15: Version 0.0.6
0.0.6
Thomas Reufer
2014-01-07
2013-11-17: Version 0.0.5
0.0.5
Thomas Reufer
2014-01-07
2013-10-14: Version 0.0.4
0.0.4
Thomas Reufer
2014-01-07
2013-10-02: Version 0.0.3
0.0.3
Thomas Reufer
2014-01-07
2013-09-29: Version 0.0.2
0.0.2
Thomas Reufer
[next]