summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.7.2v0.7.2Alessandro Ghedini2014-12-202-1/+39
* options: enable --ytdl by defaultwm42014-12-193-7/+4
* ytdl: bump requrired youtube-dl version to 2014.11.26ChrisK22014-12-191-1/+1
* ytdl: Try to handle multi-arc videosChrisK22014-12-191-14/+37
* ytdl: When using DASH, print actual durationChrisK22014-12-191-1/+5
* vo_opengl: clamp filters to their sizewm42014-12-191-1/+2
* cocoa: don't change app activation policy in libmpvStefano Pigozzi2014-12-171-3/+4
* cocoa: remove urlencoding for url open eventsStefano Pigozzi2014-12-171-0/+2
* ao_coreaudio: add missing goto for error pathStefano Pigozzi2014-12-171-0/+1
* build: require alsa libs not older than 6 yearswm42014-12-171-1/+1
* vo_x11: don't attempt to resize when unconfiguredwm42014-12-171-2/+3
* vo_x11: check allocation errorswm42014-12-171-3/+10
* build: add checks for some compiler warning flagswm42014-12-171-8/+8
* vd_lavc: fix error handling pathwm42014-12-171-11/+12
* mp_image: check for malloc failurewm42014-12-171-0/+2
* stream_cdda: don't return number of tracks as number of titleswm42014-12-171-5/+0
* Check some mallocswm42014-12-172-0/+8
* pipe-win32: possible fix for Windows XP deadlockJames Ross-Gowan2014-12-171-0/+10
* manpage: fix mistake in --video-zoom mentionwm42014-12-171-1/+1
* command: fix crash with some forms of script_bindingwm42014-12-171-1/+1
* vo_opengl: fix linkage typewm42014-12-171-1/+1
* vo_opengl: don't crash if framebuffers are not availablewm42014-12-171-0/+9
* w32_common: fix GUID linking in CygwinJames Ross-Gowan2014-12-171-0/+1
* player: restore ab-loop settings with playback resumewm42014-12-171-0/+2
* build: fix --disable-libasswm42014-12-171-2/+2
* DOCS: Improve documentation of --ytdl-format optionChrisK22014-12-081-1/+4
* sub: remove assertionwm42014-12-081-2/+1
* af_hrtf: Fix out-of-range read.reimar2014-12-081-2/+7
* demux_mkv: reject 0 TimecodeScalewm42014-12-081-0/+4
* cocoa: save screenshots to desktop when using app bundleStefano Pigozzi2014-12-081-0/+1
* cocoa: don't create Dock icon for audio only filesStefano Pigozzi2014-12-082-17/+25
* ao_alsa: hackfix mono playbackwm42014-12-081-0/+3
* osc, dvd, bd: fix mouse state when changing menu modeswm42014-12-082-4/+9
* discnav: remove redundant callwm42014-12-081-2/+0
* coreaudio: don't output too many channel descriptionsStefano Pigozzi2014-12-071-0/+6
* coreaudio: add missing \n in log lineStefano Pigozzi2014-12-071-1/+1
* coreaudio: don't print layout a second timeStefano Pigozzi2014-12-071-1/+1
* cocoa: don't async redraw when waiting for VO redrawStefano Pigozzi2014-12-071-1/+3
* ao_alsa: try to fallback to "default" device if device is busywm42014-12-071-1/+6
* input: add a hack to fix keyboard navigation with dvd/bd menuwm42014-12-071-0/+2
* coreaudio: reject descriptions with too many channelsStefano Pigozzi2014-12-071-0/+7
* coreaudio: fix more layout printsStefano Pigozzi2014-12-071-2/+2
* coreaudio: fix prints of uint32_t in log_layoutStefano Pigozzi2014-12-071-10/+10
* dvd, bd, osc: disable OSC while a menu is activewm42014-12-071-0/+9
* input, lua: make removing key bindings workwm42014-12-071-3/+4
* osc: always force mouse_move bindingwm42014-12-071-1/+1
* lua: fix broken error messagewm42014-12-071-1/+1
* player: don't signal an error if --stream-dump is usedwm42014-12-071-0/+1
* Release 0.7.1v0.7.1Alessandro Ghedini2014-12-022-1/+31
* cocoa: fix opening reference URLs (.file/id=)Stefano Pigozzi2014-12-011-2/+4
* vo_opengl: Linearize non-RGB sRGB files correctly (eg. JPEG)Niklas Haas2014-12-013-7/+48
* vo_opengl: Reword comment in shaderNiklas Haas2014-12-011-2/+3
* vo_opengl: make operator precedence explicitwm42014-12-011-1/+2
* ao_coreaudio: initialize fetched properties to zerosStefano Pigozzi2014-12-011-2/+2
* options: fix channel map options sometimes failingwm42014-12-011-1/+1
* options: fix swapped deprecated/replacement in warningwm42014-12-011-1/+1
* player: simplify and fix ordered chapter EOF handlingwm42014-12-012-17/+11
* command: sub_add with "auto" should not always select a subtitle trackwm42014-12-011-1/+3
* mixer: don't show softvol neutral marker on OSD if not using softvolwm42014-12-011-2/+2
* vo_opengl: fix srgb with certain inputswm42014-12-011-1/+1
* vo_opengl: somethingwm42014-12-011-1/+1
* audio: fix one of the previous commitswm42014-12-011-1/+1
* audio: allow more than 20 channel map entrieswm42014-12-014-8/+19
* vd_lavc: don't crash if codec could not be openedwm42014-12-011-1/+1
* demux_playlist: don't ignore last line in m3uwm42014-12-011-2/+2
* win32: add screen offset when handling overlarge windowswm42014-12-011-2/+2
* build: fix typosStefano Pigozzi2014-11-281-2/+2
* subprocess-win: remove a Vista-only flagJames Ross-Gowan2014-11-281-3/+2
* demux_mkv: fix a possible out of bounds accesswm42014-11-281-6/+8
* audio: alternative fix for previous commitwm42014-11-281-4/+1
* audio: fix busy loop when seeking while pausedwm42014-11-281-2/+4
* manpage: lua: fix typo paramater -> parameterAlessandro Ghedini2014-11-281-1/+1
* Release 0.7.0v0.7.0Alessandro Ghedini2014-11-253-0/+69
* demux_lavf: set PTS of first packet for formats with no timestampswm42014-11-251-0/+9
* ao_alsa: fix channel map in pre-channel map API casewm42014-11-251-0/+1
* ao_alsa: always enable "plug" plugin for non-default devicewm42014-11-251-3/+2
* ao_alsa: select and set channel maps via channel map APIwm42014-11-251-28/+125
* ao_alsa: minor fixeswm42014-11-251-4/+6
* client API: make sure youtube-dl is not used by defaultwm42014-11-251-0/+1
* cocoa: don’t hand over view memory ownership to libmpv clientsStefano Pigozzi2014-11-251-1/+1
* audio: make mp_audio_config_to_str return a stack-allocated stringwm42014-11-254-23/+12
* ao_alsa: cleanupswm42014-11-251-97/+57
* player: add option not to use OSD/fontconfigwm42014-11-254-0/+16
* audio: make mp_chmap_to_str() return a stack-allocated stringwm42014-11-246-27/+25
* ao_alsa: try to use the channel map reported by ALSAwm42014-11-242-1/+66
* travis: restrict build matrix furtherwm42014-11-241-0/+4
* 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
|