summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau
Commit message (Expand)AuthorAgeFilesLines
* st/vdpau: use matrix filter to blur/sharpen videoChristian König2012-02-103-7/+81
* st/vdpau: use median filter for noise reductionChristian König2012-02-103-60/+248
* st/vdpau: use dst surface size if clip width/height is zeroChristian König2012-02-061-2/+2
* st/vdpau: implement vlVdpOutputSurfaceQueryCapabilitiesChristian König2012-02-061-2/+36
* st/vdpau: use interlacing capabilitiesChristian König2012-02-062-1/+15
* st/vdpau: implement uploads to interlaced video buffersChristian König2012-02-061-21/+27
* vl: fix some missing prototypes errorChristian König2012-01-311-0/+1
* vl: fix YV12 handlingChristian König2012-01-151-1/+1
* st/vdpau: recreate video buffer if decode doesn't like itChristian König2012-01-151-1/+21
* st/vdpau: recreate video buffer if format doesn't matchChristian König2012-01-152-19/+37
* vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König2012-01-151-1/+6
* vl: add h264 infrastructureChristian König2012-01-151-0/+64
* vl: move away from state like parametersChristian König2012-01-151-146/+130
* vl/video_buffer: use template style create paramsChristian König2012-01-151-3/+7
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-092-44/+2
* vl: call decode_bitstream only onceChristian König2011-12-261-4/+7
* vdpau: Add background surface supportMaarten Lankhorst2011-12-191-1/+10
* vdpau: Add support for mixer attributesMaarten Lankhorst2011-12-193-15/+147
* vdpau: Add support for parametersMaarten Lankhorst2011-12-193-6/+126
* st/vdpau: fix unwanted output scalingChristian König2011-12-141-7/+12
* st/vdpau: some mixer fixesChristian König2011-12-143-2/+8
* g3dvl/compositor: improve dirty area handlingChristian König2011-12-144-3/+7
* vl: Add missing mpeg fields to pipe_mpeg12_picture_descMaarten Lankhorst2011-12-111-0/+3
* 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