summaryrefslogtreecommitdiffstats
path: root/core/command.c
Commit message (Expand)AuthorAgeFilesLines
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-061-2673/+0
* stream_radio: fix some thingswm42013-08-051-2/+2
* core: change speed option/property to doublewm42013-08-051-4/+4
* command: make vf and af commands more verbosewm42013-08-031-2/+20
* command: add vf/af propertieswm42013-08-031-1/+60
* command: split filter changing in two functionswm42013-08-031-39/+49
* Remove m_structwm42013-08-021-1/+0
* mplayer: add more verbose exit codesAndre D2013-08-021-1/+2
* command: silence a warningwm42013-07-291-0/+2
* core: make mpctx->opts a pointerwm42013-07-281-17/+17
* command: mark special options as unavailablewm42013-07-281-0/+2
* command: allow printing time properties with millisecondswm42013-07-261-9/+35
* command: add pseudo-property that allows you to read global optionswm42013-07-261-0/+27
* Fix some -Wshadow warningswm42013-07-231-3/+3
* audio/filter: use new option APIwm42013-07-221-58/+43
* command: fix switching tracks backwards if there's only one trackwm42013-07-211-1/+2
* video: remove fullscreen flags chaoswm42013-07-181-4/+3
* video: redo how colorspaces are handledwm42013-07-161-66/+79
* core: move video refresh function to mplayer.cwm42013-07-161-5/+2
* core: don't access demux_stream outside of demux.c, make it privatewm42013-07-111-6/+4
* Merge branch 'master' into remove_old_demuxerswm42013-07-081-0/+10
|\
| * command: add screenshot_to_file commandwm42013-07-081-0/+4
| * input: allow binding multiple commands to a keywm42013-07-081-0/+6
* | demux: remove separate arrays for audio/video/sub streams, simplifywm42013-07-081-4/+4
|/
* core: cleanup more mp_fifo leftoverswm42013-07-021-1/+0
* core: remove mp_fifo indirectionwm42013-07-021-1/+1
* command: add some playlist manipulation commandswm42013-07-021-0/+23
* dec_sub: introduce sub_control(), use it for sub_stepwm42013-06-291-8/+7
* command: redraw subs if sub-delay is changedwm42013-06-291-1/+1
* command: add commands to enable/disable input sectionswm42013-06-291-0/+9
* input: handle mouse movement differentlywm42013-06-291-39/+10
* command: make raw percent-pos property return fractionswm42013-06-291-3/+6
* command: add properties for playlist positionwm42013-06-291-9/+54
* core: add libquvi 0.9 supportwm42013-06-281-1/+63
* core: rename mplayer.h and quvi.cwm42013-06-281-1/+1
* sub: add demux_libass wrapper, drop old hackswm42013-06-251-3/+2
* command: use more standard time format for clock propertywm42013-06-141-1/+1
* command: fix empty metadata casewm42013-06-111-2/+2
* command: replace some show_ commands with propertieswm42013-06-071-104/+111
* command: human readable output for metadata propertywm42013-06-071-0/+10
* command: add the current local time as a propertyJan-Marek Glogowski2013-06-041-0/+16
* sub: refactorwm42013-06-011-2/+2
* sub: remove some global variableswm42013-05-301-5/+7
* options: add --no-sub-visibility for symmetrywm42013-05-301-24/+1
* sub: add sd_spu.c to wrap spudec, cleanup mplayer.cwm42013-05-301-21/+2
* sub: redo how -no-ass is handledwm42013-05-301-16/+4
* command: auto-insert yadif when switching deinterlacingwm42013-05-231-6/+40
* input: do property expansion for all input command string argumentswm42013-05-181-18/+19
* core: allow changing filter filters at runtimewm42013-05-181-0/+40
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOwm42013-05-181-1/+1
* command: use "title" tag for media-title property if availablewm42013-05-151-3/+6
* add osd-scale commandPaul B Mahol2013-05-141-0/+1
* command: simplify sub OSD updatewm42013-05-141-8/+8
* core: add --stream-capturewm42013-05-121-0/+15
* Merge branch 'audio_changes'wm42013-05-121-13/+3
|\
| * core: use channel map on demuxer level toowm42013-05-121-12/+2
| * af: remove automatically inserted filters on full reinitwm42013-04-131-1/+1
* | command: add time-remaining propertywm42013-05-101-0/+14
* | core: refactor seek_chapter() functionwm42013-05-091-7/+4
* | command: fix DVD angle cyclingwm42013-05-091-2/+12
* | core: add playback resume feature (manual/opt-in)wm42013-05-051-0/+6
* | command: alias video/audio/sub properties to -vid/-aid/-sidwm42013-05-051-9/+26
* | core: simplify handling of --pausewm42013-04-251-9/+4
* | core: don't let cache pause handling and user pausing conflictwm42013-04-251-2/+2
* | core: add backstep supportwm42013-04-241-1/+5
* | command: try to switch subs too for program propertywm42013-04-201-2/+4
|/
* core: remove dead --vsync leftoverswm42013-04-121-9/+0
* command: fix deref before NULL checkwm42013-04-121-1/+1
* command: fix loadlist commandwm42013-04-101-3/+5
* command: silence "Audio: no audio" line for playback speedwm42013-04-041-1/+2
* command: export VO video width/height as propertieswm42013-03-261-0/+24
* core: remove a number of global variableswm42013-03-081-5/+7
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-041-3/+3
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-19/+21
* screenshot: make showing OSD message when taking a screenshot defaultwm42013-02-261-2/+1
* screenshot: show a message on each screenshot takenwm42013-02-261-1/+2
* commands: parse seek time arguments like time optionswm42013-02-261-1/+1
* Remove --rootwin option and rootwin propertywm42013-02-241-10/+0
* core: print correct quit message when quitting, simplify codewm42013-02-241-3/+3
* command: add "cache" read-only propertywm42013-02-171-0/+10
* command: give feedback on the OSD if a property is unavailablewm42013-02-161-25/+24
* osd: add --no-osd-bar option to disable the OSD barwm42013-02-161-2/+2
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-52/+10
* core: remove --edlout functionalitywm42013-02-061-21/+0
* command: add command to show playlist on OSDwm42013-02-061-0/+20
* mplayer: make advancing the playlist respect loopingwm42013-02-031-1/+1
* Replace strsep() useswm42013-01-131-6/+8
* sub: remove vobsub reader in favor of ffmpeg vobsub demuxerwm42012-12-111-1/+0
* osd: fix OSD status symbol display in some caseswm42012-11-201-6/+4
* command: use yes/no instead of enabled/disabled for consistencywm42012-11-201-4/+2
* osd: make the OSD and sub font more customizablewm42012-11-201-25/+2
* command: export A/V sync difference as "avsync" propertywm42012-11-161-0/+9
* command: add sub_reload and sub_remove commandswm42012-11-161-2/+23
* Rename directories, move files (step 2 of 2)wm42012-11-121-15/+16
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+2323