summaryrefslogtreecommitdiff
path: root/multimedia/omxplayer/patches
AgeCommit message (Collapse)AuthorFilesLines
2017-02-05Remove patch that is not in distinfo.wiz2-28/+0
2017-01-17Update to 12b472eaa75bce25dc63ec61d9233aadb996f3a4,skrll5-62/+25
Various bug fixes
2015-11-13Pull over two fixes from FreeBSDskrll2-0/+43
SingleLock.h Do not create copy of CCriticalSection for each CSingleLock instance Use reference to CCriticalSection as a CSingleLock member. Otherwise assignment operator just byte-copies content of CCriticalSection and for each copy destructor will destroy mutex which may lead to undefined behaviour OMXThread.cpp Fix order of operations on pthread attribute: init first, then modify Bump PKGREVISION
2015-03-09Remove unnecessary patchesskrll2-40/+0
2015-01-19make tty input handling workjmcneill2-0/+79
2015-01-18oops, help.h is auto generated, remove the patchjmcneill1-15/+0
2015-01-18Import omxplayer-20150118 as multimedia/omxplayer.jmcneill8-0/+198
OMXPlayer is a commandline OMX player for the Raspberry Pi. It was developed as a testbed for the XBMC Raspberry PI implementation and is quite handy to use standalone.