aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* audio: change playback speed directly in resamplerGravatar wm42015-03-02
* player: refine rar:// playlist-safety handlingGravatar wm42015-03-02
* Lua: add mp.get_screen_margins().Gravatar torque2015-03-01
* client API: make some more properties observableGravatar wm42015-02-27
* player: adjust A/V desync messageGravatar wm42015-02-26
* ytdl: add "--ytdl-params" optionGravatar Thiago Kenji Okada2015-02-25
* ytdl: add --no-warningsGravatar wm42015-02-24
* ytdl: Adapt to new subtitles structureGravatar Jaime Marquínez Ferrándiz2015-02-24
* encoding: allow encoding to channel configurations other than stereoGravatar wm42015-02-23
* player: fix demuxer lifetime managementGravatar wm42015-02-22
* demux: add a demux_open_url() functionGravatar wm42015-02-20
* demux: change demux_open() signatureGravatar wm42015-02-20
* demux: add free_demuxer_and_stream() functionGravatar wm42015-02-20
* player: move timeline scanning (ordered chapters etc.) to a threadGravatar wm42015-02-20
* player: cosmetics: async/non-blocking -> reentrantGravatar wm42015-02-20
* player: enable cache and demuxer thread for subtitles tooGravatar wm42015-02-18
* player: allow unsetting --term/osd-playing-msgGravatar wm42015-02-18
* demux_edl: make independent from MPContextGravatar wm42015-02-17
* demux_edl: move implementationGravatar wm42015-02-17
* demux_cue: make independent from MPContextGravatar wm42015-02-17
* demux_cue: move implementationGravatar wm42015-02-17
* matroska: move timeline code to demux/Gravatar wm42015-02-17
* matroska: make timeline code independent of MPContextGravatar wm42015-02-17
* 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