aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/omx
Commit message (Expand)AuthorAgeFilesLines
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-283-6/+6
* util: remove LIST_DEL macroTimothy Arceri2019-10-285-8/+8
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-285-11/+11
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-287-16/+16
* meson: gallium media state trackers require libdrm with x11Dylan Baker2019-09-301-3/+5
* gallium: create multimedia contexts as compute-only if graphics is unsupportedMarek Olšák2019-07-294-6/+6
* Delete autotoolsDylan Baker2019-04-153-139/+0
* omx: add a compute path in enc_LoadImage_commonMarek Olšák2019-03-154-37/+196
* omx: clean up enc_LoadImage_commonMarek Olšák2019-03-151-16/+37
* egl: rewire the build systems to use libwayland-eglEric Engestrom2018-06-061-1/+1
* st/omx/enc: fix blit setup for YUV LoadImageLeo Liu2018-04-301-4/+4
* autotools: add -I/src/egl to tizoniaDylan Baker2018-03-141-0/+1
* meson: Fix indent in omx meson.buildDylan Baker2018-03-071-32/+32
* meson: Use include directory variables instead of traversingDylan Baker2018-03-071-7/+5
* meson: Re-add auto option for omxDylan Baker2018-03-071-9/+9
* meson: fix tizonia compilationDylan Baker2018-03-071-0/+1
* st/omx/tizonia/h264d: Add EGLImage supportGurkirpal Singh2018-03-067-6/+227
* st/omx/tizonia: Add H.264 encoderGurkirpal Singh2018-03-0618-403/+2106
* st/omx/tizonia: Add H.264 decoderGurkirpal Singh2018-03-0624-1286/+2793
* st/omx/tizonia: Add entrypointGurkirpal Singh2018-03-064-2/+78
* st/omx/tizonia: Add --enable-omx-tizonia flag and build filesGurkirpal Singh2018-03-064-1/+53
* st/omx/bellagio: Rename st and target directoriesGurkirpal Singh2018-03-0614-0/+4920
* st/omx_bellagio: Rename state tracker and optionGurkirpal Singh2017-09-1511-4832/+0
* st/omx: use vl/compositor helper function for YUV deinterlacingLeo Liu2017-09-071-30/+2
* vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_createMarek Olšák2017-06-122-3/+3
* st/omx: add DRI3 supportEmil Velikov2017-05-191-1/+3
* st/omx: fix building against X11-less setupsEmil Velikov2017-05-191-0/+6
* st/omx: remove unneeded X11 includeEmil Velikov2017-05-191-2/+0
* st/omx: remove unused drm_driver.h includesEmil Velikov2017-05-192-2/+0
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-191-0/+1
* st/omx/enc: use PIPE_USAGE_STAGING for output bufferLeo Liu2017-03-231-2/+4
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-3/+3
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-2/+2
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-071-1/+1
* st/omx: Set end-of-frame flag on bitstream output buffersMark Thompson2017-03-061-0/+3
* st/omx: Fix port format enumerationMark Thompson2017-03-061-0/+2
* st/omx/enc Raise default encode levelAndy Furniss2016-12-051-1/+1
* st/omx/dec/h264: consider POC as signed instead of unsignedChandu Babu Namburu2016-11-281-3/+3
* st/omx/dec: disable tunnel for size different caseLeo Liu2016-10-313-1/+11
* st/omx/dec: result buffers size should match codec decoder sizeLeo Liu2016-10-313-19/+18
* st/omx/dec/h265: add scaling list dataLeo Liu2016-10-041-5/+97
* st/omx/dec/h265: fix the skip for before and after listLeo Liu2016-10-041-3/+4
* st/omx/dec/h265: set the default reference picture set for referenceLeo Liu2016-10-041-2/+4
* st/omx/dec/h265: decoder size should follow from spsLeo Liu2016-10-042-7/+8
* st/omx/dec/h265: increase dpb max size to 32Leo Liu2016-10-041-1/+1
* st/omx/dec/h265: Correct the timestampingIndrajit Das2016-09-201-1/+12
* st/omx/dec: enable hevc omx decode supportLeo Liu2016-09-062-1/+25
* st/omx/dec/h265: get the reference list for uvdLeo Liu2016-09-061-0/+39
* st/omx/dec/h265: add short term reference picture setsLeo Liu2016-09-061-4/+110
* st/omx/dec/h265: add slice headerLeo Liu2016-09-062-2/+216