summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/omx/vid_enc.c
Commit message (Expand)AuthorAgeFilesLines
* 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