log command.c @ 34174:a93891202051

age author description
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.
Fri, 03 Sep 2010 23:49:35 +0000 reynaldo Add -edl-start-pts option to Adjust positions in EDL records according
Fri, 20 Aug 2010 15:48:09 +0000 reimar 100l, re-add vobsub_get_id_by_index call accidentally removed in
Wed, 11 Aug 2010 20:59:03 +0000 reimar Add incomplete clipinf reading support to display audio
Sun, 01 Aug 2010 13:30:26 +0000 reimar Fix subtitle selection: make selecting -sid 0 work again by replacing the
Fri, 30 Jul 2010 18:14:35 +0000 greg Rename libass types to match upstream libass >= 0.9.7
Thu, 29 Jul 2010 17:06:39 +0000 reimar Move function to avoid a forward declaration.
Thu, 29 Jul 2010 17:05:23 +0000 reimar Update global_sub_pos if we auto-selected a subtitle.
Sun, 25 Jul 2010 09:13:43 +0000 reimar Change cast to avoid a warning.
Sun, 25 Jul 2010 09:06:37 +0000 reimar Add stream_time_pos property.
Sun, 11 Jul 2010 17:53:44 +0000 reimar Fix calculation of global_sub_size.
Sat, 10 Jul 2010 20:48:50 +0000 reimar Change global subtitle numbering scheme so that demuxers can "asynchronously"
Sun, 13 Jun 2010 11:34:14 +0000 reimar Remove Gui-specific slave commands and associated key-bindings and other code.
Sat, 29 May 2010 10:11:55 +0000 diego Mark key_type structure as const.
Tue, 25 May 2010 11:34:38 +0000 diego K&R cosmetics: Fix '*' placement.
Mon, 03 May 2010 23:34:38 +0000 diego the great MPlayer tab removal: part II
Sun, 11 Apr 2010 18:59:19 +0000 cehoyos Add slave commands for loading and unloading audio filters at runtime.
Fri, 09 Apr 2010 19:20:52 +0000 cehoyos Add osd_show_progression: Show progress bar and elapsed/total time.
Sat, 20 Mar 2010 23:38:27 +0000 diego Rename get_path.[ch] --> path.[ch].
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Fri, 22 Jan 2010 21:10:40 +0000 reimar Also handle ASS subtitles when removing subtitles via sub_remove slave command.
Fri, 22 Jan 2010 20:59:15 +0000 reimar Avoid duplicating code to remove subtitles (sub_remove slave command).
Sun, 27 Dec 2009 14:13:06 +0000 reimar Return the actually playing audio/video id for get_property, not the one
Sun, 27 Dec 2009 14:07:29 +0000 reimar Subtitle are now also available without video, so remove that