summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* manpage: fix reference to a defunct optionshdown2014-10-161-2/+2
* player: fix crash on early audio uninitwm42014-10-161-2/+2
* player: free subtitle renderer on exitwm42014-10-161-1/+1
* command: add a mechanism to allow scripts to intercept file loadswm42014-10-168-12/+193
* command: allow setting per-file options at runtimewm42014-10-152-7/+34
* audio/out/push: reset projected EOF time on new datawm42014-10-141-1/+4
* client API: qthelper: remove commented codewm42014-10-141-2/+0
* demux_lavf: set stream network options if applicablewm42014-10-143-31/+50
* demux_lavf: let libavformat open HLS streams directlywm42014-10-141-1/+2
* player: fix OSD cyclingwm42014-10-141-0/+2
* stream_lavf: expose concat://wm42014-10-142-0/+5
* osd: properly redraw external overlays when they are setwm42014-10-141-0/+1
* client API: allow returning float properties as integerswm42014-10-141-0/+4
* player: fix --frameswm42014-10-142-2/+4
* DOCS/client_api_examples: qtexample: remove debugging codewm42014-10-141-2/+1
* client API: qthelper: fix bugswm42014-10-141-1/+3
* DOCS/client_api_examples: qtexample: stuffwm42014-10-133-7/+31
* client API: add qthelper.hppwm42014-10-134-2/+237
* ta/README: fix typoswm42014-10-131-2/+2
* ao_wasapi: implement device listingwm42014-10-133-10/+32
* ao_dsound: implement device listingwm42014-10-131-20/+86
* ao_portaudio: implement device listingwm42014-10-131-2/+24
* ao_openal: implement device listingwm42014-10-131-1/+16
* audio/out: add "auto" pseudo-devicewm42014-10-131-1/+3
* demux_mkv: fix undefined behaviorwm42014-10-131-1/+1
* vf_vapoursynth: add debug message when returning error from GetFramewm42014-10-131-0/+1
* x11: don't wait for asynchronous X resizing with window-scalewm42014-10-131-3/+4
* vf_vapoursynth: don't error if invoke() doesn't return a clipwm42014-10-121-3/+2
* vf_vapoursynth: resolve paths relative to home/configwm42014-10-121-0/+3
* demux: fix a commentwm42014-10-121-2/+1
* coreaudio: use the new device selection APIStefano Pigozzi2014-10-124-54/+28
* af_lavcac3enc: fix byte orderwm42014-10-121-2/+2
* DOCS/edl-mpv: minor clarificationwm42014-10-121-1/+1
* gl_x11: distinguish missing GLX and too old GLX versionswm42014-10-121-3/+5
* vf_vapoursynth: add standalone Lua scriptingwm42014-10-127-19/+326
* vf_vapoursynth: abstract scripting backendwm42014-10-121-28/+87
* libmpv/cocoa: allow clients to use mpv event systemStefano Pigozzi2014-10-123-36/+54
* cocoa: remove usage of Objective-C categoriesStefano Pigozzi2014-10-125-89/+37
* command: don't display non-sense if volume is unavailablewm42014-10-111-1/+1
* command: make volume/mute unavailable if audio is not initializedwm42014-10-111-6/+4
* build: remove useless functionStefano Pigozzi2014-10-111-3/+0
* build: update waf to version 1.8.1Stefano Pigozzi2014-10-114-21/+9
* vf_vapoursynth: return dummy frames if frames are requested during initwm42014-10-111-1/+12
* vf_vapoursynth: factor stuffwm42014-10-111-13/+25
* vf_vapoursynth: when seeking, recreate only if it's already createdwm42014-10-111-1/+2
* x11: don't wait until window is destroyedwm42014-10-111-5/+0
* build: install input config files into doc dirwm42014-10-111-0/+5
* client API: check result ptr in mpv_command_nodeJames Ross-Gowan2014-10-121-1/+1
* libmpv/mpv.def: add mpv_command_node[_async]James Ross-Gowan2014-10-121-0/+2
* build: make zsh completion directory configurablePhilip Sequeira2014-10-112-1/+2
* vf_vapoursynth: fail gracefully if filter init requests frameswm42014-10-111-0/+10
* lua: add command_native() functionwm42014-10-112-0/+32
* client API: add mpv_command_node[_async]wm42014-10-113-6/+63
* etc/mplayer-input.conf: fix off by one errorwm42014-10-101-1/+1
* input: remove some unneeded codewm42014-10-101-59/+25
* input: cosmetics: move codewm42014-10-101-68/+69
* input: use mpv_node parser for char** command parserswm42014-10-106-64/+43
* input: add a function to parse mpv_node as commandwm42014-10-102-62/+162
* command: make audio device list available to the client APIwm42014-10-102-0/+53
* audio: don't list encoder AO with --audio-device=helpwm42014-10-101-0/+2
* player: fix terminal status in idle modewm42014-10-101-0/+1
* player: don't mess up cursor visibility statewm42014-10-101-1/+1
* ao_pulse: implement AO device listing APIwm42014-10-101-1/+38
* ao_pulse: move setup code to separate functionwm42014-10-101-23/+48
* audio: change internal device listing APIwm42014-10-105-28/+54
* player: exit if audio init fails and there's no videowm42014-10-101-0/+2
* player: signal EOF when using --frameswm42014-10-102-2/+2
* player: minor simplificationwm42014-10-102-8/+2
* player: don't close audio device in gapless modewm42014-10-101-2/+1
* player: --save-position-on-quit should always work (2)wm42014-10-102-5/+5
* Revert "player: --save-position-on-quit should always work"wm42014-10-103-8/+5
* Add some missing "const"swm42014-10-109-14/+16
* audio/out/push: make draining slightly more robustwm42014-10-101-1/+1
* audio/out/push: fix EOF heuristicwm42014-10-102-23/+14
* fix -Wvisibility warnings with clangStefano Pigozzi2014-10-091-2/+1
* cocoa: post keydown and keyup events without event monitorStefano Pigozzi2014-10-095-0/+20
* fix -Wduplicate-decl-specifier warnings with clangStefano Pigozzi2014-10-092-4/+4
* libmpv/cocoa: don't start the event monitorStefano Pigozzi2014-10-095-11/+35
* cocoa: fix 'uninitalized' accessStefano Pigozzi2014-10-091-9/+7
* libmpv/cocoa: make global events work and get rid of is_cplayerStefano Pigozzi2014-10-095-10/+15
* manpage: fix --audio-pitch-correction descriptionAlessandro Ghedini2014-10-091-4/+4
* x11: fix inverted conditionwm42014-10-091-2/+3
* client API: add an explanatory commentwm42014-10-091-1/+1
* ao_alsa: implement device listing & selectionwm42014-10-091-0/+27
* audio: add device selection & listing with --audio-devicewm42014-10-097-6/+128
* manpage: improve --wid descriptionwm42014-10-091-8/+19
* client API: rename --input-x11-keyboard to --input-vo-keyboardwm42014-10-097-12/+18
* vf_lavfi: proper rounding for lavfi->mpv aspect ratiowm42014-10-091-2/+3
* video: try harder to decode cover art picture only oncewm42014-10-091-2/+7
* player: don't reset buffering pausing state on seekswm42014-10-091-1/+0
* cocoa: allow to embed into an arbitrary NSViewStefano Pigozzi2014-10-086-19/+34
* msg: fix unwanted blank lineswm42014-10-081-1/+3
* client API: introduce numeric log levelswm42014-10-085-1/+41
* DOCS/client_api_examples: qtexample: add a log windowwm42014-10-082-0/+29
* msg, client API: buffer partial lineswm42014-10-083-68/+77
* msg, client API: never send the status line as log messagewm42014-10-081-1/+1
* msg: set an explicit overflow messagewm42014-10-082-2/+5
* vf_lavfi: fix compilation failurewm42014-10-081-1/+0
* stream: change internal instead of external pos when dropping bufferswm42014-10-081-0/+1
* stream_dvb: use stream_drop_buffers()wm42014-10-081-2/+1
* player: minor cosmetic changewm42014-10-081-1/+1
* x11: disable various features when embedding the windowwm42014-10-071-3/+5
* player: remove unnecessary codewm42014-10-071-3/+1
* command: add cache-buffering-state propertywm42014-10-074-1/+35
* client API: improve mpv_observe_property docswm42014-10-071-11/+18
* client API: clarify pause/unpause events, modify core-idle propertywm42014-10-074-6/+24
* DOCS/client_api_examples: qtexample: set the localeJames Ross-Gowan2014-10-071-0/+6
* bstr: check strings before memcmp/strncasecmpJames Ross-Gowan2014-10-071-2/+6
* matroska: look for all known matroska file extensionswm42014-10-061-5/+18
* osd: don't let slow commands cut OSD messages shortwm42014-10-062-1/+9
* player: --save-position-on-quit should always workwm42014-10-063-5/+8
* demux_lavf: blacklist jpeg fileswm42014-10-061-0/+1
* ao_pulse: don't use pa_format_info_to_sample_spec()wm42014-10-061-9/+4
* player: open stream and demuxer asynchronouslywm42014-10-066-19/+146
* m_config: add function to copy all optionswm42014-10-063-1/+25
* cocoa: try to fix sizing bugs on retina displaysStefano Pigozzi2014-10-061-2/+2
* cocoa: fix mouse autohideStefano Pigozzi2014-10-051-1/+1
* cocoa: remove a debug commentoStefano Pigozzi2014-10-051-1/+1
* cocoa: separate video view and events viewStefano Pigozzi2014-10-057-19/+92
* cocoa: fix fullscreen with bundleStefano Pigozzi2014-10-051-1/+1
* audio/out/push: fix some AOs freezing on exitwm42014-10-051-1/+1
* cocoa: readd some function callsStefano Pigozzi2014-10-051-1/+3
* cocoa: actually reset the event flagsStefano Pigozzi2014-10-051-0/+1
* cocoa: remove some useless flagsStefano Pigozzi2014-10-051-19/+10
* cocoa: disable some features when embedding in another windowStefano Pigozzi2014-10-051-23/+25
* cocoa: remove --fs-missioncontrolStefano Pigozzi2014-10-057-73/+4
* cocoa: fix some pointer casts to be 32bit safeStefano Pigozzi2014-10-052-2/+2
* cocoa/libmpv: allow to embed mpv GL view in another windowStefano Pigozzi2014-10-054-32/+123
* examples/cocoa: never instance NSApplication with newStefano Pigozzi2014-10-051-1/+1
* examples/cocoa: set activation policy to mimic nib applicationsStefano Pigozzi2014-10-051-0/+8
* cocoa: simplify the config code and run it on the main threadStefano Pigozzi2014-10-051-9/+1
* etc: add an input config file that reverts recent key binding changeswm42014-10-051-0/+31
* audio/out/push: make draining more robustwm42014-10-051-20/+15
* audio/out/push: limit fallback sleep time to reasonable limitswm42014-10-051-2/+4
* ao_pulse: change suspend circumvention logicwm42014-10-041-1/+6
* manpage: changes: random corrections and additionswm42014-10-041-13/+19
* manpage: changes: move internal changes section to the endwm42014-10-041-22/+22
* options: add --no-keepaspect-windowwm42014-10-045-3/+13
* cocoa: don't reset presentation options on uninitStefano Pigozzi2014-10-041-1/+0
* cocoa: only call resize for view changing frameStefano Pigozzi2014-10-042-5/+2
* cocoa: remove pointless drawRectStefano Pigozzi2014-10-041-7/+0
* cocoa: make fullscreening look like an atomic operationStefano Pigozzi2014-10-041-0/+16
* cocoa: make resizing wake the vo threadStefano Pigozzi2014-10-041-0/+1
* cocoa: remove dead codeStefano Pigozzi2014-10-042-19/+0
* vf_stereo3d: fix "auto" input format with libavAlessandro Ghedini2014-10-041-1/+1
* manpage: refactor MPlayer -> mpv changes sectionAlessandro Ghedini2014-10-041-90/+137
* x11: stupid workaround for XMonadwm42014-10-043-7/+21
* ad_lavc: avoid warning messages on older FFmpeg or Libavwm42014-10-041-0/+2
* cocoa: move to a simpler threading modelStefano Pigozzi2014-10-047-114/+37
* build: fix examples target pathsStefano Pigozzi2014-10-041-3/+3
* build: allow to compile the cocoabasic.m exampleStefano Pigozzi2014-10-041-3/+9
* manpage: improve consistency with new ~/.config/mpv defaultKevin Mitchell2014-10-044-27/+32
* player: move some libass setup code to sub.cwm42014-10-034-96/+100
* player: properly wakeup when delaying OSDwm42014-10-031-1/+3
* video: return responsibility of video redraw back to playloopwm42014-10-033-4/+22
* player: remove central uninit_player() function and flags messwm42014-10-039-227/+184
* ao_pulse: refuse to start suspendedwm42014-10-031-1/+1
* audio: skip samples and adjust timestamps ourselveswm42014-10-033-2/+34
* man: replaced : with , in broken --lua-opts osc exampleStephen Caraher2014-10-031-1/+1
* command: don't show message on "osd" command by defaultwm42014-10-031-3/+2
* command: allow passing memory addresses to overlay_addwm42014-10-032-0/+16
* command: restructure overlay_add codewm42014-10-031-46/+63
* manpage: remove non-existing ratio-pos propertywm42014-10-021-3/+0
* x11: fix --wid=0wm42014-10-021-0/+1
* manpage: redocument audio delay key bindingswm42014-10-021-0/+3
* player: don't print audio/video init failure message twicewm42014-10-022-3/+4
* audio: enable pitch correction by default when playing fastwm42014-10-024-2/+49
* audio/filter: allow removing filters by labelwm42014-10-022-1/+33
* command: move setting playback speed to a separate functionwm42014-10-023-10/+19
* audio: refactor some aspects of filter chain setupwm42014-10-025-104/+56
* audio/filter: don't wipe full filter chain if adding a filter failswm42014-10-021-2/+5
* sub: round scaled subtitleswm42014-10-021-4/+4
* vo_vdpau: don't try to create surfaces of size 0wm42014-10-012-11/+11
* demux_disc: bluray: fix stream language (2)wm42014-09-301-0/+1
* man: fix to->too typoKevin Mitchell