aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/loadfile.c
Commit message (Expand)AuthorAge
* 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
* audio: add a "weak" gapless mode, and make it defaultGravatar wm42014-06-09
* stream: kill start_pos, remove --sb optionGravatar wm42014-05-24
* player: don't init/uninit terminal at runtimeGravatar wm42014-05-24
* player: suggest --no-audio-display on cover artGravatar wm42014-05-22
* cache: redo options and default settingsGravatar wm42014-05-20
* player: reset last_frame_duration on initGravatar wm42014-05-07
* options: merge ---sub-auto-match with --sub-autoGravatar wm42014-05-04
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* client API: add chapter change eventGravatar wm42014-04-27
* stream: make mp_input_check_interrupt thread-safeGravatar wm42014-04-25
* client API: remove mpv_event_pause_reasonGravatar wm42014-04-14
* command: add property to indicate when pausing due to --keep-openGravatar wm42014-04-14
* client API: include the reason in MPV_EVENT_END_FILEGravatar wm42014-04-11
* encode_lavc: copy metadata to output fileGravatar Alessandro Ghedini2014-03-30
* player: use MP_NOPTS_VALUE as rel_time_to_abs() error valueGravatar wm42014-03-25
* player: handle chapter range like --start/--endGravatar wm42014-03-25
* player: remove demuxer chapoter API wrappersGravatar wm42014-03-25
* demux_libass: change how external ASS subtitles are loadedGravatar wm42014-03-15
* audio: remove handling of partially written dataGravatar wm42014-03-09
* audio/out: make draining a separate operationGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* player: reformat some codeGravatar wm42014-03-03
* player: make separation between user/automatic track selection strongerGravatar wm42014-03-03
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKGravatar wm42014-02-28
* client API: report pause/unpause reasonGravatar wm42014-02-24
* 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