summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/omx
AgeCommit message (Expand)AuthorFilesLines
2016-03-20st/omx/dec: Correct the timestampingNishanth Peethambaran4-8/+34
2016-03-20st/omx: Remove trailing spacesNishanth Peethambaran3-31/+31
2016-02-02st/omx/dec/h264: fix corruption when scaling matrix present flag setLeo Liu1-2/+5
2016-01-12st/omx: Avoid segfault in deconstructor if constructor failsTom St Denis1-0/+3
2016-01-06gallium: Remove unnecessary semicolonsEdward O'Callaghan1-1/+1
2015-11-20st/omx: use the vl_screen dispatchEmil Velikov1-6/+5
2015-11-20auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov1-1/+1
2015-11-20st/omx: straighten get/put_screenEmil Velikov1-16/+16
2015-11-08st/omx: add headless supportLeo Liu1-10/+35
2015-10-19st/omx/dec/h264: fix field picture type 0 poc disorderLeo Liu1-4/+8
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák2-3/+3
2015-08-14st/omx/enc: stack frame tasks for the gatheringLeo Liu2-2/+22
2015-08-14st/omx/enc: flush after eos handling v2Leo Liu1-0/+1
2015-05-08util: Move gallium's linked list to utilJason Ekstrand2-2/+2
2015-04-28st/omx/dec: add h264 decoder level supportLeo Liu1-3/+7
2015-04-28st/omx/dec: separate create_video_codec to different codecsLeo Liu4-18/+30
2015-03-31st/omx/enc: export framerate to vce driverLeo Liu1-4/+4
2015-02-24st/omx/dec/h264: fix picture out-of-order with poc type 0 v2Leo Liu1-0/+5
2014-11-26automake: rework VL dependency trackingEmil Velikov1-0/+1
2014-09-03omx/h264: remove stray semicolon after ifDave Airlie1-1/+1
2014-08-28st/omx: use makefile.sources to handle sources listsEmil Velikov2-6/+11
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