aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* video: do not use MP_NOPTS_VALUE for A/V differenceGravatar wm42015-05-24
* player: add function to compute past frame durationsGravatar wm42015-05-24
* command: add protocol-list propertyGravatar wm42015-05-23
* ytdl: do not use deprecated optionGravatar wm42015-05-23
* command: allow changing track properties while no file is loadedGravatar wm42015-05-22
* player: use an array for stream ID options and suchGravatar wm42015-05-22
* command: deprecate audio-samplerateGravatar wm42015-05-22
* command: add audio-params and audio-out-params propertiesGravatar wm42015-05-22
* command: rename audio-format propertyGravatar wm42015-05-22
* options: rename --media-title optionGravatar wm42015-05-22
* command: deprecate the "length" propertyGravatar wm42015-05-22
* command: add a new property deprecation mechanismGravatar wm42015-05-22
* audio: change range of volume option/propertyGravatar wm42015-05-22
* command: explicitly show mouse cursor when unfullscreeningGravatar wm42015-05-21
* command: refactor if/else statements to switchGravatar Robin2015-05-20
* video: force audio resync after video discontinuityGravatar wm42015-05-20
* video: better heuristic for timestamp resetsGravatar wm42015-05-20
* audio: fix resync issue differentGravatar wm42015-05-19
* command: change OSD symbol for absolute perc. seekGravatar rrooij2015-05-19
* audio: avoid wasting CPU due to continuous wakeupGravatar wm42015-05-19
* command: use consistent comment styleGravatar rrooij2015-05-19
* input: add relative percentage seekGravatar rrooij2015-05-19
* command: add playlist_shuffle commandGravatar wm42015-05-17
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11
* Always block SIGPIPE globallyGravatar wm42015-05-11
* ytdl_hook: remove tabsGravatar wm42015-05-09
* player: reuse a functionGravatar wm42015-05-09
* player: make resuming playlists less noisy in verbose modeGravatar wm42015-05-09
* player: avoid undefined behavior when resumign DVD/BD playbackGravatar wm42015-05-09
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* lua: remove deprecated "lua" sub directoriesGravatar wm42015-05-09
* player: add --force-window=immediate modeGravatar wm42015-05-08
* player: use profiles for libmpv and encoding defaultsGravatar wm42015-05-07
* m_config: make m_config_set_profile() use a nameGravatar wm42015-05-07
* ytdl_hook: Escape EDL URLsGravatar ChrisK22015-05-07
* path: start special espansion with ~~name instead of ~nameGravatar wm42015-05-03
* options: fix typo in variable nameGravatar wm42015-05-03
* options: remove --leak-reportGravatar wm42015-05-02
* win32: move platform specifics to osdepGravatar wm42015-05-02
* build: move main-fn files to osdepGravatar wm42015-05-02
* cocoa: always compile OSX application code with cocoaGravatar wm42015-05-02
* player: handle hotplug events in idle mode tooGravatar wm42015-05-02
* screenshots: create screenshot dirGravatar wm42015-05-02
* screenshots: change default directory in pseudo-gui mode to desktopGravatar wm42015-05-01
* screenshots: add --screenshot-directory optionGravatar wm42015-05-01
* player: properly destroy client context if thread can't be createdGravatar wm42015-04-30
* command: let sub_reload remove the old track firstGravatar wm42015-04-28
* player: log track list when adding or removing external filesGravatar wm42015-04-28
* player: clamp display time to known time range on seekingGravatar wm42015-04-28
* osc: redo slider position translationGravatar ChrisK22015-04-28