log command.c @ 30461:912b24967485

age author description
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