aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/core.h
Commit message (Expand)AuthorAge
* stream: redo playback abort handlingGravatar wm42014-09-13
* player: deal with some corner cases with playlist navigationGravatar wm42014-09-09
* player: minor refactoringGravatar wm42014-09-06
* player: dynamically change cache wait timesGravatar wm42014-08-27
* player: minor changesGravatar wm42014-08-25
* audio: minor improvements to timeline switchingGravatar wm42014-08-23
* player: fix recent speed change regressionGravatar wm42014-08-22
* video: refactor queue handlingGravatar wm42014-08-22
* video: get rid of video_next_pts fieldGravatar wm42014-08-22
* player: remove unneeded callGravatar wm42014-08-18
* audio: add a mode to insert silence on severe A/V desyncGravatar wm42014-08-15
* player: use virtual time for --audio-file with ordered chaptersGravatar wm42014-08-15
* video: fix and simplify video format changes and last frame displayGravatar wm42014-08-12
* video: move display and timing to a separate threadGravatar wm42014-08-12
* player: remove unused declarationGravatar wm42014-08-07
* client API: make "cache" property and similar observableGravatar wm42014-07-31
* player: move video display code out of the playloopGravatar wm42014-07-30
* player: split seek_reset()Gravatar wm42014-07-30
* audio: cosmetics: remove unused return valueGravatar wm42014-07-30
* player: fix time display wheen seeking past EOF with --keep-openGravatar wm42014-07-30
* player: fix desync when seeking and switching external tracksGravatar wm42014-07-29
* player: remove a pointless fieldGravatar wm42014-07-29
* audio: change playback restart and resyncingGravatar wm42014-07-28
* player: fix regression with ordered chaptersGravatar wm42014-07-20
* video: use symbolic constants instead of magic integersGravatar wm42014-07-18
* player: remove the last instances of pollingGravatar wm42014-07-18
* demux: add a demuxer threadGravatar wm42014-07-16
* Revert "Remove DVD and Bluray support"Gravatar wm42014-07-15
* Remove DVD and Bluray supportGravatar wm42014-07-14
* command: change cache perentage to float, add cache-free and cache-usedGravatar Andrey Morozov2014-07-02
* player: make the time display relative to start PTSGravatar Tsukasa OMOTO2014-06-29
* player: remove some minor code duplication in config loader codeGravatar wm42014-06-26
* audio: add a "weak" gapless mode, and make it defaultGravatar wm42014-06-09
* player: show "neutral" position markers for OSD barsGravatar wm42014-06-08
* client API: add API function that ensures total destructionGravatar wm42014-06-07
* command: add a disc-menu-active propertyGravatar wm42014-05-18
* player: reorganize how lua scripts are loadedGravatar wm42014-05-13
* video: removed unused stuffGravatar wm42014-05-02
* video: change everythingGravatar wm42014-05-02
* client API: add chapter change eventGravatar wm42014-04-27
* client API: remove mpv_event_pause_reasonGravatar wm42014-04-14
* command: add property to indicate when pausing due to --keep-openGravatar wm42014-04-14
* player: rename dvdnav to discnavGravatar xylosper2014-03-30
* player: use MP_NOPTS_VALUE as rel_time_to_abs() error valueGravatar wm42014-03-25
* player: remove weird separation between no chapters and 0 chaptersGravatar wm42014-03-25
* audio: remove handling of partially written dataGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* player: make separation between user/automatic track selection strongerGravatar wm42014-03-03
* player: cheap hack against idle event feedback loopGravatar wm42014-03-01
* config: don't save options to resume-config that didn't changeGravatar wm42014-02-25