summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau/mixer.c
Commit message (Expand)AuthorAgeFilesLines
* st/vdpau: use temporary buffers while applying filtersNayan Deshmukh2016-08-291-18/+57
* st/vdpau: Revert "change the order in which filters are applied(v3)"Christian König2016-08-291-18/+10
* st/vdpau: change the order in which filters are applied(v3)Nayan Deshmukh2016-08-161-10/+18
* st/vdpau: use bicubic filter for scaling(v6.1)Nayan Deshmukh2016-07-011-14/+99
* st/vdpau: replace 0.f and 1.f with 0.0f and 1.0f respectivelyNayan Deshmukh2016-06-141-4/+4
* st/vdpau: implement luma keyingNayan Deshmukh2016-06-091-11/+34
* vl: Apply luma key filter before CSC conversionNayan Deshmukh2016-06-091-2/+2
* gallium: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+1
* st/vdpau: fix mixer size checksChristian König2015-07-091-11/+11
* vdpau: unlock the mutex on error paths in attribute setting.Dave Airlie2014-09-031-12/+26
* st/vdpau: add device reference countingChristian König2014-08-141-1/+3
* st/vdpau: fix possible NULL dereferenceGrigori Goronzy2014-03-031-4/+4
* st/vdpau: add support for DEINTERLACE_TEMPORALGrigori Goronzy2014-02-141-4/+65
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* st/vdpau: fix GenerateCSCMatrix with NULL procampGrigori Goronzy2013-10-091-9/+12
* st/vdpau: drop unnecessary variable profEmil Velikov2013-08-191-3/+4
* vl: add entrypoint to get_video_paramChristian König2013-08-191-2/+2
* st/vdpau: fix background handling in the mixerChristian König2013-05-011-9/+10
* vl/compositor: cleanup background clearingChristian König2013-05-011-1/+1
* st/vdpau: use template size as default for source_rect.Christian König2012-06-201-3/+10
* st/vdpau: make the interface thread saveChristian König2012-03-051-4/+27
* st/vdpau: implement support for extra mixer layersChristian König2012-03-051-6/+21
* st/vdpau: avoid an unnessasary copyChristian König2012-03-021-12/+21
* vl/csc: simplify matrix handlingChristian König2012-03-021-8/+6
* vl/compositor: add support for per layer dst areasChristian König2012-03-021-2/+2
* vl/compositor: add per vertex color suportChristian König2012-03-021-1/+1
* vl/compositor: replace pipe_video_rect with u_rectChristian König2012-03-021-1/+1
* vl/compositor: split shaders and stateChristian König2012-03-021-16/+19
* vl: rework winsys interfaceChristian König2012-02-251-5/+3
* vl: add support for bob deinterlacingChristian König2012-02-211-1/+20
* st/vdpau: remove unnecessary tracing and adjust tracing levels a bitChristian König2012-02-211-7/+3
* st/vdpau: fix a small memory leakChristian König2012-02-141-0/+5
* vl: fix low strength denoise filterChristian König2012-02-141-4/+4
* st/vdpau: use matrix filter to blur/sharpen videoChristian König2012-02-101-6/+72
* st/vdpau: use median filter for noise reductionChristian König2012-02-101-56/+230
* vdpau: Add background surface supportMaarten Lankhorst2011-12-191-1/+10
* vdpau: Add support for mixer attributesMaarten Lankhorst2011-12-191-12/+109
* vdpau: Add support for parametersMaarten Lankhorst2011-12-191-3/+85
* st/vdpau: some mixer fixesChristian König2011-12-141-2/+5
* g3dvl/compositor: improve dirty area handlingChristian König2011-12-141-1/+1
* state_trackers/vdpau: Implement VdpGenerateCSCMatrixMaarten Lankhorst2011-11-031-1/+19
* st/vdpau: Add documentation from the VDPAU API and update some tracesEmeric Grange2011-09-141-0/+30
* st/vdpau: Various whitespace cleanups found while reading some codeEmeric Grange2011-09-141-4/+4
* st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRender...Christian König2011-09-011-10/+3
* g3dvl: extend the functionality of the compositorChristian König2011-09-011-1/+1
* vdpau: Fix include styleKai Wasserbäch2011-08-291-3/+3
* st/vdpau: Respect source_rect in VideoMixerRenderChristian König2011-08-291-1/+11
* g3dvl: Rework the decoder interface part 4/5Christian König2011-08-261-2/+1
* g3dvl: no need for flushing inside the compositor any moreChristian König2011-07-151-1/+1
* g3dvl: correctly distinct dst area and clip area in the compositorChristian König2011-07-151-1/+1