You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is YUMMY to your video experience on Linux like platform.
Yami is core building block for media solution. it parses video stream and decodes them leverage hardware acceleration. one usage is to encapsulate yami into openMAX component, to be used on Chromeos, Android or Linux (by gst-omx).
commit/push to your home's repo, test it on chromeos/ubuntu
create 'pull requests'
wait for other's review
update your home's repo following feedbacks
we recommend force update to avoid unnecessary commit history, your pull requests get update automatically.
repeat the above two steps until no disagree
you can integrate your patch (home repo) with the condition met:
1+ member flags ok when patches are less than 50 lines.
2+ members flag ok when patches are more than 50 lines
integrate the patches manually (NOT the button on web page) git pull https://github.com/username/libyami.git master && git push origin HEAD:master
we do not use the 'Merge pull request' button on web page, because:
it creates redundant commit log, it looks ugly
it creates unclear parent-child relation between commits when two merge requests basing on unique commit id.