summaryrefslogtreecommitdiff
path: root/softhddev.c
AgeCommit message (Collapse)Author
2012-01-08Improved replay of recordings.Johns
2012-01-07Support yaepghd video output position change.Johns
And code and comments cleanups.
2012-01-06Fix bug: broken device plugin stop and exit.Johns
2012-01-04Remove warnings, reduce debug informations.Johns
2012-01-03Crash and thread fixes.Johns
Check if PTS is valid, otherwise debug code does false abort. Fix bug: audio new stream is not thread safe.
2012-01-01Search audio sync inside PES packets.Johns
2011-12-29Fix bug: CodecVideoDecode destroys avpkt.Johns
2011-12-29Add missing VdpauDecoderDestroy.0.1.3Johns
2011-12-26Cleanup video packet ringbuffer.Johns
2011-12-24Cleanups + Version 0.1.2 released.0.1.2Johns
2011-12-23New video stream never reset, if buffer full.Johns
2011-12-23Initial vdpau hw decoder support.Johns
2011-12-22Initial vdpau support.Johns
2011-12-19Audio/video sync improvements.Johns
Configurable audio delay. Use monotonic pts. Support old libav or ffmpeg libraries.
2011-12-15New video/audio sync code.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-07Reduce program exit crashes, due ...Johns
2011-12-07C part of the plugin.Johns