aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau
Commit message (Expand)AuthorAgeFilesLines
...
* vdpau/decode: Check max width and max height.Rico Schüller2013-09-151-0/+20
* vdpau/decode: Fix comment.Rico Schüller2013-08-211-1/+1
* vl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit formats.Rico Schüller2013-08-211-1/+6
* st/vdpau: drop unnecessary variable profEmil Velikov2013-08-192-6/+8
* st/vdpau: don't try to create video buffer when the format is FORMAT_NONEEmil Velikov2013-08-191-1/+4
* vdpau/vl 422 chroma width/height mix upAndy Furniss2013-08-191-1/+1
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-192-3/+6
* vl: add entrypoint to get_video_paramChristian König2013-08-194-12/+25
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-192-5/+5
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-191-4/+4
* vl: use a template for create_video_decoderChristian König2013-08-191-12/+11
* vl: Add support for max level query v2Rico Schüller2013-08-141-2/+2
* st/vdpau: destroy handle table only when it's emptyChristian König2013-05-271-1/+1
* st/vdpau: remove vlCreateHTAB from surface functionsChristian König2013-05-271-9/+0
* st/vdpau: invalidate the handles on destructionChristian König2013-05-273-0/+4
* vl/vdpau: fix PresentationQueueQuerySurfaceStatusChristian König2013-05-142-17/+19
* st/vdpau: fix background handling in the mixerChristian König2013-05-011-9/+10
* vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König2013-05-011-4/+4
* vl/compositor: cleanup background clearingChristian König2013-05-014-11/+7
* st/vdpau: fix subtitle related bug v2Christian König2013-04-091-0/+4
* st/vdpau: Fix memory leak in vlVdpBitmapSurfaceCreate.Vinson Lee2013-02-221-0/+1
* st/vdpau: Fix memory leak in vlVdpOutputSurfaceCreate.Vinson Lee2013-02-221-0/+1
* Remove hacks for static MakefilesMatt Turner2013-01-131-6/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* state_trackers/vdpau: Convert to automakeMatt Turner2013-01-103-26/+56
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-042-2/+2
* gallium: remove pipe_surface::usageMarek Olšák2012-12-122-2/+0
* st/vdpau: Fix vlVdpVideoSurfaceSize for interlaced buffersMaarten Lankhorst2012-11-171-2/+2
* gallium: unify transfer functionsMarek Olšák2012-10-112-20/+5
* st/vdpau: use template size as default for source_rect.Christian König2012-06-201-3/+10
* st/vdpau: clear Cb&Cr with 0.5fChristian König2012-06-201-2/+5
* st/vdpau: fix YCbCr down/up-loads for buffers larger than requestedChristian König2012-06-141-2/+27
* st/vdpau: fix deadlock in PresentationQueueQuerySurfaceStatusChristian König2012-04-031-1/+2
* vl: move winsys helper out of winsys directoryChristian König2012-03-284-8/+2
* st/vdpau: clear video surface at least onceChristian König2012-03-263-0/+31
* st/vdpau: invert interlaced buffer checksChristian König2012-03-261-1/+1
* st/vdpau: improve frame dumping functionality a bitChristian König2012-03-221-3/+6
* st/vdpau: add VC-1 startcode if none is found in the streamChristian König2012-03-221-7/+42
* st/vdpau: fix two small memory leaksChristian König2012-03-092-2/+6
* st/vdpau: add xine workaroundChristian König2012-03-091-1/+1
* st/vdpau: cleanup YCBCR matching functionsChristian König2012-03-081-6/+6
* st/vdpau: fix chroma_format handling in VideoSurfaceQueryGetPutBitsYCbCrCapab...Christian König2012-03-081-4/+18
* st/vdpau: make the interface thread saveChristian König2012-03-059-35/+175
* st/vdpau: implement support for high-precision output timingChristian König2012-03-051-10/+3
* st/vdpau: implement support for extra mixer layersChristian König2012-03-051-6/+21
* st/vdpau: implement OutputSurfaceQueryPutBitsYCbCrCapabilitiesChristian König2012-03-021-1/+33
* st/vdpau: implement OutputSurfacePutBitsYCbCrChristian König2012-03-021-1/+82
* st/vdpau: implement VideoSurfaceGetBitsYCbCrChristian König2012-03-021-8/+53
* st/vdpau: implement OutputSurfaceQueryGetPutBitsNativeCapabilitiesChristian König2012-03-021-1/+23
* st/vdpau: implement OutputSurfaceGetBitsNativeChristian König2012-03-021-1/+36