aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau
Commit message (Expand)AuthorAgeFilesLines
* state_trackers/vdpau: Add support for VC-1 decodingMaarten Lankhorst2011-11-032-2/+75
* state_trackers/vdpau: Add mpeg4 part2 to PipeToProfile and ProfileToPipeMaarten Lankhorst2011-11-031-0/+8
* state_trackers/vdpau: Add support for MPEG4 Part 2Maarten Lankhorst2011-11-031-20/+78
* state_trackers/vdpau: Test if profile is supported first before trying to cre...Maarten Lankhorst2011-11-031-0/+12
* state_trackers/vdpau: Add num_slices to mpeg12 picture structureMaarten Lankhorst2011-11-031-0/+1
* state_trackers/vdpau: Implement VdpGenerateCSCMatrixMaarten Lankhorst2011-11-031-1/+19
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-1/+1
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-2/+14
* st/vdpau: Preliminary support for timestamped output surface into the present...Emeric Grange2011-09-142-6/+80
* st/vdpau: Output surfaces that are too large to fit into the display target w...Emeric Grange2011-09-141-1/+7
* st/vdpau: Add get_clear_color capabilityEmeric Grange2011-09-141-1/+9
* st/vdpau: Add documentation from the VDPAU API and update some tracesEmeric Grange2011-09-1410-20/+235
* st/vdpau: Various whitespace cleanups found while reading some codeEmeric Grange2011-09-149-33/+34
* g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange2011-09-141-2/+2
* st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRender...Christian König2011-09-014-19/+307
* g3dvl: extend the functionality of the compositorChristian König2011-09-012-2/+2
* vdpau: Fix include styleKai Wasserbäch2011-08-299-31/+32
* st/vdpau: Respect source_rect in VideoMixerRenderChristian König2011-08-291-1/+11
* g3dvl: Rework the decoder interface part 5/5Christian König2011-08-261-4/+8
* g3dvl: Rework the decoder interface part 4/5Christian König2011-08-262-4/+2
* g3dvl: Rework the decoder interface part 3/5Christian König2011-08-261-3/+2
* g3dvl: Rework the decoder interface part 2/5Christian König2011-08-262-15/+30
* g3dvl: Rework the decoder interface part 1/5Christian König2011-08-262-27/+28
* vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2Emeric2011-07-251-12/+13
* g3dvl: no need for flushing inside the compositor any moreChristian König2011-07-152-2/+2
* g3dvl: correctly distinct dst area and clip area in the compositorChristian König2011-07-152-2/+2
* g3dvl: change picture parameter of decode_bitstream to general versionChristian König2011-07-151-1/+1
* [g3dvl] add some more PIPE_VIDEO_CAPsChristian König2011-07-121-20/+12
* [g3dvl] fix a whole bunch of memory leaksChristian König2011-07-113-0/+10
* vdpau: make capabilities query more saneChristian König2011-07-103-45/+32
* vdpau: implement VdpOutputSurfaceGetParametersChristian König2011-07-104-18/+51
* vdpau: add implementation of VdpDecoderGetParametersChristian König2011-07-082-0/+34
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-087-24/+10
* [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-2/+2
* [g3dvl] move compositor creation and handling directly into the state trackersChristian König2011-07-083-17/+18
* [g3dvl] remove sampler view handling from video contextChristian König2011-07-081-2/+22
* [g3dvl] remove create_surface from video contextChristian König2011-07-081-3/+6
* [g3dvl] split quant matrix out of picture infoChristian König2011-06-051-4/+5
* [g3dvl] rename map/unmap to begin/end frameChristian König2011-06-051-2/+2
* [g3dvl] remove unused and dublicate fields from picture structureChristian König2011-06-051-0/+1
* vdpau: use multiple buffers to speed up renderingChristian König2011-05-072-9/+27
* vdpau: implement PresentationQueueSetBackgroundColorChristian König2011-05-071-1/+11
* vdpau: as long as we don't have a background picture we don't want an alpha c...Christian König2011-05-071-0/+4
* vdpau: make state tracker far less noisyChristian König2011-05-049-33/+59
* vdpau: remove empty color.c fileChristian König2011-05-041-0/+0
* vdpau: remove the unused and incomplete mpeg2 parserChristian König2011-05-043-200/+0
* [g3dvl] Implement MPEG2 VLDChristian König2011-05-041-18/+34
* vdpau: start to implement MPEG2 decoder partChristian König2011-04-273-181/+98
* vdpau: implement OutputSurfaceDestroyChristian König2011-04-261-1/+15
* vdpau: implement PresentationQueueDestroyChristian König2011-04-261-2/+15