log mplayer.c @ 36323:335349ca2137

age author description
Mon, 12 Aug 2013 19:37:33 +0000 reimar Do not increment frame drop count when at EOF.
Thu, 01 Aug 2013 17:45:31 +0000 ib Remove GUI_HANDLE_EVENTS.
Thu, 01 Aug 2013 17:12:26 +0000 ib Place GUI_HANDLE_EVENTS calls after GUI_REDRAW calls.
Thu, 01 Aug 2013 17:10:10 +0000 ib Remove needless GUI_HANDLE_EVENTS call.
Sun, 05 May 2013 17:02:33 +0000 reimar Allow parsing arbitrary files as playlist only
Thu, 04 Apr 2013 11:50:37 +0000 ib Cosmetic: Rename GMPlayer definition gmplayer.
Wed, 03 Apr 2013 11:52:42 +0000 reimar Add limited -endpos support when dumping.
Sat, 30 Mar 2013 08:42:57 +0000 reimar Add -heartbeat-interval option.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Thu, 14 Mar 2013 20:04:24 +0000 reimar Win32: support file names with characters outside system code-page
Sat, 15 Dec 2012 19:54:44 +0000 reimar Attempt to fix -loop (when written after the file name) for
Sat, 15 Dec 2012 19:53:28 +0000 reimar Allow -ss 0 to seek to pts 0 instead of disabling seeking.
Wed, 05 Dec 2012 11:51:08 +0000 ib Combine guiPlaylistInitialize() and guiPlaylistAdd().
Sun, 25 Nov 2012 22:56:28 +0000 reimar Disable frame dropping for codec delay flush.
Sun, 25 Nov 2012 14:46:47 +0000 reimar React more smoothly to user input/window redraw requests
Mon, 01 Oct 2012 19:47:45 +0000 reimar Avoid sleeping for too long without reacting to user input.
Mon, 17 Sep 2012 19:35:25 +0000 reimar Support pausing prefix also in idle mode.
Wed, 30 May 2012 21:05:21 +0000 ib Allow plain text playlists for the GUI.
Wed, 30 May 2012 19:33:09 +0000 reimar Another attempt at clearing DVDNAV highlights, this
Tue, 15 May 2012 20:56:53 +0000 reimar Do not override mpctx->stream during free_demuxer.
Fri, 20 Apr 2012 18:30:40 +0000 reimar Use a local variable to reduce some code clutter.
Sun, 15 Apr 2012 21:02:59 +0000 reimar Fix dvdnav case to not leave "flush" uninitialized.
Sun, 15 Apr 2012 15:01:09 +0000 reimar Decode last frames for codecs with delay.
Sun, 15 Apr 2012 11:09:17 +0000 reimar Fix hang when video pts suddenly jumps to match audio pts.
Sun, 04 Mar 2012 14:47:37 +0000 reimar Allow using a cache size of up to 4 TB.
Sun, 12 Feb 2012 17:27:06 +0000 ib Revert one change of r34694.
Sun, 12 Feb 2012 15:37:04 +0000 ib Make mplayer.c messages translatable.
Sun, 12 Feb 2012 13:35:17 +0000 reimar Try to detect when an audio driver ends up hanging after
Thu, 19 Jan 2012 23:20:37 +0000 reimar Fix per-file ASS options like -ass-force-style.
Sun, 11 Dec 2011 14:44:36 +0000 ib Cosmetic: Adjust indent.