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.
|
Sun, 11 Dec 2011 14:43:16 +0000 |
ib |
Enable gui slave commands.
|
Mon, 05 Dec 2011 18:27:40 +0000 |
reimar |
Fix OSD time and e.g. frame number displayed with osd_fractions
|
Tue, 15 Nov 2011 17:57:23 +0000 |
cigaes |
OSD fractions: do not round up decimals
|
Tue, 25 Oct 2011 20:45:09 +0000 |
reimar |
Sanitize include option behaviour.
|
Sun, 16 Oct 2011 10:49:48 +0000 |
ib |
Add comment.
|
Sat, 15 Oct 2011 13:20:52 +0000 |
ib |
Port to Wine.
|
Sat, 15 Oct 2011 11:07:29 +0000 |
ib |
Ensure that filename related config will always be loaded.
|
Sat, 15 Oct 2011 10:37:36 +0000 |
ib |
Allow GUI to use filename related config.
|
Fri, 30 Sep 2011 15:13:01 +0000 |
ib |
Remove needless code.
|
Wed, 28 Sep 2011 13:53:15 +0000 |
ib |
Correct comment on playtree and playtree_iter in connection with the GUI.
|
Tue, 27 Sep 2011 14:15:42 +0000 |
ib |
Remove gui() instruction GUI_SET_FILE.
|
Thu, 18 Aug 2011 19:15:06 +0000 |
reimar |
Remove strange pts locking code that would never really result in good
|
Fri, 12 Aug 2011 15:25:30 +0000 |
ib |
Cosmetic: Rename some guiInfo members.
|
Fri, 12 Aug 2011 13:15:58 +0000 |
ib |
Cosmetic: Adjust indent and remove braces.
|
Fri, 12 Aug 2011 13:14:13 +0000 |
ib |
Remove needless guiInfo member DiskChanged.
|
Fri, 12 Aug 2011 10:23:25 +0000 |
ib |
Remove pointless condition.
|
Fri, 12 Aug 2011 09:41:08 +0000 |
ib |
Cosmetic: Adjust indent.
|
Fri, 12 Aug 2011 09:40:29 +0000 |
ib |
Remove unneeded variable and simplify code.
|
Thu, 11 Aug 2011 17:45:25 +0000 |
diego |
Move cfg_inc_verbose and cfg_include into mpcommon.c.
|
Thu, 11 Aug 2011 13:54:24 +0000 |
ib |
Get rid of a bunch of needless or redundant guiInfo members.
|
Wed, 10 Aug 2011 20:17:20 +0000 |
cboesch |
mplayer: small indent fix.
|
Sun, 24 Jul 2011 23:55:34 +0000 |
diego |
Do not translate console messages of verbosity level MSGL_V and above.
|
Thu, 07 Jul 2011 14:54:53 +0000 |
ib |
Cosmetic: Rename the GUI playlist functions.
|
Tue, 05 Jul 2011 15:04:00 +0000 |
ib |
Rename GUI playtree import functions.
|
Tue, 05 Jul 2011 13:48:55 +0000 |
ib |
Make guiEventHandling() a gui() call.
|
Tue, 05 Jul 2011 12:05:06 +0000 |
ib |
Cosmetic: Change prefix for symbolic constants from GMP to GUI.
|
Tue, 05 Jul 2011 10:47:51 +0000 |
ib |
Rename the gui() symbolic constants.
|
Tue, 05 Jul 2011 09:33:09 +0000 |
ib |
Rename guiGetEvent() gui().
|
Wed, 29 Jun 2011 14:31:17 +0000 |
ib |
Rename guiGetEvent type guiSetDefaults guiNewFile.
|
Wed, 29 Jun 2011 14:24:39 +0000 |
ib |
Don't let MPlayer directly call user interface functions.
|
Tue, 28 Jun 2011 17:36:19 +0000 |
ib |
Rename guiGetEvent type guiSetVolume guiSetMixer.
|
Tue, 28 Jun 2011 17:23:37 +0000 |
ib |
Redraw GUI only after all necessary values have been set.
|
Tue, 28 Jun 2011 10:55:17 +0000 |
ib |
Change return code of guiGetEvent() to indicate success.
|
Tue, 28 Jun 2011 09:23:16 +0000 |
ib |
Cosmetic: Remove needless parentheses.
|
Tue, 28 Jun 2011 08:52:02 +0000 |
ib |
Rename guiGetEvent type guiSetAudioOnly guiSetAudio.
|
Tue, 28 Jun 2011 07:31:35 +0000 |
ib |
Rename guiGetEvent type guiSetValues guiSetVideo.
|
Mon, 27 Jun 2011 19:39:57 +0000 |
ib |
Rename guiGetEvent type guiIEvent guiRunCommand.
|
Mon, 27 Jun 2011 19:25:04 +0000 |
ib |
Rename guiGetEvent type guiSetParameters guiPreparation.
|
Mon, 27 Jun 2011 19:14:45 +0000 |
ib |
Remove guiGetEvent type guiSetDemuxer.
|
Mon, 27 Jun 2011 18:55:18 +0000 |
ib |
Remove guiGetEvent type guiSetFileFormat.
|
Mon, 27 Jun 2011 10:46:25 +0000 |
ib |
Simplify code concerning guiGetEvent type guiSetAudioOnly.
|
Mon, 27 Jun 2011 10:29:34 +0000 |
ib |
Cast arg in guiGetEvent() to void * or remove cast where unnecessary.
|
Mon, 27 Jun 2011 10:02:04 +0000 |
ib |
Rename guiInterface_t member AudioType AudioChannels.
|