summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* travis: add gcc to the build matrixwm42014-11-241-0/+4
* input: simplifywm42014-11-245-38/+25
* lua: remove redundant callwm42014-11-241-1/+0
* lua: always handle key repeat on the script sidewm42014-11-242-5/+8
* lua, ipc: remove leftoverswm42014-11-243-19/+0
* command: don't queue framestepswm42014-11-232-1/+15
* player: don't crash when using sub_seek without subtitleswm42014-11-231-2/+0
* input, lua: redo input handlingwm42014-11-2312-79/+211
* client API: restrict client nameswm42014-11-232-20/+22
* x11: fix crashwm42014-11-231-1/+1
* x11: fix crash with --wid=0 and vo_xv/vo_x11wm42014-11-231-2/+5
* input: set mouse area by default for all inputwm42014-11-232-2/+3
* subprocess: minor cosmetic cleanupwm42014-11-223-5/+9
* README: cleanup contact sectionwm42014-11-221-7/+7
* lua: subprocess: move to osdep/subprocess-{win,posix}.cJames Ross-Gowan2014-11-226-478/+553
* manpage: update utils.subprocess() for WindowsJames Ross-Gowan2014-11-221-2/+3
* lua: subprocess: use macros for SetHandleInformationJames Ross-Gowan2014-11-221-1/+2
* lua: subprocess: fix handle inheritance race conditionJames Ross-Gowan2014-11-221-11/+87
* lua: subprocess: fix Ctrl+C handling on WindowsJames Ross-Gowan2014-11-221-3/+11
* lua: subprocess: cancel pending I/O before returnJames Ross-Gowan2014-11-221-2/+7
* TOOLS/idet.sh: Adjust for changes in FFmpeg.Rudolf Polzer2014-11-221-5/+1
* parse_configfile: check quote termination properlywm42014-11-211-0/+7
* m_property: fix a typowm42014-11-211-1/+1
* ao_pcm: simplifywm42014-11-211-17/+13
* ao_oss: check whether setting samplerate succeedswm42014-11-211-2/+4
* ao_lavc: fix setting up AVFrame pointerswm42014-11-211-3/+4
* af_scaletempo: use float division for ratewm42014-11-211-1/+1
* Silence some Coverity warningswm42014-11-214-2/+4
* Remove some unneeded NULL checkswm42014-11-214-25/+22
* README: add Coverity statuswm42014-11-211-0/+2
* draw_bmp: make code more obvious, remove assertionwm42014-11-211-3/+3
* stream: fix endian swappingwm42014-11-211-2/+2
* bstr: don't call memcpy(..., NULL, 0)wm42014-11-211-0/+2
* Remove some superfluous NULL checkswm42014-11-214-7/+3
* ipc: fix confusion of write() return value and errnowm42014-11-211-3/+3
* demux_mkv: fix scary sign extension issueswm42014-11-211-8/+8
* demux_mkv: fix possible real-audio out of bounds accesseswm42014-11-211-1/+7
* demux_mkv: fix uninitialized variablewm42014-11-211-1/+1
* audio/out/push: fix off-by-one errorwm42014-11-211-1/+1
* ao_lavc: fix dangling pointerswm42014-11-211-1/+1
* travis: another attempt (2)wm42014-11-211-5/+6
* travis: another attemptwm42014-11-211-4/+2
* build: don't build win32 mpv.com wrapper with --disable-cplayerwm42014-11-211-13/+14
* travis: attempt to add Coverity integrationwm42014-11-211-0/+15
* lua: add a way to add repeatable key bindingswm42014-11-212-4/+10
* input: add a prefix to make any binding act on key repeatwm42014-11-205-4/+10
* command: dvd: better audio/video recovery on angle switchingwm42014-11-201-5/+2
* command: add drop_bufferswm42014-11-204-0/+18
* demux_mkv: haali hack: add last frame duration to video length toowm42014-11-201-2/+3
* Catch SIGPIPEwm42014-11-201-0/+3
* vd_lavc: flush frames before uninitializing hw decoderwm42014-11-201-0/+3
* options: add --ytdl-format option for youtube-dl formatJaime Marquínez Ferrándiz2014-11-204-3/+22
* manpage: changes.rst: add youtube-dl scriptwm42014-11-191-0/+4
* input.conf: add some additional bindingswm42014-11-192-0/+11
* player: integrate ytdl_hook.luawm42014-11-197-18/+28
* lua: add youtube-dl hook scriptChrisK22014-11-191-0/+163
* manpage: fix typowm42014-11-191-1/+1
* demux_mkv: add an option for compatibility with Haaliwm42014-11-185-0/+75
* manpage: document vo_cmdline commandwm42014-11-181-1/+8
* command: add an ab_loop commandwm42014-11-185-2/+31
* command: improve A-B loop behaviorwm42014-11-183-3/+16
* ao/wasapi: actually only retry once (not twice)Kevin Mitchell2014-11-181-2/+1
|\
| * ao/wasapi: only retry resizing the buffer onceKevin Mitchell2014-11-181-8/+10
* | vo_direct3d: fix texture-memory sub-option, extend itwm42014-11-182-16/+35
* | ao/wasapi: only retry resizing the buffer onceKevin Mitchell2014-11-181-8/+11
|/
* ao/wasapi: keep bufferPeriod in sync on retryKevin Mitchell2014-11-181-1/+4
* ao/wasapi: refix printf warning for both cygwin and msysKevin Mitchell2014-11-181-2/+2
* ao/wasapi: periodicity in shared mode must be zeroKevin Mitchell2014-11-181-3/+6
* ao/wasapi: increase buffer size to 50 msKevin Mitchell2014-11-183-16/+26
* stream: reduce ifdeffery for win32 somewhatwm42014-11-182-16/+8
* lua: subprocess: support cancellation on WindowsJames Ross-Gowan2014-11-181-1/+9
* stream: signal a Windows event object on cancelJames Ross-Gowan2014-11-182-0/+35
* lua: subprocess: use overlapped I/O on WindowsJames Ross-Gowan2014-11-181-56/+133
* command: initialize a-b loop options correctlywm42014-11-181-0/+1
* audio/out: always log retrieved audio device sizewm42014-11-181-2/+2
* ao/wasapi: fix leaked marshaled interface streamsJonathan Yong2014-11-181-0/+9
* ao/wasapi: Don't free stuff the thread may still be using on timeoutKevin Mitchell2014-11-171-1/+3
* ao/wasapi: also free the threadLoop handle on uninitKevin Mitchell2014-11-171-0/+1
* ao/wasapi: fix leaked event handlesKevin Mitchell2014-11-171-6/+5
* ao/wasapi: fix race condition in uninit on failure.Kevin Mitchell2014-11-171-2/+1
* ao/wasapi: silence format string warningsJames Ross-Gowan2014-11-182-2/+2
* command: implement A-B loopswm42014-11-187-11/+85
* wscript: move down some less important checkswm42014-11-171-8/+8
* build: check for mingw-w64 explicitlywm42014-11-171-1/+16
* command: adjust previous commitwm42014-11-172-7/+10
* command: playlist property: return if an entry is currently playingwm42014-11-172-0/+10
* ao_alsa: check for EAGAIN toowm42014-11-171-1/+1
* audio/out: switch back to wasapi as default on win32wm42014-11-171-3/+3
* Merge branch 'wasapi_fix2'Kevin Mitchell2014-11-176-148/+523
|\
| * ao/wasapi: request ao reload on thread_feed failuresKevin Mitchell2014-11-171-0/+2
| * ao/wasapi: add retry loop on AUDCLNT_E_DEVICE_IN_USEKevin Mitchell2014-11-171-0/+12
| * ao/wasapi: request reset on appropriate eventsKevin Mitchell2014-11-174-56/+117
| * ao/wasapi: add convenience functions for change notifiyKevin Mitchell2014-11-171-0/+49
| * ao/wasapi: new wasapi device monitoring interfaceJonathan Yong2014-11-173-0/+180
| * ao/wasapi: look for "multimedia" default device instead of "console"Kevin Mitchell2014-11-171-2/+2
| * ao/wasapi: put loading of default device in it's own functionKevin Mitchell2014-11-171-17/+30
| * ao/wasapi: fix possible null dereference of pDeviceKevin Mitchell2014-11-171-0/+1
| * ao/wasapi: tidy up better on failureKevin Mitchell2014-11-173-14/+26
| * ao/wasapi: improve error messages and add more debug statementsKevin Mitchell2014-11-174-98/+140
| * ao/wasapi: make calling of thread_init consistent with thread_uninitKevin Mitchell2014-11-173-3/+5
| * ao/wasapi: reenable the reset functionKevin Mitchell2014-11-171-1/+1
| * ao/wasapi: fix leaked deviceIDJonathan Yong2014-11-171-0/+1
* | lua: subprocess: remove minor code duplicationwm42014-11-161-31/+22
* | demux_mkv: check file type without actually reading datawm42014-11-161-0/+7
* | demux_cue: use stream_peek()wm42014-11-161-6/+2
* | restore-old-bindings.conf: add recently changed bindingwm42014-11-161-0/+4
* | lua: subprocess: add Windows implementationJames Ross-Gowan2014-11-161-46/+257
|/
* input.conf: Don't make ENTER exit the playerChrisK22014-11-152-2/+2
* man: document osc seekbarstyle optionahoka2014-11-152-1/+5
* osc: add validation for string user optionsahoka2014-11-151-0/+16
* osc: add seekbarstyle optionahoka2014-11-151-0/+5
* umpv: update comment for the new FIFO locationBen Boeckel2014-11-151-1/+1
* sub: workaround braindead libass APIwm42014-11-153-10/+14
* demux_mkv: adjust subtitle preroll again (2)wm42014-11-154-3/+35
* vo_opengl: allow setting different filters for downscalingwm42014-11-143-3/+12
* command: list filters/VOs/AOs with option-infowm42014-11-141-0/+11
* command: export some option metadatawm42014-11-134-3/+60
* command: rename "option-flags" property to "option-info"wm42014-11-132-6/+6
* command: make sub-properties more flexiblewm42014-11-133-15/+13
* command: fix weird stuffwm42014-11-131-0/+1
* command: export mpv configure arguments as propertywm42014-11-132-0/+11
* terminal-unix: Add some comments about FD use.Rudolf Polzer2014-11-131-0/+8
* terminal-unix: Fix initial terminal state.Rudolf Polzer2014-11-131-1/+1
* demux: update cache state when pausedwm42014-11-121-1/+11
* af: remove redundant functionwm42014-11-121-9/+2
* af: check audio params for validitywm42014-11-121-0/+5
* mp_image: slightly better image params verbose infowm42014-11-123-2/+9
* video: move formatting of image parameters to separate functionwm42014-11-123-21/+27
* vf: minor simplificationwm42014-11-122-16/+9
* manpage: adjust --hwdec docswm42014-11-121-6/+8
* player: simplify audio uninit on segment switcheswm42014-11-121-5/+4
* audio: fix some issues when reloading the AOwm42014-11-121-0/+3
* ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts.Rudolf Polzer2014-11-122-6/+24
* player: make the osd-msg prefix work for playlist_next/prevwm42014-11-114-1/+10
* audio: make sure AVFrame is actually refcountedwm42014-11-111-0/+12
* audio: refuse to allocate frames in invalid formatwm42014-11-111-1/+1
* demux_mkv: adjust subtitle preroll againwm42014-11-111-14/+17
* vf_sub: fix previous commitwm42014-11-111-3/+3
* vf_sub: don't crash if no subtitle context is availablewm42014-11-111-0/+3
* encode: don't segfault when bailing out due to resolution changewm42014-11-111-1/+1
* vo_opengl: don't reset user-set gamma when using vo_cmdlinewm42014-11-111-0/+3
* audio: make decoders output refcounted frameswm42014-11-1010-212/+153
* audio: add mp_audio_make_writeable()wm42014-11-102-0/+28
* audio: clear buffer array too with mp_audio_set_null_data()wm42014-11-101-1/+3
* audio: change how filters are inserted on playback speed changeswm42014-11-107-43/+122
* af_format: remove redundant message prefixeswm42014-11-101-2/+2
* audio: add function to convert AVFrame to mp_audio referenceswm42014-11-102-0/+51
* audio: add mp_audio_poolwm42014-11-102-4/+66
* player: don't try to use duration 0wm42014-11-101-1/+1
* dvd, bluray: reload demuxer on title changeswm42014-11-101-0/+1
* audio: use AVBufferRef to allocate audio frameswm42014-11-102-20/+10
* command: send property-change event on playlist changeAlessandro Ghedini2014-11-092-0/+6
* audio/out/pull: avoid deadlock if audio callback stopswm42014-11-091-26/+40
* atomics: add atomic_compare_exchange_strong()wm42014-11-092-0/+12
* audio/out: consistently use double return type for get_delaywm42014-11-0912-27/+25
* video/out: minor simplification to event query functionwm42014-11-093-7/+6
* audio/out: make ao_request_reload() idempotentwm42014-11-095-15/+31
* audio: handle reinit after AO reload slightly cleanerwm42014-11-091-8/+8
* mp_image: check memory allocationwm42014-11-081-0/+4
* player: improve audio time displaywm42014-11-081-1/+10
* w32_common: open window menu on Alt+SpaceJames Ross-Gowan2014-11-081-0/+10
* Revert "w32_common: don't override alt+space"wm42014-11-081-16/+8
* w32_common: don't override alt+spacewm42014-11-081-8/+16
* win32: silence some warningsJames Ross-Gowan2014-11-082-1/+3
* command: silence a warning on win32wm42014-11-081-0/+2
* demux_mkv: fix undefined shiftswm42014-11-081-4/+4
* command: fix option-flags propertywm42014-11-081-1/+3
* client API: deprecate some eventswm42014-11-083-22/+35
* command: export the flag whether an option was set on commandlinewm42014-11-072-0/+38
* client API: additional documentation commentswm42014-11-071-5/+19
* client: remove redundant assignmentwm42014-11-071-1/+0
* client API: silence silly clang warningwm42014-11-071-2/+2
* audio: add --audio-client-name optionwm42014-11-076-5/+15
* vo_opengl: initialize renderer after setting sizewm42014-11-072-2/+4
* command: add display-names propertyKevin Mitchell2014-11-072-0/+29
* vo/x11: implement VOCTRL_GET_DISPLAY_NAMES with xrandr names (e.g., "LVDS1")Kevin Mitchell2014-11-073-2/+23
* ipc: make sure --input-file=/dev/stdin always workswm42014-11-071-7/+20
* vo_wayland: drop redundant "const"wm42014-11-071-1/+1
* vo_vaapi: fix broken error checkswm42014-11-071-2/