log command.c @ 25464:6f45e8b913cf

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