aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/omx
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/omx: strcpy the string into the allocated bufferEmil Velikov2014-06-281-3/+3
* st/omx: keep the name, (name|role)_specific strings dynamically allocatedEmil Velikov2014-06-272-9/+52
* st/omx: avoid using dynamic vid_(enc|dec)_base and avc_(name|role)Emil Velikov2014-06-264-94/+18
* st/omx: provide constant number of componentsEmil Velikov2014-06-261-8/+7
* st/omx/enc: implement h264 level supportLeo Liu2014-06-181-0/+39
* st/st/omx: fix switch-case indentation in vid_enc.cLeo Liu2014-06-181-16/+16
* st/omx/enc: enable b framesLeo Liu2014-06-042-3/+5
* st/omx/enc: implement h264 profile supportLeo Liu2014-06-042-2/+49
* st/omx/enc: implement restricted b frames patternLeo Liu2014-05-272-2/+10
* st/omx/enc: implement frame reordering and B-framesChristian König2014-04-222-23/+87
* st/omx/enc: replace omx buffer with texture bufferLeo Liu2014-04-221-29/+185
* st/omx/enc: separate input buffer private and task structureChristian König2014-04-112-59/+127
* vl: add interface for H264 B-frame encodingChristian König2014-04-111-1/+7
* st/omx/enc: cleanup omx/vid_enc.cLeo Liu2014-04-081-102/+118
* st/omx/enc: allocate input buffer private on demandChristian König2014-04-081-82/+42
* st/omx/dec: fix possible segfault at eosChristian König2014-03-261-1/+1