summaryrefslogtreecommitdiffstats
path: root/fifo.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove some #if 0 codeuau2007-02-241-35/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22331 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reserve half of fifo for key release events to help avoiding stop buttonsreimar2007-02-051-4/+7
| | | | | | | and remove thus useless hack for mouse wheel. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22149 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move code to ignore mouse wheel "down" events to fifo.c (needed becausereimar2007-01-211-0/+2
| | | | | | | they too easily cause those "buttons" to get stuck), reducing code duplication. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21982 b3059339-0415-0410-9bf9-f77b7e298cf2
* Apply ancient double-click patch that nobody cares to comment on.reimar2007-01-181-2/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21959 b3059339-0415-0410-9bf9-f77b7e298cf2
* use a configurable-size ringbuffer instead of a pipe for buffering key events.reimar2004-12-011-6/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14078 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix "stuck mouse button" by setting O_NONBLOCK, instead of using select() to ↵iive2004-11-051-16/+17
| | | | | | | | | check write() blocking on pipe. Marius Gedminas have located the bug as send original patch. Modified version by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13873 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>diego2004-10-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13700 b3059339-0415-0410-9bf9-f77b7e298cf2
* MINGW32 port and select()less fifocode by Arpifaust32003-04-041-0/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9832 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused old keyboard fifo hackarpi2002-09-221-50/+0
| | | | | | | removed unused allow_dshow hack git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7484 b3059339-0415-0410-9bf9-f77b7e298cf2
* Profiling fix by Artur Skawina <skawina@geocities.com>atmos42001-11-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3015 b3059339-0415-0410-9bf9-f77b7e298cf2
* common FIFO code moved to fifo.carpi_esp2001-03-161-0/+80
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@114 b3059339-0415-0410-9bf9-f77b7e298cf2