summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* ao_oss: wait for events with poll()wm42014-11-061-0/+13
* audio/out/push: when using audio wait fallback, recheck conditionwm42014-11-061-1/+2
* sub: load .mks files as external subtitleswm42014-11-061-1/+1
* demux_mkv: fix indentationwm42014-11-051-3/+3
* demux_mkv: for subtitle preroll, consider all clusterswm42014-11-051-5/+3
* demux_mkv: apply subtitle preroll only if needed, based on cue indexwm42014-11-051-0/+16
* demux_mkv: read CueRelativePosition/CueDuration elementswm42014-11-052-11/+29
* demux_mkv: index all packetswm42014-11-051-4/+2
* command: use playback time as reference for sub_seekwm42014-11-051-2/+3
* demux: report 0s readahead time as fallback in some situationswm42014-11-051-1/+5
* video: remove swapped-endian image format aliaseswm42014-11-055-175/+73
* vo_wayland: don't use endian-specific defineswm42014-11-051-18/+22
* video: remove aliases for some rarely referenced image formatswm42014-11-052-82/+0
* video: add image format test programwm42014-11-051-0/+63
* video: passthrough unknown AVPixelFormatswm42014-11-053-1/+20
* video: handle endian detection in a more generic waywm42014-11-051-7/+21
* video: refuse to allocate image data for hwaccel formatswm42014-11-051-1/+1
* video: get hwaccel flag from pixdescwm42014-11-052-5/+8
* player: fix --secondary-sidwm42014-11-041-1/+1
* vo_opengl: minimal EGL on X11 supportwm42014-11-047-1/+188
* x11: rely on the Atom cachewm42014-11-032-15/+9
* demux: unbreak build with Libavwm42014-11-031-0/+4
* demux: don't account known range for streams that are EOFwm42014-11-031-2/+4
* demux: fix PTS comparisonwm42014-11-031-2/+4
* demux: don't consider stream EOF an underrunwm42014-11-031-1/+1
* demux_mkv: remove minor code duplicationwm42014-11-031-12/+6
* demux_mkv: implement audio skipping/trimmingwm42014-11-034-2/+44
* ad_lavc: allow skip samples amount to be larger than 1 packetwm42014-11-031-2/+6
* command: add window-minimized property (X11 only)wm42014-11-027-1/+52
* command: make window-scale property observablewm42014-11-0215-4/+64
* client API: nothing uses the result parameter of mpv_command_node()wm42014-11-021-0/+2
* command: expose mpv version as propertywm42014-11-022-0/+12
* common: fix version variable declarationswm42014-11-022-2/+3
* player: print anamorphic size only if video is anamorphicwm42014-11-021-2/+5
* player: always use demux_chapterwm42014-11-0212-51/+47
* player: add --chapters-file optionwm42014-11-024-5/+32
* manpage: update --playlist commentswm42014-11-022-9/+10
* osd: properly wakeup when the OSD function disappearswm42014-11-011-3/+10
* cocoa: fix fullscreen delay when pausedStefano Pigozzi2014-11-011-2/+2
* build: remove bundle support from wafStefano Pigozzi2014-11-011-0/+1
*