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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vdpau/decode: Check max width and max height.
Rico Schüller
2013-09-15
1
-0
/
+20
*
vdpau/decode: Fix comment.
Rico Schüller
2013-08-21
1
-1
/
+1
*
vl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit formats.
Rico Schüller
2013-08-21
1
-1
/
+6
*
st/vdpau: drop unnecessary variable prof
Emil Velikov
2013-08-19
2
-6
/
+8
*
st/vdpau: don't try to create video buffer when the format is FORMAT_NONE
Emil Velikov
2013-08-19
1
-1
/
+4
*
vdpau/vl 422 chroma width/height mix up
Andy Furniss
2013-08-19
1
-1
/
+1
*
vl: add entrypoint to is_video_format_supported
Christian König
2013-08-19
2
-3
/
+6
*
vl: add entrypoint to get_video_param
Christian König
2013-08-19
4
-12
/
+25
*
vl: rename pipe_video_decoder to pipe_video_codec
Christian König
2013-08-19
2
-5
/
+5
*
vl: rename enum pipe_video_codec to pipe_video_format
Christian König
2013-08-19
1
-4
/
+4
*
vl: use a template for create_video_decoder
Christian König
2013-08-19
1
-12
/
+11
*
vl: Add support for max level query v2
Rico Schüller
2013-08-14
1
-2
/
+2
*
st/vdpau: destroy handle table only when it's empty
Christian König
2013-05-27
1
-1
/
+1
*
st/vdpau: remove vlCreateHTAB from surface functions
Christian König
2013-05-27
1
-9
/
+0
*
st/vdpau: invalidate the handles on destruction
Christian König
2013-05-27
3
-0
/
+4
*
vl/vdpau: fix PresentationQueueQuerySurfaceStatus
Christian König
2013-05-14
2
-17
/
+19
*
st/vdpau: fix background handling in the mixer
Christian König
2013-05-01
1
-9
/
+10
*
vl/buffer: use 2D_ARRAY instead of 3D textures
Christian König
2013-05-01
1
-4
/
+4
*
vl/compositor: cleanup background clearing
Christian König
2013-05-01
4
-11
/
+7
*
st/vdpau: fix subtitle related bug v2
Christian König
2013-04-09
1
-0
/
+4
*
st/vdpau: Fix memory leak in vlVdpBitmapSurfaceCreate.
Vinson Lee
2013-02-22
1
-0
/
+1
*
st/vdpau: Fix memory leak in vlVdpOutputSurfaceCreate.
Vinson Lee
2013-02-22
1
-0
/
+1
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
1
-6
/
+0
*
Clean up .gitignore files
Matt Turner
2013-01-10
1
-1
/
+0
*
state_trackers/vdpau: Convert to automake
Matt Turner
2013-01-10
3
-26
/
+56
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
2
-2
/
+2
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
2
-2
/
+0
*
st/vdpau: Fix vlVdpVideoSurfaceSize for interlaced buffers
Maarten Lankhorst
2012-11-17
1
-2
/
+2
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
2
-20
/
+5
*
st/vdpau: use template size as default for source_rect.
Christian König
2012-06-20
1
-3
/
+10
*
st/vdpau: clear Cb&Cr with 0.5f
Christian König
2012-06-20
1
-2
/
+5
*
st/vdpau: fix YCbCr down/up-loads for buffers larger than requested
Christian König
2012-06-14
1
-2
/
+27
*
st/vdpau: fix deadlock in PresentationQueueQuerySurfaceStatus
Christian König
2012-04-03
1
-1
/
+2
*
vl: move winsys helper out of winsys directory
Christian König
2012-03-28
4
-8
/
+2
*
st/vdpau: clear video surface at least once
Christian König
2012-03-26
3
-0
/
+31
*
st/vdpau: invert interlaced buffer checks
Christian König
2012-03-26
1
-1
/
+1
*
st/vdpau: improve frame dumping functionality a bit
Christian König
2012-03-22
1
-3
/
+6
*
st/vdpau: add VC-1 startcode if none is found in the stream
Christian König
2012-03-22
1
-7
/
+42
*
st/vdpau: fix two small memory leaks
Christian König
2012-03-09
2
-2
/
+6
*
st/vdpau: add xine workaround
Christian König
2012-03-09
1
-1
/
+1
*
st/vdpau: cleanup YCBCR matching functions
Christian König
2012-03-08
1
-6
/
+6
*
st/vdpau: fix chroma_format handling in VideoSurfaceQueryGetPutBitsYCbCrCapab...
Christian König
2012-03-08
1
-4
/
+18
*
st/vdpau: make the interface thread save
Christian König
2012-03-05
9
-35
/
+175
*
st/vdpau: implement support for high-precision output timing
Christian König
2012-03-05
1
-10
/
+3
*
st/vdpau: implement support for extra mixer layers
Christian König
2012-03-05
1
-6
/
+21
*
st/vdpau: implement OutputSurfaceQueryPutBitsYCbCrCapabilities
Christian König
2012-03-02
1
-1
/
+33
*
st/vdpau: implement OutputSurfacePutBitsYCbCr
Christian König
2012-03-02
1
-1
/
+82
*
st/vdpau: implement VideoSurfaceGetBitsYCbCr
Christian König
2012-03-02
1
-8
/
+53
*
st/vdpau: implement OutputSurfaceQueryGetPutBitsNativeCapabilities
Christian König
2012-03-02
1
-1
/
+23
*
st/vdpau: implement OutputSurfaceGetBitsNative
Christian König
2012-03-02
1
-1
/
+36
[prev]
[next]