aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/loadfile.c
Commit message (Expand)AuthorAge
* 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
* player: don't allow remote playlists to load local filesGravatar wm42014-09-01
* player: always load playlistsGravatar wm42014-08-31
* audio: minor improvements to timeline switchingGravatar wm42014-08-23
* sub: call sub_reset() on seeks onlyGravatar wm42014-08-14
* video: fix and simplify video format changes and last frame displayGravatar wm42014-08-12
* player: don't show the path part for external subtitle filesGravatar wm42014-08-02
* player: split seek_reset()Gravatar wm42014-07-30
* player: fix time display wheen seeking past EOF with --keep-openGravatar wm42014-07-30
* player: fix desync when seeking and switching external tracksGravatar wm42014-07-29
* audio: change playback restart and resyncingGravatar wm42014-07-28
* player: readd code accidentally removed with commit 61efe87eGravatar wm42014-07-20
* player: fix regression with ordered chaptersGravatar wm42014-07-20
* video: don't block when reading video packetsGravatar wm42014-07-18
* demux: add a demuxer threadGravatar wm42014-07-16
* Revert "Remove DVD and Bluray support"Gravatar wm42014-07-15
* Remove DVD and Bluray supportGravatar wm42014-07-14
* Remove some mp_msg calls with no trailing \nGravatar wm42014-07-13
* audio: drop buffered audio when switching tracks or filtersGravatar wm42014-07-13
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* demux: minor simplificationGravatar wm42014-07-06
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* options: allow adding multiple files with --audio-fileGravatar wm42014-06-18
* Add more constGravatar wm42014-06-11
* stream_dvb: remove global option variablesGravatar wm42014-06-11
* command: redo ancient TV/DVB/PVR commandsGravatar wm42014-06-11