summaryrefslogtreecommitdiffstats
path: root/player/core.h
Commit message (Expand)AuthorAgeFilesLines
* player: change the role of the "stop_play" and "playing" variablewm42018-05-241-2/+3
* player: simplify edition switchingwm42018-05-241-1/+0
* player: make various commands for managing external tracks abortablewm42018-05-241-3/+2
* client API: kill async commands on terminationwm42018-05-241-0/+1
* command: add a way to abort asynchronous commandswm42018-05-241-0/+22
* player: rename "lock" to "abort_lock"wm42018-05-241-2/+2
* player: make all external file loading actions asyncwm42018-05-241-1/+3
* command: make sub-add and audio-add commands asyncwm42018-05-241-1/+1
* command: add infrastructure for async commandswm42018-05-241-0/+4
* demux, player: fix playback of sparse video streams (w/ still images)Aman Gupta2018-05-241-0/+2
* player: remove in_dispatch fieldwm42018-04-181-1/+0
* demux, player: mark dependent tracksAman Gupta2018-04-171-1/+1
* client API: cleanup mpv_handle terminationwm42018-03-151-1/+1
* scripting: make a function staticwm42018-03-081-1/+0
* client API: deprecate opengl-cb API and introduce a replacement APIwm42018-02-281-2/+0
* audio: move back PTS jump detection to before filter chainwm42018-02-131-1/+0
* player: correctly set track information on adding external filesZehua Chen2018-02-101-2/+2
* video: fix passing down FPS to vf_vapoursynthwm42018-02-031-2/+0
* audio: move to decoder wrapperwm42018-01-301-8/+2
* video: make decoder wrapper a filterwm42018-01-301-12/+2
* player: replace old lavfi wrapper with new filter codewm42018-01-301-7/+9
* audio: rewrite filtering glue codewm42018-01-301-7/+4
* video: rewrite filtering glue codewm42018-01-301-5/+7
* player: redo hack for video keyframe seeks with external audiowm42018-01-181-3/+3
* player: strictly never autoselect tracks from --external-fileswm42018-01-061-0/+1
* player: use fixed timeout for cache pausing (buffering) durationwm42018-01-031-1/+1
* options: drop some previously deprecated optionswm42017-12-251-7/+0
* player: use start timestamp for ab-looping if --ab-loop-a is absentLeo Izen2017-12-031-0/+1
* player: add get_play_start_ptsLeo Izen2017-12-031-0/+1
* audio: make libaf derived code optionalwm42017-09-211-0/+6
* options: remove --heartbeat-cmd and --heartbeat--intervalwm42017-09-181-1/+0
* video: change --deinterlace behaviorwm42017-08-221-3/+1
* audio: introduce a new type to hold audio frameswm42017-08-161-5/+5
* player: make refresh seeks slightly more robustwm42017-08-141-10/+11
* player: make --lavfi-complex changeable at runtimewm42017-08-121-3/+6
* scripting: add wrapper to load scripts with user pathsRicardo Constantino2017-06-301-0/+1
* player: change license of most core files to LGPLwm42017-06-231-7/+7
* player: deprecate "osd" commandwm42017-06-231-1/+0
* 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/