Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-22 | video/widget: fix mutex starvation | Stanislaw Halik | |
Get rid of contention in `preview_size' and `set_image'. After switching the Qt mutex to non-recursive, turns out the writer thread preempts the UI thread to the point of freezing the entire thing. Mutex fairness is an implementation detail and we must assume unfair mutexes in the worst case. | |||
2019-02-21 | do less global memory fences in atomics | Stanislaw Halik | |
2019-02-17 | video/widget: fix wrongly-sized QImage | Stanislaw Halik | |
Reported by: @Slion Issue: #874 | |||
2019-02-11 | video/widget: externalize opencv code | Stanislaw Halik | |
2019-02-11 | video: remove Patrick's copyright | Stanislaw Halik | |
The file was completely rewritten some time ago. | |||
2019-02-11 | video: less namespace pollution | Stanislaw Halik | |
2019-02-11 | cv/video-widget: make it work without opencv | Stanislaw Halik | |