summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* demux: handle tag updates differentlywm42014-02-061-1/+1
* player: refresh OSD on track switchingwm42014-02-031-0/+2
* demux_mkv: nicer edition outputwm42014-01-231-3/+13
* lua: add playback-start eventwm42014-01-201-0/+2
* sub: uglify OSD code path with lockingwm42014-01-181-1/+2
* player: avoid stalling when starting a network streamwm42014-01-141-2/+7
* player: strip 'file://' from filenames on playback startwm42014-01-081-1/+7
* player: don't select subtitles added from quvi by defaultwm42014-01-051-5/+9
* demux_subreader: reject file if not opened by --subwm42014-01-041-0/+1
* player: fix DVD playbackwm42014-01-011-1/+1
* player: add two more font mimetypes recognized by Haaliwm42013-12-291-1/+3
* player: use arrays to list font mimetypes and font file extensionswm42013-12-291-9/+15
* player: deselect secondary sub when switching to file with different trackswm42013-12-251-0/+2
* player: fix initial selection with --secondary-sidwm42013-12-251-3/+21
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-241-14/+37
* player: add infrastructure to select multiple tracks at oncewm42013-12-241-36/+51
* player: do initial seek for external tracks only oncewm42013-12-241-2/+12
* player: redo demuxer stream selectionwm42013-12-241-56/+48
* player: fix typo in previous commitwm42013-12-231-1/+1
* player: warn if Matroska font attachments have incorrect MIME typewm42013-12-231-2/+11
* msg: rename mp_msg_log -> mp_msgwm42013-12-211-11/+11
* path lookup functions: mp_msg conversionswm42013-12-211-11/+2
* quvi: mp_msg conversionswm42013-12-211-3/+3
* stream: mp_msg conversionswm42013-12-211-2/+2
* demux: mp_msg conversionswm42013-12-211-2/+3
* sub/osd: mp_msg conversionswm42013-12-211-2/+4
* find_subfiles: mp_msg conversionswm42013-12-211-1/+1
* player: use MSGL_SMODE for some slave-mode stuffwm42013-12-211-9/+9
* Rename getch2....c/h to terminal....c/hwm42013-12-191-1/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-4/+4
* Move options/config related files from mpvcore/ to options/wm42013-12-171-5/+5
* Move libquvi stuff to stream/resolve/wm42013-12-171-1/+1
* Move mpvcore/input/ to input/wm42013-12-171-1/+1
* Rename mp_core.h to core.hwm42013-12-171-1/+1
* Move mpvcore/player/ to player/wm42013-12-171-0/+1423