summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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 refcountedwm4