summaryrefslogtreecommitdiffstats
path: root/player/playloop.c
Commit message (Expand)AuthorAgeFilesLines
* client API: rewrite property observation (again)wm42019-12-191-0/+2
* command, vo: remove old option change notification mechanismswm42019-12-171-11/+0
* player: fix an outdated commentwm42019-12-141-2/+1
* player: move point at which queued seeks are appliedwm42019-12-141-2/+3
* player: make repeated hr-seeks past EOF trigger EOF as expectedwm42019-12-141-0/+7
* player: cosmetically restructure a small functionwm42019-12-141-7/+11
* options: move cursor autohiding opts to mp_vo_optsdudemanguy2019-12-041-4/+4
* player: change m_config to use new option handling mechanismswm42019-11-291-7/+9
* options: remove options-to-property bridgewm42019-11-251-1/+1
* command: shuffle around even more crapwm42019-11-251-3/+6
* player: remove some unnecessary coverart special caseswm42019-11-171-1/+0
* player: enable "pause caching" code for local playback toowm42019-11-141-2/+1
* player: partially rework --cache-pausewm42019-10-111-6/+50
* playloop: don't read playback pos from byte streamDudemanguy9112019-09-211-1/+1
* player: ensure backward playback state is propagated on track switchingwm42019-09-191-2/+1
* player: partially fix seek_to_last_frame in backward modewm42019-09-191-4/+9
* player: fix --loop with backward playbackwm42019-09-191-1/+15
* player: remove some duplication between normal looping and ab-loopswm42019-09-191-14/+19
* player: modify/simplify AB-loop behaviorwm42019-09-191-11/+19
* player: replace a magic numer by another magic numberwm42019-09-191-1/+1
* player: fix --hr-seek-demuxer-offset with backward playbackwm42019-09-191-1/+1
* demux: set SEEK_HR for backstep seeks, move a hr-seek detail to playloopwm42019-09-191-4/+8
* Implement backwards playbackwm42019-09-191-5/+22
* playloop: update cache properties in idle statewm42019-09-191-3/+4
* player: send MPV_EVENT_TICK during init for the sake of the oscwm42019-09-191-1/+4
* demux: simplify API for returning cache statuswm42019-09-191-2/+2
* demux: return stream file size differently, rip out stream ctrlswm42019-09-191-5/+3
* audio: block ao buffer for keep-opendudemanguy2019-09-091-1/+4
* player: show restart positionAman Gupta2019-04-011-1/+1
* player: fix core activity state checkAvi Halachmi (:avih)2019-03-121-1/+1
* demux, stream: rip out the classic stream cachewm42018-08-311-5/+2
* player: fix coding stylewm42018-05-241-3/+3
* player: change the role of the "stop_play" and "playing" variablewm42018-05-241-3/+3
* player: don't reset last_seek_pts on playback state resetwm42018-05-241-1/+0
* command: add a way to abort asynchronous commandswm42018-05-241-1/+1
* command: add infrastructure for async commandswm42018-05-241-2/+11
* demux, player: fix playback of sparse video streams (w/ still images)Aman Gupta2018-05-241-2/+13
* player: add more logging around buffering stateAman Gupta2018-05-031-2/+7
* build: make encoding mode non-optionalwm42018-05-031-4/+0
* player: remove in_dispatch fieldwm42018-04-181-8/+5
* client API: deprecate opengl-cb API and introduce a replacement APIwm42018-02-281-1/+0
* audio: move to decoder wrapperwm42018-01-301-38/+0
* video: make decoder wrapper a filterwm42018-01-301-23/+14
* player: replace old lavfi wrapper with new filter codewm42018-01-301-16/+20
* video: rewrite filtering glue codewm42018-01-301-1/+4
* player: redo hack for video keyframe seeks with external audiowm42018-01-181-6/+41
* player: handle audio playback restart in central playback start codewm42018-01-071-0/+8
* player: slightly refactor/simplify cache pausing logicwm42018-01-071-37/+37
* player: cosmetics: rename internal variable for consistencywm42018-01-031-2/+2
* player: add --cache-pause-initial option to start in buffering statewm42018-01-031-0/+11
* player: use fixed timeout for cache pausing (buffering) durationwm42018-01-031-10/+2
* player/playloop.c: Revert --loop-file and --start interactionLeo Izen2017-12-311-13/+5
* player: allow seeking in cached parts of unseekable streamswm42017-12-241-7/+10
* player/playloop.c: fix --loop-file without --startLeo Izen2017-12-051-1/+3
* player/playloop.c: respect playback start time when using --loop-fileLeo Izen2017-12-031-5/+11
* player: use start timestamp for ab-looping if --ab-loop-a is absentLeo Izen2017-12-031-4/+5
* player: add get_play_start_ptsLeo Izen2017-12-031-1/+1
* player: minor fix/simplification of OSD time/duration handlingwm42017-11-241-2/+2
* demux: drop redundant SEEK_BACKWARD flagwm42017-10-231-3/+2
* audio: make libaf derived code optionalwm42017-09-211-1/+0
* options: remove --heartbeat-cmd and --heartbeat--intervalwm42017-09-181-16/+0
* audio: introduce a new type to hold audio frameswm42017-08-161-1/+1
* player: make refresh seeks slightly more robustwm42017-08-141-3/+3
* player: make --lavfi-complex changeable at runtimewm42017-08-121-0/+4
* Universal Windows Plaform (UWP) supportPedro Pombeiro2017-06-291-0/+2
* player: change license of most core files to LGPLwm42017-06-231-7/+7
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHwm42017-06-201-8/+1
* player: seek backward for type MPSEEK_FACTORjrodatus2017-06-181-1/+1
* player: fix a corner case in previous commitwm42017-04-141-2/+2
* player: fix core-idle and eof-reached update notifcationswm42017-04-141-5/+25
* player: unmess pause state handlingwm42017-04-141-52/+45
* player: add --keep-open-pause=no optionDan Oscarsson2017-04-141-1/+1
* player: enable "buffering" pausing for DASH streams toowm42017-04-011-1/+2
* player: don't block playback stop when seekingwm42017-02-211-3/+0
* player: fix stats-logging of sleep statewm42017-02-211-2/+3
* player: remove unnecessary wakeupwm42017-02-211-1/+0
* player: reduce blocking on VO when switching pausewm42017-02-211-2/+2
* player: add experimental stream recording featurewm42017-02-071-0/+3
* player: add prefetching of the next playlist entrywm42017-01-181-0/+3
* client API: turn mpv_suspend() and mpv_resume() into stubswm42016-11-221-3/+0
* player: enable no-video subtitle display on coverart toowm42016-10-311-1/+1
* player: show subtitles on VO if --force-window is usedwm42016-10-261-1/+1
* player: consistently initialize screensaver state with --force-windowwm42016-10-261-1/+1
* player: don't leave buffering during underflowwm42016-10-211-2/+2
* player: guard against MPSEEK_RELATIVE when current pts is unknownAman Gupta2016-10-211-0/+2
* player: make --stop-screensaver runtime-changeablewm42016-10-021-4/+13
* x11: fix external fullscreen updatewm42016-09-231-0/+9
* player: use better way to wait for input and dispatching commandswm42016-09-161-13/+26
* player: litter code with explicit wakeup callswm42016-09-161-13/+25
* player, ao, vo: don't call mp_input_wakeup() directlywm42016-09-161-1/+18
* client API: implement mpv_suspend/resume slightly differentlywm42016-09-041-0/+2
* options: make mp_vo_opts options an actual sub-option groupwm42016-08-301-1/+1
* player: make --force-window work with opengl-cbwm42016-08-301-0/+1
* player: make looping slightly more seamlesswm42016-08-181-4/+24
* player: allow passing flags to queue_seek()wm42016-08-151-7/+8
* player: gross hack to improve non-hr seeking with external audio trackswm42016-08-071-0/+4
* player: offset demuxer on start/seek properly with audio/sub delaywm42016-08-041-0/+8
* audio: refactor mixer code and delete mixer.cwm42016-07-171-1/+0
* player: it's not --force-seeking but --force-seekablewm42016-07-061-1/+1
* player: remove unused return valuewm42016-06-081-6/+3
* player: tell user about --force-seeking if demuxer is not seekablewm42016-06-081-1/+2
* build: silence -Wunused-resultNiklas Haas2016-06-071-1/+1
* player: restore usual seeking behaviorwm42016-05-091-16/+31
* player: strictly wait until done when backsteppingwm42016-04-271-1/+1
* player: cleaner determination of current playback PTSwm42016-04-231-8/+11
* player: eagerly redraw OSD when seeking with coverartwm42016-04-231-1/+2
* player: force wakeup on playback restartwm42016-04-201-0/+1
* player: reduce some timer callswm42016-04-201-4/+5
* player: minor simplification to buffering property updateswm42016-04-201-9/+4
* player: simplify an aspect of buffering determinationwm42016-04-191-15/+30
* player: loop on end of file if ab-loop-b is unsetwm42016-04-181-0/+3
* cache: use a single STREAM_CTRL for various cache infowm42016-03-291-2/+3
* player: simplify mp_seek()wm42016-02-281-55/+46
* demux: remove relative seekingwm42016-02-281-12/+3
* player: minor simplificationwm42016-02-271-12/+5
* player: fix --force-window behaviorwm42016-02-251-2/+2
* player: honor --force-window if video is selected, but inactivewm42016-02-241-4/+10
* player: remove old timeline/ordered chapters supportwm42016-02-151-47/+12
* player: add complex filter graph supportwm42016-02-051-0/+53
* player: refactor: eliminate MPContext.d_audiowm42016-01-221-3/+3
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-0/+8
* player: refactor: eliminate MPContext.d_videowm42016-01-171-6/+6
* player: refactor: eliminate MPContext.d_subwm42016-01-171-2/+1
* player: simplify backsteppingwm42016-01-121-98/+18
* player: handle hrseek framedrop correctlywm42016-01-121-1/+1
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* player: eliminate demux_get_next_pts()wm42016-01-111-2/+2
* sub: change how subtitles are readwm42015-12-291-1/+2
* video: switch from using display aspect to sample aspectwm42015-12-191-1/+1
* player: make timeline switching slightly nicerwm42015-11-181-9/+5
* player: use demuxer ts offset to simplify timeline ts handlingwm42015-11-161-5/+3
* player: handle rebasing start time differentlywm42015-11-161-12/+10
* player: refactor display-sync frame duration calculationswm42015-11-131-21/+0
* command: make time properties unavailable if timestamp is unknownwm42015-10-161-8/+11
* video/out: remove an unused parameterwm42015-10-031-1/+1
* player: some more --force-window fixeswm42015-09-211-11/+16
* player: do not destroy VO prematurely when initializing playbackwm42015-09-201-1/+2
* player: make force-window in auto-profiles actually workwm42015-09-201-10/+32
* player: return better guess for playback time during seekswm42015-08-211-13/+27
* player: deliver IDLE event after uninitializing statewm42015-08-201-1/+1
* demux: remove redundant demux_chapter.name fieldwm42015-08-121-2/+1
* player: raise maximum idle timewm42015-08-071-1/+1
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-031-2/+0
* player: put --term-playing-msg in a separate log categorywm42015-07-131-1/+3
* player: refactor chapter seek codewm42015-07-101-22/+1
* player: never overwrite stop_play fieldwm42015-07-081-2/+3
* player: increase tick event update frequencywm42015-06-231-1/+1
* player: add some debug output for seekingwm42015-06-181-0/+4
* command: do not exit playback if the B point of A-B loop is past EOFwm42015-06-161-0/+2
* player: do not exit when a seek gets queuedwm42015-06-161-0/+4
* player: add function to compute past frame durationswm42015-05-241-0/+21
* player: handle hotplug events in idle mode toowm42015-05-021-0/+1
* player: clamp display time to known time range on seekingwm42015-04-281-0/+7
* demux_mkv: move global options to the demuxerwm42015-04-231-2/+0
* client API: add glue for making full use of mpv_command_node()wm42015-04-201-1/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* player: use symbolic constant for seek precisionwm42015-03-041-11/+13
* player: allow unsetting --term/osd-playing-msgwm42015-02-181-2/+2
* player: fix audio-device-list updateswm42015-02-141-0/+1
* player: add a --loop=force modewm42015-02-121-1/+1
* player: move more code out of central playloop functionwm42015-01-291-58/+73
* player: fix framestep over timeline segment boundarieswm42015-01-261-0/+2
* player: some fixes for property notificationxylosper2015-01-231-1/+1
* demux_disc: pass seek flags to stream layerwm42015-01-191-3/+6
* player: fallback to seek time for percent-pos propertywm42015-01-141-2/+2
* video: batch query_format callswm42015-01-031-1/+3
* player: hack against --keep-open misbehaving with broken fileswm42014-12-241-0/+2
* player: don't show "0%" percentage in infinite streamswm42014-12-201-2/+3
* player: cosmetics: remove ancient commentwm42014-12-171-3/+0
* player: add a --keep-open=always modewm42014-12-121-1/+2
* player: make chapter seek to end jump to last frame with --keep-openwm42014-12-081-1/+1
*