summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ipc: make it possible to receive log messageswm42014-11-012-0/+23
* ipc: add a command to retrieve API versionwm42014-11-012-0/+8
* ipc: verify resume/suspend commandswm42014-11-011-4/+16
* manpage: ipc: fix command name for observe_propertywm42014-11-011-1/+1
* build: remove bundle support from wafStefano Pigozzi2014-11-012-30/+1
* player: update meaning of drop_frame_cntwm42014-11-015-12/+12
* 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