summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau
Commit message (Expand)AuthorAgeFilesLines
* vl/compositor: add support for per layer dst areasChristian König2012-03-022-4/+4
* vl/compositor: add per vertex color suportChristian König2012-03-023-3/+3
* vl/compositor: replace pipe_video_rect with u_rectChristian König2012-03-024-20/+18
* vl/compositor: split shaders and stateChristian König2012-03-024-34/+48
* vl: move dirty area handling into winsys abstractionChristian König2012-03-012-4/+4
* vl: rework winsys interfaceChristian König2012-02-257-34/+39
* vl: add support for bob deinterlacingChristian König2012-02-211-1/+20
* st/vdpau: Use transfer_inline_write to upload ycbcr dataChristian König2012-02-211-18/+5
* st/vdpau: remove unnecessary tracing and adjust tracing levels a bitChristian König2012-02-217-64/+4
* st/vdpau: fix a small memory leakChristian König2012-02-141-0/+5
* vl: fix low strength denoise filterChristian König2012-02-142-5/+5
* 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