summaryrefslogtreecommitdiff
path: root/video.h
AgeCommit message (Collapse)Author
2015-08-10Configurable enable DPMS, while black screen is displayed.master_red
2015-06-30Fix bug: wrong and crash, if vdr draws pixmaps outside OSD.Johns
2015-03-10Fix bug: need signed char, if compiler has unsigned chars.Johns
2013-08-03Generalize GetVaapiContext to GetHwAccelContext.Johns
2013-03-06Adds raise softhddevice video window support.cyril
2013-01-23Add video compatibility with >=ffmpeg 1.1.Johns
2013-01-03Prepared reentrant video stream.Johns
2013-01-01Support multiple streams with ScaleVideo.Johns
2013-01-01Makes 4:3 and 16:9 display format configurable.Johns
Don't use DVB display format.
2012-10-30Add support to change OSD for 3d SBS/TB streams.maverick-me
2012-10-10Report correct size in cSoftHdDevice::GetVideoSize.Johns
2012-09-03Add picture adjustment support for vdpau.Johns
2012-08-13Fix bug: Can't use software decoder with VDPAU.Johns
2012-07-03Add commandline support to disable hardware decoder.Johns
2012-07-02Display frame statistics in plugin menu.Johns
2012-05-21Makes OSD size configurable.Johns
2012-05-13Poll input buffers, if display buffers are full.Johns
2012-04-30Adds VDR DFAtmo Plugin support.durchflieger
2012-04-21Handle jump in stream like stream start.Johns
2012-04-20Made showing black picture configurable.Johns
2012-04-17Show black picture, if no video stream available.Johns
New audio ring code. New audio filters (first part).
2012-04-07Change audio/video delay with hot-key.Johns
2012-04-05Cutting pixels configured for each resolution.CafeDelMar
2012-03-31Audio/Video sync rewrite.Johns
Trick-speed support moved to video module. Reduce video messages.
2012-03-26Add VideoSkipPixels support.CafeDelMar
2012-03-07Video cleanup.Johns
Add noop video output module. Move VideoThread check into lock/unlock functions. Add support for choosing video output module.
2012-03-06Make soft start sync setup menu configurable.Johns
2012-02-24Support configuration and set of video background.Johns
2012-02-2260Hz display mode configurable with setup.conf.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-16Add posibility to disable repeat pict warning.Johns
2012-02-14VDPAU: Enable inverse telecine configuration.Johns
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