summaryrefslogtreecommitdiffstats
path: root/player/core.h
Commit message (Expand)AuthorAgeFilesLines
* player: fix a corner case in previous commitwm42017-04-141-0/+1
* player: fix core-idle and eof-reached update notifcationswm42017-04-141-1/+4
* player: unmess pause state handlingwm42017-04-141-2/+2
* player: make screenshot commands honor the async flagwm42017-04-011-0/+6
* player: add experimental stream recording featurewm42017-02-071-0/+8
* player: add prefetching of the next playlist entrywm42017-01-181-3/+17
* player: restructure cancel callbackwm42017-01-181-0/+6
* scripting: minor logging improvementswm42017-01-141-0/+1
* player: change aspects of cover art handlingwm42017-01-101-0/+2
* player: remove dysfunctional edition switching OSD codewm42017-01-051-2/+1
* video: use demuxer-signaled duration for last video framewm42016-12-211-0/+3
* client API: turn mpv_suspend() and mpv_resume() into stubswm42016-11-221-1/+0
* audio: move some fallback handling to common AO reload functionwm42016-10-051-0/+1
* player: make --stop-screensaver runtime-changeablewm42016-10-021-0/+1
* player: enable reading from stdin after loading input.confwm42016-09-291-1/+1
* command: add a load-script commandwm42016-09-221-0/+1
* player: make --osc/--ytdl settable during playbackwm42016-09-201-0/+1
* player: minor changes in init codewm42016-09-191-1/+0
* player: make --terminal freetly settable at runtimewm42016-09-191-0/+1
* player: more option/property consistency fixeswm42016-09-181-1/+1
* player: use better way to wait for input and dispatching commandswm42016-09-161-1/+4
* player: litter code with explicit wakeup callswm42016-09-161-0/+1
* player, ao, vo: don't call mp_input_wakeup() directlywm42016-09-161-0/+2
* stream, demux, config: remove some dead/unneeded option-related codewm42016-09-091-1/+0
* client API: implement mpv_suspend/resume slightly differentlywm42016-09-041-0/+1
* player: make looping slightly more seamlesswm42016-08-181-0/+2
* player: allow passing flags to queue_seek()wm42016-08-151-2/+6
* player: add --audio-wait-open optionswm42016-08-091-0/+1
* 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/+1
* audio: refactor mixer code and delete mixer.cwm42016-07-171-1/+9
* player: rewrite deinterlace filter auto-insertionwm42016-07-051-0/+2
* player: do not update OSD all the time when pausedwm42016-06-111-1/+1
* video: refactor how VO exports hwdec device handleswm42016-05-091-1/+1
* player: simplify an aspect of buffering determinationwm42016-04-191-1/+2
* sub: make preloading more robustwm42016-03-061-4/+0
* player: minor simplificationwm42016-02-271-2/+2
* player: slightly simplify how demuxer streams are enabled/disabledwm42016-02-251-1/+1
* player: remove unused MPContext.stream fieldwm42016-02-231-2/+0
* player: remove MPContext.sources fieldswm42016-02-231-2/+0
* player: remove old timeline/ordered chapters supportwm42016-02-151-20/+1
* player: add complex filter graph supportwm42016-02-051-0/+17
* player: move audio and video decoder init to separate functionswm42016-02-051-0/+2
* player: use different variable to indicate coverartwm42016-02-011-3/+4
* audio: move pts reset checkwm42016-01-291-0/+1
* player: fix initial audio sync in certain caseswm42016-01-291-2/+0
* audio: refactor: move MPContext.ao_buffer fieldwm42016-01-221-1/+1
* player: refactor: eliminate MPContext.d_audiowm42016-01-221-3/+2
* audio: refactor: work towards unentangling audio decoding and filteringwm42016-01-221-0/+21
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-1/+1
* player: refactor: eliminate MPContext.d_videowm42016-01-171-1/+8
* player: refactor: eliminate MPContext.d_subwm42016-01-171-4/+4
* video: refactor: disentangle decoding/filtering some morewm42016-01-161-4/+9
* player: remove unused last_dvb_step member.Oliver Freyermuth2016-01-141-2/+0
* video: decouple filtering/decoding slightly morewm42016-01-141-3/+13
* player: remove stale declarationwm42016-01-141-1/+0
* video: refactor: shuffle code aroundwm42016-01-141-0/+3
* player: simplify backsteppingwm42016-01-121-11/+6
* player: eliminate demux_get_next_pts()wm42016-01-111-1/+0
* sub: change how subtitles are readwm42015-12-291-1/+1
* sub: always recreate ASS_Renderer on subtitle decoder reinitwm42015-12-261-10/+0
* sub: cache subtitle state per track instead of per demuxer streamwm42015-12-261-1/+3
* player: minor simplificationwm42015-12-231-1/+1
* player: always disable display-sync on desyncswm42015-11-271-0/+1
* player: make timeline switching slightly nicerwm42015-11-181-1/+1
* player: remove OSD subtitle render pathwm42015-11-171-3/+1
* player: use demuxer ts offset to simplify timeline ts handlingwm42015-11-161-3/+2
* player: handle rebasing start time differentlywm42015-11-161-1/+0
* win32: support taskbar button progress indicatorMartin Herkt2015-11-151-0/+2
* player: remove unused fieldwm42015-11-141-1/+0
* player: try to compensate actual audio driftwm42015-11-131-0/+1
* player: remove display_sync_disable_counterwm42015-11-131-1/+0
* command: add vsync-ratio propertywm42015-11-131-0/+1
* player: refactor display-sync frame duration calculationswm42015-11-131-6/+12
* player: limit speed change in display-sync adrop modewm42015-11-031-0/+1
* command: add mistimed-frame-count propertywm42015-10-301-0/+2
* player: add audio drop/duplicate modewm42015-10-271-0/+2
* audio: add AO deviation loggingwm42015-10-081-0/+3
* player: some more --force-window fixeswm42015-09-211-1/+1
* player: make force-window in auto-profiles actually workwm42015-09-201-1/+1
* player: add display sync modewm42015-08-101-0/+22
* player: separate controls for user and video controlled speedwm42015-08-101-1/+7
* player: redo estimated-vf-fps calculationwm42015-08-101-0/+5
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-031-10/+0
* vo: minor simplification for queue size handlingwm42015-07-201-1/+1
* player: refactor chapter seek codewm42015-07-101-1/+0
* player: add missing include directivewm42015-07-061-0/+1
* sub: protect ASS_Renderer statewm42015-07-061-0/+1
* player: simplify reload logicwm42015-07-021-1/+1
* player: unentangle --stream-dumpwm42015-07-021-1/+1
* video: pass future frames to VOwm42015-07-011-1/+3
* demux: export forced flagwm42015-06-271-1/+1
* player: print a message along with track listwm42015-06-031-1/+1
* player: fix crashes when adding external tracks before loading main filewm42015-05-261-4/+3
* player: add function to compute past frame durationswm42015-05-241-0/+1
* player: use an array for stream ID options and suchwm42015-05-221-2/+2
* player: make resuming playlists less noisy in verbose modewm42015-05-091-0/+2
* build: move main-fn files to osdepwm42015-05-021-1/+0
* player: log track list when adding or removing external fileswm42015-04-281-0/+1
* player: cleanup update_fps() functionwm42015-04-201-1/+0
* command: disc-mouse-on-button propertyxylosper2015-04-211-0/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* player, client API: refactor cplayer init, reduce client API differenceswm42015-03-051-1/+1
* player: use symbolic constant for seek precisionwm42015-03-041-2/+10
* player: fix demuxer lifetime managementwm42015-02-221-2/+2
* player: cosmetics: async/non-blocking -> reentrantwm42015-02-201-2/+2
* demux_edl: make independent from MPContextwm42015-02-171-3/+0
* demux_cue: make independent from MPContextwm42015-02-171-2/+0
* matroska: make timeline code independent of MPContextwm42015-02-171-2/+0
* player: use a separate context for timeline loader stuffwm42015-02-171-6/+2
* command: add rescan_external_fileswm42015-02-161-0/+3
* command: new commands audio_add/audio_remove/audio_reloadxylosper2015-02-031-1/+2
* player: remove redundant variablewm42015-01-291-2/+0
* player: don't enable demuxer readahead before selecting trackswm42015-01-161-1/+0
* video: better pipelining with vf_vapoursynthwm42015-01-031-0/+1
* player: filter tags, add --display-tags optionwm42014-12-291-1/+1
* player: make --shuffle/--merge-files affect runtime loaded playlistswm42014-12-291-0/+1
* player: cosmetics: rename a functionwm42014-12-271-2/+2
* player: cosmetics: move code aroundwm42014-12-211-1/+0
* player: print only changed tagswm42014-12-191-0/+1
* client API: expose OpenGL rendererwm42014-12-091-0/+2
* player: make chapter seek to end jump to last frame with --keep-openwm42014-12-081-0/+1
* player: when seeking past EOF with --keep-open, seek to last framewm42014-12-071-2/+4
* command: improve A-B loop behaviorwm42014-11-181-0/+1
* sub: workaround braindead libass APIwm42014-11-151-1/+0
* player: make the osd-msg prefix work for playlist_next/prevwm42014-11-111-0/+1
* player: always use demux_chapterwm42014-11-021-6/+1
* player: update meaning of drop_frame_cntwm42014-11-011-3/+2
* sub: remove osd_get_sub()wm42014-11-011-0/+2
* player: improve exit message in some scenarioswm42014-10-311-11/+7
* client API: better error reportingwm42014-10-281-1/+2
* player: handle edition reloading slightly differentlywm42014-10-281-2/+1
* Drop libquvi supportwm42014-10-251-1/+0
* player: fix exiting if both audio and video fail initializingwm42014-10-231-0/+1
* player: add stream selection by ffmpeg indexwm42014-10-211-2/+2
* ipc: decouple from MPContextwm42014-10-191-5/+1
* input: implement JSON-based IPC protocolAlessandro Ghedini2014-10-171-0/+6
* command: add a mechanism to allow scripts to intercept file loadswm42014-10-161-0/+1
* Revert "player: --save-position-on-quit should always work"wm42014-10-101-4/+0
* libmpv/cocoa: make global events work and get rid of is_cplayerStefano Pigozzi2014-10-091-1/+0
* command: add cache-buffering-state propertywm42014-10-071-0/+1
* osd: don't let slow commands cut OSD messages shortwm42014-10-061-0/+1
* player: --save-position-on-quit should always workwm42014-10-061-0/+4
* player: open stream and demuxer asynchronouslywm42014-10-061-1/+5
* player: move some libass setup code to sub.cwm42014-10-031-0/+2
* player: remove central uninit_player() function and flags messwm42014-10-031-15/+9
* command: move setting playback speed to a separate functionwm42014-10-021-0/+1
* audio: remove --audiodropwm42014-09-301-2/+0
* player: simplify OSD message handling codewm42014-09-251-2/+4
* player: rate-limit OSD text updatewm42014-09-251-0/+1
* command: improve "osd" commandwm42014-09-221-1/+0
* command: simplify OSD property display codewm42014-09-211-1/+1
* command: add osd-sym-cc propertywm42014-09-181-0/+1
* stream: redo playback abort handlingwm42014-09-131-0/+1
* player: deal with some corner cases with playlist navigationwm42014-09-091-1/+2
* player: minor refactoringwm42014-09-061-0/+2
* player: dynamically change cache wait timeswm42014-08-271-0/+1
* player: minor changeswm42014-08-251-3/+2
* audio: minor improvements to timeline switchingwm42014-08-231-1/+0
* player: fix recent speed change regressionwm42014-08-221-0/+2
* video: refactor queue handlingwm42014-08-221-1/+0
* video: get rid of video_next_pts fieldwm42014-08-221-8/+0
* player: remove unneeded callwm42014-08-181-1/+0
* audio: add a mode to insert silence on severe A/V desyncwm42014-08-151-0/+2
* player: use virtual time for --audio-file with ordered chapterswm42014-08-151-0/+1
* video: fix and simplify video format changes and last frame displaywm42014-08-121-2/+3
* video: move display and timing to a separate threadwm42014-08-121-4/+0
* player: remove unused declarationwm42014-08-071-1/+0
* client API: make "cache" property and similar observablewm42014-07-311-0/+1
* player: move video display code out of the playloopwm42014-07-301-13/+3
* player: split seek_reset()wm42014-07-301-0/+4
* audio: cosmetics: remove unused return valuewm42014-07-301-1/+1
* player: fix time display wheen seeking past EOF with --keep-openwm42014-07-301-1/+0
* player: fix desync when seeking and switching external trackswm42014-07-291-2/+0
* player: remove a pointless fieldwm42014-07-291-2/+0
* audio: change playback restart and