summaryrefslogtreecommitdiff
path: root/softhddevice.cpp
AgeCommit message (Collapse)Author
2011-12-23Initial vdpau hw decoder support.Johns
2011-12-19Audio/video sync improvements.Johns
Configurable audio delay. Use monotonic pts. Support old libav or ffmpeg libraries.
2011-12-17Store config values, when menu leaves.Johns
2011-12-15Use current configuration for setup menu.Johns
2011-12-14Initial support of replay.Johns
2011-12-12Add deinterlace/scaling modes to setup.Johns
2011-12-10Video enhancements.Johns
Pass PTS to video codec. Flush audio buffer on channel change. Sync audio + video stream. Add workaround for Intel VA-API driver that forgets OSD position/size.
2011-12-08Pass audio PTS to codec.Johns
Correct PTS extraction and pass it to codec module. C++ destructor calls C function. Fix spuDecoder is used uninitialized.
2011-12-07C++ part of the plugin.Johns