summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/omx
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-27st/omx: count number of slicesJulien Isorce1-0/+3
2016-06-27st/omx: add support for nouveau / interlacedJulien Isorce1-25/+26
2016-06-27st/omx: retrieve preferred interlaced and buffer_formatsJulien Isorce1-2/+24
2016-05-17Treewide: Remove Elements() macroJan Vesely1-2/+2
2016-05-05st/omx/enc: fix incorrect reference picture order for B framesLeo Liu1-7/+12
2016-04-29st/omx: don't return early in vid_enc_EncodeFrame()Emil Velikov1-1/+2
2016-04-25st/omx: Fix resource leak on OMX_ErrorNoneRobert Foss1-0/+1
2016-03-20st/omx/dec: Correct the timestampingNishanth Peethambaran4-8/+34
2016-03-20st/omx: Remove trailing spacesNishanth Peethambaran3-31/+31
2016-02-02st/omx/dec/h264: fix corruption when scaling matrix present flag setLeo Liu1-2/+5
2016-01-12st/omx: Avoid segfault in deconstructor if constructor failsTom St Denis1-0/+3
2016-01-06gallium: Remove unnecessary semicolonsEdward O'Callaghan1-1/+1
2015-11-20st/omx: use the vl_screen dispatchEmil Velikov1-6/+5
2015-11-20auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov1-1/+1
2015-11-20st/omx: straighten get/put_screenEmil Velikov1-16/+16
2015-11-08st/omx: add headless supportLeo Liu1-10/+35
2015-10-19st/omx/dec/h264: fix field picture type 0 poc disorderLeo Liu1-4/+8
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák2-3/+3
2015-08-14st/omx/enc: stack frame tasks for the gatheringLeo Liu2-2/+22
2015-08-14st/omx/enc: flush after eos handling v2Leo Liu1-0/+1