summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Collapse)Author
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
2008-12-28Merge from 1.1.Darren Salt
--HG-- rename : src/libxineadec/Makefile.am => src/audio_dec/Makefile.am rename : src/libxinevdec/Makefile.am => src/video_dec/Makefile.am rename : src/libmpeg2/Makefile.am => src/video_dec/libmpeg2/Makefile.am
2008-12-28Report when defaulting due to the requested Xv port type not being available.Darren Salt
2008-12-28Add support for Xv "blitter" adaptors.Darren Salt
These are known to be present in some nvidia graphics hardware.
2008-12-28Fix up Xv textured video selection for use with drivers for nvidia gfx hw.Darren Salt
These drivers use "NV* Video Texture" instead of "* Textured Video".
2008-12-28Centralise some Xv-related static string array declarations.Darren Salt
2008-12-28Fix xcbxv Xv port fallback (was failing to find an Xv port).Darren Salt
2008-12-28Merge from 1.1.Darren Salt
--HG-- rename : src/combined/demux_flac.c => src/combined/flac_demuxer.c rename : src/libspudvb/xine_spudvb_decoder.c => src/spu_dec/spudvb_decoder.c
2008-12-27Recognise XV_BICUBIC for xf86-video-ati 6.9.1.Darren Salt
2008-12-27Recognise XV_VSYNC == XV_SYNC_TO_BLANK for xf86-video-ati 6.9.1.Darren Salt
2008-12-27Clean up Xv attribute-setting functions; fix a related off-by-one (xcbxv).Darren Salt
--HG-- extra : transplant_source : %A0%EE%CC%FA%D3%AF2%8B%96%1F%B1%8E%00%01%96%8E%9E%AC%93Y
2008-12-20Remove format warning.Diego E. 'Flameeyes' Pettenò
2008-12-20Remove unused variable.Diego E. 'Flameeyes' Pettenò