aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/playloop.c
Commit message (Expand)AuthorAge
* stream: don't use end_posGravatar wm42014-05-24
* stream: kill start_pos, remove --sb optionGravatar wm42014-05-24
* player: fix cover art sometimes "syncing" against audioGravatar wm42014-05-22
* cache: redo options and default settingsGravatar wm42014-05-20
* player: disable hr-seek framedropping during backsteppingGravatar wm42014-05-12
* player: remove VO from seeking code pathGravatar wm42014-05-07
* player: minor reshuffling of video codeGravatar wm42014-05-07
* player: limit max. fallback frame durationGravatar wm42014-05-07
* player: handle video reconfig slightly different againGravatar wm42014-05-07
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* video: fix video end conditionGravatar wm42014-05-03
* video: rename a variableGravatar wm42014-05-03
* video: change everythingGravatar wm42014-05-02
* video: improve error messagesGravatar wm42014-04-30
* client API: add chapter change eventGravatar wm42014-04-27
* dispatch: move into its own source fileGravatar wm42014-04-23
* player: fix audio EOF check on --no-audioGravatar wm42014-04-18
* player: add a --loop-file optionGravatar wm42014-04-17
* player: unrangle one aspect of audio EOF handlingGravatar wm42014-04-17
* audio: explicitly document audio EOF conditionGravatar wm42014-04-17
* player: add a --dump-stats optionGravatar wm42014-04-17
* player: remove audio waitingGravatar wm42014-04-15
* client API: remove mpv_event_pause_reasonGravatar wm42014-04-14
* command: add property to indicate when pausing due to --keep-openGravatar wm42014-04-14
* player: add missing "-" to options in workaround notice on A/V desynchronizationGravatar Sebastian Morr2014-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: let chapter_start_time() return MP_NOPTS_VALUE for unknown timesGravatar wm42014-03-25
* player: remove weird separation between no chapters and 0 chaptersGravatar wm42014-03-25
* player: remove demuxer chapoter API wrappersGravatar wm42014-03-25
* stream: remove old chapter handling codeGravatar wm42014-03-25
* Revert "player: simplify audio reset when seeking"Gravatar wm42014-03-10
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* player: cheap hack against idle event feedback loopGravatar wm42014-03-01
* client APIs: fix some typosGravatar xylosper2014-02-28
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKGravatar wm42014-02-28
* client API: don't send MPV_EVENT_IDLE when not entering idle modeGravatar wm42014-02-26
* client API: report pause/unpause reasonGravatar wm42014-02-24
* options: handle escape sequences in e.g. --playing-msg differentlyGravatar wm42014-02-20
* client API: add event for metadata changesGravatar wm42014-02-19
* client API: add events for video and audio reconfigGravatar wm42014-02-17
* 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
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* player: redo terminal OSD and status line handlingGravatar wm42014-01-13
* player: mention subtitles in av_desync_help_textGravatar wm42014-01-12
* player: fix setting smaller timeout on Windows systemsGravatar wm42014-01-08
* Fix audio delay inversionGravatar Martin Herkt2014-01-06