summaryrefslogtreecommitdiff
path: root/softhddevice.cpp
AgeCommit message (Collapse)Author
2012-02-13Studio levels could be configured in setup menu.Johns
2012-02-12Jpeg screengrab use VDR RgbToJpeg function.m.Rcu
2012-02-12Add play/pause audio support.Johns
2012-02-09Software deinterlacer (config/skip chroma deint):Johns
Add support for skip chroma deinterlace to software deinterlacer. Type of software deinterlacer now configurable from setup menu.
2012-02-08Guard suspend/resume against multiple calls.Johns
2012-02-06Workaround for text2skin undrawn OSD areas.Johns
2012-02-02Release Version 0.4.6.0.4.6Johns
2012-02-02Makes SkipLines configure in setup menu.Johns
2012-02-01Video updates and bug fix.Johns
Check if surface is ready in VaapiGetSurface. Set PTS/DTS only in the first split video packet. Add support for 4:3 output modes. Quicker auto-crop after channel switch. Add auto-crop support for Intel VA-API backend. Fix bug: Auto-Crop logo skip didn't use displayed width.
2012-01-30Finished rewrite of video code, to support modules.Johns
2012-01-28Release version 0.4.5.0.4.5Johns
2012-01-28Add configurable skip lines at video top + bottom.Johns
2012-01-27Add auto-crop tolerance configuration.Johns
2012-01-26Support external players.Johns
2012-01-24Fix still picture handling.Johns
2012-01-22Suspend can close and open video and audio device.Johns
2012-01-22Cleanups and Codec..Del.. prototypes.Johns
2012-01-22Add dummy player and control for suspend mode.Johns
2012-01-21Release Version 0.4.0.0.4.0Johns
2012-01-20VDPAU: Add screenshot support.Johns
2012-01-20VDPAU: Add auto-crop support.Johns
2012-01-19Small miscellaneous cleanups.Johns
2012-01-18OSD improvements:Johns
Use OSD size equal to video window. Update only dirty area(s) of OSD. Show/mix only used area of OSD. Fix bug: vpdau use previous resolution for deint, ...
2012-01-12Weave is deinterlace disabled.Johns
2012-01-12Fix subtitle position.Johns
2012-01-12Add SVDRP support.Johns
2012-01-11Suspend when user is inactive.Johns
2012-01-10Add main menu entry, which suspends the plugin.Johns
2012-01-09Version 0.3.0 released.0.3.0Johns
2012-01-09Video improvements.Johns
Fix generate of video output from StillPicture. Add support for resolution dependend video parameterts (Deinterlace, Scaling, Denoise, Sharpen, ...).
2012-01-08Improved replay of recordings.Johns
2012-01-07Fix build with vdr without yaepg support.Johns
2012-01-07Support yaepghd video output position change.Johns
And code and comments cleanups.
2012-01-07Add support for ac3 audio pass through.Johns
2012-01-06Fix bug: broken device plugin stop and exit.Johns
2012-01-05VDPAU improvements.Johns
Add denoise, sharpness, skip chroma deinterlace support. Show OSD only if something is to display, improves performance. Add deinterlace mode with only 4 surfaces.
2012-01-03Audio update.Johns
Alsa: report needed down sampling of 3/5/6 to 2 channels. Moved alsa code into alsa module. Initial OSS output support.
2012-01-02Version bump.Johns
2011-12-29Vpdau displays black, when no video available.Johns
2011-12-29Add missing VdpauDecoderDestroy.0.1.3Johns
2011-12-24Cleanups + Version 0.1.2 released.0.1.2Johns
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