aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* player: use a separate context for timeline loader stuffGravatar wm42015-02-17
* player: use a macro to remove an element from an arrayGravatar wm42015-02-17
* player: actually close files when using sub_removeGravatar wm42015-02-17
* command: add rescan_external_filesGravatar wm42015-02-16
* command: nicer OSD message when setting audio-deviceGravatar wm42015-02-16
* sub: mess with styling defaults, change --ass-use-margins behaviorGravatar wm42015-02-16
* osxbundle: config file special case isn't needed anymoreGravatar wm42015-02-15
* player: undeprecate 'config' filesGravatar wm42015-02-15
* player: fix audio-device-list updatesGravatar wm42015-02-14
* ao_coreaudio: add support for hotplug notificationsGravatar Stefano Pigozzi2015-02-14
* Fix build on OSX broken by previous commitGravatar wm42015-02-13
* vf_vapoursynth: add display refresh rate propertyGravatar Julian2015-02-13
* player: deprecate 'config' files (use mpv.conf), warn against clashesGravatar wm42015-02-13
* command: mark get_property as deprecatedGravatar wm42015-02-13
* demux: hack for instant stream switchingGravatar wm42015-02-13
* encoding: fixed-vo option was removedGravatar wm42015-02-13
* player: add a --loop=force modeGravatar wm42015-02-12
* osx: move code to unset input context to the right placeGravatar wm42015-02-12
* osx: move cocoa specific call out of common codeGravatar wm42015-02-12
* player: drop explicit exit() callsGravatar wm42015-02-12
* audio: add device change notification for hotpluggingGravatar wm42015-02-12
* Revert "player: make --force-window create the window immediately on start"Gravatar wm42015-02-12
* player: use af_scaletempo when slowing down audio tooGravatar wm42015-02-12
* player: skip audio filter reinit on some types of speed changesGravatar wm42015-02-10
* tl_matroska: only check the chapter count when adding chaptersGravatar Ben Boeckel2015-02-06
* tl_matroska: squeeze down the number of parametersGravatar Ben Boeckel2015-02-06
* player: do not autoload audio with audio files, enable autoloadingGravatar wm42015-02-05
* matroska: warn against mismatching segmentsGravatar wm42015-02-04
* player: move timeline specific handling to timeline loadersGravatar wm42015-02-04
* command: add on_unload hookGravatar wm42015-02-04
* player: make --force-window create the window immediately on startGravatar wm42015-02-03
* player: remove --fixed-voGravatar wm42015-02-03
* 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