summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/omx
Commit message (Expand)AuthorAgeFilesLines
* st/omx/dec: disable tunnel for size different caseLeo Liu2016-11-013-1/+11
* st/omx/dec: result buffers size should match codec decoder sizeLeo Liu2016-11-013-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
* st/omx/dec/h265: add picture parameter setsLeo Liu2016-09-061-0/+98
* st/omx/dec/h265: add sequence parameter setsLeo Liu2016-09-062-0/+297
* st/omx/dec: add initial omx hevc supportLeo Liu2016-09-063-0/+160
* st/omx/dec: set dst rect to match src sizeLeo Liu2016-09-061-2/+11
* st/omx/dec/h264: pass default scaling lists in raster formatIndrajit Das2016-08-111-20/+20
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-6/+6
* st/omx/enc: check uninitialized list from task releaseLeo Liu2016-07-151-2/+2
* st/omx: assign previous values to new structureBoyuan Zhang2016-07-141-0/+10
* st/omx/dec: convert decoder video buffer to progressiveLeo Liu2016-07-122-3/+68
* st/omx: fix decoder fillout for the OMX result bufferLeo Liu2016-06-281-4/+5
* st/omx: count number of slicesJulien Isorce2016-06-271-0/+3
* st/omx: add support for nouveau / interlacedJulien Isorce2016-06-271-25/+26
* st/omx: retrieve preferred interlaced and buffer_formatsJulien Isorce2016-06-271-2/+24
* Treewide: Remove Elements() macroJan Vesely2016-05-171-2/+2
* st/omx/enc: fix incorrect reference picture order for B framesLeo Liu2016-05-051-7/+12
* st/omx: don't return early in vid_enc_EncodeFrame()Emil Velikov2016-04-291-1/+2
* st/omx: Fix resource leak on OMX_ErrorNoneRobert Foss2016-04-251-0/+1
* st/omx/dec: Correct the timestampingNishanth Peethambaran2016-03-204-8/+34
* st/omx: Remove trailing spacesNishanth Peethambaran2016-03-203-31/+31
* st/omx/dec/h264: fix corruption when scaling matrix present flag setLeo Liu2016-02-021-2/+5
* st/omx: Avoid segfault in deconstructor if constructor failsTom St Denis2016-01-121-0/+3
* gallium: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+1
* st/omx: use the vl_screen dispatchEmil Velikov2015-11-201-6/+5
* auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov2015-11-201-1/+1
* st/omx: straighten get/put_screenEmil Velikov2015-11-201-16/+16
* st/omx: add headless supportLeo Liu2015-11-081-10/+35
* st/omx/dec/h264: fix field picture type 0 poc disorderLeo Liu2015-10-191-4/+8
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-262-3/+3
* st/omx/enc: stack frame tasks for the gatheringLeo Liu2015-08-142-2/+22
* st/omx/enc: flush after eos handling v2Leo Liu2015-08-141-0/+1
* util: Move gallium's linked list to utilJason Ekstrand2015-05-082-2/+2
* st/omx/dec: add h264 decoder level supportLeo Liu2015-04-281-3/+7
* st/omx/dec: separate create_video_codec to different codecsLeo Liu2015-04-284-18/+30
* st/omx/enc: export framerate to vce driverLeo Liu2015-03-311-4/+4
* st/omx/dec/h264: fix picture out-of-order with poc type 0 v2Leo Liu2015-02-241-0/+5
* automake: rework VL dependency trackingEmil Velikov2014-11-261-0/+1
* omx/h264: remove stray semicolon after ifDave Airlie2014-09-031-1/+1
* st/omx: use makefile.sources to handle sources listsEmil Velikov2014-08-282-6/+11