aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/playloop.c
Commit message (Expand)AuthorAge
* player: fix coding styleGravatar wm42018-05-31
* demux, player: fix playback of sparse video streams (w/ still images)Gravatar Aman Gupta2018-05-24
* player: add more logging around buffering stateGravatar Aman Gupta2018-05-03
* build: make encoding mode non-optionalGravatar wm42018-05-03
* player: remove in_dispatch fieldGravatar wm42018-04-18
* client API: deprecate opengl-cb API and introduce a replacement APIGravatar wm42018-02-28
* audio: move to decoder wrapperGravatar wm42018-01-30
* video: make decoder wrapper a filterGravatar wm42018-01-30
* player: replace old lavfi wrapper with new filter codeGravatar wm42018-01-30
* video: rewrite filtering glue codeGravatar wm42018-01-30
* player: redo hack for video keyframe seeks with external audioGravatar wm42018-01-18
* player: handle audio playback restart in central playback start codeGravatar wm42018-01-07
* player: slightly refactor/simplify cache pausing logicGravatar wm42018-01-07
* player: cosmetics: rename internal variable for consistencyGravatar wm42018-01-03
* player: add --cache-pause-initial option to start in buffering stateGravatar wm42018-01-03
* player: use fixed timeout for cache pausing (buffering) durationGravatar wm42018-01-03
* player/playloop.c: Revert --loop-file and --start interactionGravatar Leo Izen2017-12-31
* player: allow seeking in cached parts of unseekable streamsGravatar wm42017-12-24
* player/playloop.c: fix --loop-file without --startGravatar Leo Izen2017-12-05
* player/playloop.c: respect playback start time when using --loop-fileGravatar Leo Izen2017-12-03
* player: use start timestamp for ab-looping if --ab-loop-a is absentGravatar Leo Izen2017-12-03
* player: add get_play_start_ptsGravatar Leo Izen2017-12-03
* player: minor fix/simplification of OSD time/duration handlingGravatar wm42017-11-24
* demux: drop redundant SEEK_BACKWARD flagGravatar wm42017-10-23
* audio: make libaf derived code optionalGravatar wm42017-09-21
* options: remove --heartbeat-cmd and --heartbeat--intervalGravatar wm42017-09-18
* audio: introduce a new type to hold audio framesGravatar wm42017-08-16
* player: make refresh seeks slightly more robustGravatar wm42017-08-14
* player: make --lavfi-complex changeable at runtimeGravatar wm42017-08-12
* Universal Windows Plaform (UWP) supportGravatar Pedro Pombeiro2017-06-29
* player: change license of most core files to LGPLGravatar wm42017-06-23
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHGravatar wm42017-06-20
* player: seek backward for type MPSEEK_FACTORGravatar jrodatus2017-06-18
* player: fix a corner case in previous commitGravatar wm42017-04-14
* player: fix core-idle and eof-reached update notifcationsGravatar wm42017-04-14
* player: unmess pause state handlingGravatar wm42017-04-14
* player: add --keep-open-pause=no optionGravatar Dan Oscarsson2017-04-14
* player: enable "buffering" pausing for DASH streams tooGravatar wm42017-04-01
* player: don't block playback stop when seekingGravatar wm42017-02-21
* player: fix stats-logging of sleep stateGravatar wm42017-02-21
* player: remove unnecessary wakeupGravatar wm42017-02-21
* player: reduce blocking on VO when switching pauseGravatar wm42017-02-21
* player: add experimental stream recording featureGravatar wm42017-02-07
* player: add prefetching of the next playlist entryGravatar wm42017-01-18
* client API: turn mpv_suspend() and mpv_resume() into stubsGravatar wm42016-11-22
* player: enable no-video subtitle display on coverart tooGravatar wm42016-10-31
* player: show subtitles on VO if --force-window is usedGravatar wm42016-10-26
* player: consistently initialize screensaver state with --force-windowGravatar wm42016-10-26
* player: don't leave buffering during underflowGravatar wm42016-10-21
* player: guard against MPSEEK_RELATIVE when current pts is unknownGravatar Aman Gupta2016-10-21