summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ao/wasapi: expose GUID and PKEY convenience functionsKevin Mitchell2015-01-253-45/+49
* ao/wasapi: remove unused variableKevin Mitchell2015-01-251-3/+0
* ao/wasapi: safely define PKEY constantsKevin Mitchell2015-01-251-16/+13
* ao/wasapi: avoid redundant passing of ao and wasapi_state as argumentsKevin Mitchell2015-01-251-19/+19
* ao/wasapi: just return 0 unconditionally from the threadKevin Mitchell2015-01-251-10/+4
* ao/wasapi: fix unmatched CoUninitialize() on init failureKevin Mitchell2015-01-252-8/+5
* ao/wasapi: more debugging messagesKevin Mitchell2015-01-252-14/+27
* ao/wasapi: simplify the init retryKevin Mitchell2015-01-251-10/+8
* ao/wasapi: make get_device_delay return an error codeKevin Mitchell2015-01-251-12/+21
* ao_wasapi: don't treat SetDisplayName() failure as fatalwm42015-01-251-1/+2
* demux_playlist: detect headerless m3u files by extensionwm42015-01-251-1/+24
* ytdl_hook: Check for empty playlistsChrisK22015-01-251-1/+7
* subprocess-win: Always quote argv[0]James Ross-Gowan2015-01-251-3/+5
* player: respect --untimed on last framewm42015-01-252-3/+4
* player: respect --untimed on video format changeswm42015-01-251-1/+1
* player: don't fall asleep on audio decoding errorswm42015-01-251-0/+2
* player: fix --stop-playback-on-init-failure on audio init failurewm42015-01-251-2/+1
* image_writer: check for conversion errorswm42015-01-253-11/+17
* cache: cache-position needs to be int64_tOliver Freyermuth2015-01-251-1/+1
* x11: always use glXGetProcAddressARB()wm42015-01-251-1/+1
* video/out/win_state.c: fix --monitoraspectSoeren D. Schulze2015-01-251-1/+1
* manpage: document details of option quoting and escapingwm42015-01-251-4/+56
* x11: make display-names property stricterwm42015-01-251-1/+3
* af_volume: dump applied replaygain in verbose modewm42015-01-251-1/+5
* manpage: talk about one script, not multiple scriptsRyan Jacobs2015-01-251-2/+2
* command: make empty vf-metadata not an errorwm42015-01-252-14/+10
* vf: fix crash if filter doesn't provide control entrypointwm42015-01-251-1/+1
* options: expand ~ for the include optionStefano Pigozzi2015-01-251-1/+5
* player: make --shuffle/--merge-files affect runtime loaded playlistswm42015-01-255-19/+26
* sub: reset sub decoder correctly when cycling subtitleswm42015-01-251-3/+1
* vo_opengl, x11: make legacy context warning not an errorwm42015-01-251-1/+1
* vo_opengl: fix broken rejection of extended scalingwm42015-01-251-3/+2
* lua: don't ignore key press events for script key bindingswm42015-01-251-2/+2
* m_option: never return NOPTS value as number from propertieswm42015-01-251-5/+36
* client API: fix log buffer overflow casewm42015-01-251-3/+3
* mp_image: reject invalid display aspect ratiowm42015-01-251-1/+1
* player: fix crash wtih --secondary-sidwm42015-01-251-2/+3
* bstr: fix possible undefined behavior with length 0 stringswm42015-01-251-1/+1
* player: don't set tag strings to NULLwm42015-01-251-3/+3
* demux_mkv: fix EBML parsing checkswm42015-01-251-16/+15
* tl_matroska: fix minor memory leak in error casewm42015-01-251-5/+7
* player: check sufficient track selection before destroying VOwm42015-01-251-9/+9
* demux_mkv: better check for some EBML parsingwm42015-01-251-12/+18
* demux_mkv: avoid endless loop with broken fileswm42015-01-251-1/+1
* ao_pulse: exit AO if stream failswm42015-01-251-1/+5
* demux_mkv: improve robustness against broken libavcodec parserswm42015-01-251-2/+2
* ao: remove coreaudio_exclusive from autoprobing listwm42015-01-251-2/+2
* gl_video.c: invalidate image_params in uninit_video()xylosper2015-01-251-0/+4
* dxva2: copy mp_image attributes to sw_imgJames Ross-Gowan2015-01-251-0/+1
* mp_image: copy missing attributesJames Ross-Gowan2015-01-251-0/+2
* video: fix timeline with some container formatswm42015-01-251-0/+2
* sd_lavc: apply fallback to video resolution only for vobsubswm42015-01-251-14/+11
* options: don't cut off long options in --list-optionswm42015-01-251-1/+1
* manpage: fix --video-unscaled descriptionwm42015-01-251-3/+2
* ytdl: silence "succeeded" messagewm42015-01-251-1/+1
* cocoa: fix build on 10.9Stefano Pigozzi2015-01-251-1/+1
* cocoa: fix NSMapGet errorStefano Pigozzi2015-01-251-2/+4
* manpage: fix typowm42015-01-251-1/+1
* cocoa: fix uninitialization while in fullscreenStefano Pigozzi2015-01-253-2/+36
* Update copyright yearwm42015-01-252-2/+2
* demux_playlist: unquote entries in pls playlistswm42015-01-251-0/+3
* screenshots: set AVFrame parameterswm42015-01-251-0/+3
* player: ordered chapters: filter missing chapterswm42015-01-251-0/+9
* osxbundle: fix cascading config loadingStefano Pigozzi2015-01-141-0/+0
* manpage: fix typowm42015-01-141-2/+2
* player: fix a typo in message outputwm42015-01-141-1/+1
* stream: always disable cache for pseudo-streamswm42015-01-142-1/+3
* stream_edl: disable cachingwm42015-01-141-0/+1
* ao_alsa: fix unpause path atfer previous commitwm42015-01-141-0/+2
* ao_alsa: fix resuming from suspend modewm42015-01-141-4/+12
* sd_lavc: ignore image subtitles with unknown duration after 1 minutewm42015-01-141-0/+3
* sd_lavc: compensate for a stupid libavcodec API issuewm42015-01-141-1/+4
* player: don't show "0%" percentage in infinite streamswm42015-01-142-4/+9
* ao_alsa: fix setting mono channel mapwm42015-01-141-0/+5
* audio: fix previous commitwm42015-01-141-4/+4
* audio: fix fallback if audio API does not support monowm42015-01-141-6/+5
* cocoa: mark window for redraw after title changeStefano Pigozzi2015-01-141-1/+3
* 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/