summaryrefslogtreecommitdiffstats
path: root/command.c
Commit message (Expand)AuthorAgeFilesLines
* mplayer: never exit mplayer from within the play loopwm42012-08-041-2/+3
* command, mplayer: free return value of demuxer_stream_lang()wm42012-08-041-0/+1
* mplayer: fix idle mode regressionswm42012-08-041-13/+24
* demuxer: introduce a general stream structwm42012-08-031-69/+38
* command: make audio switching persistent across file switcheswm42012-08-031-0/+1
* mplayer: fix output of audio/sub language in terminal outputwm42012-08-031-5/+7
* commands, dvd, dvdnav, bluray: cleanup sub/audio track language displaymplayer-svn2012-08-031-64/+12
* stream: add new stream control command STREAM_CTRL_GET_NUM_TITLESmplayer-svn2012-08-031-0/+13
* Remove teletext supportwm42012-08-031-107/+0
* mplayer: rip out --capture supportwm42012-08-021-38/+0
* VO: add mechanisms to change VO commandline for VOs supporting itwm42012-08-011-0/+13
* mplayer: make display of playback status more uniformwm42012-08-011-9/+2
* mplayer: turn playtree into a list, and change per-file option handlingwm42012-07-311-102/+52
* mp_msg: remove filename_recodewm42012-07-311-2/+1
* Remove some demuxers and decoderswm42012-07-301-2/+1
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-3/+3
* osd: use libass for OSD renderingwm42012-07-281-13/+2
* commands: add show_tracks_osd command to display audio and subtitle tracks on...wm42012-07-281-0/+82
* commands: add show_chapters_osd command to display chapters on OSDwm42012-07-281-0/+41
* Merge remote-tracking branch 'origin/master'wm42012-04-281-7/+3
|\
| * audio: fix unmute-at-end logicUoti Urpala2012-04-111-4/+0
| * audio: restore balance setting after reinitUoti Urpala2012-04-111-3/+0
| * audio: keep volume level internally (not only in AO)Uoti Urpala2012-04-111-5/+4
* | Merge remote-tracking branch 'origin/master'wm42012-04-011-1/+1
|\|
| * timeline: subs: keep subtitle tracks in source timeUoti Urpala2012-03-251-1/+1
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-161-1/+1
|\|
| * core: remove old EDL mode (--edl option)Uoti Urpala2012-03-091-13/+0
| * cleanup: Silence compilation warnings on MinGW-w64wm42012-03-011-1/+1
* | commands: add pt_clear command to clear playlistwm42012-02-101-0/+27
* | Merge branch 'softvol' into my_masterwm42012-01-181-20/+3
|\ \ | |/ |/|
| * core: remove EDL mutingwm42012-01-181-17/+0
| * audio: reset mplayer's mute state when the system mixer volume changeswm42012-01-181-3/+4
| * audio: properly restore audio volume on exit when mute is usedwm42012-01-181-2/+1
* | osd: always display pause icon when frame steppingwm42012-01-091-2/+0
|/
* commands: playback speed: better responsiveness without audioUoti Urpala2011-12-061-3/+5
* Merge branch 'screenshot' (early part)Uoti Urpala2011-11-251-9/+2
|\
| * core: add screenshot mode for actual VO window contentswm42011-11-251-1/+1
| * core: add infrastructure to get screenshots from VOswm42011-11-251-9/+2
* | commands, vd_ffmpeg: fix switch_ratio slave commandUoti Urpala2011-11-141-1/+1
|/
* core, demux: fix --identify chapter output with ordered chapterswm42011-10-251-8/+6
* libmenu: remove OSD menu functionality (--menu)Uoti Urpala2011-10-251-11/+0
* video, options: implement better YUV->RGB conversion controlwm42011-10-161-33/+107
* options: move libass-related options to structUoti Urpala2011-09-031-5/+6
* options, subs: add --ass-vsfilter-aspect-compatharklu2011-08-121-0/+25
* core: allocate OSD text buffers dynamicallyharklu2011-08-091-2/+2
* cleanup: move global ass_force_reload to struct osd_stateUoti Urpala2011-08-081-3/+3
* commands: property sub_scale: update old subs immediatelyharklu2011-08-081-0/+2
* cleanup: reformat command.cUoti Urpala2011-08-071-1022/+1014
* options: commandline: accept --foo=xyz style optionsUoti Urpala2011-07-291-1/+2
* options: change option parsing to use bstrUoti Urpala2011-07-291-1/+2
* cleanup: remove some unnecessary input.[ch] typedefsUoti Urpala2011-07-161-2/+2
* OSD: when switching sub/audio tracks show title of new trackUoti Urpala2011-07-031-9/+20
* commands: change property mechanism to use talloc stringsUoti Urpala2011-07-031-63/+52
* command.c: Add missing osdep/strsep.h #includediego2011-06-291-0/+1
* Merge branch 'mplayer1_changes'Uoti Urpala2011-05-021-0/+2
|\
| * commands: Fix DVD angle cycling upreimar2011-05-021-0/+2
* | command.c: fix sub_remove crashUoti Urpala2011-05-021-1/+8
* | audio: change external AO interface to "ao_[method](ao, ...)"Uoti Urpala2011-04-091-1/+1
|/
* core, demux: fix video index handling in stream switchingUoti Urpala2011-03-311-15/+11
* cleanup: define ROUND() macro in mpcommon.hcboesch2011-01-311-2/+0
* commands: improve playback speed property/commandsUoti Urpala2011-01-281-19/+15
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-5/+5
* subs: use correct font aspect ratio for libass + converted subsUoti Urpala2011-01-261-3/+8
* subtitles: add framework for subtitle decodersUoti Urpala2011-01-181-4/+6
* subtitles: move global ass_track to struct osd_stateUoti Urpala2011-01-151-14/+11
* core: move most mpcommon.c contents to mplayer.cUoti Urpala2011-01-151-1/+1
* core: move global "subdata" and "vo_sub_last" to mpctxUoti Urpala2011-01-111-8/+9
* Merge branch 'hr-seek'Uoti Urpala2010-12-201-31/+60
|\
| * core: add support for precise non-keyframe-limited seeksUoti Urpala2010-12-201-7/+9
| * core: add struct for queued seek infoUoti Urpala2010-12-201-20/+12
| * commands: add generic option -> property wrapperUoti Urpala2010-12-181-0/+37
| * core: avoid using sh_video->pts as "current pts"Uoti Urpala2010-12-141-7/+5
* | commands: clean up get_metadata() and related codeUoti Urpala2010-12-201-68/+42
* | commands: Allow cycling subtitles backwards with 'J'reimar2010-12-161-2/+4
* | Change some filename-handling code to use mp_basename()cboesch2010-12-161-8/+3
* | core: avoid using build_afilter_chain() directlyreimar2010-12-161-7/+7
|/
* options: more mplayer.c options moved to option structClément Bœsch2010-11-141-1/+1
* core: use correct demuxer with -audiofile / -subfileUoti Urpala2010-11-081-18/+18
* core: move video pos/length query functions from demux to coreUoti Urpala2010-11-081-19/+11
* cleanup: don't check for NULL before free()diego2010-11-081-4/+2
* Add a simple capture feature (-capture)Uoti Urpala2010-11-021-0/+38
* new slave command: af_cmdline, for changing audio filter optionsreimar2010-11-021-0/+13
* cosmetics: remove some useless braces from command.ccigaes2010-11-021-4/+0
* command.c: use different field in property table for integer dataUoti Urpala2010-11-021-21/+21
* command.c: Change cast to avoid a warningreimar2010-11-021-1/+1
* slave mode: Add stream_time_pos propertyreimar2010-11-021-0/+13
* subs: Change global subtitle numbering schemereimar2010-11-021-48/+105
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-1/+1
* Make audio stream index handling saner in stream switchingUoti Urpala2010-05-221-13/+8
* Merge svn change r31134Uoti Urpala2010-05-071-1316/+1316
|\
| * the great MPlayer tab removal: part IIdiego2010-05-031-1416/+1416
* | Merge svn changes up to r31033Uoti Urpala2010-04-261-0/+48
|\|
| * Add slave commands for loading and unloading audio filters at runtime.cehoyos2010-04-111-0/+37
| * Add osd_show_progression: Show progress bar and elapsed/total time.cehoyos2010-04-091-0/+11
* | Merge svn changes up to r30967Uoti Urpala2010-04-261-1/+1
|\|
| * Rename get_path.[ch] --> path.[ch].diego2010-03-201-1/+1
* | Fix chapter handling with first chapter not at beginning of fileUoti Urpala2010-04-251-1/+1
* | Move seek-reset functionality out of demuxer.cUoti Urpala2010-04-231-0/+11
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | 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 Urpala