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.
Mon, 27 Jun 2011 10:29:34 +0000 ib Cast arg in guiGetEvent() to void * or remove cast where unnecessary.
Sun, 19 Jun 2011 16:48:33 +0000 reimar Move init_vo_spudec to mp_common.c and reuse it in mencoder.
Sat, 18 Jun 2011 14:33:41 +0000 ib Cosmetic: Rename some GUI variables and functions.
Tue, 07 Jun 2011 13:17:05 +0000 ib Fix segmentation fault when pressing U (stop playing) in GUI.
Thu, 28 Apr 2011 13:45:16 +0000 diego Add missing osdep/strsep.h #include where strsep() is used.
Sat, 23 Apr 2011 16:48:36 +0000 reimar Fix DVD angle cycling up.
Sat, 23 Apr 2011 16:41:11 +0000 reimar Fix audio/video ID mapping for slave commands to correspond to the
Thu, 27 Jan 2011 20:51:11 +0000 reimar Force subtitles to be redrawn on sub_scale change.
Mon, 03 Jan 2011 19:39:31 +0000 cboesch Factorize ROUND() redefinitions macro.
Sat, 11 Dec 2010 12:44:39 +0000 reimar Allow cycling subtitles backwards with 'J'.
Sat, 04 Dec 2010 10:24:42 +0000 cboesch Make use of mp_basename in a few places.
Fri, 26 Nov 2010 20:52:35 +0000 reimar build_afilter_chain is not safe to use directly, thus make it
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:37:29 +0000 cigaes Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
Wed, 27 Oct 2010 17:08:36 +0000 cigaes Move ass_mp.[ch] to the sub directory.
Wed, 27 Oct 2010 17:03:26 +0000 cigaes Move eosd.[ch] to the sub directory.
Wed, 27 Oct 2010 16:58:23 +0000 cigaes Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.
Wed, 27 Oct 2010 16:38:51 +0000 cigaes Move spudec.[ch] to the sub directory.
Sat, 23 Oct 2010 10:16:34 +0000 reimar Change capture feature to append to file instead of overwriting.
Sat, 23 Oct 2010 10:14:43 +0000 reimar Simplify and fix capture feature to not always return an error.
Fri, 22 Oct 2010 20:39:43 +0000 cigaes EOSD: overlay_add: use read_pnm instead of the internal reimplementation.
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.
Thu, 14 Oct 2010 09:27:38 +0000 cigaes Cosmetic: remove useless braces.
Thu, 14 Oct 2010 09:26:21 +0000 cigaes Use intptr_t for integers stored in opaque pointers.
Sun, 10 Oct 2010 09:30:42 +0000 cigaes Add the overlay_add and overlay_remove commands.
Mon, 04 Oct 2010 06:40:32 +0000 reimar 1000l, %lf is not valid format string for printf (only for scanf) and actually
Fri, 17 Sep 2010 15:13:37 +0000 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
Thu, 09 Sep 2010 15:46:25 +0000 diego Move use_menu extern declaration to mplayer.h, where it belongs.