<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/opentrack-compat, branch trackhat</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2018-07-30T14:56:59Z</updated>
<entry>
<title>compat/process-list: fix cross build</title>
<updated>2018-07-30T14:56:59Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-07-30T14:56:59Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=5e84df3dd2017781dc3ad6ea5f2fe636cb49297a'/>
<id>urn:sha1:5e84df3dd2017781dc3ad6ea5f2fe636cb49297a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api/tracker: merge from unstable</title>
<updated>2016-09-20T21:24:19Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-09-20T20:21:32Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=8dfddcd7dba3752ab44fd9f30cc1533561aabe75'/>
<id>urn:sha1:8dfddcd7dba3752ab44fd9f30cc1533561aabe75</id>
<content type='text'>
- fix gimbal lock
- use right Tait-Bryan conversion to/from matrix, not generic
inapplicable euler conversion
- adjust for timer inaccuracy, therefore running at constant Hz
that's actually the specified Hz
</content>
</entry>
<entry>
<title>compat/sleep: fix namespace fuckup</title>
<updated>2016-09-20T21:24:19Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-09-20T20:12:07Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=e258767f32bbafef9f862209aa8868342e946975'/>
<id>urn:sha1:e258767f32bbafef9f862209aa8868342e946975</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compat/timer: backport, update usages</title>
<updated>2016-09-20T21:24:18Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-09-20T21:08:17Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=b3e0d66eeea9f480ba503ea8aaf53b87dec2a5f7'/>
<id>urn:sha1:b3e0d66eeea9f480ba503ea8aaf53b87dec2a5f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api, compat: backport exports fix</title>
<updated>2016-09-20T21:24:17Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-09-20T19:24:40Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=88e4563455ca183e1b77364b73d5e6173af513d3'/>
<id>urn:sha1:88e4563455ca183e1b77364b73d5e6173af513d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'unstable' into trackhat</title>
<updated>2016-01-06T19:16:18Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-01-06T19:07:13Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=82f3d7373234cc0db79a22d476cb54b5eda7a0ea'/>
<id>urn:sha1:82f3d7373234cc0db79a22d476cb54b5eda7a0ea</id>
<content type='text'>
* unstable: (140 commits)
  tracker/pt: increase auto threshold bucket size again
  tracker/pt: limit max amount of extracted blobs
  gui: don't update main window if we're minimized
  tracker/pt: only show widget if the frame is visible
  tracker/pt: don't resize twice in widget
  freetrack/games: regen
  contrib/make-csv: perl sort isn't stable, don't ignore case
  tracker/pt: avoid widget temp QImage allocation
  spline-widget: oops, pass by reference
  tracker/pt: don't allocate temporary dynamic size arrays
  tracker/pt: don't copy points array needlessly
  tracker/pt: don't allocate temporary frame
  tracker/pt: cv::Mat::at&lt;T&gt; is slow, use cv::Mat::ptr
  tracker/pt: avoid widget malloc when able
  tracker/pt: optimize widget
  tracker/pt: update video widget at 40 -&gt; 50 ms
  cmake/mingw-w64: update
  tracker/pt: reduce mutex contention
  gui: fix left margin
  tracker/pt: remove krap
  tracker/pt: move ctor out of the loop
  tracker/pt: nix unused
  tracker/pt: don't fill mask on frame
  pose-widget: also bilinear interpolation of alpha value
  ui: adjust margin
  ui: make more compact
  glwidget: use transparent octopus background
  api/mat: fix typos/breakage
  api/joy: refresh only manually on certain events
  pt: histogram more granular 6 -&gt; 8
  cmake/api: link with strmiids.lib on win32
  tracker/pt: reduce auto thresholding histogram bucket size
  api/keys: prevent idempotent keys
  api/joy: move from header
  api/joy: prevent idempotent keypressed passed to receiver
  compat/options: get rid of std::string usage
  compat/options: move from header
  gui/settings: set parent, otherwise not modal
  gui/settings: don't forget to show a modal dialog before executing
  gui/main: don't raise a new window, it's enough to set visible
  api/joy: speed up poll_axis path
  api/joy: nix static, now that we're not a singleton
  tracker/joy: adapt to non-singleton joy worker
  joystick: no longer singleton, use fake window handle
  api/keys: use a fake window for DirectInput handle
  gui/keys: allow for pausing global keystrokes for options dialog
  api/keys: nix tautological #ifdef
  contrib/aruco: oops, right extension
  contrib/aruco: use @frost555's marker image
  api/camera-names: move to compat/
  ...
</content>
</entry>
<entry>
<title>compat/options: get rid of std::string usage</title>
<updated>2015-12-06T19:02:18Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-06T19:02:18Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=dcd4df5e49e6207273c961069d14ce42ad83d147'/>
<id>urn:sha1:dcd4df5e49e6207273c961069d14ce42ad83d147</id>
<content type='text'>
It's pointless to use it here.
</content>
</entry>
<entry>
<title>compat/options: move from header</title>
<updated>2015-12-06T18:53:06Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-06T18:53:06Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=69a188510e14130e2aded0c9398a67d4e3ff4dcd'/>
<id>urn:sha1:69a188510e14130e2aded0c9398a67d4e3ff4dcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api/camera-names: move to compat/</title>
<updated>2015-12-06T01:37:25Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-06T01:24:44Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=211a17996e3ffc0d84c985c43c612da32923b42d'/>
<id>urn:sha1:211a17996e3ffc0d84c985c43c612da32923b42d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compat/shm: fix build</title>
<updated>2015-12-05T23:51:40Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-05T23:51:40Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=179870eb019f5b2d2327292e8beef63c01a33e4a'/>
<id>urn:sha1:179870eb019f5b2d2327292e8beef63c01a33e4a</id>
<content type='text'>
</content>
</entry>
</feed>
