summaryrefslogtreecommitdiffstats
path: root/command.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+18
|\
| * Add license header to all top-level files missing them.diego2010-01-301-0/+18
* | Merge svn changes up to r30419Uoti Urpala2010-01-251-40/+56
|\|
| * Also handle ASS subtitles when removing subtitles via sub_remove slave command.reimar2010-01-221-0/+15
| * Avoid duplicating code to remove subtitles (sub_remove slave command).reimar2010-01-221-38/+41
* | translations: corrently translate most OSD outputUoti Urpala2010-01-121-49/+52
* | translations: add infrastructure for translated OSD messagesUoti Urpala2010-01-121-4/+4
* | Merge svn changes up to r30136Uoti Urpala2009-12-301-27/+41
|\|
| * Return the actually playing audio/video id for get_property, not the onereimar2009-12-271-12/+12
| * Subtitle are now also available without video, so remove thatreimar2009-12-271-3/+0
| * Use the same condition to decide if the audio/video id property isreimar2009-12-271-12/+4
| * When setting audio or video track make sure we will not try toreimar2009-12-271-2/+4
| * Print a ANS_ERROR reply if one of the *_property slave command fails.reimar2009-12-271-2/+25
| * Never include ass.h and ass_types.h directly, use ass_mp.h instead.reimar2009-12-191-1/+0
* | Fix printf format strings with invalid '%lf' conversionUoti Urpala2009-12-151-2/+2
* | options: Move ass_enabled to options structUoti Urpala2009-12-021-5/+6
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-31/+21
|\|
| * Show OSD message when enabling/disabling de-interlacing.cehoyos2009-11-141-0/+2
| * Avoid modifying dvdsub_id in command.c where possible.reimar2009-11-111-2/+2
| * Make sure the teletext property stuff does not crash if no demuxer is available.reimar2009-11-091-1/+1
| * Remove CONFIG_TV_TELETEXT.cehoyos2009-11-071-10/+0
| * Separate teletext from tv support.cehoyos2009-11-071-19/+18
| * Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-291-0/+1
* | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvUoti Urpala2009-11-151-0/+45
* | Merge svn changes up to r29752Uoti Urpala2009-10-061-2/+3
|\|
| * Make update_subtitles work without sh_video for text subtitles.reimar2009-09-231-1/+6
* | UI: Make the 'D' key print the new deinterlace statusUoti Urpala2009-09-191-1/+4
* | commands: Add set_property_osd and step_property_osdUoti Urpala2009-09-191-0/+11
* | command.c: Split property OSD display from property commandsUoti Urpala2009-09-191-75/+152
* | Merge svn changes up to r29684Uoti Urpala2009-09-161-0/+4
|\|
| * Make indentation consistent with the rest of the filereimar2009-09-081-1/+1
| * Never switch to a program with no audio and no video.reimar2009-09-081-0/+4
* | Merge svn changes up to r29532Uoti Urpala2009-08-181-10/+0
|\|
| * Only #include stream/stream_dvd.h when libdvdread is enabled.diego2009-08-031-0/+2
| * Remove pointless #ifdefs around harmless internal header #includes.diego2009-08-021-16/+0
* | Remove internal libass treeUoti Urpala2009-07-261-4/+1
* | Remove the internal GUIAnton Khirnov2009-07-071-24/+0
* | Merge svn changes up to r29412Uoti Urpala2009-07-071-4/+4
|\|
| * Make set_property chapter 0-based like all other chapter-relatedreimar2009-06-281-2/+2
| * Do not use MAX_A/V_STREAMS as upper limit for switch_audio/switch_videoreimar2009-06-201-2/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+1
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-72/+72
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-71/+71
* | Disallow subtitles without videoUoti Urpala2009-06-131-2/+2
* | Support chapter seeking with ordered chaptersUoti Urpala2009-04-021-4/+4
* | Change demuxer_seek_chapter() parametersUoti Urpala2009-04-021-5/+5
* | Initial ordered chapters supportUoti Urpala2009-04-021-1/+1
* | core: Clean up OSD seek info logicUoti Urpala2009-03-311-5/+6
* | options: Move osd_level and osd_duration to options structUoti Urpala2009-03-311-13/+17
* | Set the fullscreen option value too when fs state changesUoti Urpala2009-03-291-0/+1
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-0/+4
|\|
| * command.c: Fix some commands crashing during audio-only playbackuau2009-01-311-0/+4
* | Update OSD while pausedUoti Urpala2008-12-091-4/+7
* | Allow seeking while pausedUoti Urpala2008-12-091-10/+1
* | Start pause handling changesUoti Urpala2008-12-091-15/+29
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-1/+1
|\|
| * Print ID_EXIT and exit reason message in identify mode when exiting.reimar2008-12-021-1/+1
* | Merge svn changes up to r27841Uoti Urpala2008-10-281-0/+2
|\|
| * Disallow the modification of teletext properties when the tv demuxer isfaust32008-10-271-0/+2
* | Merge svn changes up to r27682Uoti Urpala2008-10-021-4/+25
|\|
| * Use the existing pt_iter_goto_head function instead of reimplementing itreimar2008-10-011-2/+2
| * mpctx->playtree is a node, files can not be directly appended to it,reimar2008-10-011-2/+2
| * Add a "pause" property to allow checking if MPlayer is paused.reimar2008-10-011-0/+8
| * slave command to get the number of chapters; patch by Kevin DeKorte - kdekort...nicodvb2008-09-261-0/+13
* | Merge svn changes up to r27514Uoti Urpala2008-09-031-0/+1
|\|
| * handle the lavfpref demuxer in the same way as the lavf oneaurel2008-08-271-0/+1
* | core: Clean up move-to-next-file logicUoti Urpala2008-08-131-15/+19
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-28/+36
|\|
| * Rename font-related preprocessor directives.diego2008-08-071-3/+3
| * Fix wrong behavior with slave command by going back to the starting pointben2008-08-071-0/+4
| * cosmetic: reindent after r27414ben2008-08-041-1/+1
| * Fixes unsafe 'chapter' command with get_property() call.ben2008-08-041-1/+2
| * cosmetic: reindent after r27412ben2008-08-041-1/+1
| * Fixes unsafe 'angle' command with get_property() call.ben2008-08-041-1/+2
| * Fixes unsafe 'switch_audio' command with set_property() call.ben2008-08-041-0/+2
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-21/+21
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-6/+6
|\|
| * Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.diego2008-07-301-2/+2
| * Rename two GUI-related preprocessor directives:diego2008-07-301-4/+4
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-31/+31
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-31/+31
* | Merge svn changes up to r27123Uoti Urpala2008-06-231-1/+38
|\|
| * Keep old dvdnav sub-command options for a while in orderben2008-06-201-0/+13
| * Change DVDNAV command key names.ben2008-06-191-1/+25
* | Merge svn changes up to r27025Uoti Urpala2008-06-071-3/+3
|\|
| * Rename some functions as they are mplayer related and notben2008-06-071-2/+2
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-1/+6
|\|
| * Add a slave command to stop stream playback.ben2008-05-271-0/+5
| * cosmetics: Remove useless parentheses from return statements.diego2008-05-161-1/+1
* | input: Move cmd_queue to context structUoti Urpala2008-04-301-2/+4
* | input: Move command bind variables to context structUoti Urpala2008-04-301-2/+2
* | Add a context for mp_fifoUoti Urpala2008-04-291-1/+1
* | Mark some constant symbols as suchUoti Urpala2008-04-261-1/+1
* | Move global filename to mpctxUoti Urpala2008-04-261-9/+10
* | Move global mconfig to mpctxUoti Urpala2008-04-261-1/+1
* | Move vo_gamma_* to options structUoti Urpala2008-04-261-6/+7
* | command.c: cosmetic changes ("type * ptr" -> "type *ptr")Uoti Urpala2008-04-251-119/+119
* | Move movie_aspect to options structUoti Urpala2008-04-251-2/+2
* | Remove some unnecessary recursive includesUoti Urpala2008-04-231-0/+1
* | Move dvdsub_id to options structUoti Urpala2008-04-231-18/+19
* | Move audio_id and video_id to options structUoti Urpala2008-04-231-19/+21
* | Move playback_speed to options structUoti Urpala2008-04-231-19/+15
* | Move global rel_seek_secs and abs_seek_pos to mpctxUoti Urpala2008-04-231-15/+15
* | Remove static mpctx from mplayer.cUoti Urpala2008-04-231-28/+28
* | Move loop_times to option structUoti Urpala2008-04-231-3/+4
* | Move vo_screenwidth,vo_screenheight to options structUoti Urpala2008-04-231-5/+6
* | Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo structUoti Urpala2008-04-231-12/+14
* | Move global vo_config_count to vo structUoti Urpala2008-04-231-4/+4
* | Move vo_ontop to options structUoti Urpala2008-04-231-2/+2
* | Start of new option systemUoti Urpala2008-04-231-1/+1
* | Add new video driver APIUoti Urpala2008-04-231-5/+5
|/
* Remove unnecessary includesuau2008-04-011-2/+0
* Include some .h files in corresponding .c filesuau2008-03-281-0/+1
* Add missing #include.eugeni2008-02-291-0/+1
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleeugeni2008-02-291-21/+7
* Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio trackeugeni2008-02-291-2/+3
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore ...nicodvb2008-01-291-2/+2
* More places that should use SEEK_ABSOLUTE / SEEK_FACTORreimar2008-01-291-5/+5
* Simplify a condition that probably is not necessary at allreimar2008-01-281-1/+1
* reindent after r25881ben2008-01-271-6/+6
* sub_scale command can now handle both ass and non-ass subs at a timeben2008-01-271-8/+0
* Add support for dvdnav still frames playback.ben2008-01-261-6/+2
* Add new command to switch between dvdnav titlesben2008-01-241-0/+6
* cosmetic: reindent code after r25843ben2008-01-231-7/+7
* sub_scale command now works with ass subtitles rendererben2008-01-231-0/+27
* Add ass_use_margins command and property to shift subtitles to margins and backeugeni2008-01-231-0/+28
* Make mp_properties constreimar2008-01-131-1/+1
* Remove global_ass_track. Instead create an ass_track for each 't' track.eugeni2008-01-111-1/+1
* Clear demuxed data when subtitle track is changed.eugeni2008-01-101-0/+1
* properties to get and set angle; patch by oattila chello hunicodvb2008-01-051-0/+64
* Fix property audio_delay bug when step up/down with arg value NULL.ulion2008-01-051-5/+5
* Add some const/static qualifiers as appropriatereimar2007-12-241-1/+1
* Check availability before check argument for getting gamma properties.ulion2007-12-221-7/+8
* Revert to r25490, since the r25491 is not correct.ulion2007-12-221-3/+4
* Combine code for check availability of property audio(id).ulion2007-12-221-4/+3
* Combine common code for check whether chapter is available.ulion2007-12-221-12/+4
* OSD menu support mouse selection.ulion2007-12-221-0/+10
* Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).ulion2007-12-171-1/+4
* dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv...nicodvb2007-12-151-15/+4
* Support chapter as a property.ulion2007-12-141-35/+79
* Skip empty vobsub streams when selecting subtitles.ulion2007-12-031-6/+13