aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
* player: fix hook processing consistency and code duplication issuesGravatar wm42018-03-26
* client API: add a first class hook API, and deprecate old APIGravatar wm42018-03-26
* command: remove an old compatibility hackGravatar wm42018-03-26
* command: remove duplication of property set error message handlingGravatar wm42018-03-26
* command: move property multiply code to m_property.cGravatar wm42018-03-26
* command: use mpv_node helpers instead of duplicated codeGravatar wm42018-03-26
* vo: pass through framedrop flag differentlyGravatar wm42018-03-15
* vo: move display-fps internal option value to VO optsGravatar wm42018-03-15
* command: fix whitespaceGravatar wm42018-03-03
* command: simplify mp_property_filter_metadataGravatar wm42018-02-16
* input: add a keybinding to toggle hardware decodingGravatar wm42018-02-13
* player: correctly set track information on adding external filesGravatar Zehua Chen2018-02-10
* video: fix passing down FPS to vf_vapoursynthGravatar wm42018-02-03
* codecs: remove unused family fieldGravatar wm42018-02-01
* audio: move to decoder wrapperGravatar wm42018-01-30
* video: make decoder wrapper a filterGravatar wm42018-01-30
* audio: rewrite filtering glue codeGravatar wm42018-01-30
* video: rewrite filtering glue codeGravatar wm42018-01-30
* command: add --osd-on-seek option defaulting to barGravatar Kevin Mitchell2018-01-26
* Revert "command: make pause display the same osd-msg-bar as seek"Gravatar Kevin Mitchell2018-01-26
* command: make change-list show changed option on OSDGravatar wm42018-01-25
* command: add a change-list commandGravatar wm42018-01-25
* options: add an option type for byte sizesGravatar wm42018-01-25
* command: make sure to redraw on overlay commandsGravatar wm42018-01-25
* input: make command argument list a dynamic arrayGravatar wm42018-01-10
* command: make pause display the same osd-msg-bar as seekGravatar Kevin Mitchell2018-01-07
* command: default to osd-msg-bar for seeksGravatar Kevin Mitchell2018-01-07
* command: remove unnecessary whitespaceGravatar Kevin Mitchell2018-01-07
* demux: export some debugging fields about low level demuxer behaviorGravatar wm42018-01-05
* player: remove internal `vo-resize` command againGravatar sfan52018-01-02
* vo_gpu/context_android: replace both options with android-surface-sizeGravatar sfan52018-01-02
* options: move most subtitle and OSD rendering options to sub structsGravatar wm42018-01-02
* sub: move all subtitle timestamp messing code to a central placeGravatar wm42018-01-02
* command: add demuxer-lavf-list propertyGravatar Ricardo Constantino2018-01-02
* player: add internal `vo-resize` commandGravatar sfan52017-12-27
* options: drop some previously deprecated optionsGravatar wm42017-12-25
* player: update duration based on highest timestamp demuxedGravatar wm42017-12-24
* command: use IEC symbols for file size formattingGravatar Martin Herkt2017-12-24
* options: deprecate --ff- options and propertiesGravatar wm42017-12-21
* command: make video-frame-info property observableGravatar wm42017-12-20
* dvb: Fix long channel switching: next/prev channelGravatar rim2017-12-16
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* vd_lavc: rewrite how --hwdec is handledGravatar wm42017-12-01
* vo_gpu: make it possible to load multiple hwdec interop driversGravatar wm42017-12-01
* af: remove deprecated audio filtersGravatar wm42017-11-29
* player: change 3 remaining GPL-only code pieces to LGPLGravatar wm42017-11-24
* player: minor fix/simplification of OSD time/duration handlingGravatar wm42017-11-24
* demux: export demuxer cache sizes in bytesGravatar wm42017-11-10
* demux: refactor to export seek rangesGravatar wm42017-10-30
* command: change demuxer-cache-state property to return multiple rangesGravatar wm42017-10-26