summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* player: show AV-desync message in all framedrop modeswm42014-11-011-2/+1
* build: fix 'ar' invocation when cross-compilingwm42014-11-011-1/+3
* cache: don't relay STREAM_CTRL_AVSEEK if it's unsupportedwm42014-11-011-0/+4
* sub: remove osd_get_sub()wm42014-11-015-13/+7
* command: don't require whitespace before ';' or '#'wm42014-10-311-4/+1
* sub: be more flexible about changes to how subtitles are renderedwm42014-10-311-20/+32
* osdep: potentially fix compilation on OpenBSDwm42014-10-311-0/+1
* ao_alsa: don't make snd_pcm_hw_params_set_buffer_time_near() error fatalwm42014-10-311-1/+7
* player: change framedrop display in the status linewm42014-10-312-12/+14
* player: improve exit message in some scenarioswm42014-10-313-63/+58
* options: accept --audio-channels=autowm42014-10-302-2/+4
* demux_lavf, stream_lavf: drop local buffers on time-seekswm42014-10-302-3/+8
* demux_lavf: mark as seekable if protocol supports seeking by timewm42014-10-304-0/+11
* demux_playlist: redirect ASF streaming to mmsh://wm42014-10-301-14/+30
* client API: qthelper: add set_option_variant()wm42014-10-302-0/+11
* vo_opengl: draw OSD twice in 3D mode casewm42014-10-293-7/+57
* input: cascade-load input.confwm42014-10-291-8/+6
* demux: fix demux_seek signaturewm42014-10-292-2/+2
* demux: move some seek flag sanitation to generic codewm42014-10-292-10/+15
* demux_mkv: implement percentage seeking with no indexwm42014-10-291-22/+24
* demux_mkv: export packet file positionwm42014-10-291-0/+1
* player: don't display zero duration for files with unknown durationwm42014-10-294-17/+22
* player: add an option to abort playback on partial init failureswm42014-10-287-3/+16
* player: handle DVB demuxer reloading correctlywm42014-10-281-2/+2
* client API: better error reportingwm42014-10-288-25/+92
* client API: add an enum for mpv_event_end_file.reasonwm42014-10-283-12/+30
* player: handle edition reloading slightly differentlywm42014-10-283-11/+11
* demux: seek to position 0 when loading, instead of restoring itwm42014-10-281-7/+7
* client API: clarify statement about thread-safetywm42014-10-281-5/+6
* coreaudio: only list output devicesStefano Pigozzi2014-10-281-0/+12
* manpage: clarify loadfile append-play modewm42014-10-281-1/+3
* command: play the correct entry with loadfile ... append-playAlessandro Ghedini2014-10-271-1/+1
* player: don't spam video-reconfig eventwm42014-10-271-1/+1
* cocoa: fix small leakStefano Pigozzi2014-10-271-0/+1
* libmpv: cocoa: fix view leak on uninitStefano Pigozzi2014-10-271-4/+6
* libmpv: cocoa: add basic menuStefano Pigozzi2014-10-271-10/+7
* command: try 'icy-title' metadata for media-title as wellAlessandro Ghedini2014-10-271-0/+3
* x11: fix display FPS detection for interlaced modeswm42014-10-271-1/+6
* dxva2: use gpu_memcpy with unmatched stridesJames Ross-Gowan2014-10-271-8/+29
* command: add audio-device propertywm42014-10-272-0/+24
* audio: add command/function to reload audio outputwm42014-10-276-1/+29
* dxva2: fix copying surfaces with different strideJames Ross-Gowan2014-10-271-10/+18
* dxva2: fix crash on initialization failurewm42014-10-261-0/+2
* TOOLS/lua/autoload: fix operation outside of working dirwm42014-10-261-3/+7
* TOOLS/lua/autoload: don't shadow local variablewm42014-10-261-4/+4
* manpage: options: various fixesAlessandro Ghedini2014-10-261-9/+9
* dxva2: gpu_memcpy: fix build for GCC 4.8.3James Ross-Gowan2014-10-261-3/+10
* vo_direct3d: support nv12/nv21 directlywm42014-10-261-0/+8
* video: clarify what IMFMT_DXVA2 iswm42014-10-261-1/+1
* dxva2: use optimized memcpyJames Ross-Gowan2014-10-263-12/+165
* lua: subprocess: fix dumbwm42014-10-261-1/+1
* lua: subprocess: tunnel stderr through mp_logwm42014-10-261-20/+63
* osdep: add helper for creating a sane pipe()wm42014-10-262-4/+21
* lua: parse_json(): fix inverted condition for trail argumentwm42014-10-261-1/+1
* lua: subprocess: don't distinguish pipe errors/EOFwm42014-10-261-7/+4
* build: fix Lua detectionStefano Pigozzi2014-10-251-2/+4
* Drop libquvi supportwm42014-10-2521-555/+12
* video: initial dxva2 supportwm42014-10-259-2/+623
* manpage: use the proper environment variable for CSIDL_APPDATAwm42014-10-251-4/+8
* tv: remove some differences between immediate/normal modewm42014-10-251-38/+23
* tv: reduce waiting loop from 10ms to 1mswm42014-10-251-2/+2
* lua: fix some more lua_tostring() mistakeswm42014-10-251-1/+3
* build: enable cdda:// by default againwm42014-10-251-1/+0
* stream: fix --stream-dump dropping the file headerwm42014-10-251-10/+12
* stream: remove duplicate messagewm42014-10-251-1/+1
* tv: remove duplicated crapwm42014-10-251-124/+76
* tv: unqueue buffers correctly (maybe, maybe not)wm42014-10-251-5/+7
* lua: lua_tostring() on an error value can return NULLwm42014-10-241-2/+4
* command: finish hook execution if client failswm42014-10-243-6/+33
* input: resolve ~ and similar for --input-filewm42014-10-241-2/+3
* TOOLS/umpv: create FIFO in user directorywm42014-10-241-22/+2
* cocoa: perform VOCTRL_SET_UNFS_WINDOW_SIZE asyncronouslyStefano Pigozzi2014-10-241-3/+6
* demux: don't access stream while lock is heldwm42014-10-241-22/+30
* demux: cache STREAM_CTRL_GET_BASE_FILENAMEwm42014-10-241-0/+18
* command: add vo-configured propertywm42014-10-242-1/+15
* player: disable --force-window if VO failswm42014-10-241-1/+5
* video: send MPV_EVENT_VIDEO_RECONFIG on uninitwm42014-10-241-0/+1
* player: adjust uninit order of componentswm42014-10-241-6/+7
* command: fix debug outputwm42014-10-242-3/+3
* osc: make text squuezing layout dependentChrisK22014-10-241-31/+48
* osc: make tooltip_an default propertyChrisK22014-10-241-2/+3
* terminal: drop ncurses/terminfo/termcap supportwm42014-10-233-405/+3
* terminal: strictly don't read terminal input if stdout is not a terminalwm42014-10-232-9/+8
* player: fix exiting if both audio and video fail initializingwm42014-10-234-8/+22
* ao_alsa: move parameter append code to a functionwm42014-10-231-16/+27
* lua: fix non-sensewm42014-10-231-1/+1
* client API: print properties set with -vwm42014-10-231-0/+7
* m_option: format mpv_node as jsonwm42014-10-231-1/+7
* command: print executed commands with -vwm42014-10-233-0/+25
* osd: slightly change default styleMartin Herkt2014-10-232-6/+6
* command: add a "cached" mode to sub_addwm42014-10-233-2/+30
* osc.lua: add “bottombar” and “topbar” layoutsMartin Herkt2014-10-231-5/+281
* command: return error on invalid/absent IDs with ff-sid/ff-aidwm42014-10-231-2/+6
* manpage: ipc: comment about invalid UTF-8wm42014-10-231-0/+12
* win32: change config path prioritieswm42014-10-232-2/+31
* rename ao_coreaudio_device.c -> ao_coreaudio_exclusive.cStefano Pigozzi2014-10-232-1/+1
* reflect recent coreaudio changes in the manualStefano Pigozzi2014-10-231-11/+4
* coreaudio: redirect IEC61937 to coreaudio_exclusiveStefano Pigozzi2014-10-232-1/+7
* audio/out: add redirection-on-init mechanismwm42014-10-222-14/+47
* audio/out: missing error checkwm42014-10-221-0/+2
* audio/out: don't add special devices to --audio-device listwm42014-10-221-2/+2
* audio/out: include coreaudio_exclusive in auto-probingwm42014-10-221-3/+3
* player: show busy symbol on OSD if seeking takes too longwm42014-10-221-2/+7
* command: make trailing sub_add actually optionalwm42014-10-221-1/+2
* lua: don't let temporary values take the place of argumentswm42014-10-221-1/+13
* osdep: NetBSD pthread_setname_np()wm42014-10-223-1/+15
* command: make reverse cycle_values match up with forward onewm42014-10-212-5/+4
* command: fix video-rotate update when pausedwm42014-10-211-11/+11
* lua: don't use "output" as identifierwm42014-10-211-4/+4
* command: add cursor-autohide propertywm42014-10-212-0/+18
* command: add playback-abort propertywm42014-10-212-0/+13
* command: add video-rotate propertywm42014-10-212-0/+15
* options: allow selecting track ID 0 toowm42014-10-211-1/+1
* player: add stream selection by ffmpeg indexwm42014-10-219-11/+77
* sd_lavc: strictly letter-box PGS subtitleswm42014-10-213-4/+9
* json: handle >\\"< fragments correctlywm42014-10-211-2/+3
* TOOLS/lua: update README.mdKevin Mitchell2014-10-211-9/+2
* TOOLS/lua: remove tabs from some lua scriptsKevin Mitchell2014-10-213-50/+50
* TOOLS/lua: add autodeint.luaKevin Mitchell2014-10-211-0/+164
* command: add field-dominance propertyKevin Mitchell2014-10-212-0/+4
* lua: add convenience function for hookswm42014-10-212-0/+47
* command: extend sub_add commandwm42014-10-213-4/+30
* command: remove hook cancellation mechanismwm42014-10-203-15/+3
* command: allow sub_add at an earlier stagewm42014-10-201-1/+1
* osdep: shorten thread name on glibc onlywm42014-10-201-3/+7
* manpage: fix a typoBen Boeckel2014-10-201-1/+1
* osdep: limit thread names to 16 characterswm42014-10-202-2/+2
* stream: stupid compilation workaround for win32wm42014-10-191-1/+1
* Set thread name for debuggingwm42014-10-1917-0/+73
* manpage: ipc: mention unavailability on Windowswm42014-10-191-1/+3
* player: shutdown all clients before actual uninitwm42014-10-191-2/+2
* manpage: ipc: mention the socat toolwm42014-10-191-1/+2
* ipc: skip empty and commented lineswm42014-10-192-3/+9
* ipc: accept both JSON and "old" commandswm42014-10-193-31/+38
* ipc: fix minor error cleanup issueswm42014-10-191-8/+8
* ipc: decouple from MPContextwm42014-10-194-52/+54
* audio: quote devices in --audio-device=helpwm42014-10-192-2/+4
* fix build on OS X and BSDStefano Pigozzi2014-10-192-2/+4
* Merge pull request #1195 from kevmitch/luafixChrisK22014-10-191-1/+3
|\
| * lua: fix lua_objlen -> lua_rawlen for lua 5.2Kevin Mitchell2014-10-181-1/+3
|/
* lua: strictly free memory on errorswm42014-10-193-30/+32
* lua: expose JSON parserwm42014-10-194-0/+46
* lua: add an utility function for starting processeswm42014-10-196-9/+223
* command: add "estimated-vf-fps" change notifcationwm42014-10-191-1/+2
* lua: add a helper to auto-free temporary C memorywm42014-10-191-6/+32
* win32: remove an unneeded mechanismwm42014-10-192-7/+3
* win32: remove outdated commentwm42014-10-191-3/+0
* cocoa: reintroduce async resizeStefano Pigozzi2014-10-187-9/+71
* Revert "cocoa: perform init and uninit synchronously"Stefano Pigozzi2014-10-181-1/+3
* manpage: ipc: explain security implicationswm42014-10-171-0/+8
* DOCS/client_api_examples: qtexample: don't require Qt 5.xwm42014-10-171-0/+7
* ipc: fix a small memory leakwm42014-10-171-1/+2
* win32: clear window handle on destructionwm42014-10-171-0/+1
* win32: get rid of mp_stat in the normal source codewm42014-10-176-12/+59
* win32: make lseek() fail on pipeswm42014-10-172-0/+19
* old-build: adjust to latest changeswm42014-10-171-1/+2
* input: implement --input-file on unix using the IPC supportAlessandro Ghedini2014-10-176-77/+62
* manpage: add JSON IPC documentationAlessandro Ghedini2014-10-175-3/+148
* input: implement JSON-based IPC protocolAlessandro Ghedini2014-10-176-0/+743
* misc: add JSON parserwm42014-10-172-0/+309
* cocoa: allow mouse events to bubble up with no-input-cursorStefano Pigozzi2014-10-174-24/+115
* cocoa: allow to disable apple remote at compile timeStefano Pigozzi2014-10-173-1/+15
* demux: print a warning if stream is not seekablewm42014-10-171-2/+3
* options: don't load per-file config files by defaultwm42014-10-172-12/+12
* sub: adjustments to --ass-style-override optionwm42014-10-173-5/+9
* audio: don't go to sleep after audio reinitwm42014-10-171-0/+1
* input: don't add weird padding when formatting keycodewm42014-10-171-1/+1
* terminal: recognize ^hwm42014-10-171-0/+1
* stream: better error message for unmatched protocolwm42014-10-171-1/+3
* vo_opengl: fix wrong commentswm42014-10-161-2/+2
* vo_opengl: fix theoretical format mismatch issuewm42014-10-161-4/+4
* cocoa: perform init and uninit synchronouslyStefano Pigozzi2014-10-161-3/+1
* DOCS/client_api_examples: qtexample: set a magic Qt flagwm42014-10-161-0/+1
* DOCS/client_api_examples: qtexample: embedding works on Cocoawm42014-10-161-2/+1
* player: quote %-starting stringsshdown2014-10-161