aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* 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
* ytdl_hook.lua: Change format options when vid is "off"Gravatar robin2015-04-27
* player: fix removing external tracks at runtimeGravatar wm42015-04-27
* player: flush decoder even if cover art is decodedGravatar wm42015-04-24
* player: don't show A/V desync message in non-sense situationsGravatar wm42015-04-24
* osc: add nil check for element.eventresponderGravatar wm42015-04-23
* demux_mkv: move global options to the demuxerGravatar wm42015-04-23
* lua: add utils.format_json() functionGravatar wm42015-04-22
* osc: paint over a crashGravatar wm42015-04-22
* player: do not load encoding config files in non-encoding modeGravatar wm42015-04-21
* command: demuxer-cache-time propertyGravatar xylosper2015-04-21
* player: cleanup update_fps() functionGravatar wm42015-04-20
* video: cleanup some old log messagesGravatar wm42015-04-20
* client API: add a screenshot_raw commandGravatar wm42015-04-20
* client API: add MPV_FORMAT_BYTE_ARRAY typeGravatar wm42015-04-20
* client API: add glue for making full use of mpv_command_node()Gravatar wm42015-04-20
* player: change video-bitrate and audio-bitrate propertiesGravatar wm42015-04-20
* command: disc-mouse-on-button propertyGravatar xylosper2015-04-21
* vf_screenshot: remove this filterGravatar wm42015-04-16
* command: let screenshot_to_file command overwrite filesGravatar wm42015-04-16
* video: do not show decoder framedrops if they're not requestedGravatar wm42015-04-16
* subprocess: move implementation for deatched subprocessesGravatar wm42015-04-15
* player: silence spam in verbose mode when playing audio with cover artGravatar wm42015-04-14
* Update license headersGravatar Marcin Kurczewski2015-04-13
* main-fn-win: fix handle validity check for XPGravatar James Ross-Gowan2015-04-11
* win32: use pseudo-gui profile when started without stdioGravatar James Ross-Gowan2015-04-11
* win32: only attach to the console from mpv.comGravatar James Ross-Gowan2015-04-11
* win32: use a platform-specific unicode entry-pointGravatar James Ross-Gowan2015-04-11
* player: use config parser for setting up pseudo-gui profileGravatar wm42015-04-10
* player: change pseudo-gui settingsGravatar wm42015-04-10
* player: do not accidentally init terminalGravatar wm42015-04-10
* ytdl: set additional properties for rtmp streamsGravatar Sebastian Mayr2015-04-09
* ytdl_hook.lua: Disable video when vid option is "no"Gravatar robin2015-04-09