summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vd_lavc: ridiculous workaround for Libav 9 compatibilitywm42014-03-163-1/+23
* demux_libass: change how external ASS subtitles are loadedwm42014-03-157-54/+25
* command: rename dvd- properties to disc-wm42014-03-152-11/+11
* DOCS/coding-style: add another requirement for commit messageswm42014-03-151-0/+3
* options: fix off-by-1 error in option help outputwm42014-03-151-1/+1
* command: prefix DVD title properties with "dvd-"wm42014-03-152-9/+12
* command: add new property 'title'xylosper2014-03-151-0/+20
* stream_dvdnav: implement STREAM_CTRL_GET_NUM_TITLES for dvdnavxylosper2014-03-151-0/+7
* ao: print (estimated) device buffer size on init in verbose modewm42014-03-141-1/+3
* af_volume: don't print missing replaygain tags as errorwm42014-03-141-1/+1
* af_volume: add detach optionwm42014-03-142-0/+10
* af_volume: separate softvol volume control from replaygain levelwm42014-03-141-5/+8
* manpage: af: minor syntax improvementswm42014-03-141-4/+4
* af_volume: remove double-negated suboptionwm42014-03-142-6/+6
* build: fix unicode handling of the version stringRyan Goulden2014-03-141-1/+1
* player/main: Fix Cygwin buildJames Ross-Gowan2014-03-131-12/+8
* command: fix wrong condition & remove redundant stream type checkingxylosper2014-03-131-14/+2
* command: set 'media-title' property for bluray disc with meta-dataxylosper2014-03-136-16/+34
* af_volume: add support for replaygain pre-amp and clipping preventionAlessandro Ghedini2014-03-132-11/+80
* af_volume: add replaygain supportAlessandro Ghedini2014-03-132-0/+28
* af: add metadata field to af_stream and af_instanceAlessandro Ghedini2014-03-135-0/+8
* DOCS/coding-style: add an example and another rulewm42014-03-131-0/+25
* af_lavfi: beat it into working with Libavwm42014-03-133-41/+41
* README: split list of dependencieswm42014-03-121-4/+13
* DOCS/tech-overview: DOCS/OUTDATED-tech/ was deletedwm42014-03-121-3/+1
* DOCS: add coding stylewm42014-03-121-0/+111
* w32_common: prevent MOUSE_BTN0 sticking after dragJames Ross-Gowan2014-03-121-0/+2
* w32_common: capture mouse inputJames Ross-Gowan2014-03-121-0/+5
* build: make check for BSD fstatfs() a bit more strictwm42014-03-121-1/+1
* stream_file: network file system detection for LinuxPhilip Sequeira2014-03-123-0/+34
* build: automagically extract client library versionwm42014-03-121-2/+11
* build: rename --enable-shared switchwm42014-03-112-3/+3
* build: fix version in mpv.pcAlessandro Ghedini2014-03-111-1/+1
* ao_wasapi: Use the character set conversion functions from io.hDiogo Franco (Kovensky)2014-03-112-37/+19
* ao_wasapi: Implement AOCONTROL_UPDATE_STREAM_TITLEDiogo Franco (Kovensky)2014-03-113-34/+89
* ao_wasapi: Implement per-application mixingDiogo Franco (Kovensky)2014-03-113-16/+95
* ao_wasapi: Move non-critical code outside of the event threadDiogo Franco (Kovensky)2014-03-114-271/+203
* ao_wasapi: Split into 2 filesDiogo Franco (Kovensky)2014-03-115-900/+1031
* ao_wasapi: Initial conversion to the new pull modelDiogo Franco (Kovensky)2014-03-111-154/+73
* build: install client.h under mpv/ instead of libmpv/Alessandro Ghedini2014-03-111-1/+1
* libmpv: add pkg-config fileAlessandro Ghedini2014-03-112-0/+23
* options.rst: correct broken URLDiogo Franco2014-03-111-1/+1
* Revert "player: simplify audio reset when seeking"wm42014-03-101-10/+15
* video: initialize hw decoder in get_formatwm42014-03-104-46/+42
* vo_opengl: Correct and clarify gl_check_featuresNiklas Haas2014-03-101-11/+24
* vo_opengl: Simplify and clarify color correction codeNiklas Haas2014-03-106-61/+69
* vo_opengl: Use bt709_expand on OSD for :srgbNiklas Haas2014-03-101-1/+1
* ao_sdl: make sure our buffer is always larger than what SDL requestswm42014-03-101-0/+6
* audio: don't downmix when doing digital passthroughwm42014-03-101-1/+2
* audio: make --channels option always force the output layoutwm42014-03-104-18/+17
* m_option: fix handling of empty channel layoutswm42014-03-101-2/+2
* ao_alsa: reduce default buffer sizewm42014-03-101-1/+1
* ao_alsa: fix return value for volume operations with spdifwm42014-03-101-1/+1
* audio/out: reduce amount of audio bufferingwm42014-03-103-5/+19
* ao_alsa: remove unneeded initializationswm42014-03-091-6/+0
* ao_alsa: check ALSA PCM state before pause and resumefoo862014-03-091-5/+9
* ao_wasapi: Use double math for QueryPerformanceCounter correctionDiogo Franco (Kovensky)2014-03-091-2/+2
* ao_rsound: pass correct data type to rsd_set_param()Hans-Kristian Arntzen2014-03-091-2/+2
* build: fix compilation with MinGW-w64Hans-Kristian Arntzen2014-03-091-2/+14
* ao_sdl: use new pull API helperswm42014-03-091-165/+15
* timer: reduce ifdef headsplitting-factorwm42014-03-091-3/+8
* timer: switch to CLOCK_MONOTONICwm42014-03-091-0/+10
* DOCS: fix an external linkwm42014-03-091-3/+3
* mpv.desktop: add video/mp2t mime typewm42014-03-091-1/+1
* audio: don't write audio when pausedwm42014-03-091-0/+5
* audio: remove handling of partially written datawm42014-03-093-21/+1
* audio/out: make draining a separate operationwm42014-03-0921-82/+116
* ao_portaudio: use new pull API helperswm42014-03-091-147/+13
* ao_jack: use new pull API helperswm42014-03-092-199/+16
* audio/out: feed AOs from a separate threadwm42014-03-097-31/+593
* encode: add lockingwm42014-03-094-24/+99
* command: fix osd-height propertywm42014-03-091-1/+1
* ao_null: add option for simulated device speedwm42014-03-092-2/+13
* ao: remove opts fieldwm42014-03-092-2/+0
* audio/out: make ao struct opaquewm42014-03-0926-117/+218
* encode: don't access ao->ptswm42014-03-075-1/+20
* lua: add license headerwm42014-03-071-0/+17
* common: add some helper macroswm42014-03-071-0/+3
* Merge pull request #619 from mpv-player/wasapi/better_timingDiogo Franco2014-03-061-4/+87
|\
| * ao_wasapi: Slightly improve timer accuracyDiogo Franco (Kovensky)2014-03-061-3/+12
| * ao_wasapi: Add device latency to get_delayDiogo Franco (Kovensky)2014-03-061-4/+78
|/
* wayland/shm: fix leak in buffer poolAlexander Preisinger2014-03-061-10/+13
* ao_jack: fix termination on the end of filewm42014-03-051-3/+19
* build: update wafwm42014-03-041-2/+2
* demux_lavf: fix typo in commentwm42014-03-041-1/+1
* sub: use new FFmpeg API to check MicroDVD FPSwm42014-03-044-10/+21
* player: reformat some codewm42014-03-031-22/+14
* player: make separation between user/automatic track selection strongerwm42014-03-033-8/+29
* m_property: allow setting string properties via M_PROPERTY_SET_STRINGwm42014-03-031-2/+1
* command: fix null pointer dereference in idle modewm42014-03-021-2/+2
* player: cheap hack against idle event feedback loopwm42014-03-012-2/+7
* client API: fix playloop thread wakeupwm42014-03-011-0/+9
* vo_opengl: minor simplificationwm42014-03-011-30/+24
* vo_opengl: Include :icc-approx-gamma option in the 3DLUT cache headerNiklas Haas2014-03-011-2/+3
* sd_ass: add a very simple and evil way to override ASS subtitle styleswm42014-03-013-6/+38
* lua: set a proper chunk name for builtin moduleswm42014-03-011-1/+2
* lua: fix add_key_binding()wm42014-03-011-2/+2
* lua: fix format string in luaL_error()wm42014-03-011-1/+1
* client API: fix timeout handlingwm42014-03-011-1/+4
* lua: fix use of renamed functionwm42014-03-011-3/+3
* timer: add utility function to get relative timewm42014-02-282-0/+17
* msg: add --msgtime option to add timestamps to each output messagewm42014-02-283-2/+11
* lua: add option to disable auto-loading of lua scriptswm42014-02-285-1/+11
* config: don't load global config files with --config-dirwm42014-02-281-1/+2
* config: fix --config-dir logic for global config fileswm42014-02-281-1/+1
* manpage: document properties added in previous commitwm42014-02-281-0/+7
* client API: add two properties, 'time-start' and 'seekable'xylosper2014-02-281-0/+21
* client APIs: fix some typosxylosper2014-02-282-2/+2
* audio: add enum name for speaker idxylosper2014-02-281-1/+1
* manpage: lua: fix typowm42014-02-281-1/+1
* manpage: lua: update from previous commitwm42014-02-281-1/+7
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKwm42014-02-284-4/+23
* client API: wait for remaining asynchronous requests before terminatingwm42014-02-281-0/+9
* ao: document some functionswm42014-02-282-3/+35
* DOCS: kill the rest of the old mplayer tech documentationwm42014-02-288-949/+0
* command: use the step size for "add volume" commandswm42014-02-273-18/+4
* command: format volume property as integer for OSDwm42014-02-271-0/+6
* vo_opengl: change gamma suboption to take a valuewm42014-02-273-9/+15
* vo_opengl: Change the default icc-intent to relative colorimetricNiklas Haas2014-02-262-3/+3
* lua: add set_property_native functionwm42014-02-262-5/+144
* lua: mark table values returned by get_property_native with their typewm42014-02-262-1/+22
* m_option: make converting mpv_node to string always failwm42014-02-261-1/+1
* lua: implement mp.get_opt() in Luawm42014-02-262-24/+9
* m_option: fix key/value list string conversionwm42014-02-261-1/+1
* client API: don't send MPV_EVENT_IDLE when not entering idle modewm42014-02-261-2/+3
* threads: fix wait time overflow checkwm42014-02-261-2/+2
* client API: don't explode when destroying uninitialized mpv_handlewm42014-02-261-1/+2
* client API: accept NULL as mpv_destroy() argumentwm42014-02-261-0/+3
* options: fix --list-options outputwm42014-02-261-2/+2
* client API: treat MPV_FORMAT_STRING differently in mpv_set_propertywm42014-02-261-19/+20
* m_property: fix confused error codewm42014-02-261-1/+1
* m_option: don't make "unset" string and string list return NULL stringswm42014-02-261-2/+2
* client API: fix broken property/option functionsxylosper2014-02-261-3/+4
* osd: override user bindings for OSC inputwm42014-02-263-5/+5
* options: allow changing options at runtimewm42014-02-255-44/+56
* client API: change description of format conversionswm42014-02-251-6/+10
* config: when writing resume config, read options, not propertieswm42014-02-251-33/+33
* config: don't save options to resume-config that didn't changewm42014-02-253-5/+31
* input: allow input.conf bindings to be declared as builtinwm42014-02-252-0/+14
* config: always print resolved config paths in verbose modewm42014-02-251-50/+63
* manpage: remove unused environment variablewm42014-02-251-3/+0
* config: add a --config-dir option to force config directorywm42014-02-254-0/+29
* config: don't write default config filewm42014-02-251-13/+3
* manpage: Improve wording on icc-approx-gammaNiklas Haas2014-02-251-5/+5
* manpage: document the new loadfile argumentwm42014-02-251-1/+6
* client api examples: set an option with MPV_FORMAT_FLAGwm42014-02-241-1/+2
* command: fix loadfile commandwm42014-02-243-3/+6
* client API: report pause/unpause reasonwm42014-02-248-31/+119
* client API: expose the internal clockwm42014-02-243-1/+20
* lua, osc: use properties for chapter/track listswm42014-02-242-82/+5
* command: make options property return the list of all optionswm42014-02-243-7/+39
* client API: add comment about character encoding issueswm42014-02-241-0/+10
* lua: add a bunch of functions to get/set properties by their native typewm42014-02-243-7/+192
* client API: implement setting options using their native type toowm42014-02-243-4/+50
* m_property: retrieve chapter lists etc. as mpv_nodewm42014-02-241-4/+54
* client API: add support for accessing properties by their native typewm42014-02-241-33/+158
* m_property: add mechanism to access properties as mpv_nodewm42014-02-242-0/+47
* m_option: add a way to convert values to/from mpv_nodewm42014-02-242-15/+462
* client API: adjust error stringswm42014-02-241-2/+2
* m_property: simplify some codewm42014-02-241-10/+6
* client API: add more data formats, add a structured data typewm42014-02-241-3/+156
* client API: change semantics for MPV_FORMAT_STRINGwm42014-02-242-7/+19
* client API: fix a typowm42014-02-241-1/+1
* client API: remove trailing "," from enumswm42014-02-241-3/+3
* client API: spellingwm42014-02-241-1/+1
* vdpau: change the error message when video too largeAndrey Morozov2014-02-241-1/+2
* vo_opengl: Add :icc-approx-gamma suboption to approximate BT.709 gammaNiklas Haas2014-02-243-6/+25
* m_option: fix printf format specifierwm42014-02-241-1/+2
* configure: fix typoNyx0uf2014-02-241-1/+1
* dvd: treat missing volume ID as "unsupported", not errorwm42014-02-232-4/+4
* cache: cache DVD volume IDwm42014-02-231-0/+13
* dvd: check for empty DVD volume IDwm42014-02-232-3/+7
* command: use DVD volume ID for media-title propertyxylosper2014-02-235-0/+28
* example.conf: change subtitle codepage example to use UTF-8 fallbackwm42014-02-231-1/+2
* example.conf: subtitle encodingYaser Alraddadi2014-02-231-0/+3
* command: provide per-file-options for loadfile commandxylosper2014-02-233-1/+11
* command: remove special casing for strings in input commandswm42014-02-232-9/+17
* old build: add a missing config.h definewm42014-02-231-0/+2
* ta: fix commentwm42014-02-231-1/+1
* ta: clarify a corner casewm42014-02-231