Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-10 | Some fixes. | Christophe Thommeret | |
2009-01-09 | Add preemption reinit support. | Julian Scheel | |
2009-01-06 | Add enable_inverse_telecine option; rename honnor_progressive -> ↵ | Julian Scheel | |
honor_progressive. | |||
2009-01-05 | Enable sharpness and noise_reduction; add an option for progressive_flag. | Christophe Thommeret | |
2009-01-04 | Deinterlacer options. | Christophe Thommeret | |
2009-01-02 | Add framegrabbing support; extend ARGB OSD interface. | Reinhard Nißl | |
2008-12-31 | Honour deinterlace setting (tvtime method must be use_vo_driver). | Christophe Thommeret | |
2008-12-30 | Enable advanced deinterlaced. | Christophe Thommeret | |
2008-12-30 | Memory management cleanup; fix freeze after decoder failure. | Reinhard Nißl | |
2008-12-30 | Remove some debug printfs. | Julian Scheel | |
2008-12-30 | More mixer parameters. | Christophe Thommeret | |
2008-12-30 | Unscaled overlay. | Christophe Thommeret | |
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 | |