2008-06-19 |
ben |
Change DVDNAV command key names.
|
2008-05-27 |
ben |
Add a slave command to stop stream playback.
|
2008-05-18 |
ben |
fix compilation of input.c if neither macosx/linux apple remote code
|
2008-05-18 |
ben |
Keep AppleIR enabled by default on MacOSX but have it disable on Linux.
|
2008-05-18 |
ben |
Do not enable AppleIR by default.
|
2008-05-18 |
ben |
Add support for AppleIR Remote as an input under Linux systems.
|
2008-05-10 |
reimar |
usec_sleep(0) is not the same as not sleeping at all.
|
2008-04-28 |
diego |
Use full path for libavutil #includes.
|
2008-03-11 |
reimar |
Fix handling of comments in input.c, current code had useless ifs and in addition
|
2008-01-24 |
ben |
Add new command to switch between dvdnav titles
|
2008-01-23 |
eugeni |
Add ass_use_margins command and property to shift subtitles to margins and back
|
2008-01-19 |
reimar |
Fix some types to const
|
2008-01-15 |
reimar |
Remove a useless cast
|
2008-01-13 |
reimar |
Make several mapping tables related to input processing const.
|
2008-01-09 |
uau |
Remove unnecessary <signal.h> includes
|
2008-01-08 |
reimar |
Do not use exit_player in the signal handler, this code just can not
|
2008-01-05 |
nicodvb |
properties to change angle; patch by oattila chello hu
|
2007-12-26 |
ulion |
From now on, libmenu does not steal all input keys from input modules.
|
2007-12-11 |
ulion |
Add new function for parsing and queueing multi-commands separated by \n or \r.
|
2007-12-10 |
ulion |
Ignore heading spaces when parsing command.
|
2007-12-04 |
ulion |
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
|
2007-12-02 |
ulion |
Do not queue empty cmd.
|
2007-11-27 |
ulion |
Use const char * to replace a char * parameter.
|
2007-11-25 |
ulion |
Support select subtitle by source, add 4 properties:
|
2007-11-08 |
ulion |
Fix cmd filter memory leak, free the cmd after filter ate it.
|
2007-10-31 |
ulion |
Fix input.conf parse bug when comment follows key binding in the same line.
|
2007-10-23 |
ulion |
Fix input command parser for using only tab to separate the arguments.
|
2007-09-13 |
diego |
warning fixes:
|
2007-08-28 |
voroshil |
Implement X/27/0 packet decoding.
|
2007-08-28 |
diego |
Clean up the way get_path is handled: Compile get_path.c to an object to link
|
2007-08-27 |
reimar |
Process any waiting commands (got_cmd set). Should fix e.g. smplayer.
|
2007-08-25 |
reimar |
Revert r24158, it is not necessary with unsigned bitfield
|
2007-08-25 |
reimar |
Change bitfield to unsigned so that we get the usual truth values
|
2007-08-25 |
reimar |
Hack around broken bitfields in gcc 4.2
|
2007-08-25 |
reimar |
Fix invalid fd check, the bug is somewhere else though.
|
2007-08-25 |
reimar |
HACK: check added fds for validity because otherwise mplayer
|
2007-08-25 |
reimar |
Fix loads of warnings
|
2007-08-25 |
uau |
Handle queued commands from input event functions immediately
|
2007-08-25 |
uau |
Add separate event input type for terminal+vo
|
2007-08-25 |
uau |
Use a single select() for both key and slave input
|
2007-08-25 |
uau |
Make terminal input work more like VO key input
|
2007-08-25 |
uau |
Remove unused function
|
2007-08-25 |
uau |
Use bitfield instead of manual bit fiddling in input.c
|
2007-08-23 |
voroshil |
Automatic TV channels scanning ability for MPlayer.
|
2007-08-14 |
diego |
Apple Remote support
|
2007-07-29 |
voroshil |
Teletext support.
|
2007-07-09 |
albeu |
Add a loop command and property.
|
2007-07-09 |
albeu |
Add the sub_scale property and command.
|
2007-06-21 |
voroshil |
Revert r23530.
|
2007-06-20 |
zuxy |
The audio balance feature implemented with af_pan.
|
2007-06-10 |
voroshil |
Teletext support for tv:// (v4l and v4l2 only)
|
2007-06-07 |
voroshil |
implement "bind sections"
|
2007-05-31 |
albeu |
Allow setting the direction in the step_property command.
|
2007-03-21 |
diego |
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
|
2007-03-17 |
voroshil |
New slave command: tv_step_freq <offset in MHz>
|
2007-03-05 |
reimar |
Allow to add/modify keybind for '#'
|
2007-02-19 |
uau |
Remove remnants of the nonfunctional "grab_frames" command.
|
2007-01-21 |
reimar |
Add ignore key bind
|
2006-12-24 |
diego |
Remove undocumented redundant key bindings.
|
2006-12-03 |
reimar |
Do not call usec_sleep when we are not supposed to sleep.
|