summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/omx
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-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
* st/omx/enc: fix crash on destructionChristian König2014-03-071-8/+15
* st/omx: always advertise all componentsChristian König2014-03-032-33/+23
* st/omx/enc: add multi scaling buffers for performance improvementLeo Liu2014-02-202-16/+29
* st/omx/dec/h264: fix prevFrameNumOffset handlingChristian König2014-02-201-0/+4
* st/omx/enc: fix scaling src alignment issueLeo Liu2014-02-141-1/+15
* st/omx/dec/h264: fix pic_order_cnt_type==2Christian König2014-02-131-1/+1
* st/omx: initial OpenMAX H264 encoder v7Christian König2014-02-135-8/+970
* omx: use VISIBILITY_CFLAGS to control exported symbolsEmil Velikov2014-02-112-1/+2
* st/omx: add workaround for bug in BellagioChristian König2014-02-063-2/+16
* st/omx: initial OpenMAX support v3Christian König2014-02-067-0/+2231