aboutsummaryrefslogtreecommitdiffhomepage
path: root/command.c
Commit message (Expand)AuthorAge
* 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
* | Move global vo_config_count to vo structGravatar Uoti Urpala2008-04-23
* | Move vo_ontop to options structGravatar Uoti Urpala2008-04-23
* | Start of new option systemGravatar Uoti Urpala2008-04-23
* | Add new video driver APIGravatar Uoti Urpala2008-04-23
|/
* Remove unnecessary includesGravatar uau2008-04-01
* Include some .h files in corresponding .c filesGravatar uau2008-03-28
* Add missing #include.Gravatar eugeni2008-02-29
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleGravatar eugeni2008-02-29
* Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio trackGravatar eugeni2008-02-29
* typo fix: inited --> initializedGravatar diego2008-02-14
* show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore ...Gravatar nicodvb2008-01-29
* More places that should use SEEK_ABSOLUTE / SEEK_FACTORGravatar reimar2008-01-29
* Simplify a condition that probably is not necessary at allGravatar reimar2008-01-28
* reindent after r25881Gravatar ben2008-01-27
* sub_scale command can now handle both ass and non-ass subs at a timeGravatar ben2008-01-27
* Add support for dvdnav still frames playback.Gravatar ben2008-01-26
* Add new command to switch between dvdnav titlesGravatar ben2008-01-24
* cosmetic: reindent code after r25843Gravatar ben2008-01-23
* sub_scale command now works with ass subtitles rendererGravatar ben2008-01-23