summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vdpau
AgeCommit message (Expand)AuthorFilesLines
2013-10-09st/vdpau: really block until surface is idleGrigori Goronzy1-1/+2
2013-10-09st/vdpau: add new formats to OutputSurface renderingGrigori Goronzy2-1/+24
2013-10-09st/vdpau: fix GenerateCSCMatrix with NULL procampGrigori Goronzy1-9/+12
2013-10-01st/vdpau: consolidate C sources list into Makefile.sourcesEmil Velikov2-12/+14
2013-09-30st/vdpau: Include u_surface.h for u_copy_rect.Vinson Lee2-0/+2
2013-09-30st/vdpau: Include u_format.h for util_format_description.Vinson Lee1-0/+1
2013-09-25st/vdpau: use a separate lock per decoderChristian König2-9/+12
2013-09-25st/vdpau: use new vlc function to serach for VC-1 start codesChristian König1-2/+1
2013-09-15vdpau/decode: Check max width and max height.Rico Schüller1-0/+20
2013-08-21vdpau/decode: Fix comment.Rico Schüller1-1/+1
2013-08-21vl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit formats.Rico Schüller1-1/+6
2013-08-19st/vdpau: drop unnecessary variable profEmil Velikov2-6/+8
2013-08-19st/vdpau: don't try to create video buffer when the format is FORMAT_NONEEmil Velikov1-1/+4
2013-08-19vdpau/vl 422 chroma width/height mix upAndy Furniss1-1/+1
2013-08-19vl: add entrypoint to is_video_format_supportedChristian König2-3/+6
2013-08-19vl: add entrypoint to get_video_paramChristian König4-12/+25
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König2-5/+5
2013-08-19vl: rename enum pipe_video_codec to pipe_video_formatChristian König1-4/+4
2013-08-19vl: use a template for create_video_decoderChristian König1-12/+11
2013-08-14vl: Add support for max level query v2Rico Schüller1-2/+2
2013-05-27st/vdpau: destroy handle table only when it's emptyChristian König1-1/+1
2013-05-27st/vdpau: remove vlCreateHTAB from surface functionsChristian König1-9/+0
2013-05-27st/vdpau: invalidate the handles on destructionChristian König3-0/+4
2013-05-14vl/vdpau: fix PresentationQueueQuerySurfaceStatusChristian König2-17/+19
2013-05-01st/vdpau: fix background handling in the mixerChristian König1-9/+10
2013-05-01vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König1-4/+4
2013-05-01vl/compositor: cleanup background clearingChristian König4-11/+7
2013-04-09st/vdpau: fix subtitle related bug v2Christian König1-0/+4
2013-02-22st/vdpau: Fix memory leak in vlVdpBitmapSurfaceCreate.Vinson Lee1-0/+1
2013-02-22st/vdpau: Fix memory leak in vlVdpOutputSurfaceCreate.Vinson Lee1-0/+1
2013-01-13Remove hacks for static MakefilesMatt Turner1-6/+0
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10state_trackers/vdpau: Convert to automakeMatt Turner3-26/+56
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2-2/+2
2012-12-12gallium: remove pipe_surface::usageMarek Olšák2-2/+0
2012-11-17st/vdpau: Fix vlVdpVideoSurfaceSize for interlaced buffersMaarten Lankhorst1-2/+2
2012-10-11gallium: unify transfer functionsMarek Olšák2-20/+5
2012-06-20st/vdpau: use template size as default for source_rect.Christian König1-3/+10
2012-06-20st/vdpau: clear Cb&Cr with 0.5fChristian König1-2/+5
2012-06-14st/vdpau: fix YCbCr down/up-loads for buffers larger than requestedChristian König1-2/+27
2012-04-03st/vdpau: fix deadlock in PresentationQueueQuerySurfaceStatusChristian König1-1/+2
2012-03-28vl: move winsys helper out of winsys directoryChristian König4-8/+2
2012-03-26st/vdpau: clear video surface at least onceChristian König3-0/+31
2012-03-26st/vdpau: invert interlaced buffer checksChristian König1-1/+1
2012-03-22st/vdpau: improve frame dumping functionality a bitChristian König1-3/+6
2012-03-22st/vdpau: add VC-1 startcode if none is found in the streamChristian König1-7/+42
2012-03-09st/vdpau: fix two small memory leaksChristian König2-2/+6
2012-03-09st/vdpau: add xine workaroundChristian König1-1/+1
2012-03-08st/vdpau: cleanup YCBCR matching functionsChristian König1-6/+6
2012-03-08st/vdpau: fix chroma_format handling in VideoSurfaceQueryGetPutBitsYCbCrCapab...Christian König1-4/+18