log command.c @ 37163:caea6b4337d8

age author description
Thu, 28 Aug 2014 19:34:05 +0000 ib Check existence of a demuxer when updating global_sub_size.
Sat, 25 Jan 2014 16:55:09 +0000 reimar Document switch case fallthroughs.
Sun, 22 Sep 2013 08:34:08 +0000 reimar Fix a few memleaks.
Sun, 25 Aug 2013 17:23:22 +0000 reimar Fix disabling subtitles by switching through them.
Wed, 07 Aug 2013 21:06:59 +0000 ib Be more consistent with movie aspect setting and check.
Wed, 07 Aug 2013 20:41:34 +0000 ib Don't subsequently calculate original_aspect from last movie_aspect.
Thu, 01 Aug 2013 21:18:14 +0000 ib Handle special argument -1 to switch_ratio as intended.
Sat, 23 Mar 2013 00:50:51 +0000 diego build: Add _BSD_SOURCE definition for strsep().
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Fri, 30 Nov 2012 21:22:32 +0000 reimar Display correct subtitle language for demux_lavf.
Tue, 30 Oct 2012 18:23:01 +0000 reimar Actually make use of max_sub_pos_for_source.
Tue, 30 Oct 2012 18:16:54 +0000 reimar Make checks for STREAMTYPE simpler and more consistent.
Tue, 30 Oct 2012 18:03:30 +0000 reimar Free memory allocated by get_path.
Tue, 30 Oct 2012 18:00:52 +0000 reimar Do not assume that a stream is available for capture.
Thu, 25 Oct 2012 18:26:45 +0000 al mp_property_deinterlace: Signalize control() failure
Sun, 21 Oct 2012 19:01:48 +0000 al mp_property_deinterlace: Improve OSD feedback
Wed, 12 Sep 2012 21:03:45 +0000 reimar Fix translation of mouse coordinates when panscan is used.
Wed, 12 Sep 2012 20:48:08 +0000 reimar Minor simplification of rescale_input_coordinates.
Sun, 12 Aug 2012 17:57:35 +0000 reimar Change "run" command to expand properties.
Sun, 19 Feb 2012 13:15:41 +0000 reimar Code cleanup: Use a stream_control instead of global functions to
Sat, 31 Dec 2011 12:20:08 +0000 ib Add new stream control command STREAM_CTRL_GET_NUM_TITLES.
Sun, 11 Dec 2011 14:43:16 +0000 ib Enable gui slave commands.
Thu, 03 Nov 2011 13:24:53 +0000 diego Fix a bunch of Doxygen syntax errors that caused warnings.
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
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().
Sat, 02 Jul 2011 22:55:52 +0000 reimar Fix type to match read_pnm arguments.
Wed, 29 Jun 2011 15:22:22 +0000 ib Don't let MPlayer directly call user interface functions.
Mon, 27 Jun 2011 19:39:57 +0000 ib Rename guiGetEvent type guiIEvent guiRunCommand.