summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/omx/vid_enc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/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: Remove trailing spacesNishanth Peethambaran2016-03-201-22/+22
* st/omx: Avoid segfault in deconstructor if constructor failsTom St Denis2016-01-121-0/+3
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-2/+2
* st/omx/enc: stack frame tasks for the gatheringLeo Liu2015-08-141-1/+19
* st/omx/enc: flush after eos handling v2Leo Liu2015-08-141-0/+1
* st/omx/enc: export framerate to vce driverLeo Liu2015-03-311-4/+4
* 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-271-2/+18
* st/omx: avoid using dynamic vid_(enc|dec)_base and avc_(name|role)Emil Velikov2014-06-261-30/+3
* 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-041-2/+4
* st/omx/enc: implement h264 profile supportLeo Liu2014-06-041-2/+48
* st/omx/enc: implement restricted b frames patternLeo Liu2014-05-271-2/+9
* st/omx/enc: implement frame reordering and B-framesChristian König2014-04-221-22/+82
* 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-111-59/+123
* 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/enc: fix crash on destructionChristian König2014-03-071-8/+15
* st/omx: always advertise all componentsChristian König2014-03-031-26/+15
* st/omx/enc: add multi scaling buffers for performance improvementLeo Liu2014-02-201-14/+24
* st/omx/enc: fix scaling src alignment issueLeo Liu2014-02-141-1/+15
* st/omx: initial OpenMAX H264 encoder v7Christian König2014-02-131-0/+868