aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/loadfile.c
Commit message (Expand)AuthorAge
* player: change license of most core files to LGPLGravatar wm42017-06-23
* player: disable --frames in WIP LGPL modeGravatar 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 new stream output more consistent with other outputGravatar wm42017-03-26
* player: print additional stream infoGravatar Dan Oscarsson2017-03-26
* player: add experimental stream recording featureGravatar wm42017-02-07
* player: remove --stream-capture option/propertyGravatar wm42017-01-21
* player: actually let cache readahead after opening demuxer for prefetchGravatar wm42017-01-19
* 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