summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* player: use demux_open_url() to open main fileswm42015-08-041-61/+24
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-031-7/+0
* player: extend --hls-bitrate optionwm42015-07-131-4/+10
* player: never overwrite stop_play fieldwm42015-07-081-2/+4
* player: simplify reload logicwm42015-07-021-14/+9
* player: remove automatic DVB channel advancement on no datawm42015-07-021-6/+0
* player: unentangle --stream-dumpwm42015-07-021-6/+6
* demux: export forced flagwm42015-06-271-2/+9
* player, demux: replace some demux_open() uses with demux_open_url()wm42015-06-241-12/+6
* client API: add MPV_END_FILE_REASON_REDIRECTwm42015-06-111-2/+4
* client API: leave mpv_event_end_file.error to 0 on no errorwm42015-06-111-2/+2
* player: print a message along with track listwm42015-06-031-2/+4
* player: fix crashes when adding external tracks before loading main filewm42015-05-261-15/+13
* player: use an array for stream ID options and suchwm42015-05-221-31/+21
* player: make resuming playlists less noisy in verbose modewm42015-05-091-2/+1
* player: log track list when adding or removing external fileswm42015-04-281-5/+10
* player: fix removing external tracks at runtimewm42015-04-271-1/+9
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* player: relax assertion on mp_set_playlist_entryNiklas Haas2015-03-261-1/+1
* player: refine rar:// playlist-safety handlingwm42015-03-021-3/+6
* player: fix demuxer lifetime managementwm42015-02-221-50/+41
* demux: add a demux_open_url() functionwm42015-02-201-9/+3
* demux: change demux_open() signaturewm42015-02-201-10/+10
* demux: add free_demuxer_and_stream() functionwm42015-02-201-9/+4
* player: move timeline scanning (ordered chapters etc.) to a threadwm42015-02-201-7/+15
* player: cosmetics: async/non-blocking -> reentrantwm42015-02-201-9/+9
* player: enable cache and demuxer thread for subtitles toowm42015-02-181-3/+5
* demux_edl: make independent from MPContextwm42015-02-171-3/+0
* demux_cue: make independent from MPContextwm42015-02-171-3/+0
* matroska: make timeline code independent of MPContextwm42015-02-171-3/+0
* player: use a separate context for timeline loader stuffwm42015-02-171-16/+44
* player: use a macro to remove an element from an arraywm42015-02-171-6/+1
* player: actually close files when using sub_removewm42015-02-171-13/+38
* command: add rescan_external_fileswm42015-02-161-4/+3
* demux: hack for instant stream switchingwm42015-02-131-0/+5
* player: add a --loop=force modewm42015-02-121-7/+5
* player: do not autoload audio with audio files, enable autoloadingwm42015-02-051-0/+12
* player: move timeline specific handling to timeline loaderswm42015-02-041-14/+2
* command: add on_unload hookwm42015-02-041-0/+10
* player: remove --fixed-vowm42015-02-031-5/+1
* command: new commands audio_add/audio_remove/audio_reloadxylosper2015-02-031-10/+5
* player: add external audio file auto-loadingwm42015-02-021-44/+58
* command: send additional property change events in-between loadingwm42015-02-011-0/+1
* player: remove redundant variablewm42015-01-291-2/+0
* player: don't enable demuxer readahead before selecting trackswm42015-01-161-4/+6
* player: check sufficient track selection before destroying VOwm42015-01-121-9/+9
* player: enable demuxer thread for external audio fileswm42015-01-101-0/+9
* player: change stream list terminal outputwm42015-01-091-2/+2
* player: filter tags, add --display-tags optionwm42014-12-291-6/+7
* player: make --shuffle/--merge-files affect runtime loaded playlistswm42014-12-291-1/+19
* player: print only changed tagswm42014-12-191-4/+23
* options: add a 'once' idle modeStefano Pigozzi2014-12-071-1/+1
* player: don't signal an error if --stream-dump is usedwm42014-12-021-0/+1
* player: reset frame step counter on seekswm42014-11-291-1/+0
* player: simplify and fix ordered chapter EOF handlingwm42014-11-281-5/+8
* sub: workaround braindead libass APIwm42014-11-151-2/+0
* player: simplify audio uninit on segment switcheswm42014-11-121-5/+4
* player: make the osd-msg prefix work for playlist_next/prevwm42014-11-111-1/+1
* command: send property-change event on playlist changeAlessandro Ghedini2014-11-091-0/+1
* player: fix --secondary-sidwm42014-11-041-1/+1
* player: always use demux_chapterwm42014-11-021-10/+2
* player: add --chapters-file optionwm42014-11-021-5/+25
* player: improve exit message in some scenarioswm42014-10-311-19/+14
* player: add an option to abort playback on partial init failureswm42014-10-281-1/+1
* player: handle DVB demuxer reloading correctlywm42014-10-281-2/+2
* client API: better error reportingwm42014-10-281-20/+35
* client API: add an enum for mpv_event_end_file.reasonwm42014-10-281-4/+3
* player: handle edition reloading slightly differentlywm42014-10-281-8/+9
* Drop libquvi supportwm42014-10-251-84/+2
* player: add stream selection by ffmpeg indexwm42014-10-211-9/+17
* command: remove hook cancellation mechanismwm42014-10-201-3/+2
* player: free subtitle renderer on exitwm42014-10-161-1/+1
* command: add a mechanism to allow scripts to intercept file loadswm42014-10-161-12/+39
* player: fix terminal status in idle modewm42014-10-101-0/+1
* player: minor simplificationwm42014-10-101-7/+1
* player: don't close audio device in gapless modewm42014-10-101-2/+1
* player: --save-position-on-quit should always work (2)wm42014-10-101-3/+0
* Revert "player: --save-position-on-quit should always work"wm42014-10-101-1/+1
* player: remove unnecessary codewm42014-10-071-3/+1
* player: --save-position-on-quit should always workwm42014-10-061-1/+1
* player: open stream and demuxer asynchronouslywm42014-10-061-8/+59
* player: move some libass setup code to sub.cwm42014-10-031-86/+3
* player: remove central uninit_player() function and flags messwm42014-10-031-151/+78
* player: shorten skip heuristic for playlist_prev to 1 secondwm42014-09-141-2/+2
* stream: redo playback abort handlingwm42014-09-131-1/+6
* input: remove central select() callwm42014-09-101-1/+0
* player: deal with some corner cases with playlist navigationwm42014-09-091-17/+21
* player: normalize playlist entries on addwm42014-09-091-4/+0
* player: some more input refactoringwm42014-09-071-27/+7
* audio: fix random crashes on uninitwm42014-09-051-2/+1
* audio: fix obscure audio resync failure with timelineswm42014-09-051-0/+3
* player: properly resume playlists loaded at runtimewm42014-09-021-0/+3
* player: simplistic HLS bitrate selectionwm42014-09-011-4/+11
* player: reset playback-related fields right on startwm42014-09-011-23/+17
* player: don't allow remote playlists to load local fileswm42014-09-011-3/+6
* player: always load playlistswm42014-08-311-11/+8
* audio: minor improvements to timeline switchingwm42014-08-231-1/+1
* sub: call sub_reset() on seeks onlywm42014-08-141-2/+0
* video: fix and simplify video format changes and last frame displaywm42014-08-121-0/+1
* player: don't show the path part for external subtitle fileswm42014-08-021-1/+1
* player: split seek_reset()wm42014-07-301-18/+7
* player: fix time display wheen seeking past EOF with --keep-openwm42014-07-301-1/+0
* player: fix desync when seeking and switching external trackswm42014-07-291-22/+24
* audio: change playback restart and resyncingwm42014-07-281-1/+5
* player: readd code accidentally removed with commit 61efe87ewm42014-07-201-0/+5
* player: fix regression with ordered chapterswm42014-07-201-14/+14
* video: don't block when reading video packetswm42014-07-181-4/+17
* demux: add a demuxer threadwm42014-07-161-18/+46
* Revert "Remove DVD and Bluray support"wm42014-07-151-0/+7
* Remove DVD and Bluray supportwm42014-07-141-7/+0
* Remove some mp_msg calls with no trailing \nwm42014-07-131-21/+21
* audio: drop buffered audio when switching tracks or filterswm42014-07-131-0/+1
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+1
* demux: minor simplificationwm42014-07-061-1/+1
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-051-68/+0
* options: allow adding multiple files with --audio-filewm42014-06-181-2/+4
* Add more constwm42014-06-111-2/+2
* stream_dvb: remove global option variableswm42014-06-111-4/+0
* command: redo ancient TV/DVB/PVR commandswm42014-06-111-11/+4
* audio: add a "weak" gapless mode, and make it defaultwm42014-06-091-0/+2
* stream: kill start_pos, remove --sb optionwm42014-05-241-5/+1
* player: don't init/uninit terminal at runtimewm42014-05-241-7/+1
* player: suggest --no-audio-display on cover artwm42014-05-221-0/+7
* cache: redo options and default settingswm42014-05-201-14/+7
* player: reset last_frame_duration on initwm42014-05-071-0/+1
* options: merge ---sub-auto-match with --sub-autowm42014-05-041-1/+1
* options: remove deprecated --identifyMartin Herkt2014-05-041-26/+0
* client API: add chapter change eventwm42014-04-271-0/+1
* stream: make mp_input_check_interrupt thread-safewm42014-04-251-0/+1
* client API: remove mpv_event_pause_reasonwm42014-04-141-1/+1
* command: add property to indicate when pausing due to --keep-openwm42014-04-141-0/+1
* client API: include the reason in MPV_EVENT_END_FILEwm42014-04-111-1/+12
* encode_lavc: copy metadata to output fileAlessandro Ghedini2014-03-301-0/+4
* player: use MP_NOPTS_VALUE as rel_time_to_abs() error valuewm42014-03-251-5/+5
* player: handle chapter range like --start/--endwm42014-03-251-5/+5
* player: remove demuxer chapoter API wrapperswm42014-03-251-0/+19
* demux_libass: change how external ASS subtitles are loadedwm42014-03-151-4/+0
* audio: remove handling of partially written datawm42014-03-091-12/+1
* audio/out: make draining a separate operationwm42014-03-091-3/+2
* audio/out: make ao struct opaquewm42014-03-091-3/+3
* player: reformat some codewm42014-03-031-22/+14
* player: make separation between user/automatic track selection strongerwm42014-03-031-7/+22
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKwm42014-02-281-1/+1
* client API: report pause/unpause reasonwm42014-02-241-1/+1
* input: check for abort cmd in multi-commandswm42014-02-201-1/+1
* player: fix start time if timeline is used (ordered chapters, EDL)wm42014-02-191-7/+5
* lua: port to client APIwm42014-02-101-2/+0
* Add a client APIwm42014-02-101-10/+9
* options: add --no-terminal switchwm42014-02-101-2/+2
* player: handle seek delays differentlywm42014-02-071-2/+3