summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2012-01-31Make some variables const and/or static; tidy LOCKDISPLAY (stmt/block).Darren Salt
2012-01-18Merge.Darren Salt
2012-01-12Merge from 1.1Petri Hintukainen
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-10And the other two similar printf()s.Darren Salt
2012-01-10Fixed printf formatPetri Hintukainen
2012-01-10Fixed include orderPetri Hintukainen
2012-01-03Complete rewrite of vdpau output driver osd handling.Andreas Auras
2011-12-21Merge from 1.1.Darren Salt
2011-12-16Hide aliasing problems in xcb pluginsPetri Hintukainen
2011-12-16Removed write-only variablesPetri Hintukainen
2011-12-16Added missing constPetri Hintukainen
2011-12-15Fixed printf formatPetri Hintukainen
2011-12-15xvmc: Fixed using uninitialized data and resource leak (from 9456)Petri Hintukainen
2011-12-15Fixed printf formatPetri Hintukainen
2011-10-17Merge from 1.1Petri Hintukainen
2011-10-15Disable strict-aliasing where it caused compiler warningsChristian Ruppert
2011-10-10Fixed asprintf usagePetri Hintukainen
2011-10-08Build fix for Fedora with external FFmpeg.Jose Alberto Reguero
2011-10-04Merge from 1.1.Darren Salt
2011-10-03Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socke...Chris Rankin
2011-10-01Mark simple file and socket descriptors as uninheritable.Chris Rankin
2011-05-17Merge from 1.1.Darren Salt
2011-05-17Use "quietened" build if automake 1.11 was used.Darren Salt
2011-05-16Remove an excess "{".Darren Salt
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-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-03-20Merge from 1.1.Darren Salt
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-11-10Option for disabling HW acceleration in directx.František Dvořák
2010-09-23Merge from 1.1.Darren Salt