| Commit message (Expand) | Author | Age | Files | Lines |
* | Release 0.7.0v0.7.0 | Alessandro Ghedini | 2014-11-25 | 3 | -0/+69 |
* | demux_lavf: set PTS of first packet for formats with no timestamps | wm4 | 2014-11-25 | 1 | -0/+9 |
* | ao_alsa: fix channel map in pre-channel map API case | wm4 | 2014-11-25 | 1 | -0/+1 |
* | ao_alsa: always enable "plug" plugin for non-default device | wm4 | 2014-11-25 | 1 | -3/+2 |
* | ao_alsa: select and set channel maps via channel map API | wm4 | 2014-11-25 | 1 | -28/+125 |
* | ao_alsa: minor fixes | wm4 | 2014-11-25 | 1 | -4/+6 |
* | client API: make sure youtube-dl is not used by default | wm4 | 2014-11-25 | 1 | -0/+1 |
* | cocoa: don’t hand over view memory ownership to libmpv clients | Stefano Pigozzi | 2014-11-25 | 1 | -1/+1 |
* | audio: make mp_audio_config_to_str return a stack-allocated string | wm4 | 2014-11-25 | 4 | -23/+12 |
* | ao_alsa: cleanups | wm4 | 2014-11-25 | 1 | -97/+57 |
* | player: add option not to use OSD/fontconfig | wm4 | 2014-11-25 | 4 | -0/+16 |
* | audio: make mp_chmap_to_str() return a stack-allocated string | wm4 | 2014-11-24 | 6 | -27/+25 |
* | ao_alsa: try to use the channel map reported by ALSA | wm4 | 2014-11-24 | 2 | -1/+66 |
* | travis: restrict build matrix further | wm4 | 2014-11-24 | 1 | -0/+4 |
* | travis: add gcc to the build matrix | wm4 | 2014-11-24 | 1 | -0/+4 |
* | input: simplify | wm4 | 2014-11-24 | 5 | -38/+25 |
* | lua: remove redundant call | wm4 | 2014-11-24 | 1 | -1/+0 |
* | lua: always handle key repeat on the script side | wm4 | 2014-11-24 | 2 | -5/+8 |
* | lua, ipc: remove leftovers | wm4 | 2014-11-24 | 3 | -19/+0 |
* | command: don't queue framesteps | wm4 | 2014-11-23 | 2 | -1/+15 |
* | player: don't crash when using sub_seek without subtitles | wm4 | 2014-11-23 | 1 | -2/+0 |
* | input, lua: redo input handling | wm4 | 2014-11-23 | 12 | -79/+211 |
* | client API: restrict client names | wm4 | 2014-11-23 | 2 | -20/+22 |
* | x11: fix crash | wm4 | 2014-11-23 | 1 | -1/+1 |
* | x11: fix crash with --wid=0 and vo_xv/vo_x11 | wm4 | 2014-11-23 | 1 | -2/+5 |
* | input: set mouse area by default for all input | wm4 | 2014-11-23 | 2 | -2/+3 |
* | subprocess: minor cosmetic cleanup | wm4 | 2014-11-22 | 3 | -5/+9 |
* | README: cleanup contact section | wm4 | 2014-11-22 | 1 | -7/+7 |
* | lua: subprocess: move to osdep/subprocess-{win,posix}.c | James Ross-Gowan | 2014-11-22 | 6 | -478/+553 |
* | manpage: update utils.subprocess() for Windows | James Ross-Gowan | 2014-11-22 | 1 | -2/+3 |
* | lua: subprocess: use macros for SetHandleInformation | James Ross-Gowan | 2014-11-22 | 1 | -1/+2 |
* | lua: subprocess: fix handle inheritance race condition | James Ross-Gowan | 2014-11-22 | 1 | -11/+87 |
* | lua: subprocess: fix Ctrl+C handling on Windows | James Ross-Gowan | 2014-11-22 | 1 | -3/+11 |
* | lua: subprocess: cancel pending I/O before return | James Ross-Gowan | 2014-11-22 | 1 | -2/+7 |
* | TOOLS/idet.sh: Adjust for changes in FFmpeg. | Rudolf Polzer | 2014-11-22 | 1 | -5/+1 |
* | parse_configfile: check quote termination properly | wm4 | 2014-11-21 | 1 | -0/+7 |
* | m_property: fix a typo | wm4 | 2014-11-21 | 1 | -1/+1 |
* | ao_pcm: simplify | wm4 | 2014-11-21 | 1 | -17/+13 |
* | ao_oss: check whether setting samplerate succeeds | wm4 | 2014-11-21 | 1 | -2/+4 |
* | ao_lavc: fix setting up AVFrame pointers | wm4 | 2014-11-21 | 1 | -3/+4 |
* | af_scaletempo: use float division for rate | wm4 | 2014-11-21 | 1 | -1/+1 |
* | Silence some Coverity warnings | wm4 | 2014-11-21 | 4 | -2/+4 |
* | Remove some unneeded NULL checks | wm4 | 2014-11-21 | 4 | -25/+22 |
* | README: add Coverity status | wm4 | 2014-11-21 | 1 | -0/+2 |
* | draw_bmp: make code more obvious, remove assertion | wm4 | 2014-11-21 | 1 | -3/+3 |
* | stream: fix endian swapping | wm4 | 2014-11-21 | 1 | -2/+2 |
* | bstr: don't call memcpy(..., NULL, 0) | wm4 | 2014-11-21 | 1 | -0/+2 |
* | Remove some superfluous NULL checks | wm4 | 2014-11-21 | 4 | -7/+3 |
* | ipc: fix confusion of write() return value and errno | wm4 | 2014-11-21 | 1 | -3/+3 |
* | demux_mkv: fix scary sign extension issues | wm4 | 2014-11-21 | 1 | -8/+8 |
* | demux_mkv: fix possible real-audio out of bounds accesses | wm4 | 2014-11-21 | 1 | -1/+7 |
* | demux_mkv: fix uninitialized variable | wm4 | 2014-11-21 | 1 | -1/+1 |
* | audio/out/push: fix off-by-one error | wm4 | 2014-11-21 | 1 | -1/+1 |
* | ao_lavc: fix dangling pointers | wm4 | 2014-11-21 | 1 | -1/+1 |
* | travis: another attempt (2) | wm4 | 2014-11-21 | 1 | -5/+6 |
* | travis: another attempt | wm4 | 2014-11-21 | 1 | -4/+2 |
* | build: don't build win32 mpv.com wrapper with --disable-cplayer | wm4 | 2014-11-21 | 1 | -13/+14 |
* | travis: attempt to add Coverity integration | wm4 | 2014-11-21 | 1 | -0/+15 |
* | lua: add a way to add repeatable key bindings | wm4 | 2014-11-21 | 2 | -4/+10 |
* | input: add a prefix to make any binding act on key repeat | wm4 | 2014-11-20 | 5 | -4/+10 |
* | command: dvd: better audio/video recovery on angle switching | wm4 | 2014-11-20 | 1 | -5/+2 |
* | command: add drop_buffers | wm4 | 2014-11-20 | 4 | -0/+18 |
* | demux_mkv: haali hack: add last frame duration to video length too | wm4 | 2014-11-20 | 1 | -2/+3 |
* | Catch SIGPIPE | wm4 | 2014-11-20 | 1 | -0/+3 |
* | vd_lavc: flush frames before uninitializing hw decoder | wm4 | 2014-11-20 | 1 | -0/+3 |
* | options: add --ytdl-format option for youtube-dl format | Jaime Marquínez Ferrándiz | 2014-11-20 | 4 | -3/+22 |
* | manpage: changes.rst: add youtube-dl script | wm4 | 2014-11-19 | 1 | -0/+4 |
* | input.conf: add some additional bindings | wm4 | 2014-11-19 | 2 | -0/+11 |
* | player: integrate ytdl_hook.lua | wm4 | 2014-11-19 | 7 | -18/+28 |
* | lua: add youtube-dl hook script | ChrisK2 | 2014-11-19 | 1 | -0/+163 |
* | manpage: fix typo | wm4 | 2014-11-19 | 1 | -1/+1 |
* | demux_mkv: add an option for compatibility with Haali | wm4 | 2014-11-18 | 5 | -0/+75 |
* | manpage: document vo_cmdline command | wm4 | 2014-11-18 | 1 | -1/+8 |
* | command: add an ab_loop command | wm4 | 2014-11-18 | 5 | -2/+31 |
* | command: improve A-B loop behavior | wm4 | 2014-11-18 | 3 | -3/+16 |
* | ao/wasapi: actually only retry once (not twice) | Kevin Mitchell | 2014-11-18 | 1 | -2/+1 |
|\ |
|
| * | ao/wasapi: only retry resizing the buffer once | Kevin Mitchell | 2014-11-18 | 1 | -8/+10 |
* | | vo_direct3d: fix texture-memory sub-option, extend it | wm4 | 2014-11-18 | 2 | -16/+35 |
* | | ao/wasapi: only retry resizing the buffer once | Kevin Mitchell | 2014-11-18 | 1 | -8/+11 |
|/ |
|
* | ao/wasapi: keep bufferPeriod in sync on retry | Kevin Mitchell | 2014-11-18 | 1 | -1/+4 |
* | ao/wasapi: refix printf warning for both cygwin and msys | Kevin Mitchell | 2014-11-18 | 1 | -2/+2 |
* | ao/wasapi: periodicity in shared mode must be zero | Kevin Mitchell | 2014-11-18 | 1 | -3/+6 |
* | ao/wasapi: increase buffer size to 50 ms | Kevin Mitchell | 2014-11-18 | 3 | -16/+26 |
* | stream: reduce ifdeffery for win32 somewhat | wm4 | 2014-11-18 | 2 | -16/+8 |
* | lua: subprocess: support cancellation on Windows | James Ross-Gowan | 2014-11-18 | 1 | -1/+9 |
* | stream: signal a Windows event object on cancel | James Ross-Gowan | 2014-11-18 | 2 | -0/+35 |
* | lua: subprocess: use overlapped I/O on Windows | James Ross-Gowan | 2014-11-18 | 1 | -56/+133 |
* | command: initialize a-b loop options correctly | wm4 | 2014-11-18 | 1 | -0/+1 |
* | audio/out: always log retrieved audio device size | wm4 | 2014-11-18 | 1 | -2/+2 |
* | ao/wasapi: fix leaked marshaled interface streams | Jonathan Yong | 2014-11-18 | 1 | -0/+9 |
* | ao/wasapi: Don't free stuff the thread may still be using on timeout | Kevin Mitchell | 2014-11-17 | 1 | -1/+3 |
* | ao/wasapi: also free the threadLoop handle on uninit | Kevin Mitchell | 2014-11-17 | 1 | -0/+1 |
* | ao/wasapi: fix leaked event handles | Kevin Mitchell | 2014-11-17 | 1 | -6/+5 |
* | ao/wasapi: fix race condition in uninit on failure. | Kevin Mitchell | 2014-11-17 | 1 | -2/+1 |
* | ao/wasapi: silence format string warnings | James Ross-Gowan | 2014-11-18 | 2 | -2/+2 |
* | command: implement A-B loops | wm4 | 2014-11-18 | 7 | -11/+85 |
* | wscript: move down some less important checks | wm4 | 2014-11-17 | 1 | -8/+8 |
* | build: check for mingw-w64 explicitly | wm4 | 2014-11-17 | 1 | -1/+16 |
* | command: adjust previous commit | wm4 | 2014-11-17 | 2 | -7/+10 |
* | command: playlist property: return if an entry is currently playing | wm4 | 2014-11-17 | 2 | -0/+10 |
* | ao_alsa: check for EAGAIN too | wm4 | 2014-11-17 | 1 | -1/+1 |
* | audio/out: switch back to wasapi as default on win32 | wm4 | 2014-11-17 | 1 | -3/+3 |
* | Merge branch 'wasapi_fix2' | Kevin Mitchell | 2014-11-17 | 6 | -148/+523 |
|\ |
|
| * | ao/wasapi: request ao reload on thread_feed failures | Kevin Mitchell | 2014-11-17 | 1 | -0/+2 |
| * | ao/wasapi: add retry loop on AUDCLNT_E_DEVICE_IN_USE | Kevin Mitchell | 2014-11-17 | 1 | -0/+12 |
| * | ao/wasapi: request reset on appropriate events | Kevin Mitchell | 2014-11-17 | 4 | -56/+117 |
| * | ao/wasapi: add convenience functions for change notifiy | Kevin Mitchell | 2014-11-17 | 1 | -0/+49 |
| * | ao/wasapi: new wasapi device monitoring interface | Jonathan Yong | 2014-11-17 | 3 | -0/+180 |
| * | ao/wasapi: look for "multimedia" default device instead of "console" | Kevin Mitchell | 2014-11-17 | 1 | -2/+2 |
| * | ao/wasapi: put loading of default device in it's own function | Kevin Mitchell | 2014-11-17 | 1 | -17/+30 |
| * | ao/wasapi: fix possible null dereference of pDevice | Kevin Mitchell | 2014-11-17 | 1 | -0/+1 |
| * | ao/wasapi: tidy up better on failure | Kevin Mitchell | 2014-11-17 | 3 | -14/+26 |
| * | ao/wasapi: improve error messages and add more debug statements | Kevin Mitchell | 2014-11-17 | 4 | -98/+140 |
| * | ao/wasapi: make calling of thread_init consistent with thread_uninit | Kevin Mitchell | 2014-11-17 | 3 | -3/+5 |
| * | ao/wasapi: reenable the reset function | Kevin Mitchell | 2014-11-17 | 1 | -1/+1 |
| * | ao/wasapi: fix leaked deviceID | Jonathan Yong | 2014-11-17 | 1 | -0/+1 |
* | | lua: subprocess: remove minor code duplication | wm4 | 2014-11-16 | 1 | -31/+22 |
* | | demux_mkv: check file type without actually reading data | wm4 | 2014-11-16 | 1 | -0/+7 |
* | | demux_cue: use stream_peek() | wm4 | 2014-11-16 | 1 | -6/+2 |
* | | restore-old-bindings.conf: add recently changed binding | wm4 | 2014-11-16 | 1 | -0/+4 |
* | | lua: subprocess: add Windows implementation | James Ross-Gowan | 2014-11-16 | 1 | -46/+257 |
|/ |
|
* | input.conf: Don't make ENTER exit the player | ChrisK2 | 2014-11-15 | 2 | -2/+2 |
* | man: document osc seekbarstyle option | ahoka | 2014-11-15 | 2 | -1/+5 |
* | osc: add validation for string user options | ahoka | 2014-11-15 | 1 | -0/+16 |
* | osc: add seekbarstyle option | ahoka | 2014-11-15 | 1 | -0/+5 |
* | umpv: update comment for the new FIFO location | Ben Boeckel | 2014-11-15 | 1 | -1/+1 |
* | sub: workaround braindead libass API | wm4 | 2014-11-15 | 3 | -10/+14 |
* | demux_mkv: adjust subtitle preroll again (2) | wm4 | 2014-11-15 | 4 | -3/+35 |
* | vo_opengl: allow setting different filters for downscaling | wm4 | 2014-11-14 | 3 | -3/+12 |
* | command: list filters/VOs/AOs with option-info | wm4 | 2014-11-14 | 1 | -0/+11 |
* | command: export some option metadata | wm4 | 2014-11-13 | 4 | -3/+60 |
* | command: rename "option-flags" property to "option-info" | wm4 | 2014-11-13 | 2 | -6/+6 |
* | command: make sub-properties more flexible | wm4 | 2014-11-13 | 3 | -15/+13 |
* | command: fix weird stuff | wm4 | 2014-11-13 | 1 | -0/+1 |
* | command: export mpv configure arguments as property | wm4 | 2014-11-13 | 2 | -0/+11 |
* | terminal-unix: Add some comments about FD use. | Rudolf Polzer | 2014-11-13 | 1 | -0/+8 |
* | terminal-unix: Fix initial terminal state. | Rudolf Polzer | 2014-11-13 | 1 | -1/+1 |
* | demux: update cache state when paused | wm4 | 2014-11-12 | 1 | -1/+11 |
* | af: remove redundant function | wm4 | 2014-11-12 | 1 | -9/+2 |
* | af: check audio params for validity | wm4 | 2014-11-12 | 1 | -0/+5 |
* | mp_image: slightly better image params verbose info | wm4 | 2014-11-12 | 3 | -2/+9 |
* | video: move formatting of image parameters to separate function | wm4 | 2014-11-12 | 3 | -21/+27 |
* | vf: minor simplification | wm4 | 2014-11-12 | 2 | -16/+9 |
* | manpage: adjust --hwdec docs | wm4 | 2014-11-12 | 1 | -6/+8 |
* | player: simplify audio uninit on segment switches | wm4 | 2014-11-12 | 1 | -5/+4 |
* | audio: fix some issues when reloading the AO | wm4 | 2014-11-12 | 1 | -0/+3 |
* | ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts. | Rudolf Polzer | 2014-11-12 | 2 | -6/+24 |
* | player: make the osd-msg prefix work for playlist_next/prev | wm4 | 2014-11-11 | 4 | -1/+10 |
* | audio: make sure AVFrame is actually refcounted | wm4 | 2014-11-11 | 1 | -0/+12 |
* | audio: refuse to allocate frames in invalid format | wm4 | 2014-11-11 | 1 | -1/+1 |
* | demux_mkv: adjust subtitle preroll again | wm4 | 2014-11-11 | 1 | -14/+17 |
* | vf_sub: fix previous commit | wm4 | 2014-11-11 | 1 | -3/+3 |
* | vf_sub: don't crash if no subtitle context is available | wm4 | 2014-11-11 | 1 | -0/+3 |
* | encode: don't segfault when bailing out due to resolution change | wm4 | 2014-11-11 | 1 | -1/+1 |
* | vo_opengl: don't reset user-set gamma when using vo_cmdline | wm4 | 2014-11-11 | 1 | -0/+3 |
* | audio: make decoders output refcounted frames | wm4 | 2014-11-10 | 10 | -212/+153 |
* | audio: add mp_audio_make_writeable() | wm4 | 2014-11-10 | 2 | -0/+28 |
* | audio: clear buffer array too with mp_audio_set_null_data() | wm4 | 2014-11-10 | 1 | -1/+3 |
* | audio: change how filters are inserted on playback speed changes | wm4 | 2014-11-10 | 7 | -43/+122 |
* | af_format: remove redundant message prefixes | wm4 | 2014-11-10 | 1 | -2/+2 |
* | audio: add function to convert AVFrame to mp_audio references | wm4 | 2014-11-10 | 2 | -0/+51 |
* | audio: add mp_audio_pool | wm4 | 2014-11-10 | 2 | -4/+66 |
* | player: don't try to use duration 0 | wm4 | 2014-11-10 | 1 | -1/+1 |
* | dvd, bluray: reload demuxer on title changes | wm4 | 2014-11-10 | 1 | -0/+1 |
* | audio: use AVBufferRef to allocate audio frames | wm4 | 2014-11-10 | 2 | -20/+10 |
* | command: send property-change event on playlist change | Alessandro Ghedini | 2014-11-09 | 2 | -0/+6 |
* | audio/out/pull: avoid deadlock if audio callback stops | wm4 | 2014-11-09 | 1 | -26/+40 |
* | atomics: add atomic_compare_exchange_strong() | wm4 | 2014-11-09 | 2 | -0/+12 |
* | audio/out: consistently use double return type for get_delay | wm4 | 2014-11-09 | 12 | -27/+25 |
* | video/out: minor simplification to event query function | wm4 | 2014-11-09 | 3 | -7/+6 |
* | audio/out: make ao_request_reload() idempotent | wm4 | 2014-11-09 | 5 | -15/+31 |
* | audio: handle reinit after AO reload slightly cleaner | wm4 | 2014-11-09 | 1 | -8/+8 |
* | mp_image: check memory allocation | wm4 | 2014-11-08 | 1 | -0/+4 |
* | player: improve audio time display | wm4 | 2014-11-08 | 1 | -1/+10 |
* | w32_common: open window menu on Alt+Space | James Ross-Gowan | 2014-11-08 | 1 | -0/+10 |
* | Revert "w32_common: don't override alt+space" | wm4 | 2014-11-08 | 1 | -16/+8 |
* | w32_common: don't override alt+space | wm4 | 2014-11-08 | 1 | -8/+16 |
* | win32: silence some warnings | James Ross-Gowan | 2014-11-08 | 2 | -1/+3 |
* | command: silence a warning on win32 | wm4 | 2014-11-08 | 1 | -0/+2 |
* | demux_mkv: fix undefined shifts | wm4 | 2014-11-08 | 1 | -4/+4 |
* | command: fix option-flags property | wm4 | 2014-11-08 | 1 | -1/+3 |
* | client API: deprecate some events | wm4 | 2014-11-08 | 3 | -22/+35 |
* | command: export the flag whether an option was set on commandline | wm4 | 2014-11-07 | 2 | -0/+38 |
* | client API: additional documentation comments | wm4 | 2014-11-07 | 1 | -5/+19 |
* | client: remove redundant assignment | wm4 | 2014-11-07 | 1 | -1/+0 |
* | client API: silence silly clang warning | wm4 | 2014-11-07 | 1 | -2/+2 |
* | audio: add --audio-client-name option | wm4 | 2014-11-07 | 6 | -5/+15 |
* | vo_opengl: initialize renderer after setting size | wm4 | 2014-11-07 | 2 | -2/+4 |
* | command: add display-names property | Kevin Mitchell | 2014-11-07 | 2 | -0/+29 |
* | vo/x11: implement VOCTRL_GET_DISPLAY_NAMES with xrandr names (e.g., "LVDS1") | Kevin Mitchell | 2014-11-07 | 3 | -2/+23 |
* | ipc: make sure --input-file=/dev/stdin always works | wm4 | 2014-11-07 | 1 | -7/+20 |
* | vo_wayland: drop redundant "const" | wm4 | 2014-11-07 | 1 | -1/+1 |
* | vo_vaapi: fix broken error checks | wm4 | 2014-11-07 | 1 | -2/+2 |
* | ao_oss: wait for events with poll() | wm4 | 2014-11-06 | 1 | -0/+13 |
* | audio/out/push: when using audio wait fallback, recheck condition | wm4 | 2014-11-06 | 1 | -1/+2 |
* | sub: load .mks files as external subtitles | wm4 | 2014-11-06 | 1 | -1/+1 |
* | demux_mkv: fix indentation | wm4 | 2014-11-05 | 1 | -3/+3 |
* | demux_mkv: for subtitle preroll, consider all clusters | wm4 | 2014-11-05 | 1 | -5/+3 |
* | demux_mkv: apply subtitle preroll only if needed, based on cue index | wm4 | 2014-11-05 | 1 | -0/+16 |
* | demux_mkv: read CueRelativePosition/CueDuration elements | wm4 | 2014-11-05 | 2 | -11/+29 |
* | demux_mkv: index all packets | wm4 | 2014-11-05 | 1 | -4/+2 |
* | command: use playback time as reference for sub_seek | wm4 | 2014-11-05 | 1 | -2/+3 |
* | demux: report 0s readahead time as fallback in some situations | wm4 | 2014-11-05 | 1 | -1/+5 |
* | video: remove swapped-endian image format aliases | wm4 | 2014-11-05 | 5 | -175/+73 |
* | vo_wayland: don't use endian-specific defines | wm4 | 2014-11-05 | 1 | -18/+22 |
* | video: remove aliases for some rarely referenced image formats | wm4 | 2014-11-05 | 2 | -82/+0 |
* | video: add image format test program | wm4 | 2014-11-05 | 1 | -0/+63 |
* | video: passthrough unknown AVPixelFormats | wm4 | 2014-11-05 | 3 | -1/+20 |
* | video: handle endian detection in a more generic way | wm4 | 2014-11-05 | 1 | -7/+21 |
* | video: refuse to allocate image data for hwaccel formats | wm4 | 2014-11-05 | 1 | -1/+1 |
* | video: get hwaccel flag from pixdesc | wm4 | 2014-11-05 | 2 | -5/+8 |
* | player: fix --secondary-sid | wm4 | 2014-11-04 | 1 | -1/+1 |
* | vo_opengl: minimal EGL on X11 support | wm4 | 2014-11-04 | 7 | -1/+188 |
* | x11: rely on the Atom cache | wm4 | 2014-11-03 | 2 | -15/+9 |
* | demux: unbreak build with Libav | wm4 | 2014-11-03 | 1 | -0/+4 |
* | demux: don't account known range for streams that are EOF | wm4 | 2014-11-03 | 1 | -2/+4 |
* | demux: fix PTS comparison | wm4 | 2014-11-03 | 1 | -2/+4 |
* | demux: don't consider stream EOF an underrun | wm4 | 2014-11-03 | 1 | -1/+1 |
* | demux_mkv: remove minor code duplication | wm4 | 2014-11-03 | 1 | -12/+6 |
* | demux_mkv: implement audio skipping/trimming | wm4 | 2014-11-03 | 4 | -2/+44 |
* | ad_lavc: allow skip samples amount to be larger than 1 packet | wm4 | 2014-11-03 | 1 | -2/+6 |
* | command: add window-minimized property (X11 only) | wm4 | 2014-11-02 | 7 | -1/+52 |
* | command: make window-scale property observable | wm4 | 2014-11-02 | 15 | -4/+64 |
* | client API: nothing uses the result parameter of mpv_command_node() | wm4 | 2014-11-02 | 1 | -0/+2 |
* | command: expose mpv version as property | wm4 | 2014-11-02 | 2 | -0/+12 |
* | common: fix version variable declarations | wm4 | 2014-11-02 | 2 | -2/+3 |
* | player: print anamorphic size only if video is anamorphic | wm4 | 2014-11-02 | 1 | -2/+5 |
* | player: always use demux_chapter | wm4 | 2014-11-02 | 12 | -51/+47 |
* | player: add --chapters-file option | wm4 | 2014-11-02 | 4 | -5/+32 |
* | manpage: update --playlist comments | wm4 | 2014-11-02 | 2 | -9/+10 |
* | osd: properly wakeup when the OSD function disappears | wm4 | 2014-11-01 | 1 | -3/+10 |
* | cocoa: fix fullscreen delay when paused | Stefano Pigozzi | 2014-11-01 | 1 | -2/+2 |
* | build: remove bundle support from waf | Stefano Pigozzi | 2014-11-01 | 1 | -0/+1 |
* | ipc: make it possible to receive log messages | wm4 | 2014-11-01 | 2 | -0/+23 |
* | ipc: add a command to retrieve API version | wm4 | 2014-11-01 | 2 | -0/+8 |
* | ipc: verify resume/suspend commands | wm4 | 2014-11-01 | 1 | -4/+16 |
* | manpage: ipc: fix command name for observe_property | wm4 | 2014-11-01 | 1 | -1/+1 |
* | build: remove bundle support from waf | Stefano Pigozzi | 2014-11-01 | 2 | -30/+1 |
* | player: update meaning of drop_frame_cnt | wm4 | 2014-11-01 | 5 | -12/+12 |
* | player: show AV-desync message in all framedrop modes | wm4 | 2014-11-01 | 1 | -2/+1 |
* | build: fix 'ar' invocation when cross-compiling | wm4 | 2014-11-01 | 1 | -1/+3 |
* | cache: don't relay STREAM_CTRL_AVSEEK if it's unsupported | wm4 | 2014-11-01 | 1 | -0/+4 |
* | sub: remove osd_get_sub() | wm4 | 2014-11-01 | 5 | -13/+7 |
* | command: don't require whitespace before ';' or '#' | wm4 | 2014-10-31 | 1 | -4/+1 |
* | sub: be more flexible about changes to how subtitles are rendered | wm4 | 2014-10-31 | 1 | -20/+32 |
* | osdep: potentially fix compilation on OpenBSD | wm4 | 2014-10-31 | 1 | -0/+1 |
* | ao_alsa: don't make snd_pcm_hw_params_set_buffer_time_near() error fatal | wm4 | 2014-10-31 | 1 | -1/+7 |
* | player: change framedrop display in the status line | wm4 | 2014-10-31 | 2 | -12/+14 |
* | player: improve exit message in some scenarios | wm4 | 2014-10-31 | 3 | -63/+58 |
* | options: accept --audio-channels=auto | wm4 | 2014-10-30 | 2 | -2/+4 |
* | demux_lavf, stream_lavf: drop local buffers on time-seeks | wm4 | 2014-10-30 | 2 | -3/+8 |
* | demux_lavf: mark as seekable if protocol supports seeking by time | wm4 | 2014-10-30 | 4 | -0/+11 |
* | demux_playlist: redirect ASF streaming to mmsh:// | wm4 | 2014-10-30 | 1 | -14/+30 |
* | client API: qthelper: add set_option_variant() | wm4 | 2014-10-30 | 2 | -0/+11 |
* | vo_opengl: draw OSD twice in 3D mode case | wm4 | 2014-10-29 | 3 | -7/+57 |
* | input: cascade-load input.conf | wm4 | 2014-10-29 | 1 | -8/+6 |
* | demux: fix demux_seek signature | wm4 | 2014-10-29 | 2 | -2/+2 |
* | demux: move some seek flag sanitation to generic code | wm4 | 2014-10-29 | 2 | -10/+15 |
* | demux_mkv: implement percentage seeking with no index | wm4 | 2014-10-29 | 1 | -22/+24 |
* | demux_mkv: export packet file position | wm4 | 2014-10-29 | 1 | -0/+1 |
* | player: don't display zero duration for files with unknown duration | wm4 | 2014-10-29 | 4 | -17/+22 |
* | player: add an option to abort playback on partial init failures | wm4 | 2014-10-28 | 7 | -3/+16 |
* | player: handle DVB demuxer reloading correctly | wm4 | 2014-10-28 | 1 | -2/+2 |
* | client API: better error reporting | wm4 | 2014-10-28 | 8 | -25/+92 |
* | client API: add an enum for mpv_event_end_file.reason | wm4 | 2014-10-28 | 3 | -12/+30 |
* | player: handle edition reloading slightly differently | wm4 | 2014-10-28 | 3 | -11/+11 |
* | demux: seek to position 0 when loading, instead of restoring it | wm4 | 2014-10-28 | 1 | -7/+7 |
* | client API: clarify statement about thread-safety | wm4 | 2014-10-28 | 1 | -5/+6 |
* | coreaudio: only list output devices | Stefano Pigozzi | 2014-10-28 | 1 | -0/+12 |
* | manpage: clarify loadfile append-play mode | wm4 | 2014-10-28 | 1 | -1/+3 |
* | command: play the correct entry with loadfile ... append-play | Alessandro Ghedini | 2014-10-27 | 1 | -1/+1 |
* | player: don't spam video-reconfig event | wm4 | 2014-10-27 | 1 | -1/+1 |
* | cocoa: fix small leak | Stefano Pigozzi | 2014-10-27 | 1 | -0/+1 |
* | libmpv: cocoa: fix view leak on uninit | Stefano Pigozzi | 2014-10-27 | 1 | -4/+6 |
* | libmpv: cocoa: add basic menu | Stefano Pigozzi | 2014-10-27 | 1 | -10/+7 |
* | command: try 'icy-title' metadata for media-title as well | Alessandro Ghedini | 2014-10-27 | 1 | -0/+3 |
* | x11: fix display FPS detection for interlaced modes | wm4 | 2014-10-27 | 1 | -1/+6 |
* | dxva2: use gpu_memcpy with unmatched strides | James Ross-Gowan | 2014-10-27 | 1 | -8/+29 |
* | command: add audio-device property | wm4 | 2014-10-27 | 2 | -0/+24 |
* | audio: add command/function to reload audio output | wm4 | 2014-10-27 | 6 | -1/+29 |
* | dxva2: fix copying surfaces with different stride | James Ross-Gowan | 2014-10-27 | 1 | -10/+18 |
* | dxva2: fix crash on initialization failure | wm4 | 2014-10-26 | 1 | -0/+2 |
* | TOOLS/lua/autoload: fix operation outside of working dir | wm4 | 2014-10-26 | 1 | -3/+7 |
* | TOOLS/lua/autoload: don't shadow local variable | wm4 | 2014-10-26 | 1 | -4/+4 |
* | manpage: options: various fixes | Alessandro Ghedini | 2014-10-26 | 1 | -9/+9 |
* | dxva2: gpu_memcpy: fix build for GCC 4.8.3 | James Ross-Gowan | 2014-10-26 | 1 | -3/+10 |
* | vo_direct3d: support nv12/nv21 directly | wm4 | 2014-10-26 | 1 | -0/+8 |
* | video: clarify what IMFMT_DXVA2 is | wm4 | 2014-10-26 | 1 | -1/+1 |
* | dxva2: use optimized memcpy | James Ross-Gowan | 2014-10-26 | 3 | -12/+165 |
* | lua: subprocess: fix dumb | wm4 | 2014-10-26 | 1 | -1/+1 |
* | lua: subprocess: tunnel stderr through mp_log | wm4 | 2014-10-26 | 1 | -20/+63 |
* | osdep: add helper for creating a sane pipe() | wm4 | 2014-10-26 | 2 | -4/+21 |
* | lua: parse_json(): fix inverted condition for trail argument | wm4 | 2014-10-26 | 1 | -1/+1 |
* | lua: subprocess: don't distinguish pipe errors/EOF | wm4 | 2014-10-26 | 1 | -7/+4 |
* | build: fix Lua detection | Stefano Pigozzi | 2014-10-25 | 1 | -2/+4 |
* | Drop libquvi support | wm4 | 2014-10-25 | 21 | -555/+12 |
* | video: initial dxva2 support | wm4 | 2014-10-25 | 9 | -2/+623 |
* | manpage: use the proper environment variable for CSIDL_APPDATA | wm4 | 2014-10-25 | 1 | -4/+8 |
* | tv: remove some differences between immediate/normal mode | wm4 | 2014-10-25 | 1 | -38/+23 |
* | tv: reduce waiting loop from 10ms to 1ms | wm4 | 2014-10-25 | 1 | -2/+2 |
* | lua: fix some more lua_tostring() mistakes | wm4 | 2014-10-25 | 1 | -1/+3 |
* | build: enable cdda:// by default again | wm4 | 2014-10-25 | 1 | -1/+0 |
* | stream: fix --stream-dump dropping the file header | wm4 | 2014-10-25 | 1 | -10/+12 |
* | stream: remove duplicate message | wm4 | 2014-10-25 | 1 | -1/+1 |
* | tv: remove duplicated crap | wm4 | 2014-10-25 | 1 | -124/+76 |
* | tv: unqueue buffers correctly (maybe, maybe not) | wm4 | 2014-10-25 | 1 | -5/+7 |
* | lua: lua_tostring() on an error value can return NULL | wm4 | 2014-10-24 | 1 | -2/+4 |
* | command: finish hook execution if client fails | wm4 | 2014-10-24 | 3 | -6/+33 |
* | input: resolve ~ and similar for --input-file | wm4 | 2014-10-24 | 1 | -2/+3 |
* | TOOLS/umpv: create FIFO in user directory | wm4 | 2014-10-24 | 1 | -22/+2 |
* | cocoa: perform VOCTRL_SET_UNFS_WINDOW_SIZE asyncronously | Stefano Pigozzi | 2014-10-24 | 1 | -3/+6 |
* | demux: don't access stream while lock is held | wm4 | 2014-10-24 | 1 | -22/+30 |
* | demux: cache STREAM_CTRL_GET_BASE_FILENAME | wm4 | 2014-10-24 | 1 | -0/+18 |
* | command: add vo-configured property | wm4 | 2014-10-24 | 2 | -1/+15 |
* | player: disable --force-window if VO fails | wm4 | 2014-10-24 | 1 | -1/+5 |
* | video: send MPV_EVENT_VIDEO_RECONFIG on uninit | wm4 | 2014-10-24 | 1 | -0/+1 |
* | player: adjust uninit order of components | wm4 | 2014-10-24 | 1 | -6/+7 |
* | command: fix debug output | wm4 | 2014-10-24 | 2 | -3/+3 |
* | osc: make text squuezing layout dependent | ChrisK2 | 2014-10-24 | 1 | -31/+48 |
* | osc: make tooltip_an default property | ChrisK2 | 2014-10-24 | 1 | -2/+3 |
* | terminal: drop ncurses/terminfo/termcap support | wm4 | 2014-10-23 | 3 | -405/+3 |
* | terminal: strictly don't read terminal input if stdout is not a terminal | wm4 | 2014-10-23 | 2 | -9/+8 |
* | player: fix exiting if both audio and video fail initializing | wm4 | 2014-10-23 | 4 | -8/+22 |
* | ao_alsa: move parameter append code to a function | wm4 | 2014-10-23 | 1 | -16/+27 |
* | lua: fix non-sense | wm4 | 2014-10-23 | 1 | -1/+1 |
* | client API: print properties set with -v | wm4 | 2014-10-23 | 1 | -0/+7 |
* | m_option: format mpv_node as json | wm4 | 2014-10-23 | 1 | -1/+7 |
* | command: print executed commands with -v | wm4 | 2014-10-23 | 3 | -0/+25 |
* | osd: slightly change default style | Martin Herkt | 2014-10-23 | 2 | -6/+6 |
* | command: add a "cached" mode to sub_add | wm4 | 2014-10-23 | 3 | -2/+30 |
* | osc.lua: add “bottombar” and “topbar” layouts | Martin Herkt | 2014-10-23 | 1 | -5/+281 |
* | command: return error on invalid/absent IDs with ff-sid/ff-aid | wm4 | 2014-10-23 | 1 | -2/+6 |
* | manpage: ipc: comment about invalid UTF-8 | wm4 | 2014-10-23 | 1 | -0/+12 |
* | win32: change config path priorities | wm4 | 2014-10-23 | 2 | -2/+31 |
* | rename ao_coreaudio_device.c -> ao_coreaudio_exclusive.c | Stefano Pigozzi | 2014-10-23 | 2 | -1/+1 |
* | reflect recent coreaudio changes in the manual | Stefano Pigozzi | 2014-10-23 | 1 | -11/+4 |
* | coreaudio: redirect IEC61937 to coreaudio_exclusive | Stefano Pigozzi | 2014-10-23 | 2 | -1/+7 |
* | audio/out: add redirection-on-init mechanism | wm4 | 2014-10-22 | 2 | -14/+47 |
* | audio/out: missing error check | wm4 | 2014-10-22 | 1 | -0/+2 |
* | audio/out: don't add special devices to --audio-device list | wm4 | 2014-10-22 | 1 | -2/+2 |
* | audio/out: include coreaudio_exclusive in auto-probing | wm4 | 2014-10-22 | 1 | -3/+3 |
* | player: show busy symbol on OSD if seeking takes too long | wm4 | 2014-10-22 | 1 | -2/+7 |
* | command: make trailing sub_add actually optional | wm4 | 2014-10-22 | 1 | -1/+2 |
* | lua: don't let temporary values take the place of arguments | wm4 | 2014-10-22 | 1 | -1/+13 |
* | osdep: NetBSD pthread_setname_np() | wm4 | 2014-10-22 | 3 | -1/+15 |
* | command: make reverse cycle_values match up with forward one | wm4 | 2014-10-21 | 2 | -5/+4 |
* | command: fix video-rotate update when paused | wm4 | 2014-10-21 | 1 | -11/+11 |
* | lua: don't use "output" as identifier | wm4 | 2014-10-21 | 1 | -4/+4 |
* | command: add cursor-autohide property | wm4 | 2014-10-21 | 2 | -0/+18 |
* | command: add playback-abort property | wm4 | 2014-10-21 | 2 | -0/+13 |
* | command: add video-rotate property | wm4 | 2014-10-21 | 2 | -0/+15 |
* | options: allow selecting track ID 0 too | wm4 | 2014-10-21 | 1 | -1/+1 |
* | player: add stream selection by ffmpeg index | wm4 | 2014-10-21 | 9 | -11/+77 |
* | sd_lavc: strictly letter-box PGS subtitles | wm4 | 2014-10-21 | 3 | -4/+9 |
* | json: handle >\\"< fragments correctly | wm4 | 2014-10-21 | 1 | -2/+3 |
* | TOOLS/lua: update README.md | Kevin Mitchell | 2014-10-21 | 1 | -9/+2 |
* | TOOLS/lua: remove tabs from some lua scripts | Kevin Mitchell | 2014-10-21 | 3 | -50/+50 |
* | TOOLS/lua: add autodeint.lua | Kevin Mitchell | 2014-10-21 | 1 | -0/+164 |
* | command: add field-dominance property | Kevin Mitchell | 2014-10-21 | 2 | -0/+4 |
* | lua: add convenience function for hooks | wm4 | 2014-10-21 | 2 | -0/+47 |
* | command: extend sub_add command | wm4 | 2014-10-21 | 3 | -4/+30 |
* | command: remove hook cancellation mechanism | wm4 | 2014-10-20 | 3 | -15/+3 |
* | command: allow sub_add at an earlier stage | wm4 | 2014-10-20 | 1 | -1/+1 |
* | osdep: shorten thread name on glibc only | wm4 | 2014-10-20 | 1 | -3/+7 |
* | manpage: fix a typo | Ben Boeckel | 2014-10-20 | 1 | -1/+1 |
* | osdep: limit thread names to 16 characters | wm4 | 2014-10-20 | 2 | -2/+2 |
* | stream: stupid compilation workaround for win32 | wm4 | 2014-10-19 | 1 | -1/+1 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 17 | -0/+73 |
* | manpage: ipc: mention unavailability on Windows | wm4 | 2014-10-19 | 1 | -1/+3 |
* | player: shutdown all clients before actual uninit | wm4 | 2014-10-19 | 1 | -2/+2 |
* | manpage: ipc: mention the socat tool | wm4 | 2014-10-19 | 1 | -1/+2 |
* | ipc: skip empty and commented lines | wm4 | 2014-10-19 | 2 | -3/+9 |
* | ipc: accept both JSON and "old" commands | wm4 | 2014-10-19 | 3 | -31/+38 |
* | ipc: fix minor error cleanup issues | wm4 | 2014-10-19 | 1 | -8/+8 |
* | ipc: decouple from MPContext | wm4 | 2014-10-19 | 4 | -52/+54 |
* | audio: quote devices in --audio-device=help | wm4 | 2014-10-19 | 2 | -2/+4 |
* | fix build on OS X and BSD | Stefano Pigozzi | 2014-10-19 | 2 | -2/+4 |
* | Merge pull request #1195 from kevmitch/luafix | ChrisK2 | 2014-10-19 | 1 | -1/+3 |
|\ |
|
| * | lua: fix lua_objlen -> lua_rawlen for lua 5.2 | Kevin Mitchell | 2014-10-18 | 1 | -1/+3 |
|/ |
|
* | lua: strictly free memory on errors | wm4 | 2014-10-19 | 3 | -30/+32 |
* | lua: expose JSON parser | wm4 | 2014-10-19 | 4 | -0/+46 |
* | lua: add an utility function for starting processes | wm4 | 2014-10-19 | 6 | -9/+223 |
* | command: add "estimated-vf-fps" change notifcation | wm4 | 2014-10-19 | 1 | -1/+2 |
* | lua: add a helper to auto-free temporary C memory | wm4 | 2014-10-19 | 1 | -6/+32 |
* | win32: remove an unneeded mechanism | wm4 | 2014-10-19 | 2 | -7/+3 |
* | win32: remove outdated comment | wm4 | 2014-10-19 | 1 | -3/+0 |
* | cocoa: reintroduce async resize | Stefano Pigozzi | 2014-10-18 | 7 | -9/+71 |
* | Revert "cocoa: perform init and uninit synchronously" | Stefano Pigozzi | 2014-10-18 | 1 | -1/+3 |
* | manpage: ipc: explain security implications | wm4 | 2014-10-17 | 1 | -0/+8 |
* | DOCS/client_api_examples: qtexample: don't require Qt 5.x | wm4 | 2014-10-17 | 1 | -0/+7 |
* | ipc: fix a small memory leak | wm4 | 2014-10-17 | 1 | -1/+2 |
* | win32: clear window handle on destruction | wm4 | 2014-10-17 | 1 | -0/+1 |
* | win32: get rid of mp_stat in the normal source code | wm4 | 2014-10-17 | 6 | -12/+59 |
* | win32: make lseek() fail on pipes | wm4 | 2014-10-17 | 2 | -0/+19 |
* | old-build: adjust to latest changes | wm4 | 2014-10-17 | 1 | -1/+2 |
* | input: implement --input-file on unix using the IPC support | Alessandro Ghedini | 2014-10-17 | 6 | -77/+62 |
* | manpage: add JSON IPC documentation | Alessandro Ghedini | 2014-10-17 | 5 | -3/+148 |
* | input: implement JSON-based IPC protocol | Alessandro Ghedini | 2014-10-17 | 6 | -0/+743 |
* | misc: add JSON parser | wm4 | 2014-10-17 | 2 | -0/+309 |
* | cocoa: allow mouse events to bubble up with no-input-cursor | Stefano Pigozzi | 2014-10-17 | 4 | -24/+115 |
* | cocoa: allow to disable apple remote at compile time | Stefano Pigozzi | 2014-10-17 | 3 | -1/+15 |
* | demux: print a warning if stream is not seekable | wm4 | 2014-10-17 | 1 | -2/+3 |
* | options: don't load per-file config files by default | wm4 | 2014-10-17 | 2 | -12/+12 |
* | sub: adjustments to --ass-style-override option | wm4 | 2014-10-17 | 3 | -5/+9 |
* | audio: don't go to sleep after audio reinit | wm4 | 2014-10-17 | 1 | -0/+1 |
* | input: don't add weird padding when formatting keycode | wm4 | 2014-10-17 | 1 | -1/+1 |
* | terminal: recognize ^h | wm4 | 2014-10-17 | 1 | -0/+1 |
* | stream: better error message for unmatched protocol | wm4 | 2014-10-17 | 1 | -1/+3 |
* | vo_opengl: fix wrong comments | wm4 | 2014-10-16 | 1 | -2/+2 |
* | vo_opengl: fix theoretical format mismatch issue | wm4 | 2014-10-16 | 1 | -4/+4 |
* | cocoa: perform init and uninit synchronously | Stefano Pigozzi | 2014-10-16 | 1 | -3/+1 |
* | DOCS/client_api_examples: qtexample: set a magic Qt flag | wm4 | 2014-10-16 | 1 | -0/+1 |
* | DOCS/client_api_examples: qtexample: embedding works on Cocoa | wm4 | 2014-10-16 | 1 | -2/+1 |
* | player: quote %-starting strings | shdown | 2014-10-16 | 1 | -0/+2 |
* | common: fix \x-style escaping | shdown | 2014-10-16 | 1 | -1/+1 |
* | TOOLS/vf_dlopen/ildetect.sh: remove duplicated assigment | shdown | 2014-10-16 | 1 | -1/+0 |
* | manpage: fix reference to a defunct option | shdown | 2014-10-16 | 1 | -2/+2 |
* | player: fix crash on early audio uninit | wm4 | 2014-10-16 | 1 | -2/+2 |
* | player: free subtitle renderer on exit | wm4 | 2014-10-16 | 1 | -1/+1 |
* | command: add a mechanism to allow scripts to intercept file loads | wm4 | 2014-10-16 | 8 | -12/+193 |
* | command: allow setting per-file options at runtime | wm4 | 2014-10-15 | 2 | -7/+34 |
* | audio/out/push: reset projected EOF time on new data | wm4 | 2014-10-14 | 1 | -1/+4 |
* | client API: qthelper: remove commented code | wm4 | 2014-10-14 | 1 | -2/+0 |
* | demux_lavf: set stream network options if applicable | wm4 | 2014-10-14 | 3 | -31/+50 |
* | demux_lavf: let libavformat open HLS streams directly | wm4 | 2014-10-14 | 1 | -1/+2 |
* | player: fix OSD cycling | wm4 | 2014-10-14 | 1 | -0/+2 |
* | stream_lavf: expose concat:// | wm4 | 2014-10-14 | 2 | -0/+5 |
* | osd: properly redraw external overlays when they are set | wm4 | 2014-10-14 | 1 | -0/+1 |
* | client API: allow returning float properties as integers | wm4 | 2014-10-14 | 1 | -0/+4 |
* | player: fix --frames | wm4 | 2014-10-14 | 2 | -2/+4 |
* | DOCS/client_api_examples: qtexample: remove debugging code | wm4 | 2014-10-14 | 1 | -2/+1 |
* | client API: qthelper: fix bugs | wm4 | 2014-10-14 | 1 | -1/+3 |
* | DOCS/client_api_examples: qtexample: stuff | wm4 | 2014-10-13 | 3 | -7/+31 |
* | client API: add qthelper.hpp | wm4 | 2014-10-13 | 4 | -2/+237 |
* | ta/README: fix typos | wm4 | 2014-10-13 | 1 | -2/+2 |
* | ao_wasapi: implement device listing | wm4 | 2014-10-13 | 3 | -10/+32 |
* | ao_dsound: implement device listing | wm4 | 2014-10-13 | 1 | -20/+86 |
* | ao_portaudio: implement device listing | wm4 | 2014-10-13 | 1 | -2/+24 |
* | ao_openal: implement device listing | wm4 | 2014-10-13 | 1 | -1/+16 |
* | audio/out: add "auto" pseudo-device | wm4 | 2014-10-13 | 1 | -1/+3 |
* | demux_mkv: fix undefined behavior | wm4 | 2014-10-13 | 1 | -1/+1 |
* | vf_vapoursynth: add debug message when returning error from GetFrame | wm4 | 2014-10-13 | 1 | -0/+1 |
* | x11: don't wait for asynchronous X resizing with window-scale | wm4 | 2014-10-13 | 1 | -3/+4 |
* | vf_vapoursynth: don't error if invoke() doesn't return a clip | wm4 | 2014-10-12 | 1 | -3/+2 |
* | vf_vapoursynth: resolve paths relative to home/config | wm4 | 2014-10-12 | 1 | -0/+3 |
* | demux: fix a comment | wm4 | 2014-10-12 | 1 | -2/+1 |
* | coreaudio: use the new device selection API | Stefano Pigozzi | 2014-10-12 | 4 | -54/+28 |
* | af_lavcac3enc: fix byte order | wm4 | 2014-10-12 | 1 | -2/+2 |
* | DOCS/edl-mpv: minor clarification | wm4 | 2014-10-12 | 1 | -1/+1 |
* | gl_x11: distinguish missing GLX and too old GLX versions | wm4 | 2014-10-12 | 1 | -3/+5 |
* | vf_vapoursynth: add standalone Lua scripting | wm4 | 2014-10-12 | 7 | -19/+326 |
* | vf_vapoursynth: abstract scripting backend | wm4 | 2014-10-12 | 1 | -28/+87 |
* | libmpv/cocoa: allow clients to use mpv event system | Stefano Pigozzi | 2014-10-12 | 3 | -36/+54 |
* | cocoa: remove usage of Objective-C categories | Stefano Pigozzi | 2014-10-12 | 5 | -89/+37 |
* | command: don't display non-sense if volume is unavailable | wm4 | 2014-10-11 | 1 | -1/+1 |
* | command: make volume/mute unavailable if audio is not initialized | wm4 | 2014-10-11 | 1 | -6/+4 |
* | build: remove useless function | Stefano Pigozzi | 2014-10-11 | 1 | -3/+0 |
* | build: update waf to version 1.8.1 | Stefano Pigozzi | 2014-10-11 | 4 | -21/+9 |
* | vf_vapoursynth: return dummy frames if frames are requested during init | wm4 | 2014-10-11 | 1 | -1/+12 |
* | vf_vapoursynth: factor stuff | wm4 | 2014-10-11 | 1 | -13/+25 |
* | vf_vapoursynth: when seeking, recreate only if it's already created | wm4 | 2014-10-11 | 1 | -1/+2 |
* | x11: don't wait until window is destroyed | wm4 | 2014-10-11 | 1 | -5/+0 |
* | build: install input config files into doc dir | wm4 | 2014-10-11 | 1 | -0/+5 |
* | client API: check result ptr in mpv_command_node | James Ross-Gowan | 2014-10-12 | 1 | -1/+1 |
* | libmpv/mpv.def: add mpv_command_node[_async] | James Ross-Gowan | 2014-10-12 | 1 | -0/+2 |
* | build: make zsh completion directory configurable | Philip Sequeira | 2014-10-11 | 2 | -1/+2 |
* | vf_vapoursynth: fail gracefully if filter init requests frames | wm4 | 2014-10-11 | 1 | -0/+10 |
* | lua: add command_native() function | wm4 | 2014-10-11 | 2 | -0/+32 |
* | client API: add mpv_command_node[_async] | wm4 | 2014-10-11 | 3 | -6/+63 |
* | etc/mplayer-input.conf: fix off by one error | wm4 | 2014-10-10 | 1 | -1/+1 |
* | input: remove some unneeded code | wm4 | 2014-10-10 | 1 | -59/+25 |
* | input: cosmetics: move code | wm4 | 2014-10-10 | 1 | -68/+69 |
* | input: use mpv_node parser for char** command parsers | wm4 | 2014-10-10 | 6 | -64/+43 |
* | input: add a function to parse mpv_node as command | wm4 | 2014-10-10 | 2 | -62/+162 |
* | command: make audio device list available to the client API | wm4 | 2014-10-10 | 2 | -0/+53 |
* | audio: don't list encoder AO with --audio-device=help | wm4 | 2014-10-10 | 1 | -0/+2 |
* | player: fix terminal status in idle mode | wm4 | 2014-10-10 | 1 | -0/+1 |
* | player: don't mess up cursor visibility state | wm4 | 2014-10-10 | 1 | -1/+1 |
* | ao_pulse: implement AO device listing API | wm4 | 2014-10-10 | 1 | -1/+38 |
* | ao_pulse: move setup code to separate function | wm4 | 2014-10-10 | 1 | -23/+48 |
* | audio: change internal device listing API | wm4 | 2014-10-10 | 5 | -28/+54 |
* | player: exit if audio init fails and there's no video | wm4 | 2014-10-10 | 1 | -0/+2 |
* | player: signal EOF when using --frames | wm4 | 2014-10-10 | 2 | -2/+2 |
* | player: minor simplification | wm4 | 2014-10-10 | 2 | -8/+2 |
* | player: don't close audio device in gapless mode | wm4 | 2014-10-10 | 1 | -2/+1 |
* | player: --save-position-on-quit should always work (2) | wm4 | 2014-10-10 | 2 | -5/+5 |
* | Revert "player: --save-position-on-quit should always work" | wm4 | 2014-10-10 | 3 | -8/+5 |
* | Add some missing "const"s | wm4 | 2014-10-10 | 9 | -14/+16 |
* | audio/out/push: make draining slightly more robust | wm4 | 2014-10-10 | 1 | -1/+1 |
* | audio/out/push: fix EOF heuristic | wm4 | 2014-10-10 | 2 | -23/+14 |
* | fix -Wvisibility warnings with clang | Stefano Pigozzi | 2014-10-09 | 1 | -2/+1 |
* | cocoa: post keydown and keyup events without event monitor | Stefano Pigozzi | 2014-10-09 | 5 | -0/+20 |
* | fix -Wduplicate-decl-specifier warnings with clang | Stefano Pigozzi | 2014-10-09 | 2 | -4/+4 |
* | libmpv/cocoa: don't start the event monitor | Stefano Pigozzi | 2014-10-09 | 5 | -11/+35 |
* | cocoa: fix 'uninitalized' access | Stefano Pigozzi | 2014-10-09 | 1 | -9/+7 |
* | libmpv/cocoa: make global events work and get rid of is_cplayer | Stefano Pigozzi | 2014-10-09 | 5 | -10/+15 |
* | manpage: fix --audio-pitch-correction description | Alessandro Ghedini | 2014-10-09 | 1 | -4/+4 |
* | x11: fix inverted condition | wm4 | 2014-10-09 | 1 | -2/+3 |
* | client API: add an explanatory comment | wm4 | 2014-10-09 | 1 | -1/+1 |
* | ao_alsa: implement device listing & selection | wm4 | 2014-10-09 | 1 | -0/+27 |