summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
Commit message (Expand)AuthorAgeFilesLines
* audio: minor improvements to timeline switchingwm42014-08-231-1/+1
* sub: call sub_reset() on seeks onlywm42014-08-141-2/+0
* video: fix and simplify video format changes and last frame displaywm42014-08-121-0/+1
* player: don't show the path part for external subtitle fileswm42014-08-021-1/+1
* player: split seek_reset()wm42014-07-301-18/+7
* player: fix time display wheen seeking past EOF with --keep-openwm42014-07-301-1/+0
* player: fix desync when seeking and switching external trackswm42014-07-291-22/+24
* audio: change playback restart and resyncingwm42014-07-281-1/+5
* player: readd code accidentally removed with commit 61efe87ewm42014-07-201-0/+5
* player: fix regression with ordered chapterswm42014-07-201-14/+14
* video: don't block when reading video packetswm42014-07-181-4/+17
* demux: add a demuxer threadwm42014-07-161-18/+46
* Revert "Remove DVD and Bluray support"wm42014-07-151-0/+7
* Remove DVD and Bluray supportwm42014-07-141-7/+0
* Remove some mp_msg calls with no trailing \nwm42014-07-131-21/+21
* audio: drop buffered audio when switching tracks or filterswm42014-07-131-0/+1
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+1
* demux: minor simplificationwm42014-07-061-1/+1
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-051-68/+0
* options: allow adding multiple files with --audio-filewm42014-06-181-2/+4
* Add more constwm42014-06-111-2/+2
* stream_dvb: remove global option variableswm42014-06-111-4/+0
* command: redo ancient TV/DVB/PVR commandswm42014-06-111-11/+4
* audio: add a "weak" gapless mode, and make it defaultwm42014-06-091-0/+2
* stream: kill start_pos, remove --sb optionwm42014-05-241-5/+1
* player: don't init/uninit terminal at runtimewm42014-05-241-7/+1
* player: suggest --no-audio-display on cover artwm42014-05-221-0/+7
* cache: redo options and default settingswm42014-05-201-14/+7
* player: reset last_frame_duration on initwm42014-05-071-0/+1
* options: merge ---sub-auto-match with --sub-autowm42014-05-041-1/+1
* options: remove deprecated --identifyMartin Herkt2014-05-041-26/+0
* client API: add chapter change eventwm42014-04-271-0/+1
* stream: make mp_input_check_interrupt thread-safewm42014-04-251-0/+1
* client API: remove mpv_event_pause_reasonwm42014-04-141-1/+1
* command: add property to indicate when pausing due to --keep-openwm42014-04-141-0/+1
* client API: include the reason in MPV_EVENT_END_FILEwm42014-04-111-1/+12
* 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