summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
Commit message (Expand)AuthorAgeFilesLines
* stream, demux: redo origin policy thingwm42019-12-201-11/+3
* player: loadfile overrides previous stop commandwm42019-12-061-1/+1
* player: change m_config to use new option handling mechanismswm42019-11-291-5/+16
* player: remove mechanisms for better logging with repl.luawm42019-11-181-0/+3
* options: remove M_SETOPT_RUNTIMEwm42019-11-101-1/+1
* player: avoid duplicate track auto selectionStephan Hilb2019-10-181-1/+14
* player: don't load external files when reading from stdinckath2019-10-061-1/+1
* loadfile: make prefetching actually workwm42019-09-291-1/+3
* loadfile: don't always accidentally always prefetchingwm42019-09-291-11/+15
* recorder: don't use a magic index for mp_recorder_get_sink()wm42019-09-291-1/+1
* player: use track title if exists instead of filenamethewisenerd2019-09-211-1/+5
* loadfile: restore playlist prefetchingwm42019-09-201-4/+11
* demux, command: add a third stream recording mechanismwm42019-09-191-0/+2
* demux: redo timed metadatawm42019-09-191-1/+1
* demux: really disable cache for sub-demuxerswm42019-09-191-1/+4
* player: fix --loop with backward playbackwm42019-09-191-1/+1
* player: modify/simplify AB-loop behaviorwm42019-09-191-1/+2
* player: simplify/fix --start/--end handling with --rebase-start-time=nowm42019-09-191-7/+0
* Implement backwards playbackwm42019-09-191-0/+5
* player: don't print "Playing:" message if there's only 1 filewm42019-09-191-1/+4
* player: add --demuxer-cache-wait optionwm42019-09-191-0/+13
* loadfile, ytdl_hook: don't reject EDL-resolved URLs through playlistwm42019-09-191-1/+1
* stream_libarchive: remove base filename stuffwm42019-09-191-8/+1
* Merge branch 'master' into pr6360Jan Ekström2019-03-111-1/+1
|\
| * player: do not rebase start time for subtitle streamszc622019-02-281-1/+1
* | demux: add another stream recording featurewm42018-12-061-2/+5
* | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-051-75/+280
|\ \ | |/ |/|
| * demux, stream: rip out the classic stream cachewm42018-08-311-1/+0
| * HACK: prefetch subtitles on track switch a bit morewm42018-06-301-1/+4
| * player: don't cache subtitles across deselectionwm42018-06-301-5/+1
| * player: get rid of mpv_global.optswm42018-05-241-1/+2
| * player: make playback termination asynchronouswm42018-05-241-20/+107
| * player: change the role of the "stop_play" and "playing" variablewm42018-05-241-11/+14
| * player: move a function (no functional changes)wm42018-05-241-7/+7
| * player: some further cleanup of the mp_cancel crapwm42018-05-241-46/+14
| * demux: get rid of free_demuxer[_and_stream]()wm42018-05-241-1/+1
| * player: simplify edition switchingwm42018-05-241-10/+0
| * player: make various commands for managing external tracks abortablewm42018-05-241-47/+62
| * player: don't reset last_seek_pts on playback state resetwm42018-05-241-3/+2
| * client API: kill async commands on terminationwm42018-05-241-1/+4
| * command: add a way to abort asynchronous commandswm42018-05-241-0/+51
| * player: rename "lock" to "abort_lock"wm42018-05-241-8/+8
| * player: make all external file loading actions asyncwm42018-05-241-16/+77
| * player: make abort during loading faster if ytdl_hook is usedwm42018-05-241-0/+7
| * player: don't even start loading external tracks when aborting loadingwm42018-05-241-1/+1
| * command: make sub-add and audio-add commands asyncwm42018-05-241-4/+16
* | encode: fix expected streams when using --lavfi-complexTSaaristo2018-09-261-8/+8
* | player: expose hearing/visual impaired flags on audio tracksAman Gupta2018-08-131-0/+3
* | player: simplify edition switchingwm42018-05-311-10/+0
|/
* build: make encoding mode non-optionalwm42018-05-031-9/+4
* encode: rewrite half of itwm42018-04-291-2/+16
* scripting: change when/how player waits for scripts being loadedwm42018-04-181-0/+10
* player: fix hook processing consistency and code duplication issueswm42018-03-261-43/+16
* client API: add a first class hook API, and deprecate old APIwm42018-03-261-3/+3
* player: don't print error if aborted while loading external fileswm42018-03-261-1/+2
* player: fix strange behavior on edition switchingwm42018-03-031-0/+2
* player: don't free root filter while it's still neededwm42018-03-031-1/+1
* player: fix track autoselection of external files yet againwm42018-03-031-3/+3
* player: set thread name in opener threadwm42018-03-031-0/+3
* player: correctly set track information on adding external filesZehua Chen2018-02-101-14/+18
* loadfile: make --lavfi-complex runtime changes more flexiblewm42018-02-031-18/+27
* loadfile: initialize decoders after outputs for --lavfi-complexwm42018-02-031-37/+31
* loadfile: fix crash in some cases of setting --lavfi-complex at runtimewm42018-02-031-1/+1
* loadfile: remove minor unneeded things from --lavfi-complex setupwm42018-02-031-3/+1
* audio: move to decoder wrapperwm42018-01-301-20/+10
* video: make decoder wrapper a filterwm42018-01-301-14/+13
* player: replace old lavfi wrapper with new filter codewm42018-01-301-25/+36
* video: rewrite filtering glue codewm42018-01-301-0/+3
* player: redo hack for video keyframe seeks with external audiowm42018-01-181-0/+5
* player: slightly refactor/simplify cache pausing logicwm42018-01-071-2/+0
* player: strictly never autoselect tracks from --external-fileswm42018-01-061-0/+4
* player: add on_load_fail hookRicardo Constantino2018-01-021-4/+11
* options: drop some previously deprecated optionswm42017-12-251-6/+1
* player: update duration based on highest timestamp demuxedwm42017-12-241-0/+2
* player: make track language matching case insensitivewm42017-12-231-1/+1
* player: when loading external file, always add all track typeswm42017-12-071-12/+23
* player: rebase start time even for subtitle streamswm42017-12-071-1/+1
* player: add get_play_start_ptsLeo Izen2017-12-031-10/+9
* Fix various typos in log messagesNicolas F2017-12-031-3/+3
* player: minor fix/simplification of OSD time/duration handlingwm42017-11-241-0/+3
* player: change license of some code surrounding --frames to LGPLwm42017-11-061-6/+0
* audio: introduce a new type to hold audio frameswm42017-08-161-2/+0
* player: make refresh seeks slightly more robustwm42017-08-141-8/+2
* player: add --track-auto-selection optionwm42017-08-121-2/+2
* player: make --lavfi-complex changeable at runtimewm42017-08-121-48/+129
* m_option: remove redundant indirectionswm42017-07-021-1/+1
* player: change license of most core files to LGPLwm42017-06-231-7/+7
* player: disable --frames in WIP LGPL modewm42017-06-231-0/+6
* player: fix a corner case in previous commitwm42017-04-141-1/+2
* player: fix core-idle and eof-reached update notifcationswm42017-04-141-1/+3
* player: unmess pause state handlingwm42017-04-141-2/+1
* player: make new stream output more consistent with other outputwm42017-03-261-3/+3
* player: print additional stream infoDan Oscarsson2017-03-261-1/+13
* player: add experimental stream recording featurewm42017-02-071-0/+93
* player: remove --stream-capture option/propertywm42017-01-211-1/+0
* player: actually let cache readahead after opening demuxer for prefetchwm42017-01-191-0/+1
* player: also log if completely prefetched URL is discardedwm42017-01-191-1/+4
* player: add prefetching of the next playlist entrywm42017-01-181-38/+121
* player: restructure cancel callbackwm42017-01-181-2/+25
* player: move some minor demuxer setup codewm42017-01-181-3/+4
* player: remove dysfunctional edition switching OSD codewm42017-01-051-1/+1
* player: don't print format detection error when aborting loadingwm42016-11-291-1/+1
* player: make --start-time work with --rebase-start-time=noAman Gupta2016-10-221-0/+3
* player: make --stop-screensaver runtime-changeablewm42016-10-021-0/+2
* player: some M_SETOPT_RUNTIME cleanupswm42016-09-221-1/+1
* player: minor changes in init codewm42016-09-191-0/+2
* player: litter code with explicit wakeup callswm42016-09-161-0/+2
* player, ao, vo: don't call mp_input_wakeup() directlywm42016-09-161-1/+1
* osd: slightly simplify update logicwm42016-09-151-1/+0
* stream, demux, config: remove some dead/unneeded option-related codewm42016-09-091-3/+1
* player: don't directly access demuxer->streamwm42016-08-261-2/+2
* player: allow passing flags to queue_seek()wm42016-08-151-1/+1
* player: add --no-autoload-files optionwm42016-08-101-0/+6
* player: improve instant track switchingwm42016-08-061-24/+5
* player: offset demuxer on start/seek properly with audio/sub delaywm42016-08-041-0/+1
* audio: refactor mixer code and delete mixer.cwm42016-07-171-1/+0
* player: force VO reconfig when unselecting video trackwm42016-04-231-1/+1
* player: simplify an aspect of buffering determinationwm42016-04-191-0/+1
* player: fix --stream-dump exit codewm42016-03-261-1/+1
* demux: remove relative seekingwm42016-02-281-1/+1
* player: slightly simplify how demuxer streams are enabled/disabledwm42016-02-251-38/+29
* player: remove pointless callwm42016-02-231-1/+0
* player: simplify enabling demuxer threadswm42016-02-231-17/+6
* player: remove unused MPContext.stream fieldwm42016-02-231-8/+0
* player: remove MPContext.sources fieldswm42016-02-231-15/+4
* player: remove initial seek on playback startwm42016-02-181-2/+0
* player: remove old timeline/ordered chapters supportwm42016-02-151-187/+17
* player: add on_preloaded hookwm42016-02-151-0/+16
* player: restore old/correct --force-window behaviorwm42016-02-151-0/+3
* player: abort loading if there is a problem with complex filterswm42016-02-101-5/+11
* player: add --external-file optionwm42016-02-081-14/+12
* player: add complex filter graph supportwm42016-02-051-2/+134
* player: refactor: reduce some dependencies on current_trackwm42016-02-011-15/+11
* demux: disable stream cache if no tracks are selectedwm42016-01-181-1/+4
* demux: remove unused flagwm42016-01-181-3/+1
* player: refactor: eliminate MPContext.d_videowm42016-01-171-3/+0
* player: refactor: eliminate MPContext.d_subwm42016-01-171-20/+12
* player: simplify backsteppingwm42016-01-121-1/+0
* demux: merge sh_video/sh_audio/sh_subwm42016-01-121-1/+1
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* player: eliminate demux_get_next_pts()wm42016-01-111-3/+4
* player: reset playback abort when reloading a filewm42016-01-071-0/+1
* player: make watch later/resume work when "playing" directorieswm42016-01-061-0/+2
* player: make sure streams are selected with ordered chapterswm42016-01-031-3/+3
* sub: always recreate ASS_Renderer on subtitle decoder reinitwm42015-12-261-1/+0
* sub: cache subtitle state per track instead of per demuxer streamwm42015-12-261-10/+14
* sub: clear subtitle list when crossing timeline boundarywm42015-12-251-0/+6
* demux: remove weird tripple-buffering for the sh_stream listwm42015-12-231-8/+10
* player: minor simplificationwm42015-12-231-4/+2
* player: init playback speed correctlywm42015-12-101-0/+2
* player: make timeline switching slightly nicerwm42015-11-181-20/+21
* player: use demuxer ts offset to simplify timeline ts handlingwm42015-11-161-19/+7
* player: handle rebasing start time differentlywm42015-11-161-1/+11
* player: remove unused fieldwm42015-11-141-1/+0
* player: refactor display-sync frame duration calculationswm42015-11-131-1/+0
* player: make stop command actually stopwm42015-10-061-1/+1
* player: print tags under different log prefixwm42015-10-011-2/+4
* player: rename and move find_subfiles.cwm42015-09-201-1/+1
* player: make force-window in auto-profiles actually workwm42015-09-201-2/+1
* player: make force-window=immediate work in auto-profileswm42015-09-201-0/+3
* player: log error code on playback exitwm42015-09-031-0/+2
* player: slightly better error reporting when opening file failswm42015-08-281-2/+7
* player: add --playlist-pos optionwm42015-08-221-1/+8
* player: actually close files on playback endwm42015-08-151-1/+1
* player: add display sync modewm42015-08-101-0/+3
* player: separate controls for user and video controlled speedwm42015-08-101-0/+2
* player: redo estimated-vf-fps calculationwm42015-08-101-0/+1
*