aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* 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
* client API: check result ptr in mpv_command_nodeGravatar James Ross-Gowan2014-10-12
* lua: add command_native() functionGravatar wm42014-10-11
* client API: add mpv_command_node[_async]Gravatar wm42014-10-11
* input: use mpv_node parser for char** command parsersGravatar wm42014-10-10
* command: make audio device list available to the client APIGravatar wm42014-10-10
* player: fix terminal status in idle modeGravatar wm42014-10-10
* player: don't mess up cursor visibility stateGravatar wm42014-10-10
* audio: change internal device listing APIGravatar wm42014-10-10
* player: exit if audio init fails and there's no videoGravatar wm42014-10-10
* player: signal EOF when using --framesGravatar wm42014-10-10
* player: minor simplificationGravatar wm42014-10-10
* player: don't close audio device in gapless modeGravatar wm42014-10-10
* player: --save-position-on-quit should always work (2)Gravatar wm42014-10-10
* Revert "player: --save-position-on-quit should always work"Gravatar wm42014-10-10
* libmpv/cocoa: don't start the event monitorGravatar Stefano Pigozzi2014-10-09
* libmpv/cocoa: make global events work and get rid of is_cplayerGravatar Stefano Pigozzi2014-10-09
* client API: add an explanatory commentGravatar wm42014-10-09
* audio: add device selection & listing with --audio-deviceGravatar wm42014-10-09
* client API: rename --input-x11-keyboard to --input-vo-keyboardGravatar wm42014-10-09
* video: try harder to decode cover art picture only onceGravatar wm42014-10-09
* player: don't reset buffering pausing state on seeksGravatar wm42014-10-09
* client API: introduce numeric log levelsGravatar wm42014-10-08
* player: minor cosmetic changeGravatar wm42014-10-08
* player: remove unnecessary codeGravatar wm42014-10-07
* command: add cache-buffering-state propertyGravatar wm42014-10-07
* client API: clarify pause/unpause events, modify core-idle propertyGravatar wm42014-10-07
* matroska: look for all known matroska file extensionsGravatar wm42014-10-06
* osd: don't let slow commands cut OSD messages shortGravatar wm42014-10-06
* player: --save-position-on-quit should always workGravatar wm42014-10-06
* player: open stream and demuxer asynchronouslyGravatar wm42014-10-06
* m_config: add function to copy all optionsGravatar wm42014-10-06
* player: move some libass setup code to sub.cGravatar wm42014-10-03
* player: properly wakeup when delaying OSDGravatar wm42014-10-03
* video: return responsibility of video redraw back to playloopGravatar wm42014-10-03
* 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
* command: restructure overlay_add codeGravatar wm42014-10-03
* player: don't print audio/video init failure message twiceGravatar wm42014-10-02
* audio: enable pitch correction by default when playing fastGravatar wm42014-10-02
* command: move setting playback speed to a separate functionGravatar wm42014-10-02
* audio: refactor some aspects of filter chain setupGravatar wm42014-10-02
* audio: remove --audiodropGravatar wm42014-09-30
* lua: add mpv/lua directories to the lua pathGravatar Otto Modinos2014-09-28
* client API, X11: change default keyboard input handling againGravatar wm42014-09-28
* video: change automatic rotation and 3D filter insertionGravatar wm42014-09-27
* input: separate creation and loading of configGravatar wm42014-09-27
* build: add -Wno-format-zero-lengthGravatar wm42014-09-26