summaryrefslogtreecommitdiff
path: root/codec.c
AgeCommit message (Collapse)Author
2011-12-23Initial vdpau hw decoder support.Johns
2011-12-22Initial vdpau support.Johns
2011-12-20Reorder pts.Johns
2011-12-19libav 0.7.2 has no avcodec_open2.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-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-08Audio improvement.Johns
Made audio thread cancelable. Calculate audio PTS. Disable alsa message to stderr. Better buffer flush with threaded play. Prepared audio resample, for unsupported number of audio channels.
2011-12-07Close codec written.Johns
2011-12-07C part of the plugin.Johns