summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Collapse)Author
2009-01-10Some fixes.Christophe Thommeret
2009-01-09Add preemption reinit support.Julian Scheel
2009-01-06Add enable_inverse_telecine option; rename honnor_progressive -> ↵Julian Scheel
honor_progressive.
2009-01-05Enable sharpness and noise_reduction; add an option for progressive_flag.Christophe Thommeret
2009-01-04Deinterlacer options.Christophe Thommeret
2009-01-02Add framegrabbing support; extend ARGB OSD interface.Reinhard Nißl
2008-12-31Honour deinterlace setting (tvtime method must be use_vo_driver).Christophe Thommeret
2008-12-30Enable advanced deinterlaced.Christophe Thommeret
2008-12-30Memory management cleanup; fix freeze after decoder failure.Reinhard Nißl
2008-12-30Remove some debug printfs.Julian Scheel
2008-12-30More mixer parameters.Christophe Thommeret
2008-12-30Unscaled overlay.Christophe Thommeret
2008-12-30Indentation fixes.Christophe Thommeret
2008-12-30Minor cleanups & fixes.Christophe Thommeret
2008-12-29Add future frame.Christophe Thommeret
2008-12-28Fix argb overlay; allow partial buffer updates to improve performance.Julian Scheel
2008-12-28ARGB overlay fixups.Julian Scheel
2008-12-27Progressive frame & background colour bits.Christophe Thommeret
2008-12-27User aspect ratio.Christophe Thommeret
2008-12-27Initial support for ARGB overlay.Julian Scheel
2008-12-23Set H.264 progressive_frame_flag; follow it in video_out_vdpau.Julian Scheel
(Maybe following the flag is not a good idea for mpeg2...)
2008-12-23Enable inverse telecine & noise reduction.Julian Scheel
2008-12-22Clear PTS on reset; remove a printf.Christophe Thommeret
2008-12-21Fix chroma_type.Christophe Thommeret
2008-12-20Alpha-handling optimisation.Christophe Thommeret
2008-12-19Fix queue_block.Christophe Thommeret
2008-12-19Fix mixer size.Christophe Thommeret
2008-12-18Property handling.Christophe Thommeret
2008-12-17Fix mixer update.Christophe Thommeret
2008-12-16More deinterlacing.Christophe Thommeret
2008-12-16More deinterlacing.Christophe Thommeret
2008-12-16More deinterlacing.Christophe Thommeret
2008-12-16Deinterlacing.Christophe Thommeret
2008-12-16OSD working.Christophe Thommeret
2008-12-14Overlay fixup.Christophe Thommeret
2008-12-14Overlay handling.Christophe Thommeret
2008-12-12Locking fixes.Christophe Thommeret
2008-12-10Comment out some printfs.Christophe Thommeret
2008-12-08Fix frame alloc.Christophe Thommeret
2008-12-08Export vdp_get_error_string; define MPEG12 cap.Christophe Thommeret
2008-12-05Queue bits; use-after-free fix.Christophe Thommeret
2008-12-03Overlay stuff.Christophe Thommeret
2008-12-03Decodes one picture, but does not display it.Julian Scheel
2008-12-01Fix vo_cap_vdpau_h264.Christophe Thommeret
2008-12-01Enable display of XINE_IMGFMT_VDPAU.Christophe Thommeret
2008-12-01Introduce vdpau_accel_t.Christophe Thommeret
2008-11-30Add scaling, cropping & recreate presentation_queue after drawable change ↵Christophe Thommeret
(fullscreen).
2008-11-29Adding vo_vdpau.Christophe Thommeret
2009-01-04Introduce XVMC_LOCKDISPLAY_SAFE to solve deadlocks in certain xxmc ↵Reinhard Nißl
implementations. Some implementations are buggy and lock resources (for example the display or internal data structures) in different order, which results in deadlocks. As XVMC_LOCKDISPLAY_SAFE is not defined by default, most API functions will now be guarded by a LockDisplay()/UnlockDisplay() pair, which imposes a lock order at least for the resource display and hence avoids those deadlocks.
2009-01-04Merge from 1.1.Darren Salt