summaryrefslogtreecommitdiff
path: root/softhddev.h
AgeCommit message (Collapse)Author
2012-07-02Display frame statistics in plugin menu.Johns
2012-04-05Buffer less video and audio.Johns
2012-03-31Audio/Video sync rewrite.Johns
Trick-speed support moved to video module. Reduce video messages.
2012-03-02Handle initial suspend mode like normal suspend.Johns
2012-02-23Fix bug: 100% cpu use with plugins like mp3.Johns
2012-02-21New audio PES handling.Johns
New easier and more flexible audio PES packet parser, which includes own codec parser. Removed av_parser use. Reduced audio buffer time, faster channel switch. New audio transport stream parser (not enabled as default).
2012-02-16Adds trick speed support.Johns
2012-01-26Support external players.Johns
2012-01-20VDPAU: Add screenshot support.Johns
2012-01-10Add main menu entry, which suspends the plugin.Johns
2012-01-08Improved replay of recordings.Johns
2011-12-14Initial support of replay.Johns
2011-12-12Add deinterlace/scaling modes to setup.Johns
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