Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-30 | Indentation fixes. | Christophe Thommeret | |
2008-12-30 | Minor cleanups & fixes. | Christophe Thommeret | |
2008-12-29 | Add future frame. | Christophe Thommeret | |
2008-12-28 | Fix argb overlay; allow partial buffer updates to improve performance. | Julian Scheel | |
2008-12-28 | ARGB overlay fixups. | Julian Scheel | |
2008-12-27 | Progressive frame & background colour bits. | Christophe Thommeret | |
2008-12-27 | User aspect ratio. | Christophe Thommeret | |
2008-12-27 | Initial support for ARGB overlay. | Julian Scheel | |
2008-12-23 | Set 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-23 | Enable inverse telecine & noise reduction. | Julian Scheel | |
2008-12-22 | Clear PTS on reset; remove a printf. | Christophe Thommeret | |
2008-12-21 | Fix chroma_type. | Christophe Thommeret | |
2008-12-20 | Alpha-handling optimisation. | Christophe Thommeret | |
2008-12-19 | Fix queue_block. | Christophe Thommeret | |
2008-12-19 | Fix mixer size. | Christophe Thommeret | |
2008-12-18 | Property handling. | Christophe Thommeret | |
2008-12-17 | Fix mixer update. | Christophe Thommeret | |
2008-12-16 | More deinterlacing. | Christophe Thommeret | |
2008-12-16 | More deinterlacing. | Christophe Thommeret | |
2008-12-16 | More deinterlacing. | Christophe Thommeret | |
2008-12-16 | Deinterlacing. | Christophe Thommeret | |
2008-12-16 | OSD working. | Christophe Thommeret | |
2008-12-14 | Overlay fixup. | Christophe Thommeret | |
2008-12-14 | Overlay handling. | Christophe Thommeret | |
2008-12-12 | Locking fixes. | Christophe Thommeret | |
2008-12-10 | Comment out some printfs. | Christophe Thommeret | |
2008-12-08 | Fix frame alloc. | Christophe Thommeret | |
2008-12-08 | Export vdp_get_error_string; define MPEG12 cap. | Christophe Thommeret | |
2008-12-05 | Queue bits; use-after-free fix. | Christophe Thommeret | |
2008-12-03 | Overlay stuff. | Christophe Thommeret | |
2008-12-03 | Decodes one picture, but does not display it. | Julian Scheel | |
2008-12-01 | Fix vo_cap_vdpau_h264. | Christophe Thommeret | |
2008-12-01 | Enable display of XINE_IMGFMT_VDPAU. | Christophe Thommeret | |
2008-12-01 | Introduce vdpau_accel_t. | Christophe Thommeret | |
2008-11-30 | Add scaling, cropping & recreate presentation_queue after drawable change ↵ | Christophe Thommeret | |
(fullscreen). | |||
2008-11-29 | Adding vo_vdpau. | Christophe Thommeret | |
2009-01-04 | Introduce 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-04 | Merge from 1.1. | Darren Salt | |
2008-12-28 | Merge 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-28 | Report when defaulting due to the requested Xv port type not being available. | Darren Salt | |
2008-12-28 | Add support for Xv "blitter" adaptors. | Darren Salt | |
These are known to be present in some nvidia graphics hardware. | |||
2008-12-28 | Fix 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-28 | Centralise some Xv-related static string array declarations. | Darren Salt | |
2008-12-28 | Fix xcbxv Xv port fallback (was failing to find an Xv port). | Darren Salt | |
2008-12-28 | Merge 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-27 | Recognise XV_BICUBIC for xf86-video-ati 6.9.1. | Darren Salt | |
2008-12-27 | Recognise XV_VSYNC == XV_SYNC_TO_BLANK for xf86-video-ati 6.9.1. | Darren Salt | |
2008-12-27 | Clean 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-20 | Remove format warning. | Diego E. 'Flameeyes' Pettenò | |
2008-12-20 | Remove unused variable. | Diego E. 'Flameeyes' Pettenò | |