summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_vdpau.c
AgeCommit message (Expand)Author
2013-04-11vdpau_accel_data: removed unused varTorsten Jager
2013-03-18vo_vdpau: color matrix and fullrange supportTorsten Jager
2012-02-06vdpau: Consider displayed window coordinates when scaling osd overlay objectsAndreas Auras
2012-02-03Fixed overlay surface reuse issue for raw rgba overlays within vdpau output d...Andreas Auras
2012-01-31Make some variables const and/or static; tidy LOCKDISPLAY (stmt/block).Darren Salt
2012-01-12Put lock display calls into macrosAndreas Auras
2012-01-12Introduce buffering for output surfaces for vdpau output driverAndreas Auras
2012-01-12Initially allocate vdpau output surface objects for display queue with actual...Andreas Auras
2012-01-12Set clipping region of displayed output surfaces to rendered regionAndreas Auras
2012-01-12Fixed usage of wrong variables to determine current gui output window size fo...Andreas Auras
2012-01-03Complete rewrite of vdpau output driver osd handling.Andreas Auras
2011-03-29Continuous video frame grabbing feature.Andreas Auras
2011-04-03Fixes backed out changeset 67f59d571138 (still broken)Andreas Auras
2011-03-29Backing out changeset 2dd76b9df2fd (attempt 2)Darren Salt
2011-03-29Backed out changeset 67f59d571138 (broken back-out)Darren Salt
2011-03-28Backing out changeset 2dd76b9df2fdDarren Salt
2011-03-03Configurable enabling of video properties noise and sharpness depending on ac...Andreas Auras
2011-03-03Optimization of vdpau output driver provide standard frame data function.Andreas Auras
2011-03-03Added configurable vdpau output surface display queue length.Andreas Auras
2011-03-03Complete rewrite of vdpau output driver osd handling.Andreas Auras
2011-03-02Recognize changes of cropping parameters within a frame and trigger recalcula...Andreas Auras
2011-03-02Removed ugly code handling of intercepted frames.Andreas Auras
2011-01-28Improve stability when decoding bad streams.Reinhard Nißl
2011-01-28Optimize memory usage when clearing surface.Reinhard Nißl
2011-01-28Fix pitches for clearing surface.Reinhard Nißl
2011-01-25Correct type of two VDPAU function pointers.Reinhard Nißl
2011-01-25Prevent deadlock caused by guarded_vdp_output_surface_destroy()Reinhard Nißl
2010-11-28Add some more locking to work around libxcb bugsJulian Scheel
2010-07-15Change order of locking drawable and frame output callback to avoid deadlock.Reinhard Nißl
2010-07-15Fix locking order of drawable and display to avoid deadlock.Reinhard Nißl
2010-07-12Avoid X11 error bad drawable when drawable changes while displaying.Reinhard Nißl
2010-05-21Check for mpeg4-part2 vdpau hardware support.Christophe Thommeret
2010-05-21Separate options for SD and HD vdpau deint.Christophe Thommeret
2010-05-10Add an option to configure VDPAU deinterlace filter for SD content.Christophe Thommeret
2010-04-27vdpau: properly unlock the display in preemption reinit.Christophe Thommeret
2010-04-08Add two new VO_CAP_*: SHARPNESS and NOISE_REDUCTION. Fix vdpau VO driver caps.Christophe Thommeret
2010-01-21video_out_vdpau: provide configureable background colorReinhard Nißl
2010-01-15Cleanup of log messagesChristophe Thommeret
2010-01-14Don't deinterlace still framesChristophe Thommeret
2010-01-13Clear VDPAU surfaces on new streams.Christophe Thommeret
2009-12-01Remove some cruft left over from porting vdpau to 1.2.Darren Salt
2009-11-25Added VDPAU support for studio levels instead of PC levels (0-255) in RGB col...Rolf Ahrenberg
2009-11-20Merge from 1.1; merge vdpau (with adjustments for 1.2).Darren Salt
2009-10-21Cleanup.Christophe Thommeret
2009-09-07High Quality Scaling.Christophe Thommeret
2009-08-14Default to LOCKDISPLAY atm.Christophe Thommeret
2009-08-14Better deint when paused.Christophe Thommeret
2009-08-06Better deinterlacer logging.Christophe Thommeret
2009-07-08Don't process second field if no future_frame.Christophe Thommeret
2009-06-18Destroy all surfaces before device_destroy.Christophe Thommeret