aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* manpage: explain how to replace --slave-brokenGravatar wm42014-08-02
* player: don't show the path part for external subtitle filesGravatar wm42014-08-02
* client API: minor optimizations for property notificationGravatar wm42014-08-02
* TOOLS: add test script for property change notificationsGravatar wm42014-08-02
* command: add a property that returns a list of all propertiesGravatar wm42014-08-02
* manpage: remove duplicated misplaced description of a commandGravatar wm42014-08-02
* win32: fix assertion failureGravatar wm42014-08-01
* Remove the last remains of slave modeGravatar wm42014-08-01
* vda: only support the new hwaccel 1.2 API (remove old code)Gravatar Stefano Pigozzi2014-08-01
* travis: use homebrew to build ffmpeg on OS XGravatar Stefano Pigozzi2014-08-01
* player: don't ignore first chapterGravatar wm42014-07-31
* video: fix attached picture modeGravatar wm42014-07-31
* audio: simplify conditionGravatar wm42014-07-31
* audio: fix A/V sync in encoding modeGravatar wm42014-07-31
* client API: don't send internal events to the clientsGravatar wm42014-07-31
* command: add cache-idle propertyGravatar wm42014-07-31
* client API: make "cache" property and similar observableGravatar wm42014-07-31
* client API: fix deadlock when calling mpv_terminate_destroy before initGravatar wm42014-07-31
* player: rename a variableGravatar wm42014-07-30
* player: move video display code out of the playloopGravatar wm42014-07-30
* player: split seek_reset()Gravatar wm42014-07-30
* video: actually flush filter chainGravatar wm42014-07-30
* video/filter: add vf_bufferGravatar wm42014-07-30
* audio: better sync behavior on bogus EOFGravatar wm42014-07-30
* ao_alsa: disable use of non-interleaved formats by defaultGravatar wm42014-07-30
* cocoa: fix key equivalent dispatchingGravatar Stefano Pigozzi2014-07-30
* client API: fix typos in documentationGravatar wm42014-07-30
* demux_lavf: don't consider EAGAIN as EOF conditionGravatar wm42014-07-30
* stream: hack-fix rtmp-level seekingGravatar wm42014-07-30
* stream_lavf: allow setting AVOptions with --stream-lavf-oGravatar wm42014-07-30
* audio: better initial sync for files where audio starts laterGravatar wm42014-07-30
* audio: cosmetics: remove unused return valueGravatar wm42014-07-30
* demux_mf: allow seeking past the endGravatar wm42014-07-30
* player: fix time display wheen seeking past EOF with --keep-openGravatar wm42014-07-30
* player: let explicitly imprecise seeks cancel precise seeksGravatar wm42014-07-29
* osc: Do precise seeks on simple clicks on seekbarGravatar ChrisK22014-07-29
* audio: ignore (some) decoding errors on initializationGravatar wm42014-07-29
* player: fix desync when seeking and switching external tracksGravatar wm42014-07-29
* player: remove a pointless fieldGravatar wm42014-07-29
* player: disable hr-seek in .ts filesGravatar wm42014-07-29
* player: allow precise seeking with percent seeksGravatar wm42014-07-29
* manpage: lua: document timer timeout and oneshot fieldsGravatar wm42014-07-29
* vdpau: don't upload video images in advanceGravatar wm42014-07-29
* player: update playback position on seekGravatar wm42014-07-29
* player: logically speed up seek logicGravatar wm42014-07-28
* vo_x11: fix build with older Libav versionsGravatar wm42014-07-28
* video: add a default color space for files with no videoGravatar Niklas Haas2014-07-28
* audio: change playback restart and resyncingGravatar wm42014-07-28
* input: be stricter about rejecting mouse input with --no-input-cursorGravatar wm42014-07-27
* vo: remove vo_mouse_movement() wrapperGravatar wm42014-07-27