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
/
va
/
picture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
1
-689
/
+0
*
st/va: Add support for P010, used for 10-bit videos
Thong Thai
2020-01-03
1
-0
/
+1
*
st/va: get mjpeg slice header
Boyuan Zhang
2018-10-23
1
-2
/
+11
*
st/va: parse VP9 uncompressed frame header
Leo Liu
2018-04-12
1
-1
/
+1
*
st/va: add handles for VP9 buffers
Leo Liu
2018-04-12
1
-0
/
+11
*
st/va: add HEVC encode functions
Boyuan Zhang
2018-02-05
1
-3
/
+28
*
st/va: enable dual instances encode only for H264
Boyuan Zhang
2018-02-05
1
-1
/
+2
*
st/va: move H264 enc functions into separate file
Boyuan Zhang
2018-02-05
1
-138
/
+50
*
st/va: add break for MPEG4 data buffer handling case
Leo Liu
2018-01-17
1
-0
/
+1
*
st/va: remove TODO line for JPEG data buffer handling
Leo Liu
2018-01-17
1
-1
/
+0
*
st/va: release held locks in error paths
Grazvydas Ignotas
2018-01-17
1
-1
/
+3
*
st/va: clear pointers for mpeg2 quantiser matrices
Indrajit Das
2018-01-16
1
-0
/
+5
*
st/va: directly use idr pic flag
Boyuan Zhang
2017-12-15
1
-5
/
+3
*
st/va: implement poc type
Boyuan Zhang
2017-11-17
1
-0
/
+1
*
st/va: add dst rect to avoid scale on deint
Leo Liu
2017-09-29
1
-6
/
+6
*
st/va: make internal func vlVaHandleSurfaceAllocate() call simpler
Leo Liu
2017-09-25
1
-1
/
+1
*
st/va: use new vl_compositor_yuv_deint_full() to deint
Leo Liu
2017-09-25
1
-3
/
+11
*
st/va: move YUV content to deinterlaced buffer when reallocated for encoder
Leo Liu
2017-09-07
1
-1
/
+10
*
st/va: reallocate the buffer if the layout isn't supported
Leo Liu
2017-09-07
1
-9
/
+12
*
st/va: exclude the buffer reallocation for encode case
Leo Liu
2017-08-23
1
-1
/
+1
*
st/va: enable P016 format i.e. reallocate buffer if format changed
Leo Liu
2017-08-22
1
-0
/
+12
*
st/va: reallocate surface with YUYV stream
Leo Liu
2017-08-21
1
-0
/
+17
*
st/va: detect MJPEG format from bitstream
Leo Liu
2017-08-21
1
-0
/
+1
*
st/va: reallocate surface when interlaced
Leo Liu
2017-08-21
1
-0
/
+22
*
st/va: add handles for MJPEG Buffers
Leo Liu
2017-08-21
1
-0
/
+19
*
st/va: create decoder for MJPEG format
Leo Liu
2017-08-21
1
-3
/
+6
*
st/va: change frame_idx from array to hash table
Julien Isorce
2017-08-14
1
-3
/
+8
*
st/va: add support for P010 and P016 formats v3
Christian König
2017-03-13
1
-1
/
+2
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-7
/
+7
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-4
/
+4
*
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: make sure that we call begin_frame() only once v2
Christian König
2017-01-23
1
-3
/
+8
*
st/va: delay calling begin_frame until we have all parameters
Nayan Deshmukh
2017-01-16
1
-3
/
+3
*
st/va: fix gop size for rate control
Boyuan Zhang
2016-12-05
1
-6
/
+12
*
st/va: force to submit two consecutive single jobs
Boyuan Zhang
2016-12-05
1
-5
/
+19
*
st/va: force to flush the last p frame in idr period
Boyuan Zhang
2016-10-18
1
-0
/
+3
*
st/va: Fix H.264 PicOrderCnt value
Mark Thompson
2016-10-14
1
-1
/
+1
*
st/va Avoid VBR bitrate calculation overflow v2
Andy Furniss
2016-09-27
1
-1
/
+1
*
st/va: enable vbr rate control for vaapi encode
Boyuan Zhang
2016-09-12
1
-1
/
+1
*
st/va: Remove unused variable coded_size from vlVaEndPicture()
Kai Wasserbäch
2016-08-24
1
-1
/
+0
*
st/va: Remove else case in vlVaEndPicture() made superfluous by c59628d11b
Kai Wasserbäch
2016-08-24
1
-3
/
+1
*
st/va: enable dual instances encode by sync surface
Boyuan Zhang
2016-08-19
1
-3
/
+9
*
st/va: add function to handle misc param type frame rate
Boyuan Zhang
2016-07-25
1
-5
/
+19
*
st/va: add preset values for VAAPI encode
Boyuan Zhang
2016-07-25
1
-0
/
+27
*
st/va: add functions for VAAPI encode
Boyuan Zhang
2016-07-25
1
-2
/
+170
*
st/va: add NV12 -> NV12 post processing v2
Christian König
2016-01-12
1
-5
/
+5
*
st/va: make the implementation thread safe v2
Christian König
2016-01-12
1
-3
/
+16
*
st/va: count number of slices
Julien Isorce
2016-01-05
1
-0
/
+8
*
st/va: fix unused variable warning
Christian König
2015-12-14
1
-1
/
+0
[next]