Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xdvshow uses evil busy loop in the decoding routine and it doesn't work | simokawa | 2003-08-18 | 2 | -0/+19 |
| | | | | | | as expected with some thread libraries. For an adhoc workaround for this problem, insert usleep() in the loop to force context switch. The original code should be rewritten using a conditional variable. | ||||
* | xdvshow is a DV/RTP viewer on X11. | simokawa | 2003-05-13 | 6 | -0/+61 |
Reviewed by: nork |