aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* af: add metadata field to af_stream and af_instanceGravatar Alessandro Ghedini2014-03-13
* DOCS/coding-style: add an example and another ruleGravatar wm42014-03-13
* af_lavfi: beat it into working with LibavGravatar wm42014-03-13
* README: split list of dependenciesGravatar wm42014-03-12
* DOCS/tech-overview: DOCS/OUTDATED-tech/ was deletedGravatar wm42014-03-12
* DOCS: add coding styleGravatar wm42014-03-12
* w32_common: prevent MOUSE_BTN0 sticking after dragGravatar James Ross-Gowan2014-03-12
* w32_common: capture mouse inputGravatar James Ross-Gowan2014-03-12
* build: make check for BSD fstatfs() a bit more strictGravatar wm42014-03-12
* stream_file: network file system detection for LinuxGravatar Philip Sequeira2014-03-12
* build: automagically extract client library versionGravatar wm42014-03-12
* build: rename --enable-shared switchGravatar wm42014-03-11
* build: fix version in mpv.pcGravatar Alessandro Ghedini2014-03-11
* ao_wasapi: Use the character set conversion functions from io.hGravatar Diogo Franco (Kovensky)2014-03-11
* ao_wasapi: Implement AOCONTROL_UPDATE_STREAM_TITLEGravatar Diogo Franco (Kovensky)2014-03-11
* ao_wasapi: Implement per-application mixingGravatar Diogo Franco (Kovensky)2014-03-11
* ao_wasapi: Move non-critical code outside of the event threadGravatar Diogo Franco (Kovensky)2014-03-11
* ao_wasapi: Split into 2 filesGravatar Diogo Franco (Kovensky)2014-03-11
* ao_wasapi: Initial conversion to the new pull modelGravatar Diogo Franco (Kovensky)2014-03-11
* build: install client.h under mpv/ instead of libmpv/Gravatar Alessandro Ghedini2014-03-11
* libmpv: add pkg-config fileGravatar Alessandro Ghedini2014-03-11
* options.rst: correct broken URLGravatar Diogo Franco2014-03-11
* Revert "player: simplify audio reset when seeking"Gravatar wm42014-03-10
* video: initialize hw decoder in get_formatGravatar wm42014-03-10
* vo_opengl: Correct and clarify gl_check_featuresGravatar Niklas Haas2014-03-10
* vo_opengl: Simplify and clarify color correction codeGravatar Niklas Haas2014-03-10
* vo_opengl: Use bt709_expand on OSD for :srgbGravatar Niklas Haas2014-03-10
* ao_sdl: make sure our buffer is always larger than what SDL requestsGravatar wm42014-03-10
* audio: don't downmix when doing digital passthroughGravatar wm42014-03-10
* audio: make --channels option always force the output layoutGravatar wm42014-03-10
* m_option: fix handling of empty channel layoutsGravatar wm42014-03-10
* ao_alsa: reduce default buffer sizeGravatar wm42014-03-10
* ao_alsa: fix return value for volume operations with spdifGravatar wm42014-03-10
* audio/out: reduce amount of audio bufferingGravatar wm42014-03-10
* ao_alsa: remove unneeded initializationsGravatar wm42014-03-09
* ao_alsa: check ALSA PCM state before pause and resumeGravatar foo862014-03-09
* ao_wasapi: Use double math for QueryPerformanceCounter correctionGravatar Diogo Franco (Kovensky)2014-03-09
* ao_rsound: pass correct data type to rsd_set_param()Gravatar Hans-Kristian Arntzen2014-03-09
* build: fix compilation with MinGW-w64Gravatar Hans-Kristian Arntzen2014-03-09
* ao_sdl: use new pull API helpersGravatar wm42014-03-09
* timer: reduce ifdef headsplitting-factorGravatar wm42014-03-09
* timer: switch to CLOCK_MONOTONICGravatar wm42014-03-09
* DOCS: fix an external linkGravatar wm42014-03-09
* mpv.desktop: add video/mp2t mime typeGravatar wm42014-03-09
* audio: don't write audio when pausedGravatar wm42014-03-09
* audio: remove handling of partially written dataGravatar wm42014-03-09
* audio/out: make draining a separate operationGravatar wm42014-03-09
* ao_portaudio: use new pull API helpersGravatar wm42014-03-09
* ao_jack: use new pull API helpersGravatar wm42014-03-09
* audio/out: feed AOs from a separate threadGravatar wm42014-03-09