summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vdpau
AgeCommit message (Expand)AuthorFilesLines
2012-01-31vl: fix some missing prototypes errorChristian König1-0/+1
2012-01-15vl: fix YV12 handlingChristian König1-1/+1
2012-01-15st/vdpau: recreate video buffer if decode doesn't like itChristian König1-1/+21
2012-01-15st/vdpau: recreate video buffer if format doesn't matchChristian König2-19/+37
2012-01-15vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König1-1/+6
2012-01-15vl: add h264 infrastructureChristian König1-0/+64
2012-01-15vl: move away from state like parametersChristian König1-146/+130
2012-01-15vl/video_buffer: use template style create paramsChristian König1-3/+7
2012-01-09vl: replace decode_buffers with auxiliary data fieldChristian König2-44/+2
2011-12-26vl: call decode_bitstream only onceChristian König1-4/+7
2011-12-19vdpau: Add background surface supportMaarten Lankhorst1-1/+10
2011-12-19vdpau: Add support for mixer attributesMaarten Lankhorst3-15/+147
2011-12-19vdpau: Add support for parametersMaarten Lankhorst3-6/+126
2011-12-14st/vdpau: fix unwanted output scalingChristian König1-7/+12
2011-12-14st/vdpau: some mixer fixesChristian König3-2/+8
2011-12-14g3dvl/compositor: improve dirty area handlingChristian König4-3/+7
2011-12-11vl: Add missing mpeg fields to pipe_mpeg12_picture_descMaarten Lankhorst1-0/+3
2011-11-03state_trackers/vdpau: Add support for VC-1 decodingMaarten Lankhorst2-2/+75
2011-11-03state_trackers/vdpau: Add mpeg4 part2 to PipeToProfile and ProfileToPipeMaarten Lankhorst1-0/+8
2011-11-03state_trackers/vdpau: Add support for MPEG4 Part 2Maarten Lankhorst1-20/+78
2011-11-03state_trackers/vdpau: Test if profile is supported first before trying to cre...Maarten Lankhorst1-0/+12
2011-11-03state_trackers/vdpau: Add num_slices to mpeg12 picture structureMaarten Lankhorst1-0/+1
2011-11-03state_trackers/vdpau: Implement VdpGenerateCSCMatrixMaarten Lankhorst1-1/+19
2011-10-04configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin1-1/+1
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-2/+14
2011-09-14st/vdpau: Preliminary support for timestamped output surface into the present...Emeric Grange2-6/+80
2011-09-14st/vdpau: Output surfaces that are too large to fit into the display target w...Emeric Grange1-1/+7
2011-09-14st/vdpau: Add get_clear_color capabilityEmeric Grange1-1/+9
2011-09-14st/vdpau: Add documentation from the VDPAU API and update some tracesEmeric Grange10-20/+235
2011-09-14st/vdpau: Various whitespace cleanups found while reading some codeEmeric Grange9-33/+34
2011-09-14g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange1-2/+2
2011-09-01st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRender...Christian König4-19/+307
2011-09-01g3dvl: extend the functionality of the compositorChristian König2-2/+2
2011-08-29vdpau: Fix include styleKai Wasserbäch9-31/+32
2011-08-29st/vdpau: Respect source_rect in VideoMixerRenderChristian König1-1/+11
2011-08-26g3dvl: Rework the decoder interface part 5/5Christian König1-4/+8
2011-08-26g3dvl: Rework the decoder interface part 4/5Christian König2-4/+2
2011-08-26g3dvl: Rework the decoder interface part 3/5Christian König1-3/+2
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König2-15/+30
2011-08-26g3dvl: Rework the decoder interface part 1/5Christian König2-27/+28
2011-07-25vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2Emeric1-12/+13
2011-07-15g3dvl: no need for flushing inside the compositor any moreChristian König2-2/+2
2011-07-15g3dvl: correctly distinct dst area and clip area in the compositorChristian König2-2/+2
2011-07-15g3dvl: change picture parameter of decode_bitstream to general versionChristian König1-1/+1
2011-07-12[g3dvl] add some more PIPE_VIDEO_CAPsChristian König1-20/+12
2011-07-11[g3dvl] fix a whole bunch of memory leaksChristian König3-0/+10
2011-07-10vdpau: make capabilities query more saneChristian König3-45/+32
2011-07-10vdpau: implement VdpOutputSurfaceGetParametersChristian König4-18/+51
2011-07-08vdpau: add implementation of VdpDecoderGetParametersChristian König2-0/+34
2011-07-08[g3dvl] and finally remove pipe_video_contextChristian König7-24/+10