aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/core.h
Commit message (Expand)AuthorAge
* player: use start timestamp for ab-looping if --ab-loop-a is absentGravatar Leo Izen2017-12-03
* player: add get_play_start_ptsGravatar Leo Izen2017-12-03
* audio: make libaf derived code optionalGravatar wm42017-09-21
* options: remove --heartbeat-cmd and --heartbeat--intervalGravatar wm42017-09-18
* video: change --deinterlace behaviorGravatar wm42017-08-22
* audio: introduce a new type to hold audio framesGravatar wm42017-08-16
* player: make refresh seeks slightly more robustGravatar wm42017-08-14
* player: make --lavfi-complex changeable at runtimeGravatar wm42017-08-12
* scripting: add wrapper to load scripts with user pathsGravatar Ricardo Constantino2017-06-30
* player: change license of most core files to LGPLGravatar wm42017-06-23
* player: deprecate "osd" commandGravatar wm42017-06-23
* player: fix a corner case in previous commitGravatar wm42017-04-14
* player: fix core-idle and eof-reached update notifcationsGravatar wm42017-04-14
* player: unmess pause state handlingGravatar wm42017-04-14
* player: make screenshot commands honor the async flagGravatar wm42017-04-01
* player: add experimental stream recording featureGravatar wm42017-02-07
* player: add prefetching of the next playlist entryGravatar wm42017-01-18
* player: restructure cancel callbackGravatar wm42017-01-18
* scripting: minor logging improvementsGravatar wm42017-01-14
* player: change aspects of cover art handlingGravatar wm42017-01-10
* player: remove dysfunctional edition switching OSD codeGravatar wm42017-01-05
* video: use demuxer-signaled duration for last video frameGravatar wm42016-12-21
* client API: turn mpv_suspend() and mpv_resume() into stubsGravatar wm42016-11-22
* audio: move some fallback handling to common AO reload functionGravatar wm42016-10-05
* player: make --stop-screensaver runtime-changeableGravatar wm42016-10-02
* player: enable reading from stdin after loading input.confGravatar wm42016-09-29
* command: add a load-script commandGravatar wm42016-09-22
* player: make --osc/--ytdl settable during playbackGravatar wm42016-09-20
* player: minor changes in init codeGravatar wm42016-09-19
* player: make --terminal freetly settable at runtimeGravatar wm42016-09-19
* player: more option/property consistency fixesGravatar wm42016-09-18
* player: use better way to wait for input and dispatching commandsGravatar wm42016-09-16
* player: litter code with explicit wakeup callsGravatar wm42016-09-16
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* stream, demux, config: remove some dead/unneeded option-related codeGravatar wm42016-09-09
* client API: implement mpv_suspend/resume slightly differentlyGravatar wm42016-09-04
* player: make looping slightly more seamlessGravatar wm42016-08-18
* player: allow passing flags to queue_seek()Gravatar wm42016-08-15
* player: add --audio-wait-open optionsGravatar wm42016-08-09
* player: gross hack to improve non-hr seeking with external audio tracksGravatar wm42016-08-07
* player: offset demuxer on start/seek properly with audio/sub delayGravatar wm42016-08-04
* audio: refactor mixer code and delete mixer.cGravatar wm42016-07-17
* player: rewrite deinterlace filter auto-insertionGravatar wm42016-07-05
* player: do not update OSD all the time when pausedGravatar wm42016-06-11
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* player: simplify an aspect of buffering determinationGravatar wm42016-04-19
* sub: make preloading more robustGravatar wm42016-03-06
* player: minor simplificationGravatar wm42016-02-27
* player: slightly simplify how demuxer streams are enabled/disabledGravatar wm42016-02-25
* player: remove unused MPContext.stream fieldGravatar wm42016-02-23