summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/omx
AgeCommit message (Expand)AuthorFilesLines
2018-04-30st/omx/enc: fix blit setup for YUV LoadImageLeo Liu1-4/+4
2018-03-14autotools: add -I/src/egl to tizoniaDylan Baker1-0/+1
2018-03-07meson: Fix indent in omx meson.buildDylan Baker1-32/+32
2018-03-07meson: Use include directory variables instead of traversingDylan Baker1-7/+5
2018-03-07meson: Re-add auto option for omxDylan Baker1-9/+9
2018-03-07meson: fix tizonia compilationDylan Baker1-0/+1
2018-03-06st/omx/tizonia/h264d: Add EGLImage supportGurkirpal Singh7-6/+227
2018-03-06st/omx/tizonia: Add H.264 encoderGurkirpal Singh18-403/+2106
2018-03-06st/omx/tizonia: Add H.264 decoderGurkirpal Singh24-1286/+2793
2018-03-06st/omx/tizonia: Add entrypointGurkirpal Singh4-2/+78
2018-03-06st/omx/tizonia: Add --enable-omx-tizonia flag and build filesGurkirpal Singh4-1/+53
2018-03-06st/omx/bellagio: Rename st and target directoriesGurkirpal Singh14-0/+4920
2017-09-15st/omx_bellagio: Rename state tracker and optionGurkirpal Singh11-4832/+0
2017-09-07st/omx: use vl/compositor helper function for YUV deinterlacingLeo Liu1-30/+2
2017-06-12vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_createMarek Olšák2-3/+3
2017-05-19st/omx: add DRI3 supportEmil Velikov1-1/+3
2017-05-19st/omx: fix building against X11-less setupsEmil Velikov1-0/+6
2017-05-19st/omx: remove unneeded X11 includeEmil Velikov1-2/+0
2017-05-19st/omx: remove unused drm_driver.h includesEmil Velikov2-2/+0
2017-05-19configure: check once for DRI3 dependenciesEmil Velikov1-0/+1
2017-03-23st/omx/enc: use PIPE_USAGE_STAGING for output bufferLeo Liu1-2/+4
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-3/+3
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-2/+2
2017-03-07gallium/util: remove pipe_static_mutex()Timothy Arceri1-1/+1
2017-03-06st/omx: Set end-of-frame flag on bitstream output buffersMark Thompson1-0/+3
2017-03-06st/omx: Fix port format enumerationMark Thompson1-0/+2
2016-12-05st/omx/enc Raise default encode levelAndy Furniss1-1/+1
2016-11-28st/omx/dec/h264: consider POC as signed instead of unsignedChandu Babu Namburu1-3/+3
2016-10-31st/omx/dec: disable tunnel for size different caseLeo Liu3-1/+11
2016-10-31st/omx/dec: result buffers size should match codec decoder sizeLeo Liu3-19/+18
2016-10-04st/omx/dec/h265: add scaling list dataLeo Liu1-5/+97
2016-10-04st/omx/dec/h265: fix the skip for before and after listLeo Liu1-3/+4
2016-10-04st/omx/dec/h265: set the default reference picture set for referenceLeo Liu1-2/+4
2016-10-04st/omx/dec/h265: decoder size should follow from spsLeo Liu2-7/+8
2016-10-04st/omx/dec/h265: increase dpb max size to 32Leo Liu1-1/+1
2016-09-20st/omx/dec/h265: Correct the timestampingIndrajit Das1-1/+12
2016-09-06st/omx/dec: enable hevc omx decode supportLeo Liu2-1/+25
2016-09-06st/omx/dec/h265: get the reference list for uvdLeo Liu1-0/+39
2016-09-06st/omx/dec/h265: add short term reference picture setsLeo Liu1-4/+110
2016-09-06st/omx/dec/h265: add slice headerLeo Liu2-2/+216
2016-09-06st/omx/dec/h265: add picture parameter setsLeo Liu1-0/+98
2016-09-06st/omx/dec/h265: add sequence parameter setsLeo Liu2-0/+297
2016-09-06st/omx/dec: add initial omx hevc supportLeo Liu3-0/+160
2016-09-06st/omx/dec: set dst rect to match src sizeLeo Liu1-2/+11
2016-08-11st/omx/dec/h264: pass default scaling lists in raster formatIndrajit Das1-20/+20
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-6/+6
2016-07-15st/omx/enc: check uninitialized list from task releaseLeo Liu1-2/+2
2016-07-14st/omx: assign previous values to new structureBoyuan Zhang1-0/+10
2016-07-12st/omx/dec: convert decoder video buffer to progressiveLeo Liu2-3/+68
2016-06-28st/omx: fix decoder fillout for the OMX result bufferLeo Liu1-4/+5