Mercurial > mplayer.hg
log fifo.c @ 16593:1c13fb2ba5a9
age | author | description |
---|---|---|
Wed, 01 Dec 2004 12:22:39 +0000 | reimar | use a configurable-size ringbuffer instead of a pipe for buffering key events. |
Fri, 05 Nov 2004 04:13:25 +0000 | iive | fix "stuck mouse button" by setting O_NONBLOCK, instead of using select() to check write() blocking on pipe. |
Wed, 20 Oct 2004 01:32:56 +0000 | diego | printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net> |
Fri, 04 Apr 2003 20:02:53 +0000 | faust3 | MINGW32 port and select()less fifocode by Arpi |
Sun, 22 Sep 2002 15:37:51 +0000 | arpi | removed unused old keyboard fifo hack |
Tue, 20 Nov 2001 00:23:49 +0000 | atmos4 | Profiling fix by Artur Skawina <skawina@geocities.com> |
Fri, 16 Mar 2001 00:06:50 +0000 | arpi_esp | common FIFO code moved to fifo.c |