summaryrefslogtreecommitdiff
path: root/video.c
AgeCommit message (Collapse)Author
2012-02-07Spatial deinterlacer for VA-API.Johns
2012-02-02Release Version 0.4.6.0.4.6Johns
2012-02-02Auto-crop improvement and nicer a-v sync display.Johns
2012-02-01Add A-V info output and compile time option.Johns
2012-02-01Fix bug: VA-API intel software decoder broken.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-31Workaround for mpeg2 FFMpeg+VA-API+Intel GPU hung.Johns
2012-01-30Fix bug: Only black picture with VA-API hw decoder.Johns
2012-01-30Finished rewrite of video code, to support modules.Johns
2012-01-29Add aspect change support to software decoder pathJohns
2012-01-29Repair software decoder with vaapi vdpau backend.Johns
2012-01-29Add workaround for Intel VA-API MPEG GPU hung.Johns
2012-01-28Add configurable skip lines at video top + bottom.Johns
2012-01-27Add auto-crop tolerance configuration.Johns
2012-01-27Reduces audio latency, increases audio buffer time.Johns
2012-01-27Video bug fix.Johns
Made video_test working again. Disabled VA-API Intel vaAssociateSubpicture workaround. Fix bug: Must release lock for VideoPollEvent. Allow faster video and audio sync. Fix bug: Software decoder use vaPutImage with Intel backend. Fix bug: Artefacts are shown after mpeg2 channel switch. Fix bug: VideoReleaseSurface called after VideoExit.
2012-01-25Add VDPAU display preemption support.Johns
2012-01-24Add support for grab jpeg image.m.Rcu
2012-01-24Video cleanup.Johns
More functions uses new module interface. Fix bug: VaapiOsdExit doesn't deassociate osd surface. Fix bug: First OSD can show random pixels.
2012-01-24Fix dead-lock in VdpauExit.Johns
2012-01-24Workaround for dead-lock in VdpauExit.Johns
2012-01-23VDPAU: Add primitive software scaler to grab imageJohns
2012-01-23VA-API: Add auto-crop support.Johns
2012-01-22Suspend can close and open video and audio device.Johns
2012-01-22Cleanups and Codec..Del.. prototypes.Johns
2012-01-21Call VdpauMixerSetup only, if mixer setup.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-19VDPAU: Changed OSD alpha calculation.Johns
2012-01-19Fix bug: Used VideoSharpen for denoise settings.Johns
Instant update deinterlace/... configuration changes.
2012-01-19Release Version 0.3.5.0.3.5Johns
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-17Little speed improved Intel VA-API deinterlace.Johns
2012-01-17Fix software deinterlace with VA-API.Johns
2012-01-16Debug, if vaapi putsurface is too slow.Johns
2012-01-16Fix bug: transposed digits 567 should be 576.Johns
2012-01-16Disable VA-API if init fails.Johns
2012-01-13Support xcb_ewmh.h for xcb-util <0.3.8.Johns
2012-01-13Add support for fullscreen mode.Johns
2012-01-13Add vaapi color space conversion.Johns
2012-01-13Fix bug: devision by zero in ...UpdateOutput,Johns
2012-01-13Destroy vdpau surface only, when initialized.Johns
2012-01-12VAAPI: Instant use new deinterlace configuration.Johns
2012-01-10Patch collection from Christian Ruppert.Christian Ruppert
Move objects before $LIBS to avoid link failures with --as-needed. Do not override CFLAGS for video test. Rearrange *FLAGS incl. some minor fixes. Don't override VDRDIR, LIBDIR and TMPDIR in makefile. Don't abuse LDFLAGS in makefile. Define CC in makefile. Include GL/gl.h for the GL_COLOR_BUFFER_BIT definition. VideoInit() needs an argument.
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-08Improved replay of recordings.Johns
2012-01-07Support yaepghd video output position change.Johns
And code and comments cleanups.
2012-01-07Fix compiler error with -DDEBUG.Johns