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
2017-04-24
set OMX clock pre-roll to 250ms for live TV (transfer mode)
Thomas Reufer
2016-05-19
implement proper handling of display and pixel aspect ratios
Thomas Reufer
2016-04-23
re-enable advanced deinterlacer for SD streams, requires recent firmware
Thomas Reufer
2016-04-23
don't ignore audio frames for slow trick speeds to keep clock in sync
Thomas Reufer
2016-04-04
send proper end of sequence packet after playing single video frame
Thomas Reufer
2016-02-26
added proper GPL header to every source file (suggested by Tobias Grimm)
Thomas Reufer
2016-01-06
ignore pts from erroneous packets to avoid pts jumps on broken streams
Thomas Reufer
2015-12-10
report pixel aspect ratio
Thomas Reufer
2015-11-20
add option for dual display usage, see README
Thomas Reufer
2015-10-07
added plugin options to specify video and osd layers
Thomas Reufer
2015-08-14
reworked video frame format handling
Thomas Reufer
2015-08-14
print audio PTS wrap around in debug mode
Thomas Reufer
2015-06-22
fixed stream reset in HandleBufferStall() and StillPicture()
Thomas Reufer
2015-06-22
treat zero as valid PTS value
Thomas Reufer
2015-05-22
set field sync when output interlaced material at interlaced display mode
Thomas Reufer
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
[next]