Sun, 25 Nov 2012 15:04:44 +0000 |
ib |
Avoid a duplicate strrchr() call.
|
Sun, 25 Nov 2012 14:46:47 +0000 |
reimar |
React more smoothly to user input/window redraw requests
|
Sun, 25 Nov 2012 14:40:41 +0000 |
reimar |
vo_gl: react to expose events even when not paused.
|
Sun, 25 Nov 2012 14:38:58 +0000 |
ib |
Without current playlist item, reset guiInfo's Filename and StreamType.
|
Sun, 25 Nov 2012 14:18:12 +0000 |
reimar |
Fix incorrect mp_image allocations when the input format changes.
|
Sun, 25 Nov 2012 14:17:23 +0000 |
ib |
Allow setting guiInfo.Filename to NULL.
|
Sun, 25 Nov 2012 12:24:02 +0000 |
ib |
Improve add_to_gui_playlist().
|
Sun, 25 Nov 2012 11:55:07 +0000 |
ib |
Choose better variable name for current playlist item.
|
Sun, 25 Nov 2012 11:51:35 +0000 |
ib |
Move add_to_gui_playlist() to util/list.c.
|
Sun, 25 Nov 2012 11:37:52 +0000 |
reimar |
Fix bitrate calculation for FLAC files.
|
Sat, 24 Nov 2012 15:54:22 +0000 |
ib |
Rename uiGotoTheNext uiProcessNextInPlaylist.
|
Fri, 23 Nov 2012 21:47:31 +0000 |
al |
gui/win32: Remove static from add_to_gui_playlist
|
Fri, 23 Nov 2012 20:53:54 +0000 |
reimar |
Add a version script to hide all symbols.
|
Fri, 23 Nov 2012 20:34:49 +0000 |
reimar |
Add --large-address-aware to allow 32 bit Windows builds to use
|
Fri, 23 Nov 2012 20:33:22 +0000 |
reimar |
Fix auto-detection of MinGW as compile target.
|
Fri, 23 Nov 2012 19:26:01 +0000 |
reimar |
Also free the noauth_url entry in the URL struct.
|
Fri, 23 Nov 2012 19:21:36 +0000 |
reimar |
Pass pointer to start of allocated memory to free,
|
Fri, 23 Nov 2012 14:17:21 +0000 |
ib |
Fix segmentation fault with mouse button release.
|
Fri, 23 Nov 2012 14:10:10 +0000 |
ib |
Cosmetic: Adjust indent.
|
Fri, 23 Nov 2012 14:03:37 +0000 |
ib |
Prevent negative array index read.
|
Fri, 23 Nov 2012 13:35:31 +0000 |
ib |
Always stick with current playlist item after a uiCurr() call.
|
Fri, 23 Nov 2012 12:44:53 +0000 |
ib |
Remove dead code.
|
Fri, 23 Nov 2012 12:30:44 +0000 |
ib |
Prevent floating point exception.
|
Fri, 23 Nov 2012 12:08:56 +0000 |
ib |
Prevent unintended sign extension from int to long on 64-bit machines.
|