aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/playloop.c
Commit message (Expand)AuthorAge
* player: don't ignore first chapterGravatar wm42014-07-31
* client API: make "cache" property and similar observableGravatar wm42014-07-31
* player: rename a variableGravatar wm42014-07-30
* player: move video display code out of the playloopGravatar wm42014-07-30
* player: split seek_reset()Gravatar wm42014-07-30
* player: fix time display wheen seeking past EOF with --keep-openGravatar wm42014-07-30
* player: let explicitly imprecise seeks cancel precise seeksGravatar wm42014-07-29
* player: remove a pointless fieldGravatar wm42014-07-29
* player: disable hr-seek in .ts filesGravatar wm42014-07-29
* player: allow precise seeking with percent seeksGravatar wm42014-07-29
* player: update playback position on seekGravatar wm42014-07-29
* player: logically speed up seek logicGravatar wm42014-07-28
* audio: change playback restart and resyncingGravatar wm42014-07-28
* player: fix idle mode event handlingGravatar wm42014-07-22
* player: don't sleep after seeksGravatar wm42014-07-21
* player: simplify a conditionGravatar wm42014-07-20
* player: simplify logic on video errorsGravatar wm42014-07-20
* player: don't wait forever with --cache-pause-below behaviorGravatar wm42014-07-20
* video: use symbolic constants instead of magic integersGravatar wm42014-07-18
* video: don't block when reading video packetsGravatar wm42014-07-18
* player: remove the last instances of pollingGravatar 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
* player: remove some inactive codeGravatar wm42014-07-13
* demux: remove accurate_seek fieldGravatar wm42014-07-08
* Remove stream_pts stuffGravatar wm42014-07-06
* player: don't use stream position as fallback for percent-posGravatar wm42014-07-05
* player: make the time display relative to start PTSGravatar Tsukasa OMOTO2014-06-29
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* player: hide some messages in verbose modeGravatar wm42014-06-09
* 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