index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
input
/
lirc.c
Commit message (
Expand
)
Author
Age
*
Kill all tabs
wm4
2014-04-13
*
input: rework how input sources are added
wm4
2013-12-21
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
*
Move mpvcore/input/ to input/
wm4
2013-12-17
*
Rename directories, move files (step 1 of 2) (does not compile)
wm4
2012-11-12
*
Rename to "mpv"
wm4
2012-10-12
*
lirc: silence output in case LIRC can't be opened
wm4
2012-07-30
*
input/ar.c, input/lirc.c: fix changes missing from 1916b95b8
Uoti Urpala
2011-09-04
*
cleanup: remove some unnecessary input.[ch] typedefs
Uoti Urpala
2011-07-16
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Merge svn changes up to r30798
Uoti Urpala
2010-03-10
|
\
|
*
Include lirc.h in lirc.c to add missing prototypes.
cehoyos
2010-02-27
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
*
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
|
/
*
Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak
reimar
2009-01-30
*
Fix an MSGT_INPUT to MSGT_LIRC in lirc.c
reimar
2009-01-30
*
Do not use select n lirc code, instead set the fd non-blocking.
reimar
2009-01-27
*
Fix typo: pool -> poll
reimar
2009-01-25
*
Add standard GPL license header.
diego
2008-12-13
*
litle bug, didn't compile :(
ptt
2006-10-12
*
slight overall verbosity reduction
diego
2006-10-12
*
Move conditional compilation to the build system.
diego
2006-09-12
*
Unify include paths, -I.. is in CFLAGS.
diego
2005-10-25
*
consume empty lirc events at once.
reimar
2005-06-27
*
rewrote the lirc code to remove the fork
arpi
2002-10-23
*
A bug fix + moved error msg from verbose to error
albeu
2002-03-19
*
Make old and new lirc support independant from each other
albeu
2002-02-23
*
Remove some unuseful stuff and don't try to kill an unexisting
albeu
2002-02-04
*
Added lirc support in input
albeu
2002-01-31