index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
vdpau
/
vdpau_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/vdpau: use bicubic filter for scaling(v6.1)
Nayan Deshmukh
2016-07-01
1
-0
/
+6
*
st/vdpau: implement luma keying
Nayan Deshmukh
2016-06-09
1
-1
/
+5
*
st/vdpau: implement the new DMA-buf based interop v2
Christian König
2016-03-29
1
-0
/
+3
*
st/vdpau: move FormatRGBAToPipe into the interop
Christian König
2016-03-29
1
-21
/
+1
*
st/vdpau: add HEVC support v2
Christian König
2015-08-14
1
-0
/
+20
*
st/vdpau: remove obsolete define VL_HANDLES
Emil Velikov
2014-08-28
1
-1
/
+0
*
st/vdpau: fix vlVdpOutputSurfaceRender(Output|Bitmap)Surface
Christian König
2014-08-26
1
-0
/
+1
*
st/vdpau: add device reference counting
Christian König
2014-08-14
1
-0
/
+12
*
gallium: rename R4A4 and A4R4 formats to match their swizzle
Marek Olšák
2014-03-07
1
-2
/
+2
*
st/vdpau: add support for DEINTERLACE_TEMPORAL
Grigori Goronzy
2014-02-14
1
-0
/
+7
*
st/vdpau: do not export VdpPresentationQueueTargetCreateX11
Emil Velikov
2014-02-11
1
-1
/
+3
*
st/vdpau: check surface params before creating surfaces
Ilia Mirkin
2014-01-19
1
-0
/
+8
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
implement NV_vdpau_interop v7
Christian König
2013-10-26
1
-0
/
+6
*
st/vdpau: add new formats to OutputSurface rendering
Grigori Goronzy
2013-10-09
1
-0
/
+23
*
st/vdpau: use a separate lock per decoder
Christian König
2013-09-25
1
-0
/
+1
*
vl: rename pipe_video_decoder to pipe_video_codec
Christian König
2013-08-19
1
-2
/
+2
*
vl/vdpau: fix PresentationQueueQuerySurfaceStatus
Christian König
2013-05-14
1
-14
/
+14
*
vl: move winsys helper out of winsys directory
Christian König
2012-03-28
1
-2
/
+1
*
st/vdpau: clear video surface at least once
Christian König
2012-03-26
1
-0
/
+1
*
st/vdpau: cleanup YCBCR matching functions
Christian König
2012-03-08
1
-6
/
+6
*
st/vdpau: make the interface thread save
Christian König
2012-03-05
1
-0
/
+2
*
st/vdpau: implement OutputSurfacePutBitsNative
Christian König
2012-03-02
1
-0
/
+22
*
st/vdpau: fix default swizzle for Output/Bitmap samplers
Christian König
2012-03-02
1
-0
/
+2
*
st/vdpau: implement BitmapSurfaceCreate/Destroy
Christian König
2012-03-02
1
-0
/
+6
*
st/vdpau: avoid an unnessasary copy
Christian König
2012-03-02
1
-0
/
+9
*
vl/csc: simplify matrix handling
Christian König
2012-03-02
1
-2
/
+6
*
vl/compositor: replace pipe_video_rect with u_rect
Christian König
2012-03-02
1
-6
/
+6
*
vl/compositor: split shaders and state
Christian König
2012-03-02
1
-2
/
+3
*
vl: move dirty area handling into winsys abstraction
Christian König
2012-03-01
1
-1
/
+0
*
vl: rework winsys interface
Christian König
2012-02-25
1
-1
/
+1
*
vl: fix low strength denoise filter
Christian König
2012-02-14
1
-1
/
+1
*
st/vdpau: use matrix filter to blur/sharpen video
Christian König
2012-02-10
1
-1
/
+8
*
st/vdpau: use median filter for noise reduction
Christian König
2012-02-10
1
-1
/
+9
*
st/vdpau: recreate video buffer if format doesn't match
Christian König
2012-01-15
1
-1
/
+1
*
vl: replace decode_buffers with auxiliary data field
Christian König
2012-01-09
1
-3
/
+0
*
vdpau: Add support for mixer attributes
Maarten Lankhorst
2011-12-19
1
-1
/
+3
*
vdpau: Add support for parameters
Maarten Lankhorst
2011-12-19
1
-0
/
+3
*
st/vdpau: some mixer fixes
Christian König
2011-12-14
1
-0
/
+1
*
g3dvl/compositor: improve dirty area handling
Christian König
2011-12-14
1
-0
/
+2
*
state_trackers/vdpau: Add support for VC-1 decoding
Maarten Lankhorst
2011-11-03
1
-0
/
+12
*
state_trackers/vdpau: Add mpeg4 part2 to PipeToProfile and ProfileToPipe
Maarten Lankhorst
2011-11-03
1
-0
/
+8
*
st/vdpau: Preliminary support for timestamped output surface into the present...
Emeric Grange
2011-09-14
1
-0
/
+4
*
st/vdpau: Add documentation from the VDPAU API and update some traces
Emeric Grange
2011-09-14
1
-1
/
+4
*
st/vdpau: Various whitespace cleanups found while reading some code
Emeric Grange
2011-09-14
1
-7
/
+6
*
st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRender...
Christian König
2011-09-01
1
-3
/
+49
*
vdpau: Fix include style
Kai Wasserbäch
2011-08-29
1
-5
/
+5
*
g3dvl: Rework the decoder interface part 2/5
Christian König
2011-08-26
1
-2
/
+2
*
g3dvl: Rework the decoder interface part 1/5
Christian König
2011-08-26
1
-1
/
+1
*
vdpau: make capabilities query more sane
Christian König
2011-07-10
1
-2
/
+0
[next]