aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
* player: expose hearing/visual impaired flags on audio tracksGravatar Aman Gupta2018-08-13
* player: simplify edition switchingGravatar wm42018-05-31
* input: add a define for the number of mouse buttons and use itGravatar wm42018-05-25
* command: fix condition for failure when parsing cycle-value paramsGravatar wm42018-05-03
* command: simplify option property initGravatar wm42018-05-03
* command: split big command handler switch into separate functionsGravatar wm42018-05-03
* input: remove some explicit uses of command IDsGravatar wm42018-05-03
* input: move command list to command.cGravatar wm42018-05-03
* command: change cycle-value command behaviorGravatar wm42018-04-29
* command: make track properties cycle through no/auto if uninitializedGravatar wm42018-04-29
* command: fix coding styleGravatar wm42018-04-29
* video: remove internal stereo_out flagGravatar wm42018-04-29
* demux, player: mark dependent tracksGravatar Aman Gupta2018-04-17
* 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