aboutsummaryrefslogtreecommitdiffhomepage
path: root/command.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r27841Gravatar Uoti Urpala2008-10-28
|\
| * Disallow the modification of teletext properties when the tv demuxer isGravatar faust32008-10-27
* | Merge svn changes up to r27682Gravatar Uoti Urpala2008-10-02
|\|
| * Use the existing pt_iter_goto_head function instead of reimplementing itGravatar reimar2008-10-01
| * mpctx->playtree is a node, files can not be directly appended to it,Gravatar reimar2008-10-01
| * Add a "pause" property to allow checking if MPlayer is paused.Gravatar reimar2008-10-01
| * slave command to get the number of chapters; patch by Kevin DeKorte - kdekort...Gravatar nicodvb2008-09-26
* | Merge svn changes up to r27514Gravatar Uoti Urpala2008-09-03
|\|
| * handle the lavfpref demuxer in the same way as the lavf oneGravatar aurel2008-08-27
* | core: Clean up move-to-next-file logicGravatar Uoti Urpala2008-08-13
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename font-related preprocessor directives.Gravatar diego2008-08-07
| * Fix wrong behavior with slave command by going back to the starting pointGravatar ben2008-08-07
| * cosmetic: reindent after r27414Gravatar ben2008-08-04
| * Fixes unsafe 'chapter' command with get_property() call.Gravatar ben2008-08-04
| * cosmetic: reindent after r27412Gravatar ben2008-08-04
| * Fixes unsafe 'angle' command with get_property() call.Gravatar ben2008-08-04
| * Fixes unsafe 'switch_audio' command with set_property() call.Gravatar ben2008-08-04
| * Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.Gravatar diego2008-07-30
| * Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Merge svn changes up to r27123Gravatar Uoti Urpala2008-06-23
|\|
| * Keep old dvdnav sub-command options for a while in orderGravatar ben2008-06-20
| * Change DVDNAV command key names.Gravatar ben2008-06-19
* | Merge svn changes up to r27025Gravatar Uoti Urpala2008-06-07
|\|
| * Rename some functions as they are mplayer related and notGravatar ben2008-06-07
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * Add a slave command to stop stream playback.Gravatar ben2008-05-27
| * cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* | input: Move cmd_queue to context structGravatar Uoti Urpala2008-04-30
* | input: Move command bind variables to context structGravatar Uoti Urpala2008-04-30
* | Add a context for mp_fifoGravatar Uoti Urpala2008-04-29
* | Mark some constant symbols as suchGravatar Uoti Urpala2008-04-26
* | Move global filename to mpctxGravatar Uoti Urpala2008-04-26
* | Move global mconfig to mpctxGravatar Uoti Urpala2008-04-26
* | Move vo_gamma_* to options structGravatar Uoti Urpala2008-04-26
* | command.c: cosmetic changes ("type * ptr" -> "type *ptr")Gravatar Uoti Urpala2008-04-25
* | Move movie_aspect to options structGravatar Uoti Urpala2008-04-25
* | Remove some unnecessary recursive includesGravatar Uoti Urpala2008-04-23
* | Move dvdsub_id to options structGravatar Uoti Urpala2008-04-23
* | Move audio_id and video_id to options structGravatar Uoti Urpala2008-04-23
* | Move playback_speed to options structGravatar Uoti Urpala2008-04-23
* | Move global rel_seek_secs and abs_seek_pos to mpctxGravatar Uoti Urpala2008-04-23
* | Remove static mpctx from mplayer.cGravatar Uoti Urpala2008-04-23
* | Move loop_times to option structGravatar Uoti Urpala2008-04-23
* | Move vo_screenwidth,vo_screenheight to options structGravatar Uoti Urpala2008-04-23
* | Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo structGravatar Uoti Urpala2008-04-23