aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
* command: use consistent comment styleGravatar rrooij2015-05-19
* input: add relative percentage seekGravatar rrooij2015-05-19
* command: add playlist_shuffle commandGravatar wm42015-05-17
* command: let sub_reload remove the old track firstGravatar wm42015-04-28
* player: log track list when adding or removing external filesGravatar wm42015-04-28
* command: demuxer-cache-time propertyGravatar xylosper2015-04-21
* client API: add a screenshot_raw commandGravatar wm42015-04-20
* client API: add glue for making full use of mpv_command_node()Gravatar wm42015-04-20
* player: change video-bitrate and audio-bitrate propertiesGravatar wm42015-04-20
* command: disc-mouse-on-button propertyGravatar xylosper2015-04-21
* subprocess: move implementation for deatched subprocessesGravatar wm42015-04-15
* Update license headersGravatar Marcin Kurczewski2015-04-13
* command: new subproperty for video-params: gammaGravatar Niklas Haas2015-04-04
* command: remove unused functionGravatar wm42015-04-01
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* command: add property returning current working directoryGravatar wm42015-03-24
* command: use mp_set_playlist_entryGravatar Sai Ke WANG2015-03-22
* osd: simplify an aspect of change detection handlingGravatar wm42015-03-18
* command: don't drop audio buffers when switching filtersGravatar wm42015-03-16
* command: make "media-title" observableGravatar wm42015-03-15
* command: fix display-fps property (again)Gravatar wm42015-03-13
* command: display-fps is the display FPS as assumed by the VOGravatar wm42015-03-12
* command: allow changing some VO options even if VO wasn't created yetGravatar wm42015-03-11
* command: add display-fps propertyGravatar wm42015-03-10
* player: use symbolic constant for seek precisionGravatar wm42015-03-04
* input: use flag option type for some input commandsGravatar wm42015-03-04
* client API: make some more properties observableGravatar wm42015-02-27
* command: add rescan_external_filesGravatar wm42015-02-16
* command: nicer OSD message when setting audio-deviceGravatar wm42015-02-16
* sub: mess with styling defaults, change --ass-use-margins behaviorGravatar wm42015-02-16
* player: fix audio-device-list updatesGravatar wm42015-02-14
* ao_coreaudio: add support for hotplug notificationsGravatar Stefano Pigozzi2015-02-14
* command: mark get_property as deprecatedGravatar wm42015-02-13
* audio: add device change notification for hotpluggingGravatar wm42015-02-12
* command: new commands audio_add/audio_remove/audio_reloadGravatar xylosper2015-02-03
* command: add property returning detected audio deviceGravatar Stefano Pigozzi2015-02-03
* command: add property returning detected hwdec APIGravatar wm42015-02-02
* command: add properties returning the current VO and AO driverGravatar wm42015-02-02
* command: add dummy get implementation for tv-channel propertyGravatar wm42015-02-02
* command: send additional property change events in-between loadingGravatar wm42015-02-01
* command: improve observability of some audio propertiesGravatar wm42015-02-01
* command: change sub-visibility OSD messageGravatar wm42015-01-29
* player: remove redundant variableGravatar wm42015-01-29
* command: export more details about file seekabilityGravatar wm42015-01-26
* input, player: new command for mouse eventGravatar xylosper2015-01-23
* command: export file format as propertyGravatar wm42015-01-23
* player: some fixes for property notificationGravatar xylosper2015-01-23
* x11: add --on-all-workspaces option and propertyGravatar wm42015-01-16
* command: unify handling of fullscreen and other VO flagsGravatar wm42015-01-16
* command: fix property naming conventionGravatar wm42015-01-10