summaryrefslogtreecommitdiffstats
path: root/player/command.c
Commit message (Expand)AuthorAgeFilesLines
* command: fix whitespacewm42018-03-031-1/+1
* command: simplify mp_property_filter_metadatawm42018-02-161-19/+11
* input: add a keybinding to toggle hardware decodingwm42018-02-131-0/+1
* player: correctly set track information on adding external filesZehua Chen2018-02-101-18/+24
* video: fix passing down FPS to vf_vapoursynthwm42018-02-031-2/+2
* codecs: remove unused family fieldwm42018-02-011-1/+0
* audio: move to decoder wrapperwm42018-01-301-4/+1
* video: make decoder wrapper a filterwm42018-01-301-20/+21
* audio: rewrite filtering glue codewm42018-01-301-44/+31
* video: rewrite filtering glue codewm42018-01-301-17/+33
* command: add --osd-on-seek option defaulting to barKevin Mitchell2018-01-261-6/+9
* Revert "command: make pause display the same osd-msg-bar as seek"Kevin Mitchell2018-01-261-3/+1
* command: make change-list show changed option on OSDwm42018-01-251-0/+1
* command: add a change-list commandwm42018-01-251-0/+31
* options: add an option type for byte sizeswm42018-01-251-18/+0
* command: make sure to redraw on overlay commandswm42018-01-251-0/+1
* input: make command argument list a dynamic arraywm42018-01-101-3/+8
* command: make pause display the same osd-msg-bar as seekKevin Mitchell2018-01-071-1/+3
* command: default to osd-msg-bar for seeksKevin Mitchell2018-01-071-4/+3
* command: remove unnecessary whitespaceKevin Mitchell2018-01-071-67/+69
* demux: export some debugging fields about low level demuxer behaviorwm42018-01-051-0/+5
* player: remove internal `vo-resize` command againsfan52018-01-021-7/+0
* vo_gpu/context_android: replace both options with android-surface-sizesfan52018-01-021-0/+5
* options: move most subtitle and OSD rendering options to sub structswm42018-01-021-7/+9
* sub: move all subtitle timestamp messing code to a central placewm42018-01-021-6/+4
* command: add demuxer-lavf-list propertyRicardo Constantino2018-01-021-0/+15
* player: add internal `vo-resize` commandsfan52017-12-271-0/+7
* options: drop some previously deprecated optionswm42017-12-251-44/+0
* player: update duration based on highest timestamp demuxedwm42017-12-241-0/+1
* command: use IEC symbols for file size formattingMartin Herkt2017-12-241-4/+4
* options: deprecate --ff- options and propertieswm42017-12-211-0/+2
* command: make video-frame-info property observablewm42017-12-201-1/+1
* dvb: Fix long channel switching: next/prev channelrim2017-12-161-4/+4
* msg: reinterpret a bunch of message levelsNiklas Haas2017-12-151-1/+1
* vd_lavc: rewrite how --hwdec is handledwm42017-12-011-25/+14
* vo_gpu: make it possible to load multiple hwdec interop driverswm42017-12-011-8/+4
* af: remove deprecated audio filterswm42017-11-291-32/+1
* player: change 3 remaining GPL-only code pieces to LGPLwm42017-11-241-10/+1
* player: minor fix/simplification of OSD time/duration handlingwm42017-11-241-1/+1
* demux: export demuxer cache sizes in byteswm42017-11-101-0/+2
* demux: refactor to export seek rangeswm42017-10-301-7/+8
* command: change demuxer-cache-state property to return multiple rangeswm42017-10-261-20/+27
* command: read the diff if you want to knowwm42017-10-211-0/+36
* demux: add a back buffer and the ability to seek into itwm42017-10-211-3/+2
* command: drop "audio-out-detected-device" propertywm42017-10-091-15/+1
* audio: make libaf derived code optionalwm42017-09-211-3/+10
* vo: avoid putting large voctrl_performance_data on stackNiklas Haas2017-09-111-10/+17
* vo_opengl: refactor/fix mp_pass_perf codeNiklas Haas2017-09-111-6/+2
* input: merge mouse wheel and axis keycodesJames Ross-Gowan2017-09-031-2/+2
* input: use mnemonic names for mouse buttonsJames Ross-Gowan2017-09-031-1/+6
* command: restore OSD marker for video equalizer propertieswm42017-08-231-7/+8
* video: change --deinterlace behaviorwm42017-08-221-26/+3
* video: redo video equalizer option handlingwm42017-08-221-38/+0
* options: add a thread-safe way to notify option updateswm42017-08-221-8/+0
* audio: introduce a new type to hold audio frameswm42017-08-161-16/+27
* player: make --lavfi-complex changeable at runtimewm42017-08-121-0/+3
* options: --priority can be LGPLwm42017-08-031-1/+1
* input: drop deprecated "osd" commandwm42017-07-211-22/+0
* command: add missing change notification for playlist-shufflewm42017-07-041-0/+1
* options: change everything againwm42017-07-021-1/+48
* vo_opengl: refactor vo performance subsystemNiklas Haas2017-07-011-14/+59
* scripting: add wrapper to load scripts with user pathsRicardo Constantino2017-06-301-1/+1
* build: change how some OS specific source files are selectedwm42017-06-291-1/+1
* options: handle suffixes like -add in a more generic waywm42017-06-261-25/+0
* player: change license of most core files to LGPLwm42017-06-231-7/+9
* command: add git hashes for some GPL-only partswm42017-06-231-0/+2
* player: disable video equalizer frontend code for WIP LGPL modewm42017-06-231-0/+4
* player: disable deinterlace property for WIP LGPL modewm42017-06-231-0/+5
* player: disable --priority for WIP LGPL modewm42017-06-231-1/+1
* player: deprecate "osd" commandwm42017-06-231-0/+6
* demux: replace custom return codes with CONTROL_ oneswm42017-06-191-2/+2
* input: change license to LGPLwm42017-06-191-0/+4
* vo_opengl: implement support for OOTFs and non-display referred contentNiklas Haas2017-06-181-0/+2
* video: refactor HDR implementationNiklas Haas2017-06-181-1/+0
* command: avoid going through prop->opt bridge from opt->prop bridgewm42017-06-161-0/+11
* command: add all options to property->option bridgewm42017-06-151-13/+13
* options: fix some missing --sub-ass-style-override renameswm42017-06-071-1/+1
* command: use scale_units to add/cycle integer propertiesJames Ross-Gowan2017-05-121-16/+38
* audio: move replaygain control to top-level optionswm42017-04-261-4/+4
* player: fix core-idle and eof-reached update notifcationswm42017-04-141-4/+4
* player: unmess pause state handlingwm42017-04-141-7/+3
* command, manpage: some leftover mentions of renamed --loop optionwm42017-04-111-1/+1
* command: update sub-fps etc. options on runtime changeswm42017-04-101-11/+7
* player: make screenshot commands honor the async flagwm42017-04-011-2/+4
* command: add property notifications for hwdec propertieswm42017-03-311-3/+3
* command: add expand-text command to property-expand a stringAvi Halachmi (:avih)2017-03-261-0/+10
* command: add better runtime filter toggling methodwm42017-03-251-1/+4
* command: add demux-start-time propertyMatthias Hunstock2017-03-251-0/+11
* command: add a property to signal whether networking is usedwm42017-03-241-0/+12
* command: add a redundant NULL checkwm42017-02-201-1/+1
* command: fix wrong sizeof() argumentwm42017-02-201-1/+1
* player: add experimental stream recording featurewm42017-02-071-0/+22
* command: nicer OSd-formatting for loop-filewm42017-01-311-0/+1
* win32: snap to screen edgespavelxdd2017-01-271-0/+1
* command: shorten long playlists on OSDwm42017-01-261-4/+77
* command: fix potential crash for script-binding with multi-commandswm42017-01-241-1/+2
* player: remove --stream-capture option/propertywm42017-01-211-24/+0
* command: rename framedrop propertieswm42017-01-201-6/+10
* player: add prefetching of the next playlist entrywm42017-01-181-1/+1
* command: remove worthless error handling codewm42017-01-091-6/+5
* player: remove dysfunctional edition switching OSD codewm42017-01-051-1/+0
* Remove compatibility thingswm42016-12-071-4/+0
* options: some simplificationswm42016-11-291-2/+1
* command: warn against deprecated properties in all caseswm42016-11-231-13/+9
* command: redefine some deprecated propertieswm42016-11-221-37/+0
* player: removing last playlist entry while looping should not stopwm42016-11-181-1/+1
* command: if window-scale can't be set properly, set it as optionwm42016-10-251-13/+8
* command: silence deprecation warnings with --reset-on-next-file=allwm42016-10-221-2/+11
* command: fix reset-on-next-file=all and tv-freq optionwm42016-10-221-1/+2
* options: handle --audio-device changes like the other optionswm42016-10-051-4/+1
* audio: move some fallback handling to common AO reload functionwm42016-10-051-15/+2
* command: flush and uninitialize audio output first on option changeswm42016-10-051-1/+3
* command: include deprecated/aliased options in property bridgewm42016-10-041-18/+28
* player: fix previous commitwm42016-10-031-2/+7
* command: allow absolute seeks relative to end of streamPhilip Sequeira2016-10-021-0/+9
* player: make --stop-screensaver runtime-changeablewm42016-10-021-0/+3
* player: enable reading from stdin after loading input.confwm42016-09-291-1/+1
* win32: make --priority runtime-settableJames Ross-Gowan2016-09-281-0/+16
* command: fix inverted condition in sub-reload commandwm42016-09-261-1/+1
* command: some minor corrections to previous commitwm42016-09-241-20/+19
* command: make it possible to set chapters via lua pluginsMaurycy Skier2016-09-241-1/+70
* m_config, command: remove some minor code duplicationwm42016-09-231-3/+2
* command: make most options observablewm42016-09-231-0/+6
* command: fix potential UBwm42016-09-231-5/+5
* player: make audio-channels etc. runtime settablewm42016-09-221-0/+7
* command: add a load-script commandwm42016-09-221-0/+7
* command: fix missing update notifications in some caseswm42016-09-221-0/+1
* player: some M_SETOPT_RUNTIME cleanupswm42016-09-221-19/+6
* options: make input options generally runtime-settablewm42016-09-211-0/+21
* command: make bitrate properties observablewm42016-09-211-1/+2
* command: add a video-dec-params propertywm42016-09-201-1/+16
* command: change update handling of some video-related propertieswm42016-09-201-24/+9
* player: kill associated OSD and key bindings when removing a scriptwm42016-09-201-1/+2
* player: make --osc/--ytdl settable during playbackwm42016-09-201-0/+3
* options, command: simplify some option updateswm42016-09-191-47/+13
* player: make --terminal freetly settable at runtimewm42016-09-191-1/+1
* options: slightly better option update mechanismwm42016-09-191-9/+12
* command: add audio-pts property to get the audio ptsHector Martin2016-09-191-1/+14
* player: more option/property consistency fixeswm42016-09-181-29/+32
* command: fix window-scale option/property inconsistencieswm42016-09-181-7/+4
* options: rename/deprecate --playlist-poswm42016-09-181-2/+1
* command: minor fixes to video-aspect propertywm42016-09-181-8/+2
* command: fix --quiet, --really-quiet optionswm42016-09-181-0/+2
* command: add an apply-profile commandwm42016-09-171-0/+8
* options: take care of propertly updating options on runtime changeswm42016-09-171-3/+71
* command: make window-scale redirect to option if no window createdwm42016-09-171-1/+1
* player: fix a missed wakeupwm42016-09-161-0/+1
* player: litter code with explicit wakeup callswm42016-09-161-1/+19
* player, ao, vo: don't call mp_input_wakeup() directlywm42016-09-161-7/+15
* osd: slightly simplify update logicwm42016-09-151-2/+2
* player: Improve OSD formatting of sub-speed optionVladimir Panteleev2016-09-131-0/+4
* player: Apply new sub-speed values during playbackVladimir Panteleev2016-09-131-0/+21
* command: don't log "ignore" command with -v verbositywm42016-09-111-1/+2
* command: do not call mp_switch_track() before proper initializationwm42016-09-101-7/+17
* vo: don't access global options unsynchronizedwm42016-09-081-0/+11
* command: try selecting the next track if track switching failswm42016-09-031-3/+4
* command: remove vo-cmdlinewm42016-09-021-13/+0
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-021-0/+9
* command: deprecate "cache" property, replace with "cache-percent"wm42016-09-021-2/+4
* command: fix or document some property/option consistency issueswm42016-09-011-15/+12
* command: remove 2 deprecated propertieswm42016-09-011-50/+0
* command: rename/deprecate some conflicting property nameswm42016-09-011-3/+7
* command: add options to property listwm42016-09-011-36/+93
* vo: change messy handling of fullscreen and other flagswm42016-08-301-10/+5
* options: make mp_vo_opts options an actual sub-option groupwm42016-08-301-8/+8
* command: cosmetics: fix some minor whitespace mistakeswm42016-08-301-2/+2
* command: export profile list as a propertywm42016-08-281-0/+17
* command: add property for current subtitle textwm42016-08-271-1/+21
* player: don't directly access demuxer->streamwm42016-08-261-4/+2
* command: prevent O(n^2) behaviour for playlist propertyJames Ross-Gowan2016-08-201-3/+25
* player: make looping slightly more seamlesswm42016-08-181-37/+5
*