summaryrefslogtreecommitdiffstats
path: root/player/core.h
Commit message (Expand)AuthorAgeFilesLines
* 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 resyncingwm42014-07-281-7/+19
* player: fix regression with ordered chapterswm42014-07-201-0/+4
* video: use symbolic constants instead of magic integerswm42014-07-181-0/+7
* player: remove the last instances of pollingwm42014-07-181-1/+3
* demux: add a demuxer threadwm42014-07-161-1/+1
* Revert "Remove DVD and Bluray support"wm42014-07-151-0/+9
* Remove DVD and Bluray supportwm42014-07-141-9/+0
* command: change cache perentage to float, add cache-free and cache-usedAndrey Morozov2014-07-021-1/+1
* player: make the time display relative to start PTSTsukasa OMOTO2014-06-291-0/+1
* player: remove some minor code duplication in config loader codewm42014-06-261-1/+1
* audio: add a "weak" gapless mode, and make it defaultwm42014-06-091-0/+1
* player: show "neutral" position markers for OSD barswm42014-06-081-1/+1
* client API: add API function that ensures total destructionwm42014-06-071-0/+1
* command: add a disc-menu-active propertywm42014-05-181-0/+1
* player: reorganize how lua scripts are loadedwm42014-05-131-0/+7
* video: removed unused stuffwm42014-05-021-1/+0
* video: change everythingwm42014-05-021-1/+2
* client API: add chapter change eventwm42014-04-271-0/+2
* client API: remove mpv_event_pause_reasonwm42014-04-141-7/+2
* command: add property to indicate when pausing due to --keep-openwm42014-04-141-0/+1
* player: rename dvdnav to discnavxylosper2014-03-301-1/+1
* player: use MP_NOPTS_VALUE as rel_time_to_abs() error valuewm42014-03-251-2/+1
* player: remove weird separation between no chapters and 0 chapterswm42014-03-251-2/+0
* audio: remove handling of partially written datawm42014-03-091-2/+0
* audio/out: make ao struct opaquewm42014-03-091-0/+5
* player: make separation between user/automatic track selection strongerwm42014-03-031-0/+2
* player: cheap hack against idle event feedback loopwm42014-03-011-0/+1
* config: don't save options to resume-config that didn't changewm42014-02-251-0/+2
* client API: report pause/unpause reasonwm42014-02-241-2/+7
* client API: add events for video and audio reconfigwm42014-02-171-0/+2
* player: fix --force-window on OSXwm42014-02-111-0/+1
* build: add option to build a librarywm42014-02-101-0/+1
* lua: port to client APIwm42014-02-101-1/+0
* Add a client APIwm42014-02-101-1/+8
* player: handle seek delays differentlywm42014-02-071-1/+2
* sub: uglify OSD code path with lockingwm42014-01-181-0/+2
* player: remove OSD message IDswm42014-01-171-15/+2
* player: remove OSD stackwm42014-01-171-1/+0
* player: don't use OSD message stack for term OSD subswm42014-01-171-0/+1
* player: redo terminal OSD and status line handlingwm42014-01-131-2/+3
* player: don't select subtitles added from quvi by defaultwm42014-01-051-0/+1
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-241-3/+4
* player: add infrastructure to select multiple tracks at oncewm42013-12-241-1/+7
* player: redo demuxer stream selectionwm42013-12-241-5/+7
* player: move code aroundwm42013-12-221-1/+0
* player: use separate msg prefix for statuslinewm42013-12-211-0/+1
* path lookup functions: mp_msg conversionswm42013-12-211-10/+5
* m_option, m_config: mp_msg conversionswm42013-12-211-1/+1
* sub/osd: mp_msg conversionswm42013-12-211-0/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Rename mp_core.h to core.hwm42013-12-171-0/+459