Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vl: move winsys helper out of winsys directory | Christian König | 2012-03-28 | 1 | -2/+0 |
| | | | | | | | | | They aren't winsys of their own, just help dealing with them. v2: add some more comments in vl_winsys.h Signed-off-by: Christian König <[email protected]> | ||||
* | st/vdpau: fix two small memory leaks | Christian König | 2012-03-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Christian König <[email protected]> | ||||
* | st/vdpau: make the interface thread save | Christian König | 2012-03-05 | 1 | -1/+3 |
| | | | | Signed-off-by: Christian König <[email protected]> | ||||
* | st/vdpau: fix default swizzle for Output/Bitmap samplers | Christian König | 2012-03-02 | 1 | -2/+20 |
| | | | | Signed-off-by: Christian König <[email protected]> | ||||
* | st/vdpau: avoid an unnessasary copy | Christian König | 2012-03-02 | 1 | -0/+52 |
| | | | | | | | Delay the actual mixer rendering until we really know which surface is the real destination. Signed-off-by: Christian König <[email protected]> | ||||
* | vl: rework winsys interface | Christian König | 2012-02-25 | 1 | -4/+6 |
| | | | | | | Throw out all the old and now unneeded stuff. Signed-off-by: Christian König <[email protected]> | ||||
* | st/vdpau: remove unnecessary tracing and adjust tracing levels a bit | Christian König | 2012-02-21 | 1 | -9/+0 |
| | | | | | | | | | Tracing function entry/exits is a bit pointless when VDPAU_TRACE=1 does the same thing. v2: use WARN instead of ERR for application problems Signed-off-by: Christian König <[email protected]> | ||||
* | st/vdpau: Add documentation from the VDPAU API and update some traces | Emeric Grange | 2011-09-14 | 1 | -2/+20 |
| | | | | | Signed-off-by: Emeric Grange <[email protected]> Reviewed-by: Christian König <[email protected]> | ||||
* | st/vdpau: Various whitespace cleanups found while reading some code | Emeric Grange | 2011-09-14 | 1 | -3/+3 |
| | | | | | Signed-off-by: Emeric Grange <[email protected]> Reviewed-by: Christian König <[email protected]> | ||||
* | st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and ↵ | Christian König | 2011-09-01 | 1 | -0/+3 |
| | | | | | | | | VdpOutputSurfaceRenderOutputSurface This gets mplayers menu overlay working. Signed-off-by: Christian König <[email protected]> | ||||
* | vdpau: Fix include style | Kai Wasserbäch | 2011-08-29 | 1 | -4/+4 |
| | | | | | | | | | | | As explained in the thread starting at [0], the internal include style should be »#include "path/to/header.h"« for non-system includes. [0] <http://news.gmane.org/find-root.php?message_id=%3c4E5802BE.6020206%40vmware.com%3e> Signed-off-by: Kai Wasserbäch <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | [g3dvl] fix a whole bunch of memory leaks | Christian König | 2011-07-11 | 1 | -0/+3 |
| | |||||
* | vdpau: make capabilities query more sane | Christian König | 2011-07-10 | 1 | -2/+0 |
| | |||||
* | [g3dvl] and finally remove pipe_video_context | Christian König | 2011-07-08 | 1 | -1/+0 |
| | |||||
* | vdpau: make state tracker far less noisy | Christian König | 2011-05-04 | 1 | -6/+6 |
| | |||||
* | vdpau: add stups for the missing functions | Christian König | 2011-04-26 | 1 | -0/+2 |
| | |||||
* | vdpau: implement and cleanup PresentationQueueTarget destruction | Christian König | 2011-04-25 | 1 | -4/+25 |
| | |||||
* | vdpau: implement vlVdpVideoSurfacePutBitsYCbCr | Christian König | 2011-04-06 | 1 | -0/+8 |
| | |||||
* | g3dvl/vdpau: some more indention fixes | Christian König | 2011-04-03 | 1 | -5/+4 |
| | |||||
* | vdpau: make indention and formating more sane | Christian König | 2011-03-19 | 1 | -59/+56 |
| | |||||
* | vl: some more fixes and addition to the decoder handling | Thomas Balling Sørensen | 2010-10-07 | 1 | -0/+10 |
| | |||||
* | vl: implemented a few functions and made stubs to get mplayer running | Thomas Balling Sørensen | 2010-10-06 | 1 | -6/+39 |
| | |||||
* | Added stubs for the rest of the vdpau interface | Thomas Balling Sørensen | 2010-07-22 | 1 | -3/+56 |
| | |||||
* | Made some decoding function for mpeg2-decoding | Thomas Balling Sørensen | 2010-07-20 | 1 | -1/+1 |
| | |||||
* | vdpau changes | Thomas Balling Sørensen | 2010-07-14 | 1 | -2/+6 |
| | |||||
* | st/vdpau: Initial commit. | Younes Manton | 2010-06-27 | 1 | -0/+98 |
Enough plumbing here to get vdpauinfo working. |