summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/va
Commit message (Expand)AuthorAgeFilesLines
* st/va: add config support for 10bit decoding v2Christian König2017-03-132-4/+21
* st/va: add support for allocating 10bpp surfacesChristian König2017-03-131-9/+15
* st/va: add support for P010 and P016 formats v3Christian König2017-03-134-3/+22
* st/va: clear the video surface on allocationChristian König2017-03-131-4/+35
* st/va: cleanup error handling in vlVaCreateSurfaces2Christian König2017-03-131-25/+27
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-077-79/+79
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-077-35/+35
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* st/va: Fix forward/backward referencing for deinterlacingMark Thompson2017-03-062-7/+7
* st/va: Support fractional framerate in misc parameterMark Thompson2017-03-061-1/+7
* st/va encode handle ntsc framerate rate controlAndy Furniss2017-03-061-6/+13
* st/va: Fix up YV12 to NV12 putImage conversionThomas Hellstrom2017-02-241-20/+28
* gallium/vl: use the common uploaderMarek Olšák2017-02-141-4/+0
* st/va: add h264 constrained baseline profileBoyuan Zhang2017-02-011-0/+1
* st/va: make sure that we call begin_frame() only once v2Christian König2017-01-232-3/+9
* st/va: delay calling begin_frame until we have all parametersNayan Deshmukh2017-01-161-3/+3
* st/va: flush pipeline after post processingsguttula2017-01-131-0/+1
* st/va: fix incorrect argument in vl_compositor_cleanupNayan Deshmukh2017-01-051-1/+1
* va: call texture_get_handle while the mutex is being heldMarek Olšák2017-01-041-2/+5
* st/va: error handlingNayan Deshmukh2017-01-031-3/+15
* st/va: declare vlVaBuffer before vlVaContextJuan A. Suarez Romero2016-12-051-15/+15
* st/va: remove unused variable pbuffJuan A. Suarez Romero2016-12-051-1/+0
* st/va: automake: cleanup C{PP,}FLAGSEmil Velikov2016-12-051-12/+0
* st/va: fix gop size for rate controlBoyuan Zhang2016-12-052-6/+14
* st/va: force to submit two consecutive single jobsBoyuan Zhang2016-12-053-7/+27
* st/va: force to flush the last p frame in idr periodBoyuan Zhang2016-10-181-0/+3
* st/va: set default rt formats when calling vaCreateConfigJulien Isorce2016-10-182-2/+12
* st/va: Fix H.264 PicOrderCnt valueMark Thompson2016-10-141-1/+1
* st/va: Baseline profile is not supportedMark Thompson2016-10-141-2/+2
* st/va: Return surface formats depending on config chroma formatMark Thompson2016-10-141-2/+10
* st/va: Save surface chroma format in configMark Thompson2016-10-142-1/+20
* st/va: Return more useful config attributesMark Thompson2016-10-141-9/+38
* st/va Avoid VBR bitrate calculation overflow v2Andy Furniss2016-09-271-1/+1
* st/va: Fix vaSyncSurface with no outstanding operationMark Thompson2016-09-271-0/+7
* st/va: flush the context before calling flush_frontbuffer(v2)Nayan Deshmukh2016-09-201-1/+5
* st/va: also honors interlaced preference when providing a video formatJulien Isorce2016-09-121-17/+19
* st/va: enable vbr rate control for vaapi encodeBoyuan Zhang2016-09-122-2/+2
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-251-1/+2
* st/va: Remove unused variable coded_size from vlVaEndPicture()Kai Wasserbäch2016-08-241-1/+0
* st/va: Remove else case in vlVaEndPicture() made superfluous by c59628d11bKai Wasserbäch2016-08-241-3/+1
* st/va: add missing mutex_unlockEric Engestrom2016-08-241-1/+3
* st/va: enable dual instances encode by sync surfaceBoyuan Zhang2016-08-193-3/+46
* st/va: enable h264 VAAPI encodeBoyuan Zhang2016-07-251-5/+1
* st/va: add function to handle misc param type frame rateBoyuan Zhang2016-07-251-5/+19
* st/va: add enviromental variable to disable interlaceBoyuan Zhang2016-07-251-0/+4
* st/va: add preset values for VAAPI encodeBoyuan Zhang2016-07-251-0/+27
* st/va: add functions for VAAPI encodeBoyuan Zhang2016-07-253-2/+178
* st/va: get rate control method from configattrib v2Boyuan Zhang2016-07-253-0/+15