aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/loadfile.c
Commit message (Expand)AuthorAge
* player: don't enable demuxer readahead before selecting tracksGravatar wm42015-01-16
* player: check sufficient track selection before destroying VOGravatar wm42015-01-12
* player: enable demuxer thread for external audio filesGravatar wm42015-01-10
* player: change stream list terminal outputGravatar wm42015-01-09
* player: filter tags, add --display-tags optionGravatar wm42014-12-29
* player: make --shuffle/--merge-files affect runtime loaded playlistsGravatar wm42014-12-29
* player: print only changed tagsGravatar wm42014-12-19
* options: add a 'once' idle modeGravatar Stefano Pigozzi2014-12-07
* player: don't signal an error if --stream-dump is usedGravatar wm42014-12-02
* player: reset frame step counter on seeksGravatar wm42014-11-29
* player: simplify and fix ordered chapter EOF handlingGravatar wm42014-11-28
* sub: workaround braindead libass APIGravatar wm42014-11-15
* player: simplify audio uninit on segment switchesGravatar wm42014-11-12
* player: make the osd-msg prefix work for playlist_next/prevGravatar wm42014-11-11
* command: send property-change event on playlist changeGravatar Alessandro Ghedini2014-11-09
* player: fix --secondary-sidGravatar wm42014-11-04
* player: always use demux_chapterGravatar wm42014-11-02
* player: add --chapters-file optionGravatar wm42014-11-02
* player: improve exit message in some scenariosGravatar wm42014-10-31
* player: add an option to abort playback on partial init failuresGravatar wm42014-10-28
* player: handle DVB demuxer reloading correctlyGravatar wm42014-10-28
* client API: better error reportingGravatar wm42014-10-28
* client API: add an enum for mpv_event_end_file.reasonGravatar wm42014-10-28
* player: handle edition reloading slightly differentlyGravatar wm42014-10-28
* Drop libquvi supportGravatar wm42014-10-25
* player: add stream selection by ffmpeg indexGravatar wm42014-10-21
* command: remove hook cancellation mechanismGravatar wm42014-10-20
* player: free subtitle renderer on exitGravatar wm42014-10-16
* command: add a mechanism to allow scripts to intercept file loadsGravatar wm42014-10-16
* player: fix terminal status in idle modeGravatar wm42014-10-10
* player: minor simplificationGravatar wm42014-10-10
* player: don't close audio device in gapless modeGravatar wm42014-10-10
* player: --save-position-on-quit should always work (2)Gravatar wm42014-10-10
* Revert "player: --save-position-on-quit should always work"Gravatar wm42014-10-10
* player: remove unnecessary codeGravatar wm42014-10-07
* player: --save-position-on-quit should always workGravatar wm42014-10-06
* player: open stream and demuxer asynchronouslyGravatar wm42014-10-06
* player: move some libass setup code to sub.cGravatar wm42014-10-03
* player: remove central uninit_player() function and flags messGravatar wm42014-10-03
* player: shorten skip heuristic for playlist_prev to 1 secondGravatar wm42014-09-14
* stream: redo playback abort handlingGravatar wm42014-09-13
* input: remove central select() callGravatar wm42014-09-10
* player: deal with some corner cases with playlist navigationGravatar wm42014-09-09
* player: normalize playlist entries on addGravatar wm42014-09-09
* player: some more input refactoringGravatar wm42014-09-07
* audio: fix random crashes on uninitGravatar wm42014-09-05
* audio: fix obscure audio resync failure with timelinesGravatar wm42014-09-05
* player: properly resume playlists loaded at runtimeGravatar wm42014-09-02
* player: simplistic HLS bitrate selectionGravatar wm42014-09-01
* player: reset playback-related fields right on startGravatar wm42014-09-01