aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/loadfile.c
Commit message (Expand)AuthorAge
...
* player: also log if completely prefetched URL is discardedGravatar wm42017-01-19
* player: add prefetching of the next playlist entryGravatar wm42017-01-18
* player: restructure cancel callbackGravatar wm42017-01-18
* player: move some minor demuxer setup codeGravatar wm42017-01-18
* player: remove dysfunctional edition switching OSD codeGravatar wm42017-01-05
* player: don't print format detection error when aborting loadingGravatar wm42016-11-29
* player: make --start-time work with --rebase-start-time=noGravatar Aman Gupta2016-10-22
* player: make --stop-screensaver runtime-changeableGravatar wm42016-10-02
* player: some M_SETOPT_RUNTIME cleanupsGravatar wm42016-09-22
* player: minor changes in init codeGravatar wm42016-09-19
* player: litter code with explicit wakeup callsGravatar wm42016-09-16
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* osd: slightly simplify update logicGravatar wm42016-09-15
* stream, demux, config: remove some dead/unneeded option-related codeGravatar wm42016-09-09
* player: don't directly access demuxer->streamGravatar wm42016-08-26
* player: allow passing flags to queue_seek()Gravatar wm42016-08-15
* player: add --no-autoload-files optionGravatar wm42016-08-10
* player: improve instant track switchingGravatar wm42016-08-06
* 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: force VO reconfig when unselecting video trackGravatar wm42016-04-23
* player: simplify an aspect of buffering determinationGravatar wm42016-04-19
* player: fix --stream-dump exit codeGravatar wm42016-03-26
* demux: remove relative seekingGravatar wm42016-02-28
* player: slightly simplify how demuxer streams are enabled/disabledGravatar wm42016-02-25
* player: remove pointless callGravatar wm42016-02-23
* player: simplify enabling demuxer threadsGravatar wm42016-02-23
* player: remove unused MPContext.stream fieldGravatar wm42016-02-23
* player: remove MPContext.sources fieldsGravatar wm42016-02-23
* player: remove initial seek on playback startGravatar wm42016-02-18
* player: remove old timeline/ordered chapters supportGravatar wm42016-02-15
* player: add on_preloaded hookGravatar wm42016-02-15
* player: restore old/correct --force-window behaviorGravatar wm42016-02-15
* player: abort loading if there is a problem with complex filtersGravatar wm42016-02-10
* player: add --external-file optionGravatar wm42016-02-08
* player: add complex filter graph supportGravatar wm42016-02-05
* player: refactor: reduce some dependencies on current_trackGravatar wm42016-02-01
* demux: disable stream cache if no tracks are selectedGravatar wm42016-01-18
* demux: remove unused flagGravatar wm42016-01-18
* player: refactor: eliminate MPContext.d_videoGravatar wm42016-01-17
* player: refactor: eliminate MPContext.d_subGravatar wm42016-01-17
* player: simplify backsteppingGravatar wm42016-01-12
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* player: eliminate demux_get_next_pts()Gravatar wm42016-01-11
* player: reset playback abort when reloading a fileGravatar wm42016-01-07
* player: make watch later/resume work when "playing" directoriesGravatar wm42016-01-06
* player: make sure streams are selected with ordered chaptersGravatar wm42016-01-03
* sub: always recreate ASS_Renderer on subtitle decoder reinitGravatar wm42015-12-26
* sub: cache subtitle state per track instead of per demuxer streamGravatar wm42015-12-26