summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/omx
AgeCommit message (Expand)AuthorFilesLines
2014-06-28st/omx: strcpy the string into the allocated bufferEmil Velikov1-3/+3
2014-06-27st/omx: keep the name, (name|role)_specific strings dynamically allocatedEmil Velikov2-9/+52
2014-06-26st/omx: avoid using dynamic vid_(enc|dec)_base and avc_(name|role)Emil Velikov4-94/+18
2014-06-26st/omx: provide constant number of componentsEmil Velikov1-8/+7
2014-06-18st/omx/enc: implement h264 level supportLeo Liu1-0/+39
2014-06-18st/st/omx: fix switch-case indentation in vid_enc.cLeo Liu1-16/+16
2014-06-04st/omx/enc: enable b framesLeo Liu2-3/+5
2014-06-04st/omx/enc: implement h264 profile supportLeo Liu2-2/+49
2014-05-27st/omx/enc: implement restricted b frames patternLeo Liu2-2/+10
2014-04-22st/omx/enc: implement frame reordering and B-framesChristian König2-23/+87
2014-04-22st/omx/enc: replace omx buffer with texture bufferLeo Liu1-29/+185
2014-04-11st/omx/enc: separate input buffer private and task structureChristian König2-59/+127
2014-04-11vl: add interface for H264 B-frame encodingChristian König1-1/+7
2014-04-08st/omx/enc: cleanup omx/vid_enc.cLeo Liu1-102/+118
2014-04-08st/omx/enc: allocate input buffer private on demandChristian König1-82/+42
2014-03-26st/omx/dec: fix possible segfault at eosChristian König1-1/+1
2014-03-07st/omx/enc: fix crash on destructionChristian König1-8/+15
2014-03-03st/omx: always advertise all componentsChristian König2-33/+23
2014-02-20st/omx/enc: add multi scaling buffers for performance improvementLeo Liu2-16/+29
2014-02-20st/omx/dec/h264: fix prevFrameNumOffset handlingChristian König1-0/+4
2014-02-14st/omx/enc: fix scaling src alignment issueLeo Liu1-1/+15
2014-02-13st/omx/dec/h264: fix pic_order_cnt_type==2Christian König1-1/+1
2014-02-13st/omx: initial OpenMAX H264 encoder v7Christian König5-8/+970
2014-02-11omx: use VISIBILITY_CFLAGS to control exported symbolsEmil Velikov2-1/+2
2014-02-06st/omx: add workaround for bug in BellagioChristian König3-2/+16
2014-02-06st/omx: initial OpenMAX support v3Christian König7-0/+2231