aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/lirc.c
Commit message (Expand)AuthorAge
* input: rework how input sources are addedGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* Rename to "mpv"Gravatar wm42012-10-12
* lirc: silence output in case LIRC can't be openedGravatar wm42012-07-30
* input/ar.c, input/lirc.c: fix changes missing from 1916b95b8Gravatar Uoti Urpala2011-09-04
* cleanup: remove some unnecessary input.[ch] typedefsGravatar Uoti Urpala2011-07-16
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\
| * Include lirc.h in lirc.c to add missing prototypes.Gravatar cehoyos2010-02-27
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleakGravatar reimar2009-01-30
* Fix an MSGT_INPUT to MSGT_LIRC in lirc.cGravatar reimar2009-01-30
* Do not use select n lirc code, instead set the fd non-blocking.Gravatar reimar2009-01-27
* Fix typo: pool -> pollGravatar reimar2009-01-25
* Add standard GPL license header.Gravatar diego2008-12-13
* litle bug, didn't compile :(Gravatar ptt2006-10-12
* slight overall verbosity reductionGravatar diego2006-10-12
* Move conditional compilation to the build system.Gravatar diego2006-09-12
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-10-25
* consume empty lirc events at once.Gravatar reimar2005-06-27
* rewrote the lirc code to remove the forkGravatar arpi2002-10-23
* A bug fix + moved error msg from verbose to errorGravatar albeu2002-03-19
* Make old and new lirc support independant from each otherGravatar albeu2002-02-23
* Remove some unuseful stuff and don't try to kill an unexistingGravatar albeu2002-02-04
* Added lirc support in inputGravatar albeu2002-01-31