Sun, 22 Sep 2013 08:34:08 +0000 |
reimar |
Fix a few memleaks.
|
Tue, 07 May 2013 20:39:18 +0000 |
reimar |
Avoid dead code and a memleak.
|
Tue, 07 May 2013 20:39:17 +0000 |
reimar |
Make 0 termination code more robust against future changes.
|
Sat, 04 May 2013 21:41:37 +0000 |
reimar |
Simplify and clean up code.
|
Sat, 04 May 2013 21:41:36 +0000 |
reimar |
Cosmetics, simplify end-of-string checks.
|
Sat, 04 May 2013 21:41:35 +0000 |
reimar |
Remove unnecessary and incorrect assignment.
|
Fri, 03 May 2013 18:52:54 +0000 |
cigaes |
input: add an option to set the default pausing mode.
|
Sun, 17 Mar 2013 22:47:17 +0000 |
diego |
Add missing strings.h #includes for strcasecmp().
|
Thu, 14 Mar 2013 19:59:35 +0000 |
reimar |
Add support for binding any key in UTF-8 range.
|
Thu, 15 Nov 2012 18:44:19 +0000 |
reimar |
Revert r35388.
|
Sat, 10 Nov 2012 12:39:45 +0000 |
reimar |
Fix memory leaks in mp_input_check_interrupt.
|
Sat, 10 Nov 2012 12:38:54 +0000 |
reimar |
Make code slightly easier to read.
|
Mon, 05 Nov 2012 21:22:14 +0000 |
reimar |
Simplify mp_input_get_input_from_name.
|
Tue, 30 Oct 2012 18:37:37 +0000 |
reimar |
Fix off-by-one error in range check.
|
Sun, 11 Dec 2011 14:43:16 +0000 |
ib |
Enable gui slave commands.
|
Sat, 10 Dec 2011 14:31:28 +0000 |
reimar |
By default ignore CTRL key on its own.
|
Thu, 01 Dec 2011 19:09:20 +0000 |
reimar |
Only print printable characters, not all ASCII ones.
|
Sat, 27 Aug 2011 09:58:54 +0000 |
reimar |
Ensure we do not use 100% CPU when waiting for input with no file-based inputs.
|
Wed, 27 Jul 2011 13:40:16 +0000 |
diego |
Clarify console output when reading optional configuration files.
|
Sat, 07 May 2011 11:11:07 +0000 |
reimar |
Fix output of "No bind found for key" to actually make sense for
|
Sat, 07 May 2011 10:44:57 +0000 |
reimar |
Support up to 20 mouse buttons, there really seem to be input devices
|
Thu, 24 Mar 2011 22:34:23 +0000 |
reimar |
Allow mouse wheel to work with a key fifo size of 2.
|
Thu, 24 Mar 2011 22:11:18 +0000 |
reimar |
Make "stuck keys" problem impossibly by resetting the internal
|
Sat, 11 Dec 2010 12:44:39 +0000 |
reimar |
Allow cycling subtitles backwards with 'J'.
|
Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Thu, 21 Oct 2010 18:19:30 +0000 |
diego |
Implement a basic capture feature, available through -capture.
|
Sun, 17 Oct 2010 15:54:55 +0000 |
reimar |
Add experimental af_cmdline slave command to allow changing filter options at runtime.
|
Sun, 17 Oct 2010 09:06:18 +0000 |
reimar |
Make code clearer by putting the "special case hack" inside the if.
|
Sun, 17 Oct 2010 08:59:41 +0000 |
reimar |
Fix indentation.
|
Sun, 17 Oct 2010 08:58:40 +0000 |
reimar |
Do not fail opening a -input file= file just because stat failed, but try
|