aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/core.h
Commit message (Expand)AuthorAge
* 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
* client API: report pause/unpause reasonGravatar wm42014-02-24
* client API: add events for video and audio reconfigGravatar wm42014-02-17
* player: fix --force-window on OSXGravatar wm42014-02-11
* build: add option to build a libraryGravatar wm42014-02-10
* lua: port to client APIGravatar wm42014-02-10
* Add a client APIGravatar wm42014-02-10
* player: handle seek delays differentlyGravatar wm42014-02-07
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* player: remove OSD message IDsGravatar wm42014-01-17
* player: remove OSD stackGravatar wm42014-01-17
* player: don't use OSD message stack for term OSD subsGravatar wm42014-01-17
* player: redo terminal OSD and status line handlingGravatar wm42014-01-13
* player: don't select subtitles added from quvi by defaultGravatar wm42014-01-05
* player: add --secondary-sid for displaying a second subtitle streamGravatar wm42013-12-24
* player: add infrastructure to select multiple tracks at onceGravatar wm42013-12-24
* player: redo demuxer stream selectionGravatar wm42013-12-24
* player: move code aroundGravatar wm42013-12-22
* player: use separate msg prefix for statuslineGravatar wm42013-12-21
* path lookup functions: mp_msg conversionsGravatar wm42013-12-21
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* sub/osd: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Rename mp_core.h to core.hGravatar wm42013-12-17