aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/loadfile.c
Commit message (Expand)AuthorAge
* input: check for abort cmd in multi-commandsGravatar wm42014-02-20
* player: fix start time if timeline is used (ordered chapters, EDL)Gravatar wm42014-02-19
* lua: port to client APIGravatar wm42014-02-10
* Add a client APIGravatar wm42014-02-10
* options: add --no-terminal switchGravatar wm42014-02-10
* player: handle seek delays differentlyGravatar wm42014-02-07
* demux: handle tag updates differentlyGravatar wm42014-02-06
* player: refresh OSD on track switchingGravatar wm42014-02-03
* demux_mkv: nicer edition outputGravatar wm42014-01-23
* lua: add playback-start eventGravatar wm42014-01-20
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* player: avoid stalling when starting a network streamGravatar wm42014-01-14
* player: strip 'file://' from filenames on playback startGravatar wm42014-01-08
* player: don't select subtitles added from quvi by defaultGravatar wm42014-01-05
* demux_subreader: reject file if not opened by --subGravatar wm42014-01-04
* player: fix DVD playbackGravatar wm42014-01-01
* player: add two more font mimetypes recognized by HaaliGravatar wm42013-12-29
* player: use arrays to list font mimetypes and font file extensionsGravatar wm42013-12-29
* player: deselect secondary sub when switching to file with different tracksGravatar wm42013-12-25
* player: fix initial selection with --secondary-sidGravatar wm42013-12-25
* player: add --secondary-sid for displaying a second subtitle streamGravatar wm42013-12-24
* player: add infrastructure to select multiple tracks at onceGravatar wm42013-12-24
* player: do initial seek for external tracks only onceGravatar wm42013-12-24
* player: redo demuxer stream selectionGravatar wm42013-12-24
* player: fix typo in previous commitGravatar wm42013-12-23
* player: warn if Matroska font attachments have incorrect MIME typeGravatar wm42013-12-23
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* path lookup functions: mp_msg conversionsGravatar wm42013-12-21
* quvi: mp_msg conversionsGravatar wm42013-12-21
* stream: mp_msg conversionsGravatar wm42013-12-21
* demux: mp_msg conversionsGravatar wm42013-12-21
* sub/osd: mp_msg conversionsGravatar wm42013-12-21
* find_subfiles: mp_msg conversionsGravatar wm42013-12-21
* player: use MSGL_SMODE for some slave-mode stuffGravatar wm42013-12-21
* Rename getch2....c/h to terminal....c/hGravatar wm42013-12-19
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move libquvi stuff to stream/resolve/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Rename mp_core.h to core.hGravatar wm42013-12-17
* Move mpvcore/player/ to player/Gravatar wm42013-12-17