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
*
state_trackers/vdpau: Add support for VC-1 decoding
Maarten Lankhorst
2011-11-03
2
-2
/
+75
*
state_trackers/vdpau: Add mpeg4 part2 to PipeToProfile and ProfileToPipe
Maarten Lankhorst
2011-11-03
1
-0
/
+8
*
state_trackers/vdpau: Add support for MPEG4 Part 2
Maarten Lankhorst
2011-11-03
1
-20
/
+78
*
state_trackers/vdpau: Test if profile is supported first before trying to cre...
Maarten Lankhorst
2011-11-03
1
-0
/
+12
*
state_trackers/vdpau: Add num_slices to mpeg12 picture structure
Maarten Lankhorst
2011-11-03
1
-0
/
+1
*
state_trackers/vdpau: Implement VdpGenerateCSCMatrix
Maarten Lankhorst
2011-11-03
1
-1
/
+19
*
configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.
Stéphane Marchesin
2011-10-04
1
-1
/
+1
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
1
-2
/
+14
*
st/vdpau: Preliminary support for timestamped output surface into the present...
Emeric Grange
2011-09-14
2
-6
/
+80
*
st/vdpau: Output surfaces that are too large to fit into the display target w...
Emeric Grange
2011-09-14
1
-1
/
+7
*
st/vdpau: Add get_clear_color capability
Emeric Grange
2011-09-14
1
-1
/
+9
*
st/vdpau: Add documentation from the VDPAU API and update some traces
Emeric Grange
2011-09-14
10
-20
/
+235
*
st/vdpau: Various whitespace cleanups found while reading some code
Emeric Grange
2011-09-14
9
-33
/
+34
*
g3dvl: Add max_references parameter to vl_create_decoder()
Emeric Grange
2011-09-14
1
-2
/
+2
*
st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRender...
Christian König
2011-09-01
4
-19
/
+307
*
g3dvl: extend the functionality of the compositor
Christian König
2011-09-01
2
-2
/
+2
*
vdpau: Fix include style
Kai Wasserbäch
2011-08-29
9
-31
/
+32
*
st/vdpau: Respect source_rect in VideoMixerRender
Christian König
2011-08-29
1
-1
/
+11
*
g3dvl: Rework the decoder interface part 5/5
Christian König
2011-08-26
1
-4
/
+8
*
g3dvl: Rework the decoder interface part 4/5
Christian König
2011-08-26
2
-4
/
+2
*
g3dvl: Rework the decoder interface part 3/5
Christian König
2011-08-26
1
-3
/
+2
*
g3dvl: Rework the decoder interface part 2/5
Christian König
2011-08-26
2
-15
/
+30
*
g3dvl: Rework the decoder interface part 1/5
Christian König
2011-08-26
2
-27
/
+28
*
vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2
Emeric
2011-07-25
1
-12
/
+13
*
g3dvl: no need for flushing inside the compositor any more
Christian König
2011-07-15
2
-2
/
+2
*
g3dvl: correctly distinct dst area and clip area in the compositor
Christian König
2011-07-15
2
-2
/
+2
*
g3dvl: change picture parameter of decode_bitstream to general version
Christian König
2011-07-15
1
-1
/
+1
*
[g3dvl] add some more PIPE_VIDEO_CAPs
Christian König
2011-07-12
1
-20
/
+12
*
[g3dvl] fix a whole bunch of memory leaks
Christian König
2011-07-11
3
-0
/
+10
*
vdpau: make capabilities query more sane
Christian König
2011-07-10
3
-45
/
+32
*
vdpau: implement VdpOutputSurfaceGetParameters
Christian König
2011-07-10
4
-18
/
+51
*
vdpau: add implementation of VdpDecoderGetParameters
Christian König
2011-07-08
2
-0
/
+34
*
[g3dvl] and finally remove pipe_video_context
Christian König
2011-07-08
7
-24
/
+10
*
[g3dvl] move video buffer creation out of video context
Christian König
2011-07-08
1
-2
/
+2
*
[g3dvl] move compositor creation and handling directly into the state trackers
Christian König
2011-07-08
3
-17
/
+18
*
[g3dvl] remove sampler view handling from video context
Christian König
2011-07-08
1
-2
/
+22
*
[g3dvl] remove create_surface from video context
Christian König
2011-07-08
1
-3
/
+6
*
[g3dvl] split quant matrix out of picture info
Christian König
2011-06-05
1
-4
/
+5
*
[g3dvl] rename map/unmap to begin/end frame
Christian König
2011-06-05
1
-2
/
+2
*
[g3dvl] remove unused and dublicate fields from picture structure
Christian König
2011-06-05
1
-0
/
+1
*
vdpau: use multiple buffers to speed up rendering
Christian König
2011-05-07
2
-9
/
+27
*
vdpau: implement PresentationQueueSetBackgroundColor
Christian König
2011-05-07
1
-1
/
+11
*
vdpau: as long as we don't have a background picture we don't want an alpha c...
Christian König
2011-05-07
1
-0
/
+4
*
vdpau: make state tracker far less noisy
Christian König
2011-05-04
9
-33
/
+59
*
vdpau: remove empty color.c file
Christian König
2011-05-04
1
-0
/
+0
*
vdpau: remove the unused and incomplete mpeg2 parser
Christian König
2011-05-04
3
-200
/
+0
*
[g3dvl] Implement MPEG2 VLD
Christian König
2011-05-04
1
-18
/
+34
*
vdpau: start to implement MPEG2 decoder part
Christian König
2011-04-27
3
-181
/
+98
*
vdpau: implement OutputSurfaceDestroy
Christian König
2011-04-26
1
-1
/
+15
*
vdpau: implement PresentationQueueDestroy
Christian König
2011-04-26
1
-2
/
+15
[next]