aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/core.h
Commit message (Expand)AuthorAge
...
* client API: better error reportingGravatar wm42014-10-28
* player: handle edition reloading slightly differentlyGravatar wm42014-10-28
* Drop libquvi supportGravatar wm42014-10-25
* player: fix exiting if both audio and video fail initializingGravatar wm42014-10-23
* player: add stream selection by ffmpeg indexGravatar wm42014-10-21
* ipc: decouple from MPContextGravatar wm42014-10-19
* input: implement JSON-based IPC protocolGravatar Alessandro Ghedini2014-10-17
* command: add a mechanism to allow scripts to intercept file loadsGravatar wm42014-10-16
* Revert "player: --save-position-on-quit should always work"Gravatar wm42014-10-10
* libmpv/cocoa: make global events work and get rid of is_cplayerGravatar Stefano Pigozzi2014-10-09
* command: add cache-buffering-state propertyGravatar wm42014-10-07
* 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
* player: move some libass setup code to sub.cGravatar wm42014-10-03
* player: remove central uninit_player() function and flags messGravatar wm42014-10-03
* command: move setting playback speed to a separate functionGravatar wm42014-10-02
* audio: remove --audiodropGravatar wm42014-09-30
* player: simplify OSD message handling codeGravatar wm42014-09-25
* player: rate-limit OSD text updateGravatar wm42014-09-25
* command: improve "osd" commandGravatar wm42014-09-22
* command: simplify OSD property display codeGravatar wm42014-09-21
* command: add osd-sym-cc propertyGravatar wm42014-09-18
* stream: redo playback abort handlingGravatar wm42014-09-13
* player: deal with some corner cases with playlist navigationGravatar wm42014-09-09
* player: minor refactoringGravatar wm42014-09-06
* player: dynamically change cache wait timesGravatar wm42014-08-27
* player: minor changesGravatar wm42014-08-25
* audio: minor improvements to timeline switchingGravatar wm42014-08-23
* player: fix recent speed change regressionGravatar wm42014-08-22
* video: refactor queue handlingGravatar wm42014-08-22
* video: get rid of video_next_pts fieldGravatar wm42014-08-22
* player: remove unneeded callGravatar wm42014-08-18
* audio: add a mode to insert silence on severe A/V desyncGravatar wm42014-08-15
* player: use virtual time for --audio-file with ordered chaptersGravatar wm42014-08-15
* video: fix and simplify video format changes and last frame displayGravatar wm42014-08-12
* video: move display and timing to a separate threadGravatar wm42014-08-12
* player: remove unused declarationGravatar wm42014-08-07
* client API: make "cache" property and similar observableGravatar wm42014-07-31
* player: move video display code out of the playloopGravatar wm42014-07-30
* player: split seek_reset()Gravatar wm42014-07-30
* audio: cosmetics: remove unused return valueGravatar wm42014-07-30
* player: fix time display wheen seeking past EOF with --keep-openGravatar wm42014-07-30
* player: fix desync when seeking and switching external tracksGravatar wm42014-07-29
* player: remove a pointless fieldGravatar wm42014-07-29
* audio: change playback restart and resyncingGravatar wm42014-07-28
* player: fix regression with ordered chaptersGravatar wm42014-07-20
* video: use symbolic constants instead of magic integersGravatar wm42014-07-18
* player: remove the last instances of pollingGravatar wm42014-07-18
* demux: add a demuxer threadGravatar wm42014-07-16