log command.c @ 37195:ac6c37d85d65 default tip

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.
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
Sun, 27 Dec 2009 14:06:47 +0000 reimar Use the same condition to decide if the audio/video id property is
Sun, 27 Dec 2009 14:02:20 +0000 reimar When setting audio or video track make sure we will not try to
Sun, 27 Dec 2009 13:56:51 +0000 reimar Print a ANS_ERROR reply if one of the *_property slave command fails.
Sat, 19 Dec 2009 15:32:17 +0000 reimar Never include ass.h and ass_types.h directly, use ass_mp.h instead.
Sat, 14 Nov 2009 12:46:14 +0000 cehoyos Show OSD message when enabling/disabling de-interlacing.
Wed, 11 Nov 2009 11:09:36 +0000 reimar Avoid modifying dvdsub_id in command.c where possible.
Mon, 09 Nov 2009 15:04:57 +0000 reimar Make sure the teletext property stuff does not crash if no demuxer is available.
Sat, 07 Nov 2009 16:40:42 +0000 cehoyos Remove CONFIG_TV_TELETEXT.
Sat, 07 Nov 2009 12:31:05 +0000 cehoyos Separate teletext from tv support.
Thu, 29 Oct 2009 22:13:04 +0000 cehoyos Move teletext specific code from stream into libmpcodecs.
Wed, 23 Sep 2009 21:21:58 +0000 reimar Make update_subtitles work without sh_video for text subtitles.
Tue, 08 Sep 2009 09:07:23 +0000 reimar Make indentation consistent with the rest of the file
Tue, 08 Sep 2009 09:06:43 +0000 reimar Never switch to a program with no audio and no video.
Mon, 03 Aug 2009 23:04:04 +0000 diego Only #include stream/stream_dvd.h when libdvdread is enabled.
Sun, 02 Aug 2009 16:00:55 +0000 diego Remove pointless #ifdefs around harmless internal header #includes.
Sun, 28 Jun 2009 13:17:42 +0000 reimar Make set_property chapter 0-based like all other chapter-related
Sat, 20 Jun 2009 13:19:24 +0000 reimar Do not use MAX_A/V_STREAMS as upper limit for switch_audio/switch_video
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 31 Jan 2009 01:09:49 +0000 uau command.c: Fix some commands crashing during audio-only playback
Tue, 02 Dec 2008 19:53:41 +0000 reimar Print ID_EXIT and exit reason message in identify mode when exiting.
Mon, 27 Oct 2008 22:44:09 +0000 faust3 Disallow the modification of teletext properties when the tv demuxer is
Wed, 01 Oct 2008 17:05:46 +0000 reimar Use the existing pt_iter_goto_head function instead of reimplementing it
Wed, 01 Oct 2008 17:05:39 +0000 reimar mpctx->playtree is a node, files can not be directly appended to it,
Wed, 01 Oct 2008 17:05:30 +0000 reimar Add a "pause" property to allow checking if MPlayer is paused.
Fri, 26 Sep 2008 21:17:01 +0000 nicodvb slave command to get the number of chapters; patch by Kevin DeKorte - kdekorte gmail com
Wed, 27 Aug 2008 11:31:53 +0000 aurel handle the lavfpref demuxer in the same way as the lavf one
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Thu, 07 Aug 2008 09:53:59 +0000 ben Fix wrong behavior with slave command by going back to the starting point
Mon, 04 Aug 2008 13:35:42 +0000 ben cosmetic: reindent after r27414
Mon, 04 Aug 2008 13:35:14 +0000 ben Fixes unsafe 'chapter' command with get_property() call.
Mon, 04 Aug 2008 13:34:10 +0000 ben cosmetic: reindent after r27412
Mon, 04 Aug 2008 13:33:22 +0000 ben Fixes unsafe 'angle' command with get_property() call.
Mon, 04 Aug 2008 13:25:20 +0000 ben Fixes unsafe 'switch_audio' command with set_property() call.
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from
Wed, 30 Jul 2008 18:07:19 +0000 diego Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
Wed, 30 Jul 2008 13:44:59 +0000 diego Rename two GUI-related preprocessor directives:
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Fri, 20 Jun 2008 18:54:38 +0000 ben Keep old dvdnav sub-command options for a while in order
Thu, 19 Jun 2008 18:51:42 +0000 ben Change DVDNAV command key names.
Sat, 07 Jun 2008 12:57:23 +0000 ben Rename some functions as they are mplayer related and not
Tue, 27 May 2008 18:39:57 +0000 ben Add a slave command to stop stream playback.
Fri, 16 May 2008 09:42:28 +0000 diego cosmetics: Remove useless parentheses from return statements.
Tue, 01 Apr 2008 15:24:53 +0000 uau Remove unnecessary includes
Fri, 28 Mar 2008 01:07:59 +0000 uau Include some .h files in corresponding .c files
Fri, 29 Feb 2008 17:44:54 +0000 eugeni Add missing #include.
Fri, 29 Feb 2008 17:25:39 +0000 eugeni Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
Fri, 29 Feb 2008 17:25:37 +0000 eugeni Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Tue, 29 Jan 2008 21:38:23 +0000 nicodvb show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore gmail com
Tue, 29 Jan 2008 16:22:34 +0000 reimar More places that should use SEEK_ABSOLUTE / SEEK_FACTOR
Mon, 28 Jan 2008 18:28:17 +0000 reimar Simplify a condition that probably is not necessary at all
Sun, 27 Jan 2008 15:32:09 +0000 ben reindent after r25881
Sun, 27 Jan 2008 15:31:24 +0000 ben sub_scale command can now handle both ass and non-ass subs at a time
Sat, 26 Jan 2008 11:51:34 +0000 ben Add support for dvdnav still frames playback.
Thu, 24 Jan 2008 19:14:05 +0000 ben Add new command to switch between dvdnav titles
Wed, 23 Jan 2008 22:34:51 +0000 ben cosmetic: reindent code after r25843
Wed, 23 Jan 2008 22:33:46 +0000 ben sub_scale command now works with ass subtitles renderer
Wed, 23 Jan 2008 21:18:32 +0000 eugeni Add ass_use_margins command and property to shift subtitles to margins and back
Sun, 13 Jan 2008 17:00:46 +0000 reimar Make mp_properties const
Fri, 11 Jan 2008 21:45:20 +0000 eugeni Remove global_ass_track. Instead create an ass_track for each 't' track.
Thu, 10 Jan 2008 19:59:09 +0000 eugeni Clear demuxed data when subtitle track is changed.
Sat, 05 Jan 2008 14:32:39 +0000 nicodvb properties to get and set angle; patch by oattila chello hu
Sat, 05 Jan 2008 01:40:36 +0000 ulion Fix property audio_delay bug when step up/down with arg value NULL.
Mon, 24 Dec 2007 16:27:52 +0000 reimar Add some const/static qualifiers as appropriate
Sat, 22 Dec 2007 08:35:15 +0000 ulion Check availability before check argument for getting gamma properties.
Sat, 22 Dec 2007 06:35:35 +0000 ulion Revert to r25490, since the r25491 is not correct.
Sat, 22 Dec 2007 06:27:55 +0000 ulion Combine code for check availability of property audio(id).
Sat, 22 Dec 2007 06:20:48 +0000 ulion Combine common code for check whether chapter is available.
Sat, 22 Dec 2007 06:14:38 +0000 ulion OSD menu support mouse selection.
Mon, 17 Dec 2007 03:42:54 +0000 ulion Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).
Sat, 15 Dec 2007 13:05:06 +0000 nicodvb dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)
Fri, 14 Dec 2007 08:33:11 +0000 ulion Support chapter as a property.
Mon, 03 Dec 2007 04:08:36 +0000 ulion Skip empty vobsub streams when selecting subtitles.
Sun, 02 Dec 2007 13:53:03 +0000 reimar Remove last remains of long-gone VOCTRL_SCREENSHOT
Sun, 25 Nov 2007 04:09:04 +0000 ulion Support select subtitle by source, add 4 properties:
Sat, 17 Nov 2007 11:23:58 +0000 ulion Fix pausing_toggle not continue play bug when it follows a pause immediately.
Tue, 28 Aug 2007 14:10:47 +0000 voroshil Implement X/27/0 packet decoding.
Tue, 28 Aug 2007 11:20:24 +0000 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
Sat, 25 Aug 2007 16:15:46 +0000 diego Extract a poor int declaration from within the uncouth grip of an if statement
Sat, 25 Aug 2007 16:03:02 +0000 diego Fix warnings:
Sat, 25 Aug 2007 13:08:49 +0000 diego Move button variable into the if () where it is actually used.
Sat, 25 Aug 2007 12:47:41 +0000 diego Fix unused variable warning when USE_DVDNAV is not defined.
Thu, 23 Aug 2007 16:09:30 +0000 voroshil Automatic TV channels scanning ability for MPlayer.
Sun, 29 Jul 2007 17:55:28 +0000 voroshil Teletext support.
Wed, 25 Jul 2007 17:13:02 +0000 reimar subdata must be set to NULL when the corresponding data was freed.
Wed, 25 Jul 2007 17:11:22 +0000 reimar Do not set vo_sub to NULL on changing subtitles, update_subtitles
Sun, 15 Jul 2007 17:56:06 +0000 reimar Make sure that sub->id is -2 and sub->sh is NULL if subtitle doesn't
Fri, 13 Jul 2007 21:15:24 +0000 aurel add support for subtitles thru lavf
Tue, 10 Jul 2007 16:08:29 +0000 albeu 10L, sub_scale need freetype, add the #ifdef.
Mon, 09 Jul 2007 14:52:46 +0000 albeu Add a loop command and property.
Mon, 09 Jul 2007 11:19:21 +0000 albeu Add the sub_scale property and command.
Sun, 24 Jun 2007 08:10:07 +0000 reimar Simplify and correct subtitle selection, no more special cases for
Thu, 21 Jun 2007 08:18:51 +0000 voroshil Revert r23530.
Wed, 20 Jun 2007 02:26:20 +0000 zuxy The audio balance feature implemented with af_pan.
Sun, 17 Jun 2007 08:29:26 +0000 reimar Merge (trivial) dvdnav and dvdread subtitle selection code
Sun, 17 Jun 2007 08:26:07 +0000 reimar Make sure we do not access demuxer->s_streams out of bounds
Sun, 10 Jun 2007 00:06:12 +0000 voroshil Teletext support for tv:// (v4l and v4l2 only)
Thu, 31 May 2007 13:07:52 +0000 albeu Add new properties percent_pos and time_pos.
Thu, 31 May 2007 13:02:51 +0000 albeu Make the length property use the time type.
Thu, 31 May 2007 12:42:02 +0000 albeu Move the time printing code out of the length property.
Thu, 31 May 2007 09:42:14 +0000 albeu Allow setting the direction in the step_property command.
Thu, 31 May 2007 09:13:21 +0000 albeu Fix the step_property coammand to correctly handle the step size with
Wed, 30 May 2007 06:53:06 +0000 albeu Add PRINT to the samplerate property.
Tue, 29 May 2007 22:14:41 +0000 albeu Make all the info available via the metadata API available via properties.
Tue, 29 May 2007 21:49:39 +0000 albeu Rework the property API to allow sub properties such as
Tue, 08 May 2007 21:23:07 +0000 ben cosmetic: indent
Tue, 08 May 2007 21:22:21 +0000 ben cosmetic: use K&R coding style, as in reste of the file
Tue, 08 May 2007 12:20:46 +0000 ben support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft dot com>)
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui
Sat, 17 Mar 2007 11:51:17 +0000 voroshil New slave command: tv_step_freq <offset in MHz>
Sun, 11 Mar 2007 06:16:14 +0000 uau Move the sh_audio->delay field to mpctx->delay.
Fri, 09 Mar 2007 14:04:07 +0000 uau Include <string.h> explicitly.
Fri, 09 Mar 2007 12:43:26 +0000 uau Move command.c.tmp over now identical command.c base command.c.tmp@38c0b6d35d7f
Wed, 21 Feb 2007 19:48:12 +0000 ivo fix compilation with gcc 2.95.3
Wed, 21 Feb 2007 00:49:24 +0000 uau Split command/property handling from mplayer.c to a new file command.c.