aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/core.h
Commit message (Expand)AuthorAge
* 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
* player: remove MPContext.sources fieldsGravatar wm42016-02-23
* player: remove old timeline/ordered chapters supportGravatar wm42016-02-15
* player: add complex filter graph supportGravatar wm42016-02-05
* player: move audio and video decoder init to separate functionsGravatar wm42016-02-05
* player: use different variable to indicate coverartGravatar wm42016-02-01
* audio: move pts reset checkGravatar wm42016-01-29
* player: fix initial audio sync in certain casesGravatar wm42016-01-29
* audio: refactor: move MPContext.ao_buffer fieldGravatar wm42016-01-22
* player: refactor: eliminate MPContext.d_audioGravatar wm42016-01-22
* audio: refactor: work towards unentangling audio decoding and filteringGravatar wm42016-01-22
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* player: refactor: eliminate MPContext.d_videoGravatar wm42016-01-17
* player: refactor: eliminate MPContext.d_subGravatar wm42016-01-17
* video: refactor: disentangle decoding/filtering some moreGravatar wm42016-01-16
* player: remove unused last_dvb_step member.Gravatar Oliver Freyermuth2016-01-14
* video: decouple filtering/decoding slightly moreGravatar wm42016-01-14