aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* command: new commands audio_add/audio_remove/audio_reloadGravatar xylosper2015-02-03
* command: add property returning detected audio deviceGravatar Stefano Pigozzi2015-02-03
* command: add property returning detected hwdec APIGravatar wm42015-02-02
* player: add external audio file auto-loadingGravatar wm42015-02-02
* command: add properties returning the current VO and AO driverGravatar wm42015-02-02
* client API: add mpv_wait_async_requests()Gravatar wm42015-02-02
* command: add dummy get implementation for tv-channel propertyGravatar wm42015-02-02
* player: dump audio jitter to stats fileGravatar wm42015-02-01
* command: send additional property change events in-between loadingGravatar wm42015-02-01
* command: improve observability of some audio propertiesGravatar wm42015-02-01
* player: don't treat audio playback restart while paused specialGravatar wm42015-01-30
* player: minor simplification in A/V-sync related codeGravatar wm42015-01-30
* Revert "player: allow seeking audio between video frames"Gravatar wm42015-01-30
* player: print desync message on negative A/V-sync tooGravatar wm42015-01-30
* player: rearrange some A/V-sync related codeGravatar wm42015-01-30
* player: use correct type for some relative timesGravatar wm42015-01-30
* command: change sub-visibility OSD messageGravatar wm42015-01-29
* player: move more code out of central playloop functionGravatar wm42015-01-29
* player: remove redundant variableGravatar wm42015-01-29
* player: allow seeking audio between video framesGravatar wm42015-01-28
* player: enable hr-seek on audio after video endGravatar wm42015-01-28
* player: demote matroska ordered chapter scanning messages to VerboseGravatar Diogo Franco (Kovensky)2015-01-28
* ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAILGravatar Ben Boeckel2015-01-27
* command: export more details about file seekabilityGravatar wm42015-01-26
* player: fix framestep over timeline segment boundariesGravatar wm42015-01-26
* options: list correct default value for --screenshot-templateGravatar wm42015-01-26
* lua: do not use math.pow()Gravatar wm42015-01-25
* vo: simplify VOs by adding generic screenshot supportGravatar wm42015-01-24
* ytdl: implement user-agent and cookie overridesGravatar wm42015-01-24
* video: separate screenshot modesGravatar wm42015-01-23
* input, player: new command for mouse eventGravatar xylosper2015-01-23
* command: export file format as propertyGravatar wm42015-01-23
* player: some fixes for property notificationGravatar xylosper2015-01-23
* video: handle hwdec screenshots differentlyGravatar wm42015-01-22
* client API: check locale, and reject anything other than "C" localeGravatar wm42015-01-20
* win32: remove check for SetPriorityClass()Gravatar wm42015-01-20
* audio: don't force any parameters if spdif is usedGravatar wm42015-01-20
* demux_disc: pass seek flags to stream layerGravatar wm42015-01-19
* client API: minor cleanupGravatar wm42015-01-19
* client API: notify API user on event queue overflowGravatar wm42015-01-19
* player: mention mpv encoding support for transcoding in desync. warningGravatar wm42015-01-19
* video: fix waiting for last frame/format reconfigGravatar wm42015-01-19
* x11: add --on-all-workspaces option and propertyGravatar wm42015-01-16
* command: unify handling of fullscreen and other VO flagsGravatar wm42015-01-16
* player: don't enable demuxer readahead before selecting tracksGravatar wm42015-01-16
* player: respect --untimed on last frameGravatar wm42015-01-16
* player: respect --untimed on video format changesGravatar wm42015-01-16
* ytdl_hook: Check for empty playlistsGravatar ChrisK22015-01-16
* OSC: Reset all styles for idle messageGravatar ChrisK22015-01-16
* player: don't fall asleep on audio decoding errorsGravatar wm42015-01-15