summaryrefslogtreecommitdiff
path: root/video.h
AgeCommit message (Collapse)Author
2012-02-13Studio levels could be configured 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-28Add configurable skip lines at video top + bottom.Johns
2012-01-27Add auto-crop tolerance configuration.Johns
2012-01-24Add support for grab jpeg image.m.Rcu
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-13Add support for fullscreen mode.Johns
2012-01-10Add support for close and resize x11 window.Johns
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-07Support yaepghd video output position change.Johns
And code and comments cleanups.
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.
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-14Initial support of replay.Johns
2011-12-12Add deinterlace/scaling modes to setup.Johns
2011-12-07C part of the plugin.Johns