aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
* dvd, bluray: reload demuxer on title changesGravatar wm42014-11-10
* command: send property-change event on playlist changeGravatar Alessandro Ghedini2014-11-09
* audio/out: make ao_request_reload() idempotentGravatar wm42014-11-09
* command: silence a warning on win32Gravatar wm42014-11-08
* command: fix option-flags propertyGravatar wm42014-11-08
* command: export the flag whether an option was set on commandlineGravatar wm42014-11-07
* command: add display-names propertyGravatar Kevin Mitchell2014-11-07
* command: use playback time as reference for sub_seekGravatar wm42014-11-05
* command: add window-minimized property (X11 only)Gravatar wm42014-11-02
* command: make window-scale property observableGravatar wm42014-11-02
* command: expose mpv version as propertyGravatar wm42014-11-02
* player: always use demux_chapterGravatar wm42014-11-02
* player: update meaning of drop_frame_cntGravatar wm42014-11-01
* sub: remove osd_get_sub()Gravatar wm42014-11-01
* player: don't display zero duration for files with unknown durationGravatar wm42014-10-29
* player: handle edition reloading slightly differentlyGravatar wm42014-10-28
* command: play the correct entry with loadfile ... append-playGravatar Alessandro Ghedini2014-10-27
* command: try 'icy-title' metadata for media-title as wellGravatar Alessandro Ghedini2014-10-27
* command: add audio-device propertyGravatar wm42014-10-27
* audio: add command/function to reload audio outputGravatar wm42014-10-27
* Drop libquvi supportGravatar wm42014-10-25
* command: finish hook execution if client failsGravatar wm42014-10-24
* command: add vo-configured propertyGravatar wm42014-10-24
* command: fix debug outputGravatar wm42014-10-24
* command: print executed commands with -vGravatar wm42014-10-23
* command: add a "cached" mode to sub_addGravatar wm42014-10-23
* command: return error on invalid/absent IDs with ff-sid/ff-aidGravatar wm42014-10-23
* command: make reverse cycle_values match up with forward oneGravatar wm42014-10-21
* command: fix video-rotate update when pausedGravatar wm42014-10-21
* command: add cursor-autohide propertyGravatar wm42014-10-21
* command: add playback-abort propertyGravatar wm42014-10-21
* command: add video-rotate propertyGravatar wm42014-10-21
* player: add stream selection by ffmpeg indexGravatar wm42014-10-21
* command: add field-dominance propertyGravatar Kevin Mitchell2014-10-21
* command: extend sub_add commandGravatar wm42014-10-21
* command: remove hook cancellation mechanismGravatar wm42014-10-20
* command: allow sub_add at an earlier stageGravatar wm42014-10-20
* command: add "estimated-vf-fps" change notifcationGravatar wm42014-10-19
* command: add a mechanism to allow scripts to intercept file loadsGravatar wm42014-10-16
* command: allow setting per-file options at runtimeGravatar wm42014-10-15
* command: don't display non-sense if volume is unavailableGravatar wm42014-10-11
* command: make volume/mute unavailable if audio is not initializedGravatar wm42014-10-11
* command: make audio device list available to the client APIGravatar wm42014-10-10
* player: minor simplificationGravatar wm42014-10-10
* player: --save-position-on-quit should always work (2)Gravatar wm42014-10-10
* command: add cache-buffering-state propertyGravatar wm42014-10-07
* client API: clarify pause/unpause events, modify core-idle propertyGravatar wm42014-10-07
* player: remove central uninit_player() function and flags messGravatar wm42014-10-03
* command: don't show message on "osd" command by defaultGravatar wm42014-10-03
* command: allow passing memory addresses to overlay_addGravatar wm42014-10-03