st/va: add VP9 config to enable profile2
[mesa.git] / src / gallium / state_trackers / va /
2018-04-12 Leo Liust/va: add VP9 config to enable profile2
2018-04-12 Leo Liust/va: add VP9 config to enable profile0
2018-04-12 Leo Liust/va: parse VP9 uncompressed frame header
2018-04-12 Leo Liust/va: add slice parameter handling for VP9
2018-04-12 Leo Liust/va: add picture parameter handling for VP9
2018-04-12 Leo Liust/va: add handles for VP9 buffers
2018-04-12 Leo Liust/va: add VP9 picture to context
2018-02-15 Dylan Bakermeson: use va-api version reported by pkg-config
2018-02-09 Mark Thompsonst/va: Make the vendor string more descriptive
2018-02-09 Mark Thompsonst/va: Enable vaExportSurfaceHandle()
2018-02-05 Boyuan Zhangst/va: implement HEVC encode functions
2018-02-05 Boyuan Zhangst/va: add HEVC encode functions
2018-02-05 Boyuan Zhangst/va: enable dual instances encode only for H264
2018-02-05 Boyuan Zhangst/va: add entrypoint check for HEVC
2018-02-05 Boyuan Zhangst/va: add HEVC picture desc
2018-02-05 Boyuan Zhangst/va: move H264 enc functions into separate file
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-17 Leo Liust/va: add break for MPEG4 data buffer handling case
2018-01-17 Leo Liust/va: remove TODO line for JPEG data buffer handling
2018-01-16 Grazvydas Ignotasst/va: release held locks in error paths
2018-01-16 Indrajit Dasst/va: clear pointers for mpeg2 quantiser matrices
2017-12-15 Boyuan Zhangst/va: directly use idr pic flag
2017-12-04 Dylan Bakermeson: build gallium va state tracker
2017-11-17 Boyuan Zhangst/va: implement poc type
2017-10-17 Mark Thompsonst/va: Return correct width and height for encode/decod...
2017-10-17 Mark Thompsonst/va: Fix config entrypoint handling
2017-10-17 Mark Thompsonst/va: Disable vaExportSurfaceHandle()
2017-10-07 Mark Thompsonst/va: Implement vaExportSurfaceHandle()
2017-10-04 Leo Liust/va: add RGB support to vlVaPutSurface
2017-10-04 Leo Liust/va: don't re-allocate interlaced buffer with pakced...
2017-09-29 Leo Liust/va: add dst rect to avoid scale on deint
2017-09-28 Leo Liust/va: use pipe transfer_map to map upload buffer
2017-09-25 Leo Liust/va/postproc: implement the DRM prime grabber
2017-09-25 Leo Liust/va/postproc: use progressive target buffer for scaling
2017-09-25 Leo Liust/va: make internal func vlVaHandleSurfaceAllocate...
2017-09-25 Leo Liust/va/postproc: add a full NV12 deint support from...
2017-09-25 Leo Liust/va: use new vl_compositor_yuv_deint_full() to deint
2017-09-25 Leo Liust/va/postproc: use video original size for postprocessing
2017-09-07 Leo LiuRevert "st/va: add enviromental variable to disable...
2017-09-07 Leo Liust/va: move YUV content to deinterlaced buffer when...
2017-09-07 Leo Liust/va: reallocate the buffer if the layout isn't supported
2017-08-23 Leo Liust/va: exclude the buffer reallocation for encode case
2017-08-22 Leo Liust/va: enable P016 format i.e. reallocate buffer if...
2017-08-21 Leo Liust/va: add MJPEG for config
2017-08-21 Leo Liust/va: reallocate surface with YUYV stream
2017-08-21 Leo Liust/va: detect MJPEG format from bitstream
2017-08-21 Leo Liust/va: reallocate surface when interlaced
2017-08-21 Leo Liust/va: make surface allocate functions more usefully
2017-08-21 Leo Liust/va: add slice parameter handling for MJPEG
2017-08-21 Leo Liust/va: add huffman table handling for MJPEG
2017-08-21 Leo Liust/va: add iq matrix handling for MJPEG
2017-08-21 Leo Liust/va: add picture parameter handling for MJPEG
2017-08-21 Leo Liust/va: add handles for MJPEG Buffers
2017-08-21 Leo Liust/va: create decoder for MJPEG format
2017-08-21 Leo Liust/va: add MJPEG picture to context
2017-08-14 Julien Isorcest/va: change frame_idx from array to hash table
2017-07-17 Mark Thompsonst/va: Fix scaling list ordering for H.265
2017-06-22 Chandu Babu Nchange va max_entrypoints
2017-06-22 Chandu Babu Nst/va: Fix leak in VAAPI subpictures
2017-06-12 Marek Olšákvl,omx,va,vdpau,xvmc: don't set the priv pointer in...
2017-06-07 Thomas Hellandutil: Port nir_array functionality to u_dynarray
2017-06-07 Thomas Hellandgallium: Add missing includes
2017-05-19 Emil Velikovst/va: check if vl_*_screen_create has failed only...
2017-05-19 Emil Velikovst/va: fix misplaced closing bracket
2017-05-19 Emil Velikovst/va: move variable declaration to where its used
2017-05-19 Emil Velikovauxiliary/vl: use vl_*_screen_create stubs when buildin...
2017-05-19 Emil Velikovconfigure: check once for DRI3 dependencies
2017-03-28 Nayan Deshmukhst/va: remove assert for single slice
2017-03-13 Christian Königst/va: add config support for 10bit decoding v2
2017-03-13 Christian Königst/va: add support for allocating 10bpp surfaces
2017-03-13 Christian Königst/va: add support for P010 and P016 formats v3
2017-03-13 Christian Königst/va: clear the video surface on allocation
2017-03-13 Christian Königst/va: cleanup error handling in vlVaCreateSurfaces2
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_destroy() with mtx_des...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_init() with mtx_init()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
2017-03-06 Mark Thompsonst/va: Fix forward/backward referencing for deinterlacing
2017-03-06 Mark Thompsonst/va: Support fractional framerate in misc parameter
2017-03-06 Andy Furnissst/va encode handle ntsc framerate rate control
2017-02-24 Thomas Hellstromst/va: Fix up YV12 to NV12 putImage conversion
2017-02-14 Marek Olšákgallium/vl: use the common uploader
2017-02-01 Boyuan Zhangst/va: add h264 constrained baseline profile
2017-01-23 Christian Königst/va: make sure that we call begin_frame() only once v2
2017-01-16 Nayan Deshmukhst/va: delay calling begin_frame until we have all...
2017-01-13 sguttulast/va: flush pipeline after post processing
2017-01-05 Nayan Deshmukhst/va: fix incorrect argument in vl_compositor_cleanup
2017-01-04 Marek Olšákva: call texture_get_handle while the mutex is being...
2017-01-03 Nayan Deshmukhst/va: error handling
2016-12-05 Juan A. Suarez Romerost/va: declare vlVaBuffer before vlVaContext
2016-12-05 Juan A. Suarez Romerost/va: remove unused variable pbuff
2016-12-05 Emil Velikovst/va: automake: cleanup C{PP,}FLAGS
2016-12-05 Boyuan Zhangst/va: fix gop size for rate control
2016-12-05 Boyuan Zhangst/va: force to submit two consecutive single jobs
2016-10-18 Boyuan Zhangst/va: force to flush the last p frame in idr period
2016-10-18 Julien Isorcest/va: set default rt formats when calling vaCreateConfig
2016-10-14 Mark Thompsonst/va: Fix H.264 PicOrderCnt value
2016-10-14 Mark Thompsonst/va: Baseline profile is not supported
2016-10-14 Mark Thompsonst/va: Return surface formats depending on config chrom...
next