aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/loadfile.c
Commit message (Expand)AuthorAge
* 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
* sub: clear subtitle list when crossing timeline boundaryGravatar wm42015-12-25
* demux: remove weird tripple-buffering for the sh_stream listGravatar wm42015-12-23
* player: minor simplificationGravatar wm42015-12-23
* player: init playback speed correctlyGravatar wm42015-12-10
* player: make timeline switching slightly nicerGravatar wm42015-11-18
* player: use demuxer ts offset to simplify timeline ts handlingGravatar wm42015-11-16
* player: handle rebasing start time differentlyGravatar wm42015-11-16
* player: remove unused fieldGravatar wm42015-11-14
* player: refactor display-sync frame duration calculationsGravatar wm42015-11-13
* player: make stop command actually stopGravatar wm42015-10-06
* player: print tags under different log prefixGravatar wm42015-10-01
* player: rename and move find_subfiles.cGravatar wm42015-09-20
* player: make force-window in auto-profiles actually workGravatar wm42015-09-20
* player: make force-window=immediate work in auto-profilesGravatar wm42015-09-20
* player: log error code on playback exitGravatar wm42015-09-03
* player: slightly better error reporting when opening file failsGravatar wm42015-08-28
* player: add --playlist-pos optionGravatar wm42015-08-22
* player: actually close files on playback endGravatar wm42015-08-15
* player: add display sync modeGravatar wm42015-08-10
* player: separate controls for user and video controlled speedGravatar wm42015-08-10
* player: redo estimated-vf-fps calculationGravatar wm42015-08-10
* player: use demux_open_url() to open main filesGravatar wm42015-08-04
* player: remove higher-level remains of DVD/BD menu supportGravatar wm42015-08-03