index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
va
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/va: Fix scaling list ordering for H.265
Mark Thompson
2017-07-17
1
-7
/
+26
*
change va max_entrypoints
Chandu Babu N
2017-06-22
2
-1
/
+3
*
st/va: Fix leak in VAAPI subpictures
Chandu Babu N
2017-06-22
1
-0
/
+1
*
vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_create
Marek Olšák
2017-06-12
1
-1
/
+1
*
util: Port nir_array functionality to u_dynarray
Thomas Helland
2017-06-07
1
-1
/
+1
*
gallium: Add missing includes
Thomas Helland
2017-06-07
2
-0
/
+2
*
st/va: check if vl_*_screen_create has failed only once
Emil Velikov
2017-05-19
1
-4
/
+3
*
st/va: fix misplaced closing bracket
Emil Velikov
2017-05-19
1
-1
/
+1
*
st/va: move variable declaration to where its used
Emil Velikov
2017-05-19
1
-2
/
+1
*
auxiliary/vl: use vl_*_screen_create stubs when building w/o platform
Emil Velikov
2017-05-19
1
-2
/
+0
*
configure: check once for DRI3 dependencies
Emil Velikov
2017-05-19
1
-0
/
+1
*
st/va: remove assert for single slice
Nayan Deshmukh
2017-03-28
1
-1
/
+1
*
st/va: add config support for 10bit decoding v2
Christian König
2017-03-13
2
-4
/
+21
*
st/va: add support for allocating 10bpp surfaces
Christian König
2017-03-13
1
-9
/
+15
*
st/va: add support for P010 and P016 formats v3
Christian König
2017-03-13
4
-3
/
+22
*
st/va: clear the video surface on allocation
Christian König
2017-03-13
1
-4
/
+35
*
st/va: cleanup error handling in vlVaCreateSurfaces2
Christian König
2017-03-13
1
-25
/
+27
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
7
-79
/
+79
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
7
-35
/
+35
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
st/va: Fix forward/backward referencing for deinterlacing
Mark Thompson
2017-03-06
2
-7
/
+7
*
st/va: Support fractional framerate in misc parameter
Mark Thompson
2017-03-06
1
-1
/
+7
*
st/va encode handle ntsc framerate rate control
Andy Furniss
2017-03-06
1
-6
/
+13
*
st/va: Fix up YV12 to NV12 putImage conversion
Thomas Hellstrom
2017-02-24
1
-20
/
+28
*
gallium/vl: use the common uploader
Marek Olšák
2017-02-14
1
-4
/
+0
*
st/va: add h264 constrained baseline profile
Boyuan Zhang
2017-02-01
1
-0
/
+1
*
st/va: make sure that we call begin_frame() only once v2
Christian König
2017-01-23
2
-3
/
+9
*
st/va: delay calling begin_frame until we have all parameters
Nayan Deshmukh
2017-01-16
1
-3
/
+3
*
st/va: flush pipeline after post processing
sguttula
2017-01-13
1
-0
/
+1
*
st/va: fix incorrect argument in vl_compositor_cleanup
Nayan Deshmukh
2017-01-05
1
-1
/
+1
*
va: call texture_get_handle while the mutex is being held
Marek Olšák
2017-01-04
1
-2
/
+5
*
st/va: error handling
Nayan Deshmukh
2017-01-03
1
-3
/
+15
*
st/va: declare vlVaBuffer before vlVaContext
Juan A. Suarez Romero
2016-12-05
1
-15
/
+15
*
st/va: remove unused variable pbuff
Juan A. Suarez Romero
2016-12-05
1
-1
/
+0
*
st/va: automake: cleanup C{PP,}FLAGS
Emil Velikov
2016-12-05
1
-12
/
+0
*
st/va: fix gop size for rate control
Boyuan Zhang
2016-12-05
2
-6
/
+14
*
st/va: force to submit two consecutive single jobs
Boyuan Zhang
2016-12-05
3
-7
/
+27
*
st/va: force to flush the last p frame in idr period
Boyuan Zhang
2016-10-18
1
-0
/
+3
*
st/va: set default rt formats when calling vaCreateConfig
Julien Isorce
2016-10-18
2
-2
/
+12
*
st/va: Fix H.264 PicOrderCnt value
Mark Thompson
2016-10-14
1
-1
/
+1
*
st/va: Baseline profile is not supported
Mark Thompson
2016-10-14
1
-2
/
+2
*
st/va: Return surface formats depending on config chroma format
Mark Thompson
2016-10-14
1
-2
/
+10
*
st/va: Save surface chroma format in config
Mark Thompson
2016-10-14
2
-1
/
+20
*
st/va: Return more useful config attributes
Mark Thompson
2016-10-14
1
-9
/
+38
*
st/va Avoid VBR bitrate calculation overflow v2
Andy Furniss
2016-09-27
1
-1
/
+1
*
st/va: Fix vaSyncSurface with no outstanding operation
Mark Thompson
2016-09-27
1
-0
/
+7
*
st/va: flush the context before calling flush_frontbuffer(v2)
Nayan Deshmukh
2016-09-20
1
-1
/
+5
*
st/va: also honors interlaced preference when providing a video format
Julien Isorce
2016-09-12
1
-17
/
+19
[next]